@charset "utf-8";


*{
  margin:0px; 
  padding:0;
  border:0;
  
} 

  body{
	  background:#FFFFFF;
	  overflow-x: hidden;
	 
	 
  }
  
   a:link { 
   
  text-decoration:none; 
} 

a { 

  text-decoration:none; 
} 


#container-principal{
	
	width:100%;
	min-width:1000px;
	height:100%;
	float:left;
	margin:auto;
	text-align:center; 
	
	
 }
 
#banner{
	
	float:left;
	width:100%;
	height:90px;	
	text-align:left;
	margin-top:116px;
	background:rgba(241,241,241,1.00);	
	
	
}

#conteudo-banner{
	width:1000px;
	height:90px;
	margin:auto;	
}

#banner img{
	margin-top:24px;
	height:34px;
	width:auto;
	
	
}


#fotos-detalhes{
	width:100%;
	height:600px;
	float:left;
	background:url(../img/fundo-fotos-detalhes.jpg);
}

#conteudo-fotos-detalhes{
	width:1000px;
	height:600px;
	margin:auto;
}


#titulo-detalhes{
	width:1000px;
	height:17px;
	text-align:left;	
}


#titulo-detalhes p{
	margin-top:24px;
	color:rgba(26,26,26,1.00);
	letter-spacing:1px;
	font-family: 'Dosis', sans-serif;
	font-size:18px;
}


#conteudo-foto1{
	float:left;
	width:745px;
	height:485px;	
	margin-top:37px;	
	
}

#conteudo-foto1 img{
	border-radius:4px;	
	
}

#conteudo-foto2{
	float:right;
	width:227px;
	height:154px;	
	margin-top:37px;	
}


#conteudo-foto2 img{
	border-radius:4px;	
	
}


#conteudo-foto3{
	float:right;
	width:227px;
	height:154px;	
	margin-top:12px;	
}


#conteudo-foto3 img{
	border-radius:4px;	
	
}

#conteudo-foto4{
	float:right;
	width:227px;
	height:154px;	
	margin-top:12px;	
}

#conteudo-foto4 img{
	border-radius:4px;	
	
}

#descricao{
	float:left;
	width:100%;
	height:auto;
	min-height:70px;
	background:rgba(255,255,255,1.00);
	margin-bottom:40px;
	
}

#conteudo-descricao{
	width:1000px;
	height:auto;
	min-height:70px;	
	margin:auto;
}


#titulo-descricao{
	float:left;
	width:1000px;
	height:20px;	
	text-align:left;
	
}

#titulo-descricao p{
	margin-top:27px;
	color:rgba(26,26,26,1.00);
	letter-spacing:1px;
	font-family: 'Dosis', sans-serif;
	font-size:19px;
	
		
}


#dados-descricao{
	width:1000px;
	height:auto;
	min-height:100px;
	Text-align:left;
	margin:auto;	
	display:flex;
	
}


#dados-descricao p{
	
	color:rgba(26,26,26,1.00);
	letter-spacing:1px;
	font-family: 'Dosis', sans-serif;
	font-size:17px;
	line-height:34px;
		
}












