@media screen and (min-width: 768px){
.secao-banners {
    background-image: none !important;
}
}
@media screen and (max-width: 767px){
body {
    background-image: none !important;
}
}
@media screen and (max-width: 767px){
.banner.cheio .flexslider .slides img {
    height: auto;
    max-width: 100%;
    margin-left: 0;
    width: 100%;
}
}

.pagina-categoria .secao-banners{
    margin-top: 0px !important;
}


.odge-rodape{
	display: none;
}
.row-fluid.banner.cheio {
    max-width: 100%;
}