:root {
		--cor_primaria: #e00000;
		--cor_secundaria: #323232;
		--cor_botao: #ffae00;
		--cor_botao_hover: #3c3c3c;
		--cor_texto_botao: #ffffff;
		--cor_texto_botao_hover: #fff;
		--cor_botao_comprar: #5bbf5f;
		--pre_cabecalho: #f00000;
    --cor_texto_pre_cabecalho: #ffffff;
		--cor_cabecalho: #ffffff;
		--cor_icones: #c90303;
		--cor_icones_hover: #2b2b2b;
		--cor_texto_icones: #2b2b2b;
		--cor_menu: #ffffff;
		--cor_texto_menu: #000000;
		--cor_newsletter: #b40c00;
		--cor_footer: #ffffff;
		--cor_texto_footer: #000000;
		--cor_tag_frete_gratis: #444;
		--texto_global: #333333;
		--texto_background:#ffffff;
} 
.embed-container { 
 position: relative; 
 padding-bottom: 56.25%; 
 height: 0; 
 overflow: hidden; 
 max-width: 100%; 
 height: auto;
 margin-top: 30px;
 margin-bottom: 30px; 
} 
.embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
}
