/*
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(https://fonts.googleapis.com/css?family=Lato:400,800,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,800,300,600,700);
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);

:root {
	/* :::::::::::::::: CORES GENÉRICAS :::::::::::::::::::::::::::::::*/
	--cor1: #a8b7ea;
	--cor2: #778edd;
	--cor3: #5170d4;
	--cor4: #2c51cb;
	--cor5: #0732c2;
	--cor6: #062ba5;
	--cor7: #052388;
	--cor8: #031657;
	--cor9: #020f3a;
	
	--largura_maxima_site: 95%;
	--cor_fundo_site: #e6e7e8;
	--cor_texto_site: #0317b0;
	--fonte_site: Roboto;
	--tam_texto_site: 14px;

	/* :::::::::::::::: BARRA AVISO TOPO :::::::::::::::::::::::::::::::*/
	--status_aviso_topo: block;
	--cor_fundo_aviso_topo: #130481;
	--cor_texto_aviso_topo: #FFFFFF;
	--tam_texto_aviso_topo: 15px;
	--cor_icone_aviso_topo: #fff;

	/* :::::::::::::::: BARRA FIXADA TOPO :::::::::::::::::::::::::::::::*/
	--status_barra_fixa: block;
	--altura_barra_fixa: 7px;
	--cor_fundo_barra_fixa: linear-gradient(to right, #3fdc72 28%, #57a4f9 100%);

	/* :::::::::::::::: BARRA LOGO MENU ICONES ::::::::::::::::::::::::::::::::::::::*/
	--altura_logo: 70px;
	--cor_fundo_top_header: #0732c2;

	--cor_botao_botao_produtos: #3fdc72;
	--cor_texto_botao_produtos: #ffffff;
	--tam_fonte_botao_produtos: 16px;
	--cor_botao_produtos_barra_logo_hover: #0f1d53;
	--cor_texto_produtos_barra_logo_hover: #fff;

	--cor_links_barra_logo: #ffffff;
	--cor_links_barra_logo_hover: #3fdc72;
	--tam_links_barra_logo: 15px;

	--cor_icones_barra_logo: #f9faff;

	/* :::::::::::::::: BANNER ::::::::::::::::::::::::::::::::*/
	--cor_fundo_banner_principal: #0732c2;

	/* :::::::::::::::: MINI BANNER ::::::::::::::::::::::::::::::::*/
	--cor_fundo_mini_banners: #3FDC72;
	--cor_caixa_mini_banners: #ffffff;

	--tam_icone_mini_banners: 44px;
	--cor_icone_mini_banners: #052388;

	--tam_titulo_mini_banners: 15px;
	--cor_titulo_mini_banners: #0732c2;

	--tam_texto_mini_banners: 13px;
	--cor_texto_mini_banners: #333333;

	/* ::::::::::::::::: CATEGORIAS :::::::::::::::::::::::::::::::::*/
	--cor_fundo_tit_categ: #062ba5;
	--cor_texto_tit_categ: #ffffff;
	--tam_texto_tit_categ: 20px;

	--cor_fundo_categ: #ffffff;
	--cor_fundo_categ_hover: #f5f5f5;
	--padding_link_categ: 17px;
	--cor_texto_categ: #333333;
	--cantos_arredondados: 8px;
	--cor_texto_categ_hover: #2c51cb;

	--tam_font_categ: 15px;
	--tam_font_categ_nivel2: 13px;
	--cor_bordas_categ: #eceef2;

	/* ::::::::::::::::: VITRINES :::::::::::::::::::::::::::::::::*/

	--cor_titulo_vitrines: #0732c2;
	--cor_borda_titulo_vitrine: #031657;

	--cor_botao_comprar: #0732c2;
	--cor_botao_comprar_hover: #020f3a;
	--cor_texto_botao_comprar: #fff;
	--tam_texto_botao_comprar: 14px;

	--cor_botao_ver_produto: #a8b7ea;
	--cor_texto_botao_ver_produto: #2c51cb;
	--tam_texto_botao_ver_produto: 11px;

	--cor_botao_comprar_wpp: #0ad14c;
	--cor_texto_botao_comprar_wpp: #ffffff;
	--tam_texto_botao_comprar_wpp: 12px;

	--cor_fundo_caixa_produto: #ffffff;
	--cor_texto_caixa_produto: #333333;
	--borda_caixa_produto: #87de92;
	--largura_borda_caixa_produto: 0px;
	--max_altura_img_produto: 210px;
	--tam_titulo_produto: 16px;
	--cor_titulo_produto: #052388;
	--cor_preco_produto: #2c51cb;
	--auto_ajustar_caixa_produtos: 100%;

  /* ::::::::::::::::: NEWSLETTER :::::::::::::::::::::::::::::::::*/
  --exibir_newsletter: block ;
  --cor_fundo_newsletter: linear-gradient(to top, #3fdc72 0%, #94ebb0 100%) ;
  --cor_titulo_newsletter: #052388 ;
  --cor_subtitulo_newsletter: #062ba5 ;
  --cor_botao_newsletter: #062ba5 ;
  --cor_texto_botao_newsletter: #ffffff ;

	/* ::::::::::::::::: RODAPE :::::::::::::::::::::::::::::::::*/
	--cor_fundo_rodape: #020f3a;
	--cor_borda_topo_rodape: #0ae618;

	--cor_titulos_rodape: #13fb2e;
	--tam_titulos_rodape: 17px;

	--cor_texto_rodape: #ffffff;
	--tam_texto_rodape: 14px;

	--cor_texto_copyright: #ffffff;

  /* ::::::::::::::::: NOTIFICAÇÕES  ::::::::::::::::::::::::::::::*/
  --sn-success-color: rgb(111, 207, 151);
  --sn-success-progress-color: rgb(84, 170, 120);
  --sn-error-color: rgb(235, 87, 87);
  --sn-error-progress-color: rgb(192, 69, 69);
  --sn-warning-color: rgb(242, 201, 76);
  --sn-warning-progress-color: rgb(196, 166, 79);
  --sn-info-color: rgb(81, 205, 243);
  --sn-info-progress-color: rgb(84, 169, 196);

	/* ::::::::::::::::: BOTOES DO PRODUTO  ::::::::::::::::::::::*/
	--bot_produtos_position: initial;
	--bot_produtos_opacity: 1;
	--bot_produtos_float: left;
	--box_produto_padding: 0;
	
	/* ::::::::::::::::: TEXTOS DO PRODUTO  ::::::::::::::::::::::*/
	--texto_centro_produto: center;
	
}.bot-actions {} 
	.box-produto > a {
	  height: var(--max_altura_img_produto);
	  max-height: var(--max_altura_img_produto);
	}
	