#sobre .estrutura-sobre{
    background: url(../image/bg-contato-interna.png) 30% 0% no-repeat, url(../image/bg.jpg) top center repeat fixed;
    padding-top: 200px;
    padding-bottom: 100px;
}

#sobre .estrutura-sobre h5 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

#sobre .sobre {
    background: transparent;
    padding-top: 200px;
}

#sobre .titulo-secao{
    color: #fd792a;
}

@media screen and (max-width: 992px) {

    #sobre .estrutura-sobre {
        background: url(../image/bg-internas-mobile.jpg) 0 -8% no-repeat, url(../image/bg.jpg) top center repeat fixed;
        padding-top: 125px;
    }

    #sobre .sobre-corpo {
        margin-top: 96px;
    }

    #sobre .sobre-topico {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .icone-pesquisar {
        top: 17.3px;
        right: 17px;
        position: absolute;
    }
}

#sobre .sobre-topico {
    margin-top: 40px;
    margin-bottom: 50px;
}

#sobre .sobre-corpo {
    margin-top: 120px;
}

@media screen and (max-width: 575px) {

    #sobre .sobre-corpo {
        margin-top: 60px;
    }
}


a.conheca-nossa-equipe {
    background: #f27a2e;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    /* margin-bottom: -50px; */
}

@media (min-width: 768px) and (max-width: 992px) {
    .noticias-informativos .noticias .noticia img {
        height: auto !important;
    }
}