/* BACKGROUND DESKTOP */ 
@media screen and (min-width: 768px){
.secao-banners {
    background-image: none !important;
}
}

/* BACKGROUND MOBILE */
@media screen and (max-width: 767px){
body {
    background-image: none !important;
}
} 
