:root {
    --cor_primaria: #2b2b2b;
    --cor_secundaria: #444444;
    --cor_botao: #000000;
    --cor_botao_hover: #000000;
    --cor_texto_botao: #ffffff;
    --cor_texto_botao_hover: #ffffff;
    --cor_botao_comprar: #5bbf5f;
    --pre_cabecalho: #ffffff;
    --cor_texto_pre_cabecalho: #2b2b2b;
    --cor_cabecalho: #2b2b2b;
    --cor_icones: #ffffff;
    --cor_icones_hover: #170b0b;
    --cor_texto_icones: #fffefe;
    --cor_menu: #2b2b2b;
    --cor_texto_menu: #ffffff;
    --cor_newsletter: #6800c6;
    --cor_texto_newsletter: #ffffff;
    --cor_footer: #fe8100;
    --cor_texto_footer: #000000;
    --texto_global: #020202;
    --texto_background: #ffffff;
    --cor_tag_frete_gratis: #ffffff;
}

#rodape .institucional .sobre-loja-rodape>img {
    background-color: transparent !important;
}

@media (max-width: 767px) {
    #rodape .institucional, #rodape .pagamento-selos {
        background-color: var(--cor_footer) !important;
    }
}