/* --------------------------------------------------
	
   CSS Estrutual Lampejos v1.0
   
   -------------------------------------------------
   
   Resets
   -------------------------------------------------- */ 

   
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  outline: none;
  list-style: none; }

body {
  margin: 0;
  font-family: sans-serif; }

* {
  outline: none; }

a, a:active, a:visited, a:hover {
  cursor: pointer;
  text-decoration: none;
  color:#000000;
  }

 .main__interna a, .main__interna a:active, .main__interna a:visited, .main__interna a:hover {
  cursor: pointer;
  text-decoration: none;
  color:#000000;
  }


/* polyfill */
header, nav, section, article, main, aside, footer {
  display: block; }

/* global box-sizing */
*, *:after, *:before {
  box-sizing: border-box; }

/* font-sizing */
html {
  font-size: 62.5%; }

/* html element 62.5% font-size for REM use */
/* fontes otimizadas para leitura de artigos */
article {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* clearfix */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: block;
  height: 1%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* width by container */
img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
  height: auto; }

/* --------------------------------------------------
   Default wordpress classes
   -------------------------------------------------- */
/* default wordpress align classes */
.alignnone {
  margin: 5px 20px 20px 5px; }

.aligncenter {
  margin: 5px auto 5px auto; }

.alignright {
  margin: 5px 0px 20px 20px;
  float: right; }

.alignleft {
  margin: 5px 20px 5px 0px;
  float: left; }

  .content__full__interna img { width: auto; }
  .content__full__interna img.aligncenter { display: block; }

/* default wordpress img captions */
.wp-caption .size-full {
  width: 100%;
  height: auto; }

.wp-caption.alignnone {
  margin: 5px 0px; }

.wp-caption.alignleft {
  margin: 5px 20px 5px 0px; }

.wp-caption.alignright {
  margin: 5px 0px 5px 20px; }

/* default wordpress gallery classes */
.gallery-caption, .wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 0;
  color: #000000;
  font-weight: 100;
  font-style: italic; }

.gallery-item img { border: 0 !important; }

/* default wordpress comments classes */
/* default wordpress post classes */
/* print */
/* --------------------------------------------------
   text
   -------------------------------------------------- */
/* paragraph */
/*
p {
  font-size: 1.4em;
  margin: 20px 0; }
*/
/* bold */
b, strong {
  font-weight: bold; }

/* Italic */
i, em {
  font-style: italic; }

/* Listagem */
ul li {
  list-style: inside disc; }

ol li {
  list-style: inside decimal; }
  

/* --------------------------------------------------
   Lampejos style
-------------------------------------------------- */

.grid_full {
	width:1268px;
	padding:0 20px;
	margin:0 auto;
	}
	
.slash_espaco {}

.slash_espaco:before {
    content: "|";
    padding:0 5px;
    color: #000;
	}
	
a {	transition: all 0.3s;	}


.iframe-flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}
.iframe-flexible-container iframe,   
.iframe-flexible-container object,  
.iframe-flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}



	input::-webkit-input-placeholder {
    color: #b9b9b9;
	}
	input:-moz-placeholder {
	    /* FF 4-18 */
	    color: #b9b9b9;
	}
	input::-moz-placeholder {
	    /* FF 19+ */
	    color: #b9b9b9;
	}
	input:-ms-input-placeholder {
	    /* IE 10+ */
	    color: #b9b9b9;
	}

	input {
    /*-webkit-appearance: none;*/
    -webkit-border-radius:0;
    /*border-radius:0;*/
	}

  
/* --------------------------------------------------
   Header
-------------------------------------------------- */

.header {
	width:100%;
	height:120px;
	}

	
.header__topo {
	width:100%;
	height:81px;
	}

.header__grid {
	width: 292px;
	float: left;
	margin-top: 34px;
	margin-right: 20px;
}
	
.header__topo__logo {
	}
	
.header__topo__cadastro {
	}
	
.header__topo__loja {
	margin-left: 77px;
	}
	
.header__topo__cadastro,
.header__topo__loja {
	}
	
.header__topo__cadastro__search {
	}	


.header__topo__loja__carrinho {
	float: right;
	margin-right: 0;
	width: 150px;
	padding-right: 55px;
}
	
.header__topo__loja__carrinho ul {
	margin:0;
	padding:0;
	}
	
.header__topo__loja__carrinho ul li {
	list-style:none;
	display:inline-block;
	vertical-align: bottom;
	}
	
.header__nav {
	width:100%;
	}

	.header__nav,
	.topo__search_content { display: none; }

/* --------------------------------------------------
	Home
-------------------------------------------------- */	
.home__slider {
	width:100%;
	height:auto;
	}
	
.home__info_loja {
	width:100%;
	padding:29px 0 33px 0;
	}
	
.home__section {
		width:100%;
		height:auto;
		margin-top: 37px;
		clear: both;
	}

.home__banner {
		height: 280px;
		/*border-bottom: 1px solid #000;*/
	}

.home__full__banner {
	height: 170px;
	margin-bottom: 64px;
	}
	
.home__institucional {
	width:100%;
	}

/* --------------------------------------------------
   Produtos Global
-------------------------------------------------- */
	
.produtos_preview {
	margin-top:68px;
	}


/* --------------------------------------------------
   Internas
-------------------------------------------------- */
.main__interna {
	padding-top: 5px;
}

.sidebar {
	float: left;
	width: 292px;
	height: auto;
	margin-right: 20px;
}

.content__full {
	width: calc(100% - 312px);
	float: right;
}

.content__minha__conta,
.content__full__width {
	width: 100%;
}

.breadcrumb {
	margin-bottom: 21px;
}
	
/* --------------------------------------------------
   Footer
-------------------------------------------------- */
.footer {
	width:100%;
	margin-top:100px;
	padding-top: 75px;
	border-top: 1px solid #000;
	}

.home .footer {
	margin-top:75px;
	/*padding: 0;*/
	border: none;
}

.footer img {
	width: auto;
}
	
.footer__social {
	width:100%;
	min-height:119px;
	}
	
.footer__social_titulo {
	width:100%;
	}
	
.footer__social__newsletter {
	float:left;
	width:760px;
	}
	
.footer__social__newsletter label { display:none;}

	
.footer__social__icons {
	width:293px;
	float:left;
	text-align:left;
	margin-left: 21px;
	}
	
.footer__social__icons ul {
	width:100%;
	margin-top:20px;
	}
	
.social__icons li{
	list-style:none;
	display:inline-block;
	}
	
.footer__content {
	width:100%;
	min-height:380px;
	padding:14px 0 20px 0;
	}
	
.footer__content .grid_full {
		border-top:1px dashed #cccccc;
	}


.footer__content__infos {
	width:100%;
	padding-top: 55px;
}

.footer__content__infos li {
	width: 214px;
	height: auto;
	margin-right: 16px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
	

.footer__section {
	 float:left;
	 width:136px;
	 height:auto;
	 margin:0 20px 20px 0;
 }
		 
	
.footer_selos__pagamentos {
		margin-bottom:20px;
		float:left;
	}
		
.footer_selos__pagamentos li {
		list-style:none;
		display:block;
		width:42px;
		height:20px;
		float:left;
		margin:1px;
	}
	
.footer__assinatura {
	width:100%;
	min-height:65px;
	padding:25px 0;
	}
	
.footer__assinatura .lampejos {
	width:62px;
	height:16px;
	margin: 0 auto;
	margin-top: 10px;
	}


	

	













  
  