@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{
	 	 
	margin-top:110px;
	width:100%;
	height:74px;
	float:left;		
	background:url(../img/fundo-banner-projetos.jpg) ;
	text-align:center;
 }
 
#banner img{
	
	margin-top:21px;
	width:350px;
	height:auto;
	
}


#produtos{
	width:100%;
	height:auto;
	float:left;	
	margin-bottom:47px;	
}

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


#conteudo-produtos-dados{
	width:333px;
	height:auto;
	float:left;
	text-align:center;
	margin-top:47px;
	margin-bottom:17px;	
}

#conteudo-produtos-dados img{
	border-radius:1000px;
	text-align:center;
}

#conteudo-produtos-dados p{
	margin-top:27px;
	color:rgba(34,34,34,1.00);
	font-family: 'Dosis', sans-serif;
	font-size:21px;
}

