:root {
    --color-branco: #FFFFFF;
    --color-cinza: #D9D9D9;
    --color-preto: #000000;
    --color-roxo: #1F1E59;
    --color-azul0: #111857;
    --color-azul1: #181E58;
    --color-azul2: #203681;
    --color-laranja: #F27423;
}

* {
    margin: 0;
    padding: 0;
    font-family: "inter", sans-serif;
    display: 100%;
}

.container{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.info-container{
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    align-items: center;
}


.txt-container, .txt-container h1{
    display: flex;
    flex-direction: column;
    margin-top: 3%;
    text-align: justify;
    margin-bottom: 3%;
}

.info-container img{
    margin-bottom: 3%;
    width: 100%;
}

.txt-info-container{
    display: flex;
}

.missao{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 5vh;
    background-color: var(--color-cinza);
}

.visao, .valores{
     display: flex;
    flex-direction: column;
    width: 50%;
    padding: 5vh;
    margin-left: 4%;
    background-color: var(--color-cinza);
}   


.missao h1, .visao h1, .valores h1{
    margin-bottom: 3%;
    text-align: center;
    width: 100%;
}

.missao p, .visao p, .valores p{
    justify-content: center;
    width: 100%;
}

.missao, .visao, .valores{
    width: 100%;
}

.fotos-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3%;
    margin-bottom: 3%;
}

.fotos-container img{
    width: 100%;
}

.empresa1 {
    margin-bottom: 3%;
}

@media (max-width: 768px) {
    .txt-info-container{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin-top: 3%;
    }

    .missao, .visao, .valores{
        width: 100%;
        margin-bottom: 3%;
        margin-left: 0%;
    }

}
