/* COR PRINCIPAL */
:root{ --cor-principal: #d9d6bf;
}
    
/* DESKTOP FUNDO */ 
@media screen and (min-width:768px) { 
.secao-banners {    
background-image: url(https://cdn.awsli.com.br/1345/1345272/arquivos/banner.png);    
margin-top: 152px!important;    
background-repeat: no-repeat;    
background-position: center top; 
} 

}
    
/* MOBILE FUNDO */ 
@media screen and (max-width:767px) {
body {    
background-image: url(https://cdn.awsli.com.br/1345/1345272/arquivos/MOBILE_BANNER_NOVO.jpg)
!important;    background-repeat: no-repeat !important;    
background-size: 130% !important;    
background-position: top !important; 
} 
}
    /* ALTERACOES BANNERS */
@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){
    .pagina-carrinho .tabela-carrinho .quantidade a {
    display: none;
    }
    }
    /* TEXTO BOLETO */
    .boletao {
    background: yellow;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
}
    .boletao a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

    /* TEXTO CEP */
span.prazo:before {
    content: 'A partir de ';
}
    b.prazo:before {
    content: 'A partir de ';
}
    .formas .accordion-heading .forma-conteiner .envio-prazo-entrega:before {
    content: 'A partir de ';
}

    .pagamento .titulo:after{
    display: none;
    }
    
        .row-fluid.banner.cheio {
    max-width: 100%;
    }
    .row-fluid.banner.hidden-phone {
    margin-top: 0px;
    }
