:root {
    --cor_primaria: #014c4e;
    --cor_secundaria: #009dca;
    --cor_botao: #014c4e;
    --cor_botao_hover: #009dca;
    --cor_texto_botao: #f7f7f7;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #5bbf5f;
    --pre_cabecalho: #014c4e;
    --cor_texto_pre_cabecalho: #ffffff;
    --cor_cabecalho: #fff;
    --cor_icones: #014c4e;
    --cor_icones_hover: #272727;
    --cor_texto_icones: #272727;
    --cor_menu: #fff;
    --cor_texto_menu: #405657;
    --cor_newsletter: #014c4e;
    --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;
}
#cabecalho .menu.superior .nivel-um>li>a>strong {
    color: var(--cor_texto_menu) !important;
}

div.whats-button {
    display: none !important;
}