@charset "utf-8";
*{
  margin:0px; 
  padding:0;
  border:0;
  
} 

  body{
	  background:#FFFFFF;
	  overflow-x: hidden;
      font-family: 'Montserrat', sans-serif;
           
	 
	 
  }

   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: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

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

 }
	 
	 





     
     
    

#parceiros{
margin-top: 4px;
float:left;
width:100%;
height:870px;
background: url("../img/fundoparceiros.jpg") no-repeat center;
background-size: cover;
position: relative;


}


#parceiros h1{
margin-top: 70px;
float:left;
width:100%;
height:auto;
text-align: center;
font-size: 34px;


}






#parceiros img{
width:100%;
height:auto;
margin-top: 47px;    
text-align: center;
}
	 
	
       #whats{
     float:left;
     width:100%;
     height:350px;
          text-align: center;
          background: rgba(255,255,255,1.00);

     
     
     }
     
     
       #whats img{
    margin-top: 90px;
     text-align: center;
     
     
     }
     
    
    
    
}	

























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

 }
	 
	 

#parceiros{
margin-top: 70px;
padding-bottom: 47px;
float:left;
width:100%;
height:auto;
background: url("../img/fundoparceiros.jpg") no-repeat top;
background-size: cover;
position: relative;


}


#parceiros h1{
margin:auto;
padding-top: 47px;
width:350px;
height:auto;
text-align: center;
font-size: 31px;
font-weight: bold;


}






#parceiros img{
width:100%;
height:147px;
object-fit: cover;
margin-top: 47px;    
text-align: center;
}
	 
	
       #whats{
     float:left;
     width:100%;
     height:auto;
          text-align: center;
          background: rgba(255,255,255,1.00);

     
     
     }
     
     
       #whats img{
       width:300px;
       height:auto;
    margin-top: 70px;
    margin-bottom: 70px;    
     text-align: center;
     
     
     }
     
    
    
    
}	






	



