/**************************************************************************************************/
/** Includes **************************************************************************************/
/**************************************************************************************************/

@import url("../geral/reset.css");
@import url("../geral/body.css");
@import url("../geral/classes.css");

@import url("../estrutura/topo.css");
@import url("../estrutura/rodape.css");


/**************************************************************************************************/
/** Geral *****************************************************************************************/
/**************************************************************************************************/

body {
  
  font-size:13px;
  font-family:Tahoma,Arial,Geneva,sans-serif;
  font-weight:normal;
  line-height:17px;
  color:#59543E;
  
  background-image:url('../../../imagens/geral/back-topo.png'),
				   url('../../../imagens/geral/back-internas.jpg');
				   
                   
  background-position: center 0px, center top;
  background-repeat: repeat-x, repeat;
}

/**************************************************************************************************/
/** Home - Conteudo *******************************************************************************/
/**************************************************************************************************/

div#site {

  display:table;
  width:1000px;
  
  margin:0px auto 0px auto;
  padding:0px 0px 0px 0px;
}

section:nth-of-type(1) {
  position:absolute; 
  width:100%; 
  height:56px; 
  background:url(../../../imagens/geral/faixa-internas2.png) center no-repeat; 
  z-index:1; 
  margin-top:-3px;
}


section:nth-of-type(1) div.conteudo {

  display:table;
  width:980px;
  
  margin:0px auto 0px auto;
  padding:0 10px;
  z-index:400;
  position:relative;
}

section:nth-of-type(1) h2 {
  font-family:radikalregular;
  font-size:34px;
  color:#FFF;
  margin:20px 0 0px 675px;  
}

section:nth-of-type(1) div.conteudo div.RedesSociais{
  
  margin:-15px 250px 0px 0px;
  width:435px;
  height:28px;
  float:right;
  background: none;
}

section:nth-of-type(1) div.conteudo div.RedesSociais a {
  
 
  float:left;
  width:95px;
  height: 20px;
  margin:0px;
  padding:0px;
}

section:nth-of-type(1) div.conteudo div.RedesSociais a:nth-of-type(1) {
   
  width:67px;
}



/**************************************************************************************************/
/** Home - Chamadas: Geral ************************************************************************/
/**************************************************************************************************/

section:nth-of-type(2) {
  
  display:block;
  
  width:100%;
  height:auto;
  
  margin:70px 0px 0px 0px; /*margin:30px 10px 0px 10px;*/
}


section:nth-of-type(2) div.conteudo {

  display:table;
  width:1000px;
  
  margin:0px auto 0px auto;
}

section:nth-of-type(2) div.conteudo h2 {
	font-family:AlFresco;
	font-size:64px;
	color:#5E0B25;
	margin:0px 0 0px 0px;
	float:left;
}

section:nth-of-type(2) div.conteudo a.btVerTodos {
	margin:50px 0 30px 0px;
	width:177px;
	height:40px;
	float:right;
	background:url(../../../imagens/geral/bt-ver-todos.png) no-repeat;
	text-indent:-200000px;
	overflow:hidden;
	margin-right:70px;
}


section:nth-of-type(2) div.conteudo figure {
  
  display:block;
  float:left;
  
  width:402px;
  height:282px;
  
 
  margin-left:10px;
  margin-top:0px;
  margin-bottom:0px;

}

section:nth-of-type(2) div.conteudo figure img.sMascara {
  
  display:block;
  position:absolute;
  z-index:100;
  
  width:402px;
  height:293px;
  
  margin:0px;
  padding: 0px;

}

section:nth-of-type(2) div.conteudo figure img.sProduto {
  margin:25px 0 0 27px;

}


section:nth-of-type(2) div.conteudo div.dTabNutricionais {
	width:545px;
	float:left;
	margin-left:10px;
	/*border:#000 solid 1px;*/
}

section:nth-of-type(2) div.conteudo div.dTabNutricionais h3{
	font-family:radikalregular;
	font-size:40px;
	color:#132C2C;
	margin:8px 0 10px 24px;
	line-height:50px;
}

section:nth-of-type(2) div.conteudo div.dTabNutricionais h4{
	font-family:radikalregular;
	font-size:20px;
	color:#132C2C;
	margin:8px 0 10px 24px;
}

section:nth-of-type(2) div.conteudo div.dTabNutricionais p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#132C2C;
	line-height:29px;
	margin:0 0 0px 24px;
	text-align: justify;
}

/**************************************************************************************************/
/** Home - Notícias *******************************************************************************/
/**************************************************************************************************/
section:nth-of-type(3) div.conteudo {

  display:table;
  width:980px;
  
  margin:20px auto 0px auto;
  padding:0 10px;
  z-index:400;
  position:relative;
  
}

section:nth-of-type(3) div.conteudo article:nth-of-type(1) {
  
  margin:0px 0px 0px 20px;
  width:550px;
  height:226px;
  background:none;
  float:left;
  
}

section:nth-of-type(3) div.conteudo article:nth-of-type(2) {
  
  float:right;
  margin:0px 20px 0px 20px;
  
}

