.logo a img {
    max-height: 50px;
}

:root {
  /*geral*/
 --cor-principal: #3A72FC;
 --cor-secundaria: #000000;
 --cor-terciaria: #818181;
 --cor-botao: #3A72FC;
 --cor-titulos: #818181;
 --cor-preco: #3A72FC;
 /*topo da loja*/
 --cor-background-topo: #FFEA9A;
 /*corpo da loja*/
 --cor-background-corpo: #eeeeee;
 /*rodapé da loja*/
 --cor-menu-rodape: #3B3B3B;
 --cor-background-menu-rodape: #FFEA9A;
 --cor-background-rodape: #FFEA9A;
 /*newsletter rodape*/
 --cor-background-newsletter: #ffffff;
 --cor-texto-newsletter: #818181;
 /*texto fullbanner*/
 --cor-texto-1: #3A72FC;
 --cor-texto-2: #ffffff;
 /*compre junto*/
 --cor-background-compre-junto: #ffffff;
}

@media only screen and (max-width: 767px){
.listagem .titulo-categoria strong {
    font-size: 22px !important;
}
}
#testimonials > div > h2:after {
    font-size: 26px !important;
    content: "Comentários dos clientes";
}
#testimonials > div > h2 {
    font-size: 0px;
}

#rodape li a {
    text-transform: initial;
}
#rodape > div.institucional.fundo-secundario > div > div.row-fluid > div > div > div.links-rodape.links-rodape-contato.span3 > ul > li:nth-child(3) > a {
    text-transform: lowercase;
}
/*categoria rodapé*/
#rodape .institucional .links-rodape-contato span {
    text-transform: initial !important;
}
#rodape .titulo {
    text-transform: initial !important;
}

.marcas strong {
    text-transform: initial !important;
}
/*remover campo de atendimento da vitrine*/
#atedimento .titulo {
display: none;
}
#atedimento .contact-items {
display: none;
}


.listagem .titulo-categoria strong {
    color: var(--cor-titulos);
    font-size: 1.69vw;
    text-transform: initial !important;
}

div#instagram .conteiner .row-fluid {
    display: none;
}
