.tela-preta-fundo {
    display: flex;
    background-color: var(--cor-terciaria);
    opacity: 0.8;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
}

.modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    gap: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.janela_imagem {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 70%;
}

.fechar {
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: none;
    top: 10%;
    right: 20%;
}

.imagem_portfolio_fullscreen {
    width: 100%;
    position: relative;
    z-index: 4;
}

.botao_seta_esquerda {
    transform: scaleX(-1);
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.botao_seta_direita {
    cursor: pointer;
    background-color: transparent;
    border: none;
}