@charset "utf-8";



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

  body{
	  background:#FFFFFF;
	  overflow-x: hidden;
	 
	 
  }

   a:link { 
   
  text-decoration:none; 
} 

a { 

  text-decoration:none; 
} 


@media screen and (max-width:1920px) and (orientation: landscape) {
	 
	 
	 @viewport{
    zoom: 0.0;
    width: device-width;
	
	 }



#container-principal{
	
	width:100%;
	min-width:1000px;
	height:100%;
	float:left;
	margin:auto;
	text-align:center; 
	

 }
	 
	 


#banner{
margin-top: 90px;
position: relative;
	float:left;
	width:100%;
	height:auto;
	z-index: 77;

}

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

	
 	#bemvindo{
	margin-top: -4px;
	background:rgba(255,255,255,1.00);
	position: relative;
	float:left;
	width:100%;
	height:170px;
	z-index: 78;
	
	
}


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


#conteudo-bemvindo-esq{
	width:1000px;
	height:auto;
	float:left;
	
	
}





#conteudo-bemvindo-esq h1 {
	width:1000px;
	line-height: 27px;
	margin-top: 47px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 37px;
	text-align:center;	
	font-display: swap;
	color:rgba(195,30,36,1.00);
	}


#conteudo-bemvindo-esq p {
	width:1000px;
	line-height: 27px;
	margin-top: 27px;
	font-family: 'Raleway', sans-serif;
font-weight: 300;
	font-size: 21px;
	text-align: center;
	letter-spacing: 0.7px;
	font-display: swap;
	color:rgba(50,50,50,1.00);
	}

  
	#ultimas-obras{
    
	width:100%;
	height:auto;
	float:left;
	position: relative;
	background:url("../img/fundofotos.png")no-repeat top;
	z-index: 80;
    padding-bottom: 100px;
	
}


#conteudo-projetos-destaque{   

	width:1000px;
	height:auto;
	margin:auto;
}


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


#projetos-destaque-titulo h1{
	margin-top: 327px;
	padding-bottom: 47px;
	width:1000px;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: 1px;
	font-size:40px;
	text-align: center;
	
	font-display: swap;
	color:rgba(255,255,255,1.00);
	
}


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

#projetos-destaque-dados img{
	 object-fit: cover;
    object-position: center;
	width:300px;
	height:270px;
	
	text-align:center;
	
	
	cursor:zoom-in;
}



#projetos-destaque-dados h1{
	
	width:300px;
	text-align: center;
	margin-top:7px;
font-family: 'Assistant', sans-serif;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 0.1px;
	font-display: swap;
	color:rgba(0,0,0,1.00);
}


#maisfotos{
float: left;
margin-top: 70px;
width:1000px;
height: auto;



}

#maisfotos p3 a{
         
         font-family: 'Nunito', sans-serif;
		 font-size: 21px;
		 font-display: swap;
		 font-weight: 400;		 
		  background-color:none;
		  color:rgba(30,29,45,1.00);	  
	       border-radius: 2px;     	  
		 position: relative;
		 width: 300px;		 
		 height:47px;
		  border: solid 1px rgba(30,29,45,1.00);
		  padding-left: 21px;
          padding-right: 21px;
          padding-top: 5px;
          padding-bottom: 5px;
         margin-top:140px;
         
		   transition: all 0.4s ease; 	
		 		 
	 }
	 
	#maisfotos p3 a:hover{
		  font-family: 'Nunito', sans-serif;		 
		 font-display: swap;
		 font-weight: bold;
		  background-color: rgba(30,29,45,1.00);
		  color:rgba(255,255,255,1.00);
		  font-size: 21px;
		border-radius: 50px;
		 position: relative;
		 width:107px;		 
		 height:19px;
		  border: solid 1px rgba(30,29,45,1.00);
		  padding-left: 21px;
          padding-right: 21px;
          padding-top: 5px;
          padding-bottom: 5px;    		  
    
		 		 
	 }

  


#whatsapp{
	width:100%;
	height:499px;
	float:left;
	position:relative;
	background:url("../img/fundowhats.jpg") no-repeat center;
	z-index: 79;
	text-align: center;
		
}
    
    
	
}

















/*celular*/

@media screen and (max-width:960px) and (orientation: portrait){ 
	
	
	#container-principal{
	
	width:100%;
	min-width:350px;
	height:100%;
	float:left;
	margin:auto;
	text-align:center; 

 }



#banner{
margin-top: 70px;
position: relative;
	float:left;
	width:100%;
	height:auto;
	z-index: 77;

}

#banner img{
width:100%;
height:227px;
	 object-fit: cover;
    object-position: center;
	
	
	text-align:center;
}






	#bemvindo{
	margin-top: -4px;
	background:rgba(255,255,255,1.00);
	position: relative;
	float:left;
	width:100%;
	height:127px;
	z-index: 78;
	
	
}


#conteudo-bemvindo{
	width:350px;
	height:auto;
	margin:auto;
	
	
}


#conteudo-bemvindo-esq{
	width:350px;
	height:auto;
	float:left;
	
	
}





#conteudo-bemvindo-esq h1 {
	width:350px;
	line-height: 27px;
	margin-top: 27px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 27px;
	text-align:center;	
	font-display: swap;
	color:rgba(195,30,36,1.00);
	}


#conteudo-bemvindo-esq p {
	width:350px;
	line-height: 27px;
	margin-top: 17px;
	font-family: 'Raleway', sans-serif;
font-weight: 300;
	font-size: 19px;
	text-align: center;
	letter-spacing: 0.7px;
	font-display: swap;
	color:rgba(50,50,50,1.00);
	}



#conteudo-bemvindo-dir{
	width:670px;
	height:auto;
	float:right;
	
	
}


#conteudo-bemvindo-dir img{
	margin-top: 95px;
	float:right;
	width:500px;
	height:auto;
	
	
}
	
   
	#ultimas-obras{
    
	width:100%;
	height:auto;
	float:left;
	position: relative;
	background:url("../img/fundofotos.png")no-repeat top;
	z-index: 80;
    padding-bottom: 100px;
	
}


#conteudo-projetos-destaque{   

	width:350px;
	height:auto;
	margin:auto;
}


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


#projetos-destaque-titulo h1{
	margin-top: 327px;
	padding-bottom: 47px;
	width:350px;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: 1px;
	font-size:34px;
	text-align: center;
	
	font-display: swap;
	color:rgba(255,255,255,1.00);
	
}


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

#projetos-destaque-dados img{
	 object-fit: cover;
    object-position: center;
	width:300px;
	height:270px;
	
	text-align:center;
	
	
	cursor:zoom-in;
}



#projetos-destaque-dados h1{
	
	width:300px;
	text-align: center;
	margin-top:7px;
font-family: 'Assistant', sans-serif;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 0.1px;
	font-display: swap;
	color:rgba(0,0,0,1.00);
}






	 
	
  

#whatsapp{
	width:100%;
	height:150px;
	float:left;
	position:relative;
	background:url("../img/fundowhats.jpg") no-repeat center;
    background-size: cover;
	z-index: 79;
	text-align: center;
		
}
	

	
	
	
}
