@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:auto;	
	text-align:center;
	margin-top:42px;	
	
	
}

#banner img{
	
	width:100%;
	height:auto;
}


#container1{
	width:100%;
	height:400px;
	float:left;	
}

#conteudo1{
	width:1000px;
	height:400px;
	margin:auto;
	text-align:center;
}

#conteudo1 t{
	line-height:100px;
	width:1000px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:-1px;
	font-size:50px;
	font-weight:lighter;
	
		
}

#conteudo1 p{
	margin:auto;
	width:700px;
	font-family: 'Old Standard TT', serif;
	font-size:27px;
	line-height:47px;
	font-weight:lighter;
	padding-top:27px;
	padding-bottom:47px;
		
}

#conteudo1 p1{
	text-align:center;
	margin:auto;
	width:600px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.7px;
	font-size:21px;

		
}

#container2{
	width:100%;
	height:700px;
	float:left;	
	background:url(../img/fundo-trabalhos.jpg);
	padding-bottom:1px;
}

#conteudo-recente{
	width:1000px;
	height:700px;
	margin:auto;
	text-align:left;
}

#conteudo-recente-titulo{
	width:1000px;
	height:160px;	
	text-align:left;
}


#conteudo-recente-titulo img{
	margin-top:34px;
}

#conteudo-recente-dados{
	margin-top:57px;
	width:333px;
	height:324px;
	float:left;	
	text-align:center;
	
}


#conteudo-recente-botao{
	width:1000px;
	height:120px;	
	text-align:center;
}

#conteudo-recente-botao img{
	margin-top:44px;
	
}



#conteudo-recente-dados p{
	margin-top:27px;
	color:rgba(255,236,63,1.00);
	font-family: 'PT Sans', sans-serif;
	font-size:19px;
}

