
/* DESKTOP FUNDO */
@media screen and (min-width:768px) {
#corpo {
background-color: white;
margin-top: 135px!important;
background-image: url(https://cdn.awsli.com.br/2295/2295240/arquivos/fundobbn4.jpg);
background-repeat: no-repeat;
padding-top: 100px;
}
}
/* MOBILE FUNDO */
@media screen and (max-width:767px) {
body {
background-color: white !important;
background-image: url(https://cdn.awsli.com.br/2295/2295240/arquivos/bg_mobile5.jpg) !important;
background-repeat: no-repeat !important;
background-size: 100% !important;
background-position: top !important;
}}
@media screen and (max-width: 767px){
#cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.fundo-principal > a {
    color: #f62248;
}
#cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.fundo-principal {
    background: transparent;
    display: block !important;
}
}
@media screen and (max-width: 767px){
.listagem .listagem-linha li {
    min-height: 450px;
}
}
@media screen and (max-width: 767px){
.conteudo-topo .busca-mobile .atalho-menu {
    color: #11a3f3;
}
}
@media screen and (min-width: 768px){
#cabecalho>.conteiner .sandwich>.hamburguer {
    background-image: linear-gradient(to right, #11a3f3, #11a3f3);
}
}
/*ALTERAR ICONES CONTATO*/

.barra-inicial .canais-contato span, .barra-inicial .canais-contato a, 
.barra-inicial .canais-contato i { 
color: #fff;
}
.titulo-categoria.vitrine-lancamento strong {
    background: linear-gradient(to right, #11a3f3, #11a3f3);
}
.titulo-categoria.vitrine-mas-vendido strong {
    background: linear-gradient(to right, #F7BFCA, #F7BFCA);
}
.titulo-categoria.vitrine.newsletter strong{
    background: linear-gradient(to right, #11a3f3, #11a3f3);
}



