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

}

#banner img{
width:100%;
height:auto;
}



 #container-contato{
	 float:left;
		 widtH:100%;
		 height:150px;
	 margin-top: 70px;
	position: relative;
	
	 z-index: 78;
		 
	
}

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

	 #conteudo2-contatotitulo h1{
		padding-top: 7px;
		margin: auto;
		 widtH:1000px;
		 height:150px;
		font-family: 'Roboto', sans-serif;
		 font-size: 27px;
		 font-weight:600;
		 font-display: swap;
		color: rgba(22,22,22,1.00);
		
text-align: center;
	
		 letter-spacing: 0.7px;
	margin-top: 40px;
		  
		 
	 }
	 
	 
	 #formulario{
	position: relative;
	
	width:100%;
	height:350px;
	float:left;
	background:rgba(255,255,255,1.00);
		 z-index: 79;
}


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


#formulario-titulo{
	width:1000px;
	height:50px;
	text-align:left;
	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:left;
	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;
	
	padding-bottom:10px;
	margin-top:10px;
	padding-top:10px;
	width: 170px;
	height: auto;
font-family: 'Roboto', sans-serif;
		
		 font-weight:600;
		 font-display: swap;
	background-color:rgba(204,0,0,1.00);
		 
	font-size: 25px;
	color: rgba(255,255,255,1.00);
	letter-spacing: 1px;
	border-radius:4px;	
	
 }
	
	 
#localizacao{
	position: relative;		
	width:100%;
	height:675px;
	float:left;
	z-index: 80;
	text-align: center;
	
	background:url("../img/fundoescolher.jpg")no-repeat center;
	background-size: cover;
	padding-bottom: 70px;
		 
		 
	 }
	
#localizacao h1{
	margin-top: 100px;
	margin-bottom: 70px;
	width:100%;
	height:70px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
		 font-size: 34px;
		 font-weight:600;
		 font-display: swap;
		color: rgba(204,0,0,1.00);	
		 letter-spacing: 0.7px;		 
		 
	 }
	  
	
	
	#conteudo-localizacao{
	margin: auto;
	width:1000px;
	height:auto;
	
	
	
		 
		 
	}
	
	#conteudo-localizacao-esq{
	position: relative;		
	width:333px;
	height:auto;
	float:left;
	z-index: 80;

	
		 
		 
	}
	
	
	#conteudo-localizacao-esq p{
	font-family: 'Nunito', sans-serif;
		 font-size: 19px;
		 font-display: swap;
		 font-weight: 400;
		 color:rgba(255,255,255,1.00);
		 letter-spacing: 0.4px;
		
		margin-bottom: 40px;
		margin-top: 40px;
		 
		 
	}
	
	
	
	 
		#conteudo-localizacao-meio{
	position: relative;		
	width:333px;
	height:auto;
	float:left;
	z-index: 80;
	
		 
		 
	}
	
	
	#conteudo-localizacao-meio p{
	font-family: 'Nunito', sans-serif;
		 font-size: 19px;
		 font-display: swap;
		 font-weight: 400;
		 color:rgba(255,255,255,1.00);
		 letter-spacing: 0.4px;
		
		margin-bottom: 40px;
		margin-top: 40px;
		 
		 
	}
	
	

	
	
	#conteudo-localizacao-dir{
	position: relative;		
	width:333px;
	height:auto;
	float:right;
	z-index: 80;
		
		 
		 
	}

#conteudo-localizacao-dir p{
	width:333px;
	font-family: 'Nunito', sans-serif;
		 font-size: 19px;
		 font-display: swap;
		 font-weight: 400;
		 color:rgba(255,255,255,1.00);
		 letter-spacing: 0.4px;
		margin-top: 40px;
		margin-bottom: 40px;
		 
		 
	}
	
	
	
	
	#conteudo-localizacao-mapa{
		float:left;
		position: relative;
		z-index: 81;
		width:100%;
		height:auto;
		background: rgba(255,255,255,1.00);
	}
	
	
	#conteudo-localizacao-mapa h1 {
		font-family: 'Roboto', sans-serif;
		 font-size: 34px;
		 font-weight:600;
		 font-display: swap;
		color: rgba(204,0,0,1.00);
		text-align: center;

	
		 letter-spacing: 0.7px;
		margin-top: 100px;
		
		margin-bottom: 50px;
	
	
	
	}
	 
	#cotacao{
float:left;
width:100%;
height: 300px;
background: rgba(30,29,45,1.00);


}

#conteudo-cotacao{

width:1000px;
height: auto;
margin: auto;
padding-top: 120px;

}

#conteudo-cotacao p3 a{
         
         font-family: 'Nunito', sans-serif;
		 font-size: 40px;
		 font-display: swap;
		 font-weight: 400;		 
		  background-color:rgba(195,30,36,1.00);
		  color:rgba(255,255,255,1.00);	  
	       border-radius: 2px;     	  
		 position: relative;
		 width: 300px;		 
		 height:47px;
		 
		  padding-left: 21px;
          padding-right: 21px;
          padding-top: 5px;
          padding-bottom: 5px;
         margin-top:70px;
         
		   transition: all 0.4s ease; 	
		 		 
	 }
	 
	#conteudo-cotacao p3 a:hover{
		  font-family: 'Nunito', sans-serif;		 
		 font-display: swap;
		 font-weight: bold;
		  background-color: rgba(255,255,255,1.00);
		  color:rgba(195,30,36,1.00);
		  font-size: 40px;
		border-radius: 50px;
		 position: relative;
		width: 300px;		 
		 height:47px;
		 
		  padding-left: 21px;
          padding-right: 21px;
          padding-top: 5px;
          padding-bottom: 5px;    		  
    
		 		 
	 } 
	 
	#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:257px;
	 object-fit: cover;
    object-position: center;
	
	
	text-align:center;
}


 #container-contato{
	 float:left;
		 widtH:100%;
		 height:auto;
	margin-top: -17px;
	position: relative;

	 z-index: 78;
		 
	
}

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

	 #conteudo2-contatotitulo h1{
		text-align: center;
		widtH:350px;
		height:auto;
		font-family: 'Roboto', sans-serif;
		 font-size: 21px;
		 font-weight:600;
		 font-display: swap;
		color: rgba(22,22,22,1.00);
		

	
		 letter-spacing: 0.7px;
		margin-top: 40px;
		margin-bottom: 24px;
		
		 line-height: 30px;
		  
		 
	 }
	 
	 
#formulario{
	
	position: relative;	
	width:100%;
	height:auto;
	float:left;
	background:rgba(244,244,244,1.00);
	z-index: 79;
	padding-bottom: 40px;
}


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


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

#conteudo-formulario h1{
	width:350px;
	height:auto;	
	margin: auto;
	margin-top: 47px;
	color:rgba(73,73,73,1.00);
	font-family: 'Patua One', cursive;
	letter-spacing:0.4px;
	font-size:17px;
	text-align:justify;
	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 { 
	 margin-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 { 
	 margin-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 { 
	 margin-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:7px;
  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: 30px;
 } 
 
 .linha-mensagem textarea { 
	
  padding-top:4px;
  outline:none;
  width:330px;
  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;
	
	padding-bottom:10px;
	margin-top:10px;
	padding-top:10px;
	width: 147px;
	height: auto;
font-family: 'Roboto', sans-serif;
		
		 font-weight:600;
		 font-display: swap;
	background-color:rgba(204,0,0,1.00);
		 
	font-size: 25px;
	color: rgba(255,255,255,1.00);
	letter-spacing: 1px;
	border-radius:4px;	
	
 }
	
	 
#localizacao{
	text-align: center;
	position: relative;		
	width:100%;
	height:auto;
	float:left;
	z-index: 80;
	background:rgba(30,29,45,1.00);	
	padding-bottom: 47px;
		 
		 
	 }
	
#localizacao h1{
	margin:auto;
	width:350px;
	margin-top: 47px;
	margin-bottom: 17px;
	height:40px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
		 font-size: 30px;
		 font-weight:600;
		 font-display: swap;
		color: rgba(204,0,0,1.00);	
		 letter-spacing: 0.7px;		
	
	
		 
		 
	 }
	

	  
	
	
	#conteudo-localizacao{
	margin: auto;
	width:350px;
	height:auto;
	
	
	
		 
		 
	}
	
	#conteudo-localizacao-esq{
	position: relative;		
	width:350px;
	height:auto;
	float:left;
	z-index: 80;

	
		 
		 
	}
	
	
	#conteudo-localizacao-esq p{
		width:350px;
	font-family: 'Nunito', sans-serif;
		 font-size: 21px;
		 font-display: swap;
		 font-weight: 400;
		 color:rgba(255,255,255,1.00);
		 letter-spacing: 0.4px;
		
		margin-bottom: 40px;
		margin-top: 40px;
		 
		 
	}
	
	
	
	 
		#conteudo-localizacao-meio{
	position: relative;		
	width:350px;
	height:auto;
	float:left;
	z-index: 80;
	
		 
		 
	}
	
	
	#conteudo-localizacao-meio p{
		width:350px;
	font-family: 'Nunito', sans-serif;
		 font-size: 21px;
		 font-display: swap;
		 font-weight: 400;
		 color:rgba(255,255,255,1.00);
		 letter-spacing: 0.4px;
		
		margin-bottom: 40px;
		margin-top: 40px;
		 
		 
	}
	
	

	
	
	#conteudo-localizacao-dir{
	position: relative;		
	width:350px;
	height:auto;
	float:right;
	z-index: 80;
		
		 
		 
	}

#conteudo-localizacao-dir p{
	width:350px;
	font-family: 'Nunito', sans-serif;
		 font-size: 21px;
		 font-display: swap;
		 font-weight: 400;
		 color:rgba(255,255,255,1.00);
		 letter-spacing: 0.4px;
		margin-top: 40px;
		margin-bottom: 40px;
		 
		 
	}
	
	
	
	
	#conteudo-localizacao-mapa{
		float:left;
		position: relative;
		z-index: 81;
		width:100%;
		height:auto;
		background: rgba(255,255,255,1.00);
	}
	
    
	
	#conteudo-localizacao-mapa h1 {
		
	margin-top: 47px;
	font-family: 'Roboto', sans-serif;
		 font-size: 34px;
		 font-weight:600;
		 font-display: swap;
		color: rgba(204,0,0,1.00);	
		 letter-spacing: 0.7px;		
	
		text-align: center;
		margin-bottom: 50px;
	
	
	
	}
    
    #conteudo-localizacao-mapa iframe{
		float:left;
		position: relative;
		z-index: 81;
		width:100%;
		height:400px;
		
	}
    
    #cotacao{
float:left;
width:100%;
height: 200px;
background: rgba(30,29,45,1.00);


}

#conteudo-cotacao{

width:350px;
height: auto;
margin: auto;
padding-top: 80px;

}

#conteudo-cotacao p3 a{
         
         font-family: 'Nunito', sans-serif;
		 font-size: 27px;
		 font-display: swap;
		 font-weight: 400;		 
		  background-color:rgba(195,30,36,1.00);
		  color:rgba(255,255,255,1.00);	  
	       border-radius: 2px;     	  
		 position: relative;
		 width: 300px;		 
		 height:47px;
		 
		  padding-left: 21px;
          padding-right: 21px;
          padding-top: 5px;
          padding-bottom: 5px;
         margin-top:70px;
         
		   transition: all 0.4s ease; 	
		 		 
	 }
	 
	#conteudo-cotacao p3 a:hover{
		  font-family: 'Nunito', sans-serif;		 
		 font-display: swap;
		 font-weight: bold;
		  background-color: rgba(255,255,255,1.00);
		  color:rgba(195,30,36,1.00);
		  font-size: 27px;
		border-radius: 50px;
		 position: relative;
		width: 300px;		 
		 height:47px;
		 
		  padding-left: 21px;
          padding-right: 21px;
          padding-top: 5px;
          padding-bottom: 5px;    		  
    
		 		 
	 }
	
	
	#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;
		
} 




	
	
}
