:root {
    --cor_primaria: #be264e;
    --cor_secundaria: #be264e;
    --cor_botao: #ff3c70;
    --cor_botao_hover: #be264e;
    --cor_texto_botao: #f2f2f2;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #5bbf5f;
    --pre_cabecalho: #be264e;
    --cor_texto_pre_cabecalho: #fff;
    --cor_cabecalho: #ffffff;
    --cor_icones: #dd305e;
    --cor_icones_hover: #be264e;
    --cor_texto_icones: #383A3D;
    --cor_menu: #be264e;
    --cor_texto_menu: #ffffff;
    --cor_newsletter: #be264e;
    --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;
}

   .logo a img {
        position: relative;
        max-width: 80%;
        margin: auto;
        margin-left: 0;
    }