/* COR PRINCIPAL */
:root{
--cor-principal: #88905f;
}
/* DESKTOP FUNDO */
@media screen and (min-width:768px) {
.secao-banners {
background-image: none;
}}
/* MOBILE FUNDO */
@media screen and (max-width:767px) {
body {
background-image: none !important;
}}
    
 /* Ajuste Banner mobile */
    
.banner.cheio .flexslider .slides img {
    height: auto !important;
    max-width: 165% !important;
    margin-left: auto !important;
    width: 100% !important;
}

.scrollToTop {
    bottom: 10rem !important;
}
