*{
	box-sizing:border-box;
}



/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #ff790f00 #DFE9EB00;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #ff790f00;
}

*::-webkit-scrollbar-track:hover {
  background-color: #ff790f00;
}

*::-webkit-scrollbar-track:active {
  background-color: #ff790f00;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ff790f00;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #ff790f00;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #ff790f00;
}




body {
	margin:0px 0px 0 0px;
	transition:0.6s ease-out;	
}

.central{
	margin:0 auto;
	max-width:1180px;
}


header{
	position:fixed;
	z-index:100;
	height:80px;
	background:#000009ad;
	width:100%;
	margin:0;
	top: 0;
}

.innerHeader{
	display: flex;
	flex-direction: row;
	justify-content:space-around;
	padding-left: 400px;
}

header #logoTop{
	position:absolute;
	margin-left:170px;
	width:auto;
	height:200px;
	margin-top:0px;
	padding-bottom: 10px;
	transition: 0.2s;
}

.CelTop,
.TelTop,
.MailTop{
	margin-top: 20px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-size: auto 18px;
	background-position: 0 10px;
	margin-left: 18px;
	padding-left: 30px;
}

.CelTop{	background-image:url(../images/icon-cel.png); background-size: auto 26px;}
.TelTop{	background-image:url(../images/icon-phone.png); background-size: auto 26px;}
.MailTop{	background-image:url(../images/icon-email.png);}



.MailTop .text,
.TelTop  .text,
.CelTop  .text{
	font-family: Montserrat Alternates, Roboto;
	font-weight: 700;	
	color: #FFF;
}

.MailTop .mail,
.TelTop  .tel,
.CelTop  .cel{
	font-family: Montserrat Alternates, Roboto;
	font-weight: 500;		
	color: #FFF;
	font-size: 20px;
}

.MailTop .mail{
	font-size: 16px;
}

@media screen and (max-width:1210px) {
	.MailTop .text,
	.TelTop  .text,
	.CelTop  .text{
		font-family: Montserrat Alternates, Roboto;
		font-weight: 500;	
		color: #FFF;
		font-size: 12px;
	}

	.MailTop .mail,
	.TelTop  .tel,
	.CelTop  .cel{
		font-family: Montserrat Alternates, Roboto;
		font-weight: 500;		
		color: #FFF;
		font-size: 16px;
	}
	.MailTop .mail{
		font-size: 12px;
	}
}

@media screen and (max-width:1080px) {
	.MailTop{
		display: none;
	}
}

@media screen and (max-width:830px) {
	.TelTop{
		display: none;
	}
}

@media screen and (max-width:718px) {
	.CelTop{
		display: none;
	}
}


body.active #logoTop{
	margin-top:-100px;
}


menu{
	position:fixed;
	z-index:3000;
	margin:0;
	height:100vh;
	width:460px;
	background: url('../images/background-menu.png');	
	background-repeat: no-repeat;
	background-size: 460px 100%;
	transition:0.2s;
	left:-460px;
	top: 0px;
	padding: 0 35px;
	overflow: hidden;
	
}

menu #logomenu{
	margin-left: 90px;
}


/* Links */
a.LinkVoltar {
	color:#fff;
	font-size: 12px;
	text-decoration: none;
	
}

a.LinkVoltar:hover {
  color:#fff;
  font-size: 12px;
	
}


.images3{
	width:33.33%;
	float:left;
	height:auto;
	
}
}

@media only screen and (min-width: 980px) and (max-width: 1080px) {
.images3{
	width:33.33%;
	float:left;
	height:auto;
	

}
}

@media only screen and (min-width: 620px) and (max-width: 980px) {
.images3{
	width:50%;
	float:left;
	height:auto;
	

}
}

@media only screen and (min-width: 0px) and (max-width: 620px) {
.images3{
	width:100%;
	float:left;
	height:auto;

}
}


		/*Redes Sociais*/
		.redeSocial{
			margin-top: 20px;
			display: flex;
			flex-direction: row;
		}

		header .redeSocial{
			margin-top: 5px;
			transform: scale(0.8);
		}

@media screen and (max-width:630px){
	header .redeSocial{
		display: none;
	}
}

		.redeSocial a{
			overflow: hidden;
			text-indent: -200px;
			width: 64px;
			height: 64px;
			display: block;
			background-size: 64px 64px;
			opacity: 0.9;
			transition: 0.8s;
		}

		.facebook a{background-image: url("../images/icon-facebook.png");}
		.instagram a{background-image: url("../images/icon-instagram.png");}
        .youtube a{background-image: url("../images/icon-youtube.png");}

		.redeSocial a:hover{
			background-position: 0 128px;
			opacity: 1;
		}
    /*Fim --> Redes Sociais*/



#MenuGeral{
	position: fixed;
	height: 100vh;
}


#MenuGeral > ul{
	margin: 0;
	padding: 0;
	width: 320px;
	height: calc(100vh - 190px);
	overflow:auto !important;
}



#MenuGeral > ul > li { 
	list-style: none;
	width:100%;
	text-transform: uppercase;
	font-family: Oswald, Roboto, Lucida Grande;
	font-weight: 500;
	text-align: left;
	margin: 0;
}

#MenuGeral ul{
	list-style: none;
}


#MenuGeral > ul > li ul > li > a span{
	position: absolute;
	display: inline-block;
	margin-top: -15px;
}

#MenuGeral > ul > li > a,
#MenuGeral > ul > li ul > li > a
{
	font-size: 18px;
	color:#FFF !important;
	text-decoration: none;
	text-align: left;
	transition: .3s;
	border-radius: 20px;
	height: 45px;
	line-height: 40px;
	border: solid 2px #FFF;
	width: 240px;
	display: block;
	margin: 12px 0;
	text-align: center;
	background:#ff790f;
}


.SubMenuGeral > ul > li > a.ativo,
#MenuGeral > ul > li > a.ativo,
.SubMenuGeral > ul > li > a:hover,
#MenuGeral > ul > li > a:hover,
#MenuGeral > ul > li ul > li > a:hover
{ 
	background:rgba(255,255,255,0.7);
	color: #333 !important;
	border: solid 2px #ff790f;	
}




	 .contato{
		color: #3c3c3c;
		font-family: Roboto;
		font-weight: 700;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}

	

	 .Tel a{
		font-family: Montserrat Alternates, Roboto;
		font-weight: 700;
		text-decoration: none;
		font-color: #3c3c3c;
       	font-size: 24px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-left: 45px;
	
		 
	}
	 .Tel:before{
		content: '';
		position: absolute;
		margin-left: 18px;
		width: 40px;
		height: 50px;
		background-image:url(../images/icon-phone.png);
		background-repeat: no-repeat;
		background-size: auto 30px;
		background-position: 0 7px;
        text-decoration: none;
}



	
	.Mail{
		font-size: 14px;
		font-family: Montserrat Alternates, Roboto;
		font-weight: 500;
		line-height: 45px;
		text-align: left;
		padding-left: 26px;
		background-image:url(../images/icon-email.png);
		background-repeat: no-repeat;
		background-size: auto 18px;
		background-position: 0 13px;
		margin-left: 18px;
	}
	


body.active menu{
	left:0px;
}

.SubMenuGeral{
	display: none;
	margin-top: 20px;
}

/* Inicio SubMenuGeral */
.SubMenuGeral > ul > li{
	height: 35px;
	padding: 0;
}

.SubMenuGeral > ul > li a{
	height: 35px;
	line-height: 30px;
	font-size: 14px;
	padding: 0;
}



/* Inicio SubMenuGeral */

@media screen and (max-width:480px){
	

	body.active #logoTop{
		display: none;
	}
	
	header #logoTop{
		width: 180px;
		height: auto;
		margin-left:calc(50% - 90px);
	}
	
	
	.SubMenuGeral{
		position:absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}
	

	

	/*
	#MenuGeral > ul > li > a,
	#MenuGeral > ul > li ul > li > a
	{
		font-size: 14px;
		color:#FFF !important;
		text-decoration: none;
		text-align: left;
		transition: .3s;
		border-radius: 20px;
		height: 32px;
		line-height: 32px;
		border: solid 2px #FFF;
		width: 240px;
		display: block;
		margin: 12px 0;
		text-align: center;
		background:#ff790f;
	}
	*/
}


ul.hamb{
	position:fixed;
	z-index: 1000000;
	left:20px;
	top:20px;
	margin:0;
	padding:0;
	list-style:none;
	width:29px;
	height:29px;
	overflow:hidden;
	padding:3px;
	cursor:pointer;	
	/*transform:rotate(180deg);*/
	transition:0.2s;
}


ul.hamb li{position:absolute;height:4px;background:#fff;width:21px;transition:0.2s; left:3px;}	
ul.hamb li:nth-of-type(1){margin-top:2px;}	
ul.hamb li:nth-of-type(2){margin-top:9px;}
ul.hamb li:nth-of-type(3){margin-top:16px;}

/*body.active header ul.hamb{ transform:rotate(0deg);}*/

body.active ul.hamb li:nth-of-type(1){margin-top:8px;transform:rotate(-45deg);}
body.active ul.hamb li:nth-of-type(3){margin-top:8px;transform:rotate(45deg);}	
body.active ul.hamb li:nth-of-type(2){margin-top:8px;transform:rotate(45deg);}



/*
body.active header ul.hamb li:nth-of-type(1){margin-top:6px; left:10px; transform:rotate(45deg);width:13px; height:3px;}
body.active header ul.hamb li:nth-of-type(2){width:16px; left:3px; height:4px;}		
body.active header ul.hamb li:nth-of-type(3){margin-top:13px; left:10px; transform:rotate(-45deg);width:13px; height:3px;}	
*/


.video-container {
	position: relative;
	padding-bottom: 14%;
	padding-top: 50%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.bloco2{
	width:50%;
	float:left;
}

.bloco2{
	width:50%;
	float:left;
}



@media only screen and (min-width: 750px) and (max-width: 1180px) {
.bloco2{
	width:50%;
	float:left;

}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
.bloco2{
	width:100%;
	float:left;

}
}





.bloco4{
	width:25%;
	float:left;

}




@media only screen and (min-width: 740px) and (max-width: 960px) {
.bloco4{
	width:33.33%;
	float:left;
	height:auto;

}
}

@media only screen and (min-width: 550px) and (max-width: 740px) {
.bloco4{
	width:50%;
	float:left;
	height:auto;

}
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
.bloco4{
	width:100%;
	float:left;
	height:auto;

}
}



.orcar{
	z-index:2;
	bottom:0;
	background:rgba(0,150,0,0.8);
	color:#FFF;
	font-family: Oswald;
	width:100%;
	text-align:center;
	line-height: 10px;
	padding-top: 5px;
	height: 80px;
}

.orcar a{
	display:block;
	line-height:30px;
	color:#FFF;
	text-decoration:none;
}

.images4{
	position: relative;
	margin: 2px;
	width:calc(25% - 4px);
	float:left;
	height:auto;
	border: solid 1px rgba(0,0,0,0.3);
	transition: 0.3s;
	overflow: hidden;
}


.images4 .daFoto{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	
}


.images4 img{
	transition: 0.6s;
	position: absolute;
	width: 100%;
	top: 0%;
	left: 0%;	
}

.images4:hover img{
	position: absolute;
	width: 110%;
	top: -5%;
	left: -5%;
	
}

@media only screen and (min-width: 740px) and (max-width: 960px) {
.images4{
	width:calc(33.33% - 4px);
	float:left;
	height:auto;
	

}
}

@media only screen and (min-width: 550px) and (max-width: 740px) {
.images4{
	width:calc(50% - 4px);
	float:left;
	height:auto;

}
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
.images4{
	width:100%;
	float:left;
	height:auto;

}
}



.bloco5{
	width:20%;
	float:left;


}




@media only screen and (min-width: 800px) and (max-width: 1200px) {
.bloco5{
	width:20%;
	float:left;
	height:200px;

}
}



@media only screen and (min-width: 700px) and (max-width: 800px) {
.bloco5{
	width:25%;
	float:left;

}
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
.bloco5{
	width:33.33%;
	float:left;

}
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
.bloco5{
	width:50%;
	float:left;
}
}


@media only screen and (min-width: 0px) and (max-width: 400px) {
.bloco5{
	width:100%;
	float:left;
}
}


@media only screen and (min-width: 601px) and (max-width: 900px) {

}

@media only screen and (min-width: 421px) and (max-width: 600px) {

}



#alertWhats{
	width: 360px;
	height: 390px;
	background-image: url(../images/alertwhats.png);
	border-radius: 36px;
	z-index: 100;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	position: fixed;
	bottom: 40px;
	left: 20px;
	display: none;
	
}

#alertWhats .texto{
	margin: 120px 40px auto 40px;
	text-align: justify;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

#alertWhats .btnFechar{
	display: block;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-image: url(../images/fechar-zap.png);
	background-size: 40px 40px;
}


#alertWhats a{
	display: block;
	position:absolute;
	bottom: 10px;
	left: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/abre-whatsapp.png);
	background-size: 300px 60px;
	width: 300px;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	padding: 0 20px 0 20px;
	
}



#tremendo {
      animation: shake 1s infinite;
    }

    @keyframes shake {
      0% {
        transform: translate(0px, 0px) rotate(0deg);
      }
      50% {
        transform: translate(1px, 1px) rotate(0deg);
      }
      55% {
        transform: translate(-1px, -2px) rotate(-1deg);
      }
      60% {
        transform: translate(-3px, 0px) rotate(1deg);
      }
      65% {
        transform: translate(3px, 2px) rotate(0deg);
      }
      70% {
        transform: translate(1px, -1px) rotate(1deg);
      }
      75% {
        transform: translate(-1px, 2px) rotate(-1deg);
      }
      80% {
        transform: translate(-3px, 1px) rotate(0deg);
      }
      85% {
        transform: translate(3px, 1px) rotate(-1deg);
      }
      90% {
        transform: translate(-1px, -1px) rotate(1deg);
      }
      95% {
        transform: translate(1px, 2px) rotate(0deg);
      }
      100% {
        transform: translate(1px, -2px) rotate(-1deg);
      }
    }



.colunaRodape{
	width:33.33%;
	float:left;
	overflow:hidden;
	
}

.colunaRodape div{
	padding:5px 7px 5px 7px;
}

.colunaRodape div ul{
	margin: 0;
	padding: ul0;
	list-style: none;
}

.colunaRodape div ul.doContato li{
	padding-left: 20px;
	background-size: 16px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	
}

.centro div .doContatoMeio {
	padding-left: 20px;
	background-size: 16px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	
}

.colunaRodape img{
	width:100%;
	height:auto;
}


@media only screen and (min-width: 960px) {
.colunaRodape{
	width:25%;
	float:left;
	height:auto;
	
}
}

@media only screen and (min-width: 600px) and (max-width: 960px) {
.colunaRodape{
	width:50%;
	float:left;
	height:auto;

}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.colunaRodape{
	width:100%;
	float:left;
	height:auto;

}
}

.colunaRodape div{
	padding:5px 7px 5px 7px;
}

.imgstri{
	width:33.33%;
	float:left;
}

.formtri{
	width:33.33%;
	float:left;
	
}


@media only screen and (min-width: 0px) and (max-width: 970px) {
.colunaRodape{
	width:100%;
	float:none;

}
}





@media only screen and (min-width: 990px)  {
.images3border{
	width:33.33%;
	float:left;
	height:auto;
		

}
}

@media only screen and (min-width: 570px) and (max-width: 990px) {
.images3border{
	width:50%;
	float:left;
	height:auto;

}
}

@media only screen and (max-width: 570px) {
.images3border{
	width:100%;
	float:left;
	height:auto;

}
}
	
.images3border{
	padding:5px;
	font-family: Roboto;
	
}

.images3border img{
	width:100%; height:auto; opacity:0.9;
	transition:0.3s;
}

.images3border img:hover{
	opacity:1;
}

.images3border > div{
	padding:15px;
}

.images3border{	
    border-radius:10px;
	border:solid 2px rgba(237,237,237,1);
}

.images3border:hover{
	border-radius:10px;
	border:solid 2px rgba(252,154,50.1);
	
}


	.btnEnvie button{
	font-family:Roboto;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#fff;  
	border:solid 2px #ff790f; 
	background:#ff790f;
	height:80px;
	transition: 0.3s;


	
}

.btnEnvie button:hover{
	background:#000;
	color:#fff;
	border:solid 3px #000; 
	transition: 0.3s;
}

