:root {
    --cor_primaria: #ffb32d;
    --cor_secundaria: #5a5a5a;
    --cor_botao: #ffb32d;
    --cor_botao_hover: #5a5a5a;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #ffffff;
    --cor_botao_comprar: #ffb32d;
    --pre_cabecalho: #505050;
    --cor_texto_pre_cabecalho: #f4f4f4;
    --cor_cabecalho: #ffb32d;
    --cor_icones: #505050;
    --cor_icones_hover: #505050;
    --cor_texto_icones: #505050;
    --cor_menu: #ffffff;
    --cor_texto_menu: #444;
    --cor_newsletter: #ffb32d;
    --cor_footer: #0d214f;
    --cor_texto_footer: #fffff;
    --texto_global: #211a1a;
    --cor_clara: #fff;
    --cor_escura: #333;
    --texto_background: #ffffff;
    --texto_bg_escuro: #333;
    --texto_bg_claro: #333;
}

/* centralizar banners */


.banner.mini-banner {
    display: flex!important;
    justify-content: space-between!important;
}



