#banner-quemsomos {
    width: 100%;
    height: auto;
}
#banner-quemsomos img{
    width: 100%;
    height: auto;
}
#texto-quemsomos {
    width: 100%;
    height: 56rem;
    display: flex;
    justify-content: center;
    padding: 2rem 10rem 2rem 10rem;
}
.texto-font{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: justify;
    line-height: 1.5;
}
.letra-a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #124228;
    font-size: 30pt;
    
}
.texto-quemsomos-conteiner{
    width: 100%;
    height: 600px;
    padding: 2rem;
}
.texto-topo{
    width: 100%;
    height: auto;
    text-align: center;
}
.texto-topo h2{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #124228;
    font-size: 30pt;
}
.texto-colunas{
    width: 100%;
    height: auto;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
.texto-colunas h3{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;

}
.tx-col {
    width: 100%;
    height: 26rem;
    text-align: center;
}
.img-col{
    width: 100%;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-col img {
    width: 150px;
    height: auto;

}
.txt-col-1, .txt-col-2 , .txt-col-3 {
    margin-top: 1rem;
}
.lista-col-3{
    width: 145px;
    height: auto;
    list-style: circle;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 70px;
    
}


@media (max-width: 700px){
    #texto-quemsomos{
        margin-top: 3rem;
        padding: 1rem 2rem 2rem 1rem;
        height: 130rem
    }
    .tx-col {
        height: auto;
    }
    .texto-colunas {
        flex-wrap: wrap;
    }
    #banner-quemsomos{
        display: none;
    }
    .barra-social-mobile{
        margin-top: -5rem;
    }
    
}