:root {
    --cor-menu_categorias: #DF2DCBC;
    --cor-texto_categorias: #894934;
    --cor-comprar: #0a0a0a;
    --cor-comprar_ativo: #81d8d0;
    --cor-texto_rodape: #894934;
    --cor-titulo_rodape: #894934;
    --cor-fundo_rodape: #fff;
    --cor-fundopix: #81d8d0;
    --cor-textopix: #fff;
    --cor-texto_newsletter: #676767;
    --cor-botao_newsletter: #0a0a0a;
    --cor-botao_newsletter_ativo: #81d8d0;
    --cor-fundo_logo_rodape: #fff;
    --cor-titulovitrine: #0a0a0a;
    --cor-branco: #fff;
}
.row-fluid.banner.cheio {
    max-width: 100%;
}
#corpo > div.conteiner > div.secao-principal.row-fluid.sem-coluna > div.conteudo.span12 {
    margin-top: 20px;
}
#corpo > div.conteiner > div.secao-principal.row-fluid.sem-coluna > div.conteudo.span12 {
    margin-top: 0px;
}
.row-fluid.banner.hidden-phone {
    margin-top: 0px;
}

/* DESKTOP FUNDO */
@media screen and (min-width:768px) {
.secao-banners {
    background-image: none;
    margin-top: 152px!important;
    background-repeat: no-repeat;
    background-position: center top;
}
}

/* MOBILE FUNDO */
@media screen and (max-width:767px) {
body {
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: 130% !important;
    background-position: top !important;
}
}



@media screen and (max-width: 767px){
.banner.cheio .flexslider .slides img {
    height: auto;
    max-width: 100%;
    margin-left: 0;
    width: 100%;
}
}



@media screen and (min-width: 768px){
.carrinho a>i.icon-shopping-cart.fundo-principal {
    filter: invert(1);
}
.minha-conta .btn-group a i {
    filter: invert(1);
}
.rastreio-topo i {
    filter: invert(1);
}
.contato-top i {
    filter: invert(1);
}
}