/* 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
;
}}

/* banner mobile 100% */
@media screen and (max-width: 767px){
.banner.cheio .flexslider .slides img {
    height: auto;
    max-width: 100%;
    margin-left: 0;
    width: 100%;
}
}

/* banner full */
.row-fluid.banner.cheio {
    max-width: 100%;
}

/* tarja grudado no full */
.row-fluid.banner.hidden-phone {
    margin-top: 0 !important;
}