#voltar-sobre {
    position: absolute;
    z-index: 9998;
}

#titulo-sobre {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: bold;
    font-family: NotoSans_Bold;
}

#container-sobre {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#texto-sobre {
    font-family: NotoSans;
    text-align: center;
}

#equipe-sobre {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.integrante {
    box-shadow: rgb(0 0 0 / 15%) 0px 19px 38px, rgb(0 0 0 / 15%) 0px 15px 12px;
    transition: all .4s cubic-bezier(.22, .61, .36, 1);
}

.integrante:hover {
    transform: scale(1.01);
}

.imagem-integrante {
    width: 100%;
    border-radius: 2px 2px 0px 0px;
}

.informacoes-integrante {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nome-integrante {
    font-family: NotoSans_Bold;
    text-align: left;
}

.cargo-integrante {
    font-family: NotoSans;
    text-align: left;
}

.descricao-integrante {
    text-align: justify;
    font-family: NotoSans;
}

.linha-separadora-integrante {
    background-color: rgb(230, 230, 230);
}

.box-botao-integrante {
    background-color: #224be3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.botao-seguir-integrante {
    color: #856829;
    background-color: #e7b640;
    border-bottom: 4px solid #e0891b;
    border-left: 4px solid #e0891b;
    border-top: 4px solid #faec68;
    border-right: 4px solid #faec68;
    font-family: NotoSans_Bold;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
    cursor: pointer;
}

@media screen and (max-width:640px) {
    #voltar-sobre {
        width: 50%;
        margin-top: 55%;
        margin-left: 25%;
    }

    #titulo-sobre {
        font-size: 20px;
        margin-top: 75%;
        word-spacing: 2px;
    }

    #container-sobre {
        width: 80vw;
        margin-left: 10vw;
    }

    #texto-sobre {
        width: 100%;
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 3vw;
    }

    #equipe-sobre {
        gap: 50px;
        margin-bottom: 50px;
    }

    .integrante {
        width: 192px;
        border-radius: 2px;
    }

    .informacoes-integrante {
        gap: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nome-integrante {
        width: 160px;
        font-size: 22px;
    }

    .cargo-integrante {
        width: 160px;
        font-size: 16px;
    }

    .descricao-integrante {
        width: 160px;
        font-size: 13px;
    }

    .linha-separadora-integrante {
        width: 100%;
        height: 7.5px;
    }

    .box-botao-integrante {
        width: 100%;
        height: 60px;
    }

    .botao-seguir-integrante {
        width: 85px;
        height: 35px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}

@media screen and (min-width: 641px) and (max-width:1007px) {
    #voltar-sobre {
        margin-top: 15%;
        margin-left: 80px;
    }

    #titulo-sobre {
        font-size: 25px;
        margin-top: 20vh;
        word-spacing: 2px;
    }

    #container-sobre {
        width: 80vw;
        margin-left: 10vw;
    }

    #texto-sobre {
        width: 40rem;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 3vw;
    }

    #equipe-sobre {
        gap: 50px;
        margin-bottom: 50px;
    }

    .integrante {
        width: 320px;
        border-radius: 2px;
    }

    .informacoes-integrante {
        gap: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .nome-integrante {
        width: 260px;
        font-size: 22px;
    }

    .cargo-integrante {
        width: 260px;
        font-size: 16px;
    }

    .descricao-integrante {
        width: 260px;
        font-size: 13px;
    }

    .linha-separadora-integrante {
        width: 100%;
        height: 10px;
    }

    .box-botao-integrante {
        width: 100%;
        height: 80px;
    }

    .botao-seguir-integrante {
        width: 130px;
        height: 50px;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}

@media screen and (min-width:1008px) {
    #voltar-sobre {
        margin-top: 10%;
        margin-left: 80px;
    }

    #titulo-sobre {
        font-size: 30px;
        margin-top: 20vh;
        word-spacing: 2px;
    }

    #container-sobre {
        width: 75vw;
        margin-left: 12.5vw;
    }

    #texto-sobre {
        width: 40rem;
        line-height: 30px;
        margin-bottom: 3vw;
    }

    #equipe-sobre {
        gap: 80px;
        margin-bottom: 100px;
    }

    .integrante {
        width: 320px;
        border-radius: 2px;
    }

    .informacoes-integrante {
        gap: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .nome-integrante {
        width: 260px;
        font-size: 22px;
    }

    .cargo-integrante {
        width: 260px;
        font-size: 16px;
    }

    .descricao-integrante {
        width: 260px;
        font-size: 13px;
    }

    .linha-separadora-integrante {
        width: 100%;
        height: 10px;
    }

    .box-botao-integrante {
        width: 100%;
        height: 80px;
    }

    .botao-seguir-integrante {
        width: 130px;
        height: 50px;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}