@media screen and (max-width: 767px){
.float-contact {
 display: inherit !important;
 }
 #modalContato{
 width: 95% !important;
 }
}
#cabecalho {
    background: #a82020;
}

#cabecalho .full.menu {
    background: #a82020;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: solid 1px #ff693c;
    height: 70px;
}

#barraNewsletter.posicao-rodape {
    background: #a82020;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#rodape .institucional {
    background: #a82020;
    min-height: 425px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#barraNewsletter.posicao-rodape {
    background: #a82020;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.full.menu .conteiner .nivel-um>li.offers>a {
    background: #ff693c!important;
    cursor: pointer;
}

@media (max-width: 767px){
    #fullbanner-mob{
        display: inherit !important;
    }

    .secao-banners .banner.cheio{
        display: inherit !important;
    }

    #fullbanner-mob ~ .secao-banners{
        display: none;
    }

}

#fullbanner-mob .slick-slide img{
    height: auto;
    width: 100%;
}


