/*
@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: #b1bfdc;
	--cor2: #849ac7;
	--cor3: #627eb8;
	--cor4: #4163a9;
	--cor5: #1f479a;
	--cor6: #1a3c83;
	--cor7: #16326c;
	--cor8: #0e2045;
	--cor9: #09152e;
  --bs-btn-active-bg: #1a3c83;
  --bs-btn-hover-bg: #1a3c83;
	
	--largura_maxima_site: 95%;
	--cor_fundo_site: #f5f5f5;
	--cor_texto_site: #333333;
	--fonte_site: Roboto;
	--tam_texto_site: 14px;

	/* :::::::::::::::: BARRA AVISO TOPO :::::::::::::::::::::::::::::::*/
	--status_aviso_topo: block;
	--cor_fundo_aviso_topo: #09152e;
	--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, #ff9428 0%, #91d5a5 50%, #4aa5ff 100%);

	/* :::::::::::::::: BARRA LOGO MENU ICONES ::::::::::::::::::::::::::::::::::::::*/
	--altura_logo: 70px;
	--cor_fundo_top_header: #1f479a;

	--cor_botao_botao_produtos: #ffffff;
	--cor_texto_botao_produtos: #1f479a;
	--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: #ffff80;
	--tam_links_barra_logo: 15px;

	--cor_icones_barra_logo: #fdfeff;

	/* :::::::::::::::: BANNER ::::::::::::::::::::::::::::::::*/
	--cor_fundo_banner_principal: #1f479a;

	/* :::::::::::::::: MINI BANNER ::::::::::::::::::::::::::::::::*/
	--cor_fundo_mini_banners: #1f479a;
	--cor_caixa_mini_banners: #ffffff;

	--tam_icone_mini_banners: 44px;
	--cor_icone_mini_banners: #16326c;

	--tam_titulo_mini_banners: 15px;
	--cor_titulo_mini_banners: #1f479a;

	--tam_texto_mini_banners: 13px;
	--cor_texto_mini_banners: #333333;

	/* ::::::::::::::::: CATEGORIAS :::::::::::::::::::::::::::::::::*/
	--cor_fundo_tit_categ: #1a3c83;
	--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: #4163a9;

	--tam_font_categ: 15px;
	--tam_font_categ_nivel2: 13px;
	--cor_bordas_categ: #eceef2;

	/* ::::::::::::::::: VITRINES :::::::::::::::::::::::::::::::::*/

	--cor_titulo_vitrines: #1f479a;
	--cor_borda_titulo_vitrine: #0e2045;

	--cor_botao_comprar: #1f479a;
	--cor_botao_comprar_hover: #09152e;
	--cor_texto_botao_comprar: #fff;
	--tam_texto_botao_comprar: 14px;

	--cor_botao_ver_produto: #b1bfdc;
	--cor_texto_botao_ver_produto: #4163a9;
	--tam_texto_botao_ver_produto: 11px;

	--cor_botao_comprar_wpp: #44c86f;
	--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: #16326c;
	--cor_preco_produto: #4163a9;
	--auto_ajustar_caixa_produtos: 100%;

  /* ::::::::::::::::: NEWSLETTER :::::::::::::::::::::::::::::::::*/
  --exibir_newsletter: block ;
  --cor_fundo_newsletter: #849ac7 ;
  --cor_titulo_newsletter: #16326c ;
  --cor_subtitulo_newsletter: #1a3c83 ;
  --cor_botao_newsletter: #1a3c83 ;
  --cor_texto_botao_newsletter: #ffffff ;

	/* ::::::::::::::::: RODAPE :::::::::::::::::::::::::::::::::*/
	--cor_fundo_rodape: #09152e;
	--cor_borda_topo_rodape: #ff9933;

	--cor_titulos_rodape: #b1bfdc;
	--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);
	}
	