/*
@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=Montserrat:400,500,600,700,800);

:root {
	/* :::::::::::::::: CORES GENÉRICAS :::::::::::::::::::::::::::::::*/
	--cor1: #aeb3d9;
	--cor2: #8088c3;
	--cor3: #5d68b3;
	--cor4: #3b47a2;
	--cor5: #182792;
	--cor6: #14217c;
	--cor7: #111b66;
	--cor8: #0b1242;
	--cor9: #070c2c;
  --bs-btn-active-bg: #14217c;
  --bs-btn-hover-bg: #14217c;
	
	--largura_maxima_site: 95%;
	--cor_fundo_site: #fffff5;
	--cor_texto_site: #000008;
	--fonte_site: Montserrat;
	--tam_texto_site: 14px;

	/* :::::::::::::::: BARRA AVISO TOPO :::::::::::::::::::::::::::::::*/
	--status_aviso_topo: block;
	--cor_fundo_aviso_topo: #dbff08;
	--cor_texto_aviso_topo: #000062;
	--tam_texto_aviso_topo: 13px;
	--cor_icone_aviso_topo: #fff;

	/* :::::::::::::::: BARRA FIXADA TOPO :::::::::::::::::::::::::::::::*/
	--status_barra_fixa: none;
	--altura_barra_fixa: 7px;
	--cor_fundo_barra_fixa: linear-gradient(90deg,rgba(0, 158, 239, 1) 0%, rgba(230, 20, 132, 1) 33%, rgba(255, 231, 0, 1) 66%, rgba(41, 45, 41, 1) 100%);

	/* :::::::::::::::: BARRA LOGO MENU ICONES ::::::::::::::::::::::::::::::::::::::*/
	--altura_logo: 62px;
	--cor_fundo_top_header: #000062;

	--cor_botao_botao_produtos: #dbff08;
	--cor_texto_botao_produtos: #000062;
	--tam_fonte_botao_produtos: 17px;
	--cor_botao_produtos_barra_logo_hover: #0f1d53;
	--cor_texto_produtos_barra_logo_hover: #fff;

	--cor_links_barra_logo: #fffff5;
	--cor_links_barra_logo_hover: #dbff08;
	--tam_links_barra_logo: 15px;

	--cor_icones_barra_logo: #dbff08;

	/* :::::::::::::::: BANNER ::::::::::::::::::::::::::::::::*/
	--cor_fundo_banner_principal: #000062;

	/* :::::::::::::::: MINI BANNER ::::::::::::::::::::::::::::::::*/
	--cor_fundo_mini_banners: #000062;
	--cor_caixa_mini_banners: #fffff5;

	--tam_icone_mini_banners: 44px;
	--cor_icone_mini_banners: #000062;

	--tam_titulo_mini_banners: 15px;
	--cor_titulo_mini_banners: #10065e;

	--tam_texto_mini_banners: 13px;
	--cor_texto_mini_banners: #353537;

	/* ::::::::::::::::: CATEGORIAS :::::::::::::::::::::::::::::::::*/
	--cor_fundo_tit_categ: #10065e;
	--cor_texto_tit_categ: #fffff5;
	--tam_texto_tit_categ: 20px;

	--cor_fundo_categ: #fffff5;
	--cor_fundo_categ_hover: #fffff5;
	--padding_link_categ: 17px;
	--cor_texto_categ: #353537;
	--cantos_arredondados: 8px;
	--cor_texto_categ_hover: #3b47a0;

	--tam_font_categ: 15px;
	--tam_font_categ_nivel2: 13px;
	--cor_bordas_categ: #eceef2;

	/* ::::::::::::::::: VITRINES :::::::::::::::::::::::::::::::::*/

	--cor_titulo_vitrines: #182780;
	--cor_borda_titulo_vitrine: #10065e;

	--cor_botao_comprar: #10065e;
	--cor_botao_comprar_hover: #00e003;
	--cor_texto_botao_comprar: #fffff5;
	--tam_texto_botao_comprar: 14px;

	--cor_botao_ver_produto: #fffff5;
	--cor_texto_botao_ver_produto: #10065e;
	--tam_texto_botao_ver_produto: 11px;

	--cor_botao_comprar_wpp: #00e003;
	--cor_texto_botao_comprar_wpp: #fffff5;
	--tam_texto_botao_comprar_wpp: 12px;

	--cor_fundo_caixa_produto: #ffffff;
	--cor_texto_caixa_produto: #000008;
	--borda_caixa_produto: #3b47a0;
	--largura_borda_caixa_produto: 0px;
	--max_altura_img_produto: 210px;
	--tam_titulo_produto: 17px;
	--cor_titulo_produto: #10065e;
	--cor_preco_produto: #3b47a0;
	--auto_ajustar_caixa_produtos: 100%;

  /* ::::::::::::::::: NEWSLETTER :::::::::::::::::::::::::::::::::*/
  --exibir_newsletter: block ;
  --cor_fundo_newsletter: #c700f1 ;
  --cor_titulo_newsletter: #000062 ;
  --cor_subtitulo_newsletter: #000008 ;
  --cor_botao_newsletter: #000062 ;
  --cor_texto_botao_newsletter: #fffff5 ;

	/* ::::::::::::::::: RODAPE :::::::::::::::::::::::::::::::::*/
	--cor_fundo_rodape: #000062;
	--cor_borda_topo_rodape: #dbff08;

	--cor_titulos_rodape: #dbff08;
	--tam_titulos_rodape: 17px;

	--cor_texto_rodape: #fffff5;
	--tam_texto_rodape: 14px;

	--cor_texto_copyright: #fffff5;

  /* ::::::::::::::::: 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);
	}
	