:root {
    --cor_primaria: #808f78;
    --cor_secundaria: #535d4e;
    --cor_botao: #808f78;
    --cor_botao_hover: #535d4e;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #5bbf5f;
    --pre_cabecalho: #808f78;
    --cor_texto_pre_cabecalho: #fff;
    --cor_cabecalho: #fff;
    --cor_icones: #4e4f50;
    --cor_icones_hover: #333;
    --cor_texto_icones: #4e4f50;
    --cor_menu: #fff;
    --cor_texto_menu: #4e4f50;
    --cor_newsletter: #808f78;
    --cor_texto_newsletter: #fff;
    --cor_footer: #fff;
    --cor_texto_footer: #383a3d;
    --texto_global:#383A3D;
    --cor_clara:#fff;
    --cor_escura:#111;
    --texto_background:#fff;
    --texto_bg_escuro:#222;
    --texto_bg_claro:#222;
}

@media (min-width: 767px){
.modulo.span4 {
max-height: 400px;
width: calc(100%/3);
}
}

.carrinho>a span.titulo {
    display: none !important;
}