/*
@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: #a6b6c9;
	--cor2: #748daa;
	--cor3: #4e6d93;
	--cor4: #284e7c;
	--cor5: #022f65;
	--cor6: #022856;
	--cor7: #012147;
	--cor8: #01152d;
	--cor9: #010e1e;
	
	--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: linear-gradient(to right, #010e1e 0%, #284e7c 100%);
	--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(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: 90px;
	--cor_fundo_top_header: #022F65;

	--cor_botao_botao_produtos: #fdfeff;
	--cor_texto_botao_produtos: #022F65;
	--tam_fonte_botao_produtos: 16px;
	--cor_botao_produtos_barra_logo_hover: #0f1d53;
	--cor_texto_produtos_barra_logo_hover: #fff;

	--cor_links_barra_logo: #fdfeff;
	--cor_links_barra_logo_hover: #ffff00;
	--tam_links_barra_logo: 15px;

	--cor_icones_barra_logo: #fbfdff;

	/* :::::::::::::::: BANNER ::::::::::::::::::::::::::::::::*/
	--cor_fundo_banner_principal: #ffffff;

	/* :::::::::::::::: MINI BANNER ::::::::::::::::::::::::::::::::*/
	--cor_fundo_mini_banners: #f5f5f5;
	--cor_caixa_mini_banners: #ffffff;

	--tam_icone_mini_banners: 44px;
	--cor_icone_mini_banners: #012147;

	--tam_titulo_mini_banners: 15px;
	--cor_titulo_mini_banners: #022f65;

	--tam_texto_mini_banners: 13px;
	--cor_texto_mini_banners: #333333;

	/* ::::::::::::::::: CATEGORIAS :::::::::::::::::::::::::::::::::*/
	--cor_fundo_tit_categ: #022856;
	--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: #284e7c;

	--tam_font_categ: 15px;
	--tam_font_categ_nivel2: 13px;
	--cor_bordas_categ: #eceef2;

	/* ::::::::::::::::: VITRINES :::::::::::::::::::::::::::::::::*/

	--cor_titulo_vitrines: #022f65;
	--cor_borda_titulo_vitrine: #01152d;

	--cor_botao_comprar: #022f65;
	--cor_botao_comprar_hover: #010e1e;
	--cor_texto_botao_comprar: #fff;
	--tam_texto_botao_comprar: 14px;

	--cor_botao_ver_produto: #a6b6c9;
	--cor_texto_botao_ver_produto: #284e7c;
	--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: #012147;
	--cor_preco_produto: #284e7c;
	--auto_ajustar_caixa_produtos: 100%;

  /* ::::::::::::::::: NEWSLETTER :::::::::::::::::::::::::::::::::*/
  --exibir_newsletter: block ;
  --cor_fundo_newsletter: #748daa ;
  --cor_titulo_newsletter: #012147 ;
  --cor_subtitulo_newsletter: #022856 ;
  --cor_botao_newsletter: #022856 ;
  --cor_texto_botao_newsletter: #ffffff ;

	/* ::::::::::::::::: RODAPE :::::::::::::::::::::::::::::::::*/
	--cor_fundo_rodape: #010e1e;
	--cor_borda_topo_rodape: #284e7c;

	--cor_titulos_rodape: #a6b6c9;
	--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);
	}
	