:root{
--cor-principal: #fff;
} 
/* DESKTOP FUNDO */
@media screen and (min-width:768px) {
.secao-banners {
    background-image: none !important;
    margin-top: 152px!important;
    background-repeat: no-repeat;
    background-position: center top;
}
}

/* MOBILE FUNDO */
@media screen and (max-width:767px) {
body {
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: 130% !important;
    background-position: top !important;
}
}
.row-fluid.banner.cheio {
    max-width: 100%;
    margin: 0 auto;
}
.row-fluid.banner.hidden-phone{
margin-top: 0px;
}
.links-rodape-paginas .titulo:after {
    content: 'Conteúdo';
    font-size: 15.5px;
}
@media screen and (max-width: 767px){
#rodape > div.odge-rodape > div > div > div:nth-child(1) img {
    width: unset;
}
}

