@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;
    margin-top: -190px;
	
	
}

	 #banner img{	
	width:100%;
	height:auto;
	
	
}
	
 	
	
	
	
	#empresa{
		width:100%;
		height:auto;
		float:left;
		padding-bottom: 100px;
		position: relative;
		z-index: 79;
		background: rgba(255,255,255,1.00);
       
		
		
		
	}
	 
	 
	
	
	#conteudo-empresa{
		width:1000px;
		height:auto;
		margin:auto;
		
		
		
	}
	
	
	
	#conteudo-empresa h1 {
		margin-top: 70px;
		font-family: 'Kanit', sans-serif;
font-size: 47px;
font-weight:500;
font-display: swap;
		 width:1000px;
		 height:54px;
		 text-align: center;
		color: rgba(0,11,61,1.00);
		
	}
	 #conteudo-empresa h2 {
     letter-spacing: 1px;
font-family: 'Kanit', sans-serif;
font-size: 21px;
font-weight:500;
font-display: swap;
		width:1000px;
		  height:5px;		 
		  text-align: center;
          color: rgba(237,118,0,1.00);
          }
	
	#conteudo-empresa p {
		
	width:1000px;	
	font-family: 'Source Sans Pro', sans-serif;
 font-size: 24px;
		 font-weight:300;
		 font-display: swap;
		 color:rgba(26,26,26,1.00);
		 
		margin-top:47px;
		 letter-spacing: 0.4px;
	
	line-height: 35px;
		text-align: justify;
	}
	
    #empresa img {
	margin-top: 47px;	
	width:100%;	
	height: auto;
    text-align: center;
	}
	
	 
   #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:270px;
	 object-fit: cover;
    object-position: center;
	
	
	text-align:center;
}

	
	
	
	
		#empresa{
		width:100%;
		height:auto;
		float:left;
		padding-bottom: 47px;
		position: relative;
		z-index: 79;
		background: rgba(255,255,255,1.00);
       
		
		
		
	}
	 
	 
	
	
	#conteudo-empresa{
		width:350px;
		height:auto;
		margin:auto;
		
		
		
	}
	
	
	
	#conteudo-empresa h1 {
		margin-top: 47px;
		font-family: 'Kanit', sans-serif;
font-size: 37px;
font-weight:500;
font-display: swap;
		 width:350px;
		 height:40px;
		 text-align: center;
		color: rgba(0,11,61,1.00);
		
	}
	 #conteudo-empresa h2 {
     letter-spacing: 1px;
font-family: 'Kanit', sans-serif;
font-size: 21px;
font-weight:500;
font-display: swap;
		width:350px;
		  height:5px;		 
		  text-align: center;
          color: rgba(237,118,0,1.00);
          }
	
	#conteudo-empresa p {
		
	width:350px;	
	font-family: 'Source Sans Pro', sans-serif;
 font-size: 21px;
		 font-weight:300;
		 font-display: swap;
		 color:rgba(26,26,26,1.00);
		 
		margin-top:47px;
		 letter-spacing: 0.4px;
	
	line-height: 35px;
		text-align: justify;
	}
    
    
    #empresa img{
		margin-top: 47px;
		 margin-bottom: 7px;
		
		 width:100%;
          object-fit: cover;
    object-position: center;
		 height:117px;
	
		 text-align: center;
		
		
		
	}
	
	
	
	
 
   #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;
		
}


}	
	
	
	
	
