*{
    margin: 0;
    border: 0;
    box-sizing: 0;
}

body{
    width: 100vw;
    height: auto;
    overflow-x: hidden;
}

section{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 1080px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#quemSomos{
    background-image: url(../assets/img/MissaoVisaoValores/equipe.jpg);
}

#missao {
    background-image: url(../assets/img/MissaoVisaoValores/fundo1.jpg);

}

#visao {
    background-image: url(../assets/img/MissaoVisaoValores/fundo2.png);

}


#valores {
    background-image: url(../assets/img/MissaoVisaoValores/fundo3.jpg);

}

#colaboradores {
    background-image: url(../assets/img/MissaoVisaoValores/quemsomos.jpg);
    height: auto;
}


.texto{
    width: 70%;
    height: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #ffffff2c;
    border-radius: 35px;
}

.texto p{
    width: 90%;
    position: absolute;
    z-index: 5;
    font-size: 2vw;
    color: rgb(255, 255, 255);
    box-sizing: content-box;
    padding: 10px 20px;
}

.caixa_de_texto{
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(21, 21, 44, 0.267));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px 0 rgb(0, 0, 0);
    border: 1px solid rgba(49, 32, 32, 0.18);
    border-radius: 32px;
    position: absolute;
    

    display: flex;
    align-items: center;
    justify-content: center;
}

.caixa_titulo{
    flex-direction: row;
    margin-bottom: 100px;
    height: auto;
    width: auto;
    border-radius: 0px 35px 0px 35px;
    background: linear-gradient(135deg, rgba(83, 74, 74, 0.377));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px 32px;

}


h1{
    font-size: 3vw;
    text-align: center;
    color: rgb(254, 247, 255);
    font-weight: bold;
    flex-direction: row;
    margin-bottom: auto;
    z-index:30;
    margin: 10px;
}

.tituloQuemSomos{
    margin-top: 100px;
    flex-direction: row;
    margin-bottom: 0px;
    height: auto;
    width: auto;
    background: linear-gradient(135deg, rgba(83, 74, 74, 0.377));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px 32px;
}


.containerTotal {
    width: 100%;
    height: auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0 80px 0; 
}


.restrictContainerTotal {
    width: 90%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 80px 40px;
}


.containerPerfil {
    background: linear-gradient(135deg, rgba(83, 74, 74, 0.377));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 280px; 
    height: 300px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    border:1px solid rgba(255, 255, 255, 0.420);
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 100px 20px 20px 20px; 
    text-align: center;
}


.containerFoto {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #007bff; 
    position: absolute;
    top: -75px; 

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden; 
}

.containerFoto img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}


.nomeColaborador {
    width: 100%;
    margin-bottom: 15px;
}

.nomeColaborador h3 {
    font-size: 1.5rem; 
    color: #fff;
    font-weight: 600;
}


.textoColaborador {
    width: 100%;
}

.textoColaborador p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
}

.colaboradorLinks {
    margin-top: 16px; 
    padding-top: 15px; 
    display: flex;
    gap: 25px; 
}

.colaboradorLinks a {
    color: #ffffff; 
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.colaboradorLinks a i {
    font-size: 2.8rem; 
}

.colaboradorLinks a:hover {
    color: #00aaff; 
    transform: scale(1.1); 
}

@media (max-width: 1200px) {
    .restrictContainerTotal {
        gap: 100px 20px;
    }

    .containerPerfil {
        width: 300px; 
    }

    h1{
        font-size: 4vw;

    }
    .texto p{
        width: 90%;
        position: absolute;
        z-index: 5;
        font-size: 2.5vw;
        color: rgb(255, 255, 255);
        box-sizing: content-box;
        padding: 10px 20px;
    }
}


@media (max-width: 800px) {
    .restrictContainerTotal {
        gap: 100px 20px;
    }

    .containerPerfil {
        width: 300px; 
    }

    h1{
        font-size: 6vw;

    }
    .texto p{
        width: 90%;
        position: absolute;
        z-index: 5;
        font-size: 3.5vw;
        color: rgb(255, 255, 255);
        box-sizing: content-box;
        padding: 10px 20px;
    }
}


@media (max-width: 400px) {
    .restrictContainerTotal {
        gap: 100px 20px;
    }

    .containerPerfil {
        width: 300px; 
    }

    h1{
        font-size: 8vw;

    }

    .texto{
        width: 70%;
        height: 70%;
    }
    .texto p{
        width: 90%;
        position: absolute;
        z-index: 5;
        font-size: 5vw;
        color: rgb(255, 255, 255);
        box-sizing: content-box;
        padding: 10px 20px;
    }
}

