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


 #container-contato{
	 float:left;
		 widtH:100%;
		 height:220px;
	margin-top: 634px;
	 position: relative;
	background: rgba(255,255,255,1.00);
	 z-index: 78;
		 
	
}

	 
	 #conteudo2-contato{
	
		 widtH:1000px;
		 height:auto;
		 margin: auto;
		 background: #FFFFFF;
	
}
	 
	  
	 #conteudo2-contatotitulo{
	
		 widtH:1000px;
		 height:auto;
		 margin: auto;
		 text-align: center;
	
}
	 

	 #conteudo2-contatotitulo h1{
		padding-top: 67px;
		margin: auto;
		 widtH:700px;
		 height:auto;
		
	font-size: 37px;
	text-align: center;
	letter-spacing: 0.2px;
	font-display: swap;
	
		 
		 font-family: 'Alfa Slab One', cursive;
	
	

	font-weight: 400;
	color:rgba(0,0,0,1.00);
	
	
	
		  
		 
	 }
	 
	 
	 #formulario{
	position: relative;
	
	width:100%;
	height:350px;
	float:left;
	background:rgba(244,244,244,1.00);
		 z-index: 79;
}


#conteudo-formulario{
	
	width:1000px;
	height:auto;
	margin:auto;
	
	
}


#formulario-titulo{
	width:1000px;
	height:50px;
	text-align:center;
	margin: auto;
	
}

#conteudo-formulario h1{
	width:1000px;
	height:70px;	
	margin: auto;
	margin-top: 70px;
	color:rgba(73,73,73,1.00);
	font-family: 'Patua One', cursive;
	letter-spacing:0.4px;
	font-size:27px;
	text-align:center;
	font-weight: normal;

}

#conteudo-formulario form{
	width:850px;
	height:300px;	
	margin: auto;
	margin-top: 40px;
	color: rgba(31,31,31,1.00);
	font-family: 'Patua One', cursive;
	letter-spacing:0.4px;
	font-size:27px;
	text-align:center;
	font-weight: normal;

}


#formulario-campos{
	
	position: relative;
	width:850px;
	height:auto;
	text-align:center;
	margin:auto;
}


.linha-nome {
  width:420px; 
  height:34px;
  padding-left:14px;
  padding-top:7px;
  position:relative;
  font-family: 'Ubuntu', sans-serif;
  font-size:27px; 
  float:left;
  border:1px solid #ADADAD;	
  border-radius:7px;
  background-color:#FFFFFF;
 } 
 
 .linha-nome input { 
  outline:none;
  width:417px;
  background-color:#FFFFFF;
  font-size:19px;
  font-family: 'Ubuntu', sans-serif;
  float:left;
  padding-top:4px;

 }
 
 
 .linha-email { 
  margin-left:1px;
  width:420px;
  height:34px;
  padding-left:14px;
  padding-top:7px;
  margin-top:7px;
  position:relative;
 	font-family: 'Ubuntu', sans-serif;
  font-size:21px; 
  float:left;
  border:1px solid #ADADAD;	
  border-radius:7px;
  background-color:#FFFFFF;
 } 
 
 .linha-email input { 
  padding-top:4px;
  float:left;
  outline:none;
  width:383px;
  background-color:#FFFFFF;
  font-size:19px;
  	font-family: 'Ubuntu', sans-serif;

 }
 
 
 .linha-tel { 
  width:420px;
  height:34px;
  padding-left:14px;
  padding-top:7px;
  margin-top:7px;
  margin-left:1px;
  position:relative;
font-family: 'Ubuntu', sans-serif;
  font-size:21px; 
  float:left; 
  border:1px solid #ADADAD;	
  border-radius:7px;
  background-color:#FFFFFF;
 } 
 
 .linha-tel input { 
 padding-top:4px;
  float:left;
  outline:none;
  width:383px;
  background-color:#FFFFFF;
  font-size:19px;
 font-family: 'Ubuntu', sans-serif;

 }
 
 
 .linha-mensagem { 

  width:384px; 
  height:134px;
  padding-left:14px;
  padding-top:7px;
  margin-top:-92px;
  position:relative;
  font-family: 'Ubuntu', sans-serif;
  font-size:21px; 
  float:right;
  border:1px solid #ADADAD;	
  border-radius:7px;
  background-color:#FFFFFF;
   font-weight:lighter;
 } 
 
 .linha-mensagem textarea { 
  padding-top:4px;
  outline:none;
  width:383px;
  background-color:#FFFFFF;
  font-size:19px;
  font-family: 'Ubuntu', sans-serif;
 
  
 }
 
 
 .botao-enviar{
	margin-top: 27px;
	text-align:center;
	padding-top:170px;
	 
 }
 
 
 .botao-enviar input{
	cursor:pointer;
	background-color:rgba(246,221,52,1.00);
	padding-bottom:7px;
	margin-top:10px;
	padding-top:7px;
	width: 120px;
	height: auto;

	font-size: 20px;
	line-height: 34px;
	letter-spacing: 0.4px;
	font-display: swap;
	
	
	 border-bottom-left-radius: 20px;
	 border-top-right-radius: 20px;
	 
	 font-family: 'Alfa Slab One', cursive;

	

	font-weight: 400;
	color:rgba(0,0,0,1.00);
	
	
	
	
	
	
 }
	
	 
#localizacao{
	position: relative;		
	width:100%;
	height:auto;
	float:left;
	z-index: 80;
	background: rgba(255,255,255,1.00);
		 
		 
	 }
	 


#localizacao h1{
	margin-top: 100px;
	margin-bottom: 70px;
	width:100%;
	height:70px;
	text-align: center;
		
	font-size: 40px;
	letter-spacing: 0.2px;
	font-display: swap;
	color:rgba(0,0,0,1.00);
		

	
		 
		 font-family: 'Alfa Slab One', cursive;
	
	

	font-weight: 400;
	
		 
	 }
	  
	
	 
	 
	 
	 



#whats{
	width:100%;
	height:362px;
	float:left;
	position:relative;
	background:url("../img/fundowhats.jpg")repeat;
	z-index: 83;
	text-align: center;
		
}

#conteudo-whats{
	width:1000px;
	height:362px;
	margin: auto;
	
}
	
#conteudo-whatsesq{
	width:400px;
	height:auto;
	float:left;
	text-align: left;
	
	
}
	
#conteudo-whatsdir{
	width:600px;
	height:auto;
	float:right;
	text-align: right;
	
	
}

#conteudo-whatsdir img{
	margin-top: 147px;
	
}
	
	
	
}












/*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:220px;
	background: url("../img/bannercontato.jpg")no-repeat;
	background-position: center;
	z-index: 77;
	background-size: cover;
	
}



 #container-contato{
	 float:left;
		 widtH:100%;
		 height:auto;
	margin-top: 47px;
	 position: relative;
	background: rgba(255,255,255,1.00);
	 z-index: 78;
		 
	
}

	 
	 #conteudo2-contato{
	
		 widtH:350px;
		 height:auto;
		 margin: auto;
		 background: #FFFFFF;
	
}
	 
	  
	 #conteudo2-contatotitulo{
	
		 widtH:350px;
		 height:auto;
		 margin: auto;
		 text-align: center;
	
}
	 

	 #conteudo2-contatotitulo h1{
		padding-top: 7px;
		 padding-bottom: 47px;
		margin: auto;
		 widtH:350px;
		 height:auto;
		 	
	font-size: 27px;
	text-align: center;
	letter-spacing: 0.2px;
	font-display: swap;
	color:rgba(0,0,0,1.00);
		 
		
	
		 
		 font-family: 'Alfa Slab One', cursive;
	
	

	font-weight: 400;
	
		  
		 
	 }
	 
	 
	 #formulario{
	position: relative;
	
	width:100%;
	height:auto;
	float:left;
	background:rgba(244,244,244,1.00);
		 padding-bottom: 27px;
		 z-index: 79;
}


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


#formulario-titulo{
	width:350px;
	height:50px;
	text-align:center;
	margin: auto;
	
}

#conteudo-formulario h1{
	width:350px;
	height:70px;	
	margin: auto;
	margin-top: 70px;
	color:rgba(73,73,73,1.00);
	font-family: 'Patua One', cursive;
	letter-spacing:0.4px;
	font-size:21px;
	text-align:center;
	font-weight: normal;

}

#conteudo-formulario form{
	width:350px;
	height:auto;	
	margin: auto;
	margin-top: 40px;
	color: rgba(31,31,31,1.00);
	font-family: 'Patua One', cursive;
	letter-spacing:0.4px;
	font-size:27px;
	text-align:center;
	font-weight: normal;

}


#formulario-campos{
	
	position: relative;
	width:350px;
	height:auto;
	text-align:center;
	margin:auto;
}


.linha-nome {
  width:350px; 
  height:34px;
  
  padding-top:7px;
  position:relative;
  font-family: 'Ubuntu', sans-serif;
  font-size:27px; 
  float:left;
  border:1px solid #ADADAD;	
  border-radius:7px;
  background-color:#FFFFFF;
 } 
 
 .linha-nome input { 
	padding-left: 7px; 
  outline:none;
  width:300px;
  background-color:#FFFFFF;
  font-size:19px;
  font-family: 'Ubuntu', sans-serif;
  float:left;
  padding-top:4px;

 }
 
 
 .linha-email { 
  
  width:350px;
  height:34px;
  
  padding-top:7px;
  margin-top:7px;
  position:relative;
 	font-family: 'Ubuntu', sans-serif;
  font-size:21px; 
  float:left;
  border:1px solid #ADADAD;	
  border-radius:7px;
  background-color:#FFFFFF;
 } 
 
 .linha-email input { 
	 padding-left: 7px; 
  padding-top:4px;
  float:left;
  outline:none;
  width:300px;
  background-color:#FFFFFF;
  font-size:19px;
  	font-family: 'Ubuntu', sans-serif;

 }
 
 
 .linha-tel { 
  width:350px;
  height:34px;
  
  padding-top:7px;
  margin-top:7px;
  
  position:relative;
font-family: 'Ubuntu', sans-serif;
  font-size:21px; 
  float:left; 
  border:1px solid #ADADAD;	
  border-radius:7px;
  background-color:#FFFFFF;
 } 
 
 .linha-tel input { 
	 padding-left: 7px; 
 padding-top:4px;
  float:left;
  outline:none;
  width:300px;
  background-color:#FFFFFF;
  font-size:19px;
 font-family: 'Ubuntu', sans-serif;

 }
 
 
 .linha-mensagem { 

  width:350px; 
  height:134px;
  
  padding-top:7px;
  margin-top:14px;
  position:relative;
  font-family: 'Ubuntu', sans-serif;
  font-size:21px; 
  float:left;
  border:1px solid #ADADAD;	
  border-radius:7px;
  background-color:#FFFFFF;
   font-weight:lighter;
	 margin-bottom:27px;
 } 
 
 .linha-mensagem textarea { 
  padding-top:4px;
  outline:none;
  width:329px;
  background-color:#FFFFFF;
  font-size:19px;
  font-family: 'Ubuntu', sans-serif;
 
  
 }
 
 
 .botao-enviar{
	margin-top: 47px;
	text-align:center;
	padding-top:170px;
	 
 }
 
 
 .botao-enviar input{
	cursor:pointer;
	
	padding-bottom:7px;
	margin-top:10px;
	padding-top:7px;
	width: 120px;
	height: auto;

	font-size: 19px;
	line-height: 34px;
	letter-spacing: 0.4px;
	font-display: swap;	
	background-color:rgba(246,221,52,1.00);
		 border-bottom-left-radius: 20px;
	 border-top-right-radius: 20px;
	 
	 font-family: 'Alfa Slab One', cursive;	

	font-weight: 400;
	color:rgba(0,0,0,1.00);
	
 }
	
	 
#localizacao{
	position: relative;		
	width:100%;
	height:auto;
	float:left;
	z-index: 80;
	background: rgba(255,255,255,1.00);
		 
		 
	 }
	 


#localizacao h1{
	margin-top: 47px;
	margin-bottom: 47px;
	width:100%;
	height:auto;
	text-align: center;
	
	font-size: 30px;
	letter-spacing: 0.2px;
	
	
		
	font-display: swap;
	color:rgba(0,0,0,1.00);
		

	
		 
		 font-family: 'Alfa Slab One', cursive;
	
	

	font-weight: 400;
		 
	 }
	  
	
	 
	 
	 
	 

	 #whats{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	background:url("../img/fundowhats.jpg")repeat-x;
	background-position: center;
	background-size: cover;
	
	z-index: 83;
	text-align: center;
		
}

#conteudo-whats{
	width:350px;
	height:auto;
	margin: auto;
	
}
	
#conteudo-whatsesq{
	width:350px;
	height:auto;
	float:left;
	text-align: center;
	
	
}
	
#conteudo-whatsesq img{
	width:270px;
	height:auto;
	margin-top: -47px;
	
	
}
	
#conteudo-whatsdir{
	width:350px;
	height:auto;
	float:right;
	text-align: center;
	
	
}

#conteudo-whatsdir img{
	width:270px;
	height:auto;
	margin-top: -51px;
	padding-bottom: 27px;
	
}
	
	
}		
	
	
	

