:root {
--cor_primaria: #303030;
--cor_secundaria: #303030;
--cor_botao: #303030;
--cor_botao_hover: #303030;
--cor_texto_botao: #fff;
--cor_texto_botao_hover: #fff;
--cor_botao_comprar: #303030;
--pre_cabecalho: #303030;
--cor_texto_pre_cabecalho: #ffffff;
--cor_cabecalho: #ffffff;
--cor_icones: #303030;
--cor_icones_hover: #303030;
--cor_texto_icones: #303030;
--cor_menu: #303030;
--cor_texto_menu: #ffffff;
--cor_newsletter: #303030;
--cor_footer: #f2f2f2;
--cor_texto_footer: #494b4e;
--cor_tag_frete_gratis: #303030;
--texto_global: #303030;
--texto_background: #ffffff;
}
.pagina-inicial .secao-banners {
background: transparent;
}
.menu.superior {
background: #1d1d1d;
}
@media (max-width: 769px) {
/* Cor menu mobile - Inicio */
#cabecalho .menu-mobile-scroll {
background: var(--cor_menu);
}
#cabecalho .menu-mobile-scroll ul li a {
color: var(--cor_texto_menu);
}
}

body img#imagemProduto {
    max-width: 94%;
}

@media (max-width: 1218px) and (min-width: 1077px){
	body img#imagemProduto {
    max-width: 93%;
	}
}

@media (max-width: 1076px) and (min-width: 950px){
	body img#imagemProduto {
    max-width: 92%;
	}
}

@media (max-width: 949px) and (min-width: 866px){
	body img#imagemProduto {
    max-width: 91%;
	}
}

@media (max-width: 865px) and (min-width: 800px){
	body img#imagemProduto {
    max-width: 90%;
	}
}

@media (max-width: 799px) and (min-width: 768px){
	body img#imagemProduto {
    max-width: 89%;
	}
}