:root {
--cor_primaria: #03989e;
--cor_secundaria: #444;
--cor_botao: #03989e;
--cor_botao_hover: #444;
--cor_texto_botao: #fff;
--cor_texto_botao_hover: #fff;
--cor_botao_comprar: #31b15f;
--cor_cabecalho: #03989e;
--cor_icones: #ffffff;
--cor_icones_hover: #444;
--cor_texto_icones: #ffffff;
--cor_menu: #72c8cc;
--cor_texto_menu: #03989e;
--cor_footer: #03989e;
--cor_texto_footer: #fff;
--cor_tag_frete_gratis: #444;
--texto_global: #444;
}
    
@media (min-width: 769px){
.logo a img{
margin-left:6.5rem;
}
}
    
    @media (max-width:768px){
        .logo a img{
           bottom:14px;
       }
}
  