/* UPDATE FULLBANNER MOBILE */
@media (min-width: 768px) {
	#box-banners-full {
		display: none !important
	}

	#rodape .loja-integrada-copyright {
		width: 80px !important;
		padding: 16px 10px !important
	}

	#rodape .loja-integrada-copyright img {
		opacity: 0.8;
		filter: grayscale(1);
	}
}

:root {--cor_primaria: #18aa3d;--cor_secundaria: #0d0d0d;--cor_botao: #29a838;--cor_botao_hover: #49c427;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #5bbf5f;--pre_cabecalho: #e4e4e4;--cor_texto_pre_cabecalho: #2b2b2b;--cor_cabecalho: #ffffff;--cor_icones: #2b2b2b;--cor_icones_hover: #2b2b2b;--cor_texto_icones: #2b2b2b;--cor_menu: #2b2b2b;--cor_texto_menu: #ffffff;--cor_newsletter: #222222;--cor_texto_newsletter: #ffffff;--cor_footer: #ffffff;--cor_texto_footer: #333333;--texto_global: #333333;--texto_background: #ffffff;--cor_tag_frete_gratis: #ffffff;}

.logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    /* margin: 20px 0; */
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 190px;
}


