/* 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
;
}}


/* tarja grudado no full */
.row-fluid.banner.hidden-phone {
    margin-top: 0 !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%;
}
}
@media screen and (max-width: 767px) {
#cabecalho {
    background-color: black !important;
}}