@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{
	
	position:relative;
	float:left;
	width:100%;
	height:auto;
   
	z-index: 77;
   
	
	
}

#banner img{
	
	
	width:100%;
	height:auto;
   text-align: center;
   border-bottom-RIGHT-radius: 270px;
	
   
	
	
}




	 
	 
	#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:1000px;
	margin:auto;
	margin-top:20px;
	
	
}

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

#projetos-destaque-dados h2{
	width: 140px;
	
height:4px;
margin: auto;
background: rgba(92,128,172,1.00);

    text-align: center;	
margin-top:4px;
margin-bottom:7px;	

}


#projetos-destaque-dados h1{
	width: 1000px;
	
font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
   font-display: swap;    

font-size: 47px;	

color:rgba(92,128,172,1.00);
    text-align: center;	
margin-top:21px;
margin-bottom:7px;	

}


#projetos-destaque-dados p{
	height:auto;
    width:1000px;
	line-height: 35px;
	margin-top: 34px;
  
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
   font-display: swap;

	font-size: 19px;
	text-align: left;
	letter-spacing: 0.4px;
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:1000px;
	height:auto;	
	text-align:center;	
	margin-bottom: 47px;
	cursor:zoom-in;

}


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










/*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; 
	

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

#banner img{
	margin-top: 70px;
	
	width:100%;
	height:234px;
   text-align: center;
   border-bottom-RIGHT-radius: 70px;
   object-fit: cover;
	
   
	
	
}




	 
	 
	#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;
	margin-top:20px;
	
	
}

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

#projetos-destaque-dados h2{
	width: 140px;
	
height:4px;
margin: auto;
background: rgba(92,128,172,1.00);

    text-align: center;	
margin-top:4px;
margin-bottom:7px;	

}


#projetos-destaque-dados h1{
	width: 350px;
	
font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
   font-display: swap;    

font-size: 40px;	

color:rgba(92,128,172,1.00);
    text-align: center;	
margin-top:21px;
margin-bottom:7px;	

}


#projetos-destaque-dados p{
	height:auto;
    width:350px;
	line-height: 35px;
	margin-top: 34px;
  
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
   font-display: swap;

	font-size: 19px;
	text-align: left;
	letter-spacing: 0.4px;
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:350px;
	height:auto;	
	text-align:center;	
	margin-bottom: 47px;
	cursor:zoom-in;

}



	 
	 
		
          #whats{
     float:left;
     width:100%;
     height:150px;
          text-align: center;
          background: url("../img/fundowhats.png") no-repeat center;
          background-size: cover;
          margin-bottom: 47px;
    
    }
     
     
    
    
    
}	

	
	
	
	



