@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: 95px;
	position:fixed;
	float:left;
	width:100%;
	height:578px;
	background: url("../img/bannerempresa.jpg")no-repeat;
	background-position: center;
	z-index: 77;
	
}


 
 #content2{
	 padding-bottom:100px;
	 margin-top: 670px;
	 float:left;
	height:auto;
	width:100%;

	background-color:rgba(255,255,255,1.00);
	position:relative;
	z-index: 78;
}

#conteudo-content2{
	height:auto;
	width:1000px;
	margin:auto;
	margin-top:-10px;
	
	
}

#conteudo-content2 h1{
	margin-top:70px;
	margin-bottom:37px;
	width:1000px;
	height:60px;
	
	 	font-family: 'Squada One', cursive;
	font-size: 47px;
	
	font-display: swap;
	color:rgba(0,0,0,1.00);

	text-align: center;
	letter-spacing: 0.2px;

	
}

#conteudo-content2 p{
	width:1000px;
	height:auto;
	
	text-align:justify;
		font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	line-height: 34px;
	letter-spacing: 0.4px;
	font-display: swap;
	color:rgba(39,39,39,1.00);
	
}
	 
	 
	#conteudo-content2 img{
	
	margin-top:40px;
	
	
}
		 
	 


#whatsapp{
	width:100%;
	height:673px;
	float:left;
	position:relative;
	background:url("../img/bannerwhats.jpg")no-repeat center;
	z-index: 81;
	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:200px;
	background: url("../img/bannerempresa.jpg")no-repeat;
	background-position: center;
	z-index: 77;
	background-size: cover;
	
}

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

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

#conteudo-content2 h1{
	margin-top:7px;
	margin-bottom:7px;
	width:350px;
	height:60px;
	
	 	font-family: 'Squada One', cursive;
	font-size: 33px;
		
	font-display: swap;
	color:rgba(0,0,0,1.00);

	text-align: center;
	letter-spacing: 0.2px;

}

#conteudo-content2 p{
	width:350px;
	height:auto;
	
	text-align:left;
		font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 34px;
	letter-spacing: 0.2px;
	font-display: swap;
	color:rgba(39,39,39,1.00);
	
}
	 
	 
	 #conteudo-content2 img{
	
	margin-top:40px;
	
	
}
		 
	 



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

	
	
	
}