@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Rubik+Bubbles&family=Yusei+Magic&display=swap');

*{
	box-sizing:border-box;
	
}
body {
	margin:0px 0px 0 0px;
	transition:0.6s ease-out;
	
}

	
 .central{
	max-width:1200px;
	margin:0 auto;
	min-height:20px;
	padding-left:20px;
	padding-right:20px;
	font-family: "Yusei Magic", sans-serif;
	font-size: 18px;
}
	
::selection {
    background: #fff;
    color: #000;
		
}


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

header #logoTop{
	position:absolute;
	margin-left:10px;
	width:auto;
	height:180px;
	margin-top:0px;
	padding-bottom: 10px;
}

menu{
	position:fixed;
	z-index:3;
	margin:0;
	height:100%;
	width:300px;
	font-family: "Yusei Magic", sans-serif;
	background:#ffd600;
	transition:0.6s ease-out;
	right:-300px;
	box-shadow: 0px 0px 10px  rgba(0,0,0,0.9);
	top: 0;
	padding: 35px;
	
}


	

#MenuGeral > ul{
	margin: 0;
	padding: 0;
}

	
#MenuGeral > ul > li { 
	list-style: none;
	width:100%;
	font-size: 18px;
	font-color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	border-bottom: solid 1px #000;
	margin: 0;
	
}

	

#MenuGeral > ul > li > a{
	color:#000;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	transition: .3s;
	padding: 0 10px;
}

#MenuGeral > ul > li > a:hover{ 
 background-color: #000; 
	color: #fff;
	padding: 0 20px;	
}


	 .contato{
		color: #000;
		font-family: "Yusei Magic", sans-serif;
		font-weight: 700;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}

	

	 .Tel a{
		font-weight: 700;
		text-decoration: none;
		font-color: #000;
       	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-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{
	right:0;
}

body.active{
	margin-left:-300px;
}

header ul.hamb{
	position:absolute;
	right:20px;
	top:20px;
	margin:0;
	padding:0;
	list-style:none;
	border:solid 1px #000;
	width:29px;
	height:29px;
	overflow:hidden;
	padding:3px;
	cursor:pointer;	
	/*transform:rotate(180deg);*/
	transition:0.6s ease-out;
}

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

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

body.active header ul.hamb li:nth-of-type(1){margin-top:8px;transform:rotate(-45deg);}
body.active header ul.hamb li:nth-of-type(3){margin-top:8px;transform:rotate(45deg);}	
body.active header 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;
	font-family: "Yusei Magic", sans-serif;

}




@media only screen and (min-width: 740px) and (max-width: 960px) {
.bloco4{
	width:33.33%;
	float:left;
	height:auto;
	font-family: "Yusei Magic", sans-serif;

}
}

@media only screen and (min-width: 550px) and (max-width: 740px) {
.bloco4{
	width:50%;
	float:left;
	height:auto;
	font-family: "Yusei Magic", sans-serif;

}
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
.bloco4{
	width:100%;
	float:left;
	height:auto;
	font-family: "Yusei Magic", sans-serif;

}
}



.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;
}
}




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


}




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

}
}



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

}
}

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

}
	
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
	.blocoParceiros{
		width:50%;
		float:left;
	}
	.TituloPagina{
		margin-top: 70px;
	}
}



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

}

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

}

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


}



@media only screen and (min-width: 1250px) and (max-width: 100%) {
.images5{
	width:20%;
	float:left;
	

}
}



@media only screen and (min-width: 1020px) and (max-width: 1250px) {
.images5{
	width:25%;
	float:left;

}
}

@media only screen and (min-width: 790px) and (max-width: 1020px) {
.images5{
	width:33.33%;
	float:left;

}
}

@media only screen and (min-width: 550px) and (max-width: 790px) {
.images5{
	width:50%;
	float:left;
}
}


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

/*Promocao*/



.indiquepromo{
	float:left;
	width:100%;
	padding:15px 5px 5px 15px;
	text-align:center;
	
}

.indiquepromo input{
	width:100%;
	height:60px;
	line-height:60px;
	
	
}

.indiquepromo input[type=submit]{
	background:#ffd600;
	height:60px;
	line-height:60px;
	border:solid 1px #fff;
	color:#000;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	
}

.indiquepromo input[type=submit]:hover{
	background:#000;
	color:#fff;
	border:dotted 2px #fff;
}

/*Fim Promocao*/


fieldset.dois{
	width: calc(50% - 10px);
}

@media only screen and (max-width:600px){
	fieldset.dois{
		width: calc(100% - 10px);
	}	
}

fieldset.um{
	width: calc(100% - 10px);
}


fieldset{
	border: dotted 2px rgba(0,0,0,0.5);
	margin: 5px;
	float: left;
	margin: 5px;
	
}

fieldset legend{
	font-size: 12px;
	text-transform: uppercase;
}

fieldset input{
	height: 50px;
	line-height: 50px;
	padding: 0 10px 0 10px;
	width: 100%;
	border: none;
}

fieldset textarea{
	height: 200px;
	border: none;
	line-height: 24px;
	padding: 0 10px 0 10px;
	width: 100%;
	resize: none;
}


#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);
      }
    }



		/*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*/

