@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
}

   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 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


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

 }
	 
	 
	
#banner{
	
	position:relative;
	float:left;
	width:100%;
	height:auto;
   
	z-index: 77;
   
	
	
}

#banner img{
	
	
	width:100%;
	height:auto;
   text-align: center;
	
   
	
	
}




	 
	 
	#content2{
float: left;
	height:auto;
	width:100%;
	margin-top: 117px;
   margin-bottom: 47px;
	background-color:rgba(255,255,255,1.00);
	position:relative;
	z-index: 2;
}

#conteudo-content2{
	height:auto;
	width:1200px;
	margin:auto;
	margin-top:20px;
	
	
}

#projetos-destaque-dados{
	
	width:1200px;
	height:auto;
	float:left;	
	text-align:center;	
	
    
	
}




#projetos-destaque-dados h1{
	width: 1200px;
	height: auto;

  font-weight: 700;
  font-style: normal;
   font-display: swap;
float: left;
font-size: 44px;	

color:rgba(41,104,94,1.00);
    text-align: left;	


}


#projetos-destaque-dados p{
	height:auto;
    width:1200px;
	line-height: 30px;
	margin-top: 34px;
    margin-bottom: 47px;
    float: left; 
  font-weight: 400;
  font-style: normal;
   font-display: swap;
	font-size: 17px;
	text-align:justify;
	letter-spacing: 0.1px;
color:rgba(86,86,86,1.00);	    
	text-overflow:ellipsis;
    overflow:hidden;
  	white-space:pre-line;
	display:list-item;
	direction: ltr;
}


#projetos-destaque-dados img{
margin-top: 54px;
	
	width:1200px;
	height:auto;	
	text-align:center;	
	margin-bottom: 47px;
	cursor:zoom-in;

}


	
     
     
    
    
    
}	










/*celular*/

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

 }
	 
	 

	 
	 
	
#content2{
float:left;
	height:auto;
	width:100%;
    margin-bottom:27px;
	background-color:rgba(255,255,255,1.00);
	position:relative;
	z-index: 2;
}

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

#projetos-destaque-dados{
	margin-top:7px;
	width:350px;
	height:auto;
	float:left;	
	text-align:center;	
	
    
	
}




#projetos-destaque-dados h1{
	
	width:350px;
    height: auto;
	line-height: 37px;
	margin-top: 27px;

	font-size: 37px;
	text-align: center;	

  font-weight: 700;
  font-style: normal;
   font-display: swap;

	color:rgba(41,104,94,1.00);
}


#projetos-destaque-dados p{
	
	width:350px;
    height: auto;
	line-height: 31px;
	margin-top: 31px;
    margin-bottom: 17px;

	font-size: 17px;
	text-align: left;
	
 
  font-weight: 400;
  font-style: normal;
   font-display: swap;

	color:rgba(154,154,154,1.00);	

	text-overflow:ellipsis;
    overflow:hidden;
  	white-space:pre-line;
	display:list-item;
	direction: ltr;
}
	 
     
     #projetos-destaque-dados img{
margin-top: 34px;
	
	width:350px;
	height:auto;	
	text-align:center;	
	
	cursor:zoom-in;
}

	 
	 
		
 #whats{
     float:left;
     width:100%;
     height:227px;
          text-align: center;
          background: url("../img/fundowhats.png") no-repeat center;
          margin-bottom: 47px;
          margin-top: 34px;
    
    }
     
     
       #whats img{
     width:300px;
     height:auto;
     text-align: center;
     margin-top: 14px;
     
     
     }
     
    
    
    
}	
	
	
	
	
	



