@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:90px;
	width:100%;
	height:auto;
	float:left;		
 }
 
#banner img{
	width:100%;
	height:auto;	
}


#bem-vindo{
	width:100%;
	height:427px;
	float:left;
}

#conteudo-bem-vindo{
	width:1000px;
	height:427px;
	margin:auto;		
}


#conteudo-bem-vindo{
	width:1000px;
	height:427px;
	margin:auto;		
}


#conteudo-bem-vindo-esq{
	width:490px;
	height:427px;
	float:left;
	margin-top:47px;
	background:url(../img/bemvindo.png) no-repeat;
	
}


#conteudo-bem-vindo-esq p{
	width:427px;
	height:427px;
	float:left;
	text-align:justify;
	margin-top:100px;
	margin-left:67px;
	line-height:30px;	
	font-family: 'BenchNine', sans-serif;
	font-size:20px;
	letter-spacing:1px;
	color:rgba(49,49,49,1.00);	
	
}

#conteudo-bem-vindo-dir{
	width:490px;
	height:427px;
	float:right;	
}

#conteudo-bem-vindo-dir img{

	margin-top:-37px;	
}



#projetos-destaque{
	width:100%;
	height:800px;
	float:left;	
	background:url(../img/fundoprojetosdestaque.jpg) no-repeat;
}

#conteudo-projetos-destaque{
	width:1000px;
	height:800px;
	margin:auto;
}


#projetos-destaque-titulo{
	width:400px;
	height:70px;
	margin:auto;
	margin-top:47px;	
	
}


#projetos-destaque-titulo p{
	font-family: 'Rochester', cursive;
	font-size:47px;
	letter-spacing:2px;
	color:rgba(255,255,255,1.00);
	
}


#projetos-destaque-dados{
	margin-top:27px;
	width:333px;
	height:324px;
	float:left;	
	text-align:center;
	
}



#projetos-destaque-dados p{
	margin-top:27px;
	color:rgba(255,255,255,1.00);
	font-family: 'Dosis', sans-serif;
	font-size:19px;
}


#casa-propria{
	float:left;
	width:100%;
	height:700px;
	
}

#conteudo-casa-propria{
	width:1000px;
	height:700px;
	margin:auto;
	text-align:center;	
}


#conteudo-casa-propria img{
	margin-top:70px;
}



#news{
	
	width:100%;
	height:480px;
	float:left;	
}

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

#titulo-news{
	width:1000px;
	text-align:center;
	height:70px;
		
}

#titulo-news p{
	margin-top:47px;
	font-family: 'BenchNine', sans-serif;
	font-size:54px;
	letter-spacing:1px;
	color: rgb(48, 14, 39);
}


#conteudo-news-esq{
	margin-top:60px;
	width:500px;
	height:360px;
	float:left;
	text-align:center;
	
}


#conteudo-news-dir{
	margin-top:90px;
	width:500px;
	height:360px;
	float:right;
	text-align:center;
	
}


.linha-nome {
  width:270px; 
  height:34px;
  padding-left:14px;
  padding-top:7px;
  position:relative;
  font-family: 'Ubuntu', sans-serif;
  font-size:27px; 
  float:left;
  border:1px solid #ADADAD;	
  border-radius:7px;
  background-color:#FFFFFF;
 } 
 
 .linha-nome input { 
  outline:none;
  width:270px;
  background-color:#FFFFFF;
  font-size:19px;
  font-family: 'Ubuntu', sans-serif;
  float:left;
  padding-top:4px;

 }
 
 
 .linha-email { 
  margin-left:1px;
  width:270px;
  height:34px;
  padding-left:14px;
  padding-top:7px;
  margin-top:7px;
  position:relative;
 	font-family: 'Ubuntu', sans-serif;
  font-size:21px; 
  float:left;
  border:1px solid #ADADAD;	
  border-radius:7px;
  background-color:#FFFFFF;
 } 
 
 .linha-email input { 
  padding-top:4px;
  float:left;
  outline:none;
  width:270px;
  background-color:#FFFFFF;
  font-size:19px;
  	font-family: 'Ubuntu', sans-serif;

 }
 
 .botao-enviar{
	
	text-align:left;
	padding-top:110px;
	 
 }
 
 
 .botao-enviar input{
	cursor:pointer;
	background-color: rgb(48, 14, 39);
	padding-bottom:7px;
	margin-top:10px;
	padding-top:10px;
	width: 120px;
	height: auto;
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	text-align:center;
	line-height: 20px;
	font-weight: lighter;
	color:#FFFFFF;
	border-radius:7px;	
	 
 }
 