/* COR PRINCIPAL */
:root{
cor-principal: #fcefe4;
}
/* DESKTOP FUNDO */
@media screen and (min-width:767px) {
.secao-banners {
background-image: url("https://cdn.awsli.com.br/1761/1761005/arquivos/Fundo_CSS.png"); 
margin-top: 153px!important;
background-repeat: no-repeat; 
background-position: bottom 125px right 1px;
background-position: center top;
}}
/* MOBILE FUNDO */
@media screen and (max-width:767px) {
body {
background-image: url("https://cdn.awsli.com.br/1761/1761005/arquivos/Fundo_CSS.png") !important;
background-repeat: no-repeat !important;
background-size: 130% !important;
background-position: top !important
}}
#rodape .institucional {
    background-color: #DAA520 !important; 
}
