*{
    font-family: 'Poppins', sans-serif;
}
.banner{
    padding-top: 120px;
}
.banner img{
    width: 100%;
}
/*historia*/

.banner{
    padding-top: 120px;
    height: 480px;
    background-image: url(../img/banner-sobre.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner h1{
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}
main{
    margin-top: 80px;
}
.texto{
    text-align: justify;
}
.titulo h1{
    font-size: 34px;
    color: #132f8f;
    font-weight: 600;
}
.foto-valores img{
    height: 400px;
}
.missao{
    margin-top: 50px;
    padding: 80px 0px;
    ;
}
.valores{
    margin-top: 50px;
}
.fundo-cinza{
    background-color: rgb(240, 240, 240);
}