@media screen and (min-width: 768px){
#corpo {
    background-image: none !important;
}
}
@media screen and (max-width: 767px){
body {
    background-image: none !important;
}
}
.secao-banners .conteiner {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.flexslider {
    border: none;
}
@media screen and (max-width: 767px){
.banner.cheio .flexslider .slides img {
height: auto;
max-width: 165%;
margin-left: -30%;
width: 165%;
}
}