html, body{
	padding:0px;
	margin:0px;
	overflow-x: hidden;
}
a, ul, li, p, h1, h2, h3, h4, h5, h6, span, button, input, textarea{
	font-family: 'Rajdhani', sans-serif;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
a{
	color: inherit;
}
*{
	transition: 0.3s ease;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.container{
	max-width: 1200px;
	width:96%;
	height:auto;
	position: relative;
	z-index: 2;
	margin:auto;
}

/*HEADER*/
	header{
		width: 100%;
	}
	.header01{
		width: 100%;
		background-color: #CCC;
	}
	.headerRSocial{
		display: flex;
	}
	.headerRSocialBg{
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #FFF;
	}
	.headerRSocialBg img{
		width: 15px;
		filter: invert(0.7);
	}
	.headerDados{
		display: flex;
	}
	.headerDadosBg{
		margin: 0 25px 0 0;
		display: flex;
		align-items: center;
	}
	.headerDadosBg img{
		width: 15px;
		margin: 0 5px 0 0;
	}
	.headerDadosBg p{
		font-size: 14px;
		color: #333;
	}
	.header02{
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #EEE;
		background-color: #FFF;
	}
	.header02 .container{
		align-items: flex-end;
	}
	.headerMarca{
		width: auto;
	}
	.headerMarca img{
		height: 50px;
		transform: translateY(5px);
	}
	.headerMenuResposivo{
		display: none;
	}
	.headerMenu{
		width: 100%;
		margin: 0 30px;
	}
	.headerMenu ul{
		display: flex;
		list-style: none;
		justify-content: flex-end;
	}
	.headerMenu li{
		margin: 0 15px;
		font-weight: 500;
		font-size: 18px;
		text-transform: uppercase;
		color: #777;
	}
	.headerMenu li:hover{
		color: #215;
	}
	.headerCta{
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		border-left: 1px solid #EEE;
	}
	.headerCta img{
		width: 40px;
		height: 40px;
		margin: 0 10px 0 0;
	}
	.headerCta p{
		font-size: 20px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 100%;
		white-space: nowrap;
		color: #215;
	}
	.headerCta p span{
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 100%;
		white-space: nowrap;
		color: #777;
	}

/*BANNER*/
	.banner{
		width: 100%;
		background-image: url(../img/banner.jpeg);
	}
	.bannerBackground{
		width: 100%;
		height: 700px;
		display: flex;
		align-items: center;
		background-color: #0009;
	}	
	.bannerBg{
		width: 100%;
	}
	.bannerBgTexto{
		width: 100%;
		margin: 0 0 50px 0;
	}
	.bannerBgTexto p:first-of-type{
		margin: 0;
		font-size: 30px;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		color: #FFF;
	}
	.bannerBgTexto p:last-of-type{
		margin: 0px;
		font-size: 90px;
		font-family: sans-serif;
		font-weight: 900;
		text-align: center;
		text-transform: uppercase;
		line-height: 100%;
		color: #FFF;
	}

/*TITULO*/
	.titulo{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
	}	
	.titulo p{
		display: flex;
		font-weight: 500;
		font-size: 20px;
		text-transform: uppercase;
		margin: 0;
		color: #777;
	}
	.titulo h2{
		width: 100%;
		font-size: 48px;
		text-transform: uppercase;
		line-height: 100%;
		color: #215;
	}
	.titulo hr{
		width: 60px;
		height: 0;
		margin: 0 10px;
		border: 1px solid #B81;
	}

/*APRESENTACAO*/
	.apresentacao{
		width: 100%;
	}
	.apresentacaoConteudo{
		width: 100%;
		margin: 0 0 0 100px;
		padding: 100px 0;
	}
	.apresentacaoTexto{
		width: 100%;
		margin: 25px 0 0;
	}
	.apresentacaoTexto p{
		font-size: 20px;
	}
	.apresentacaoImagem{
		width: 75%;
	}
	.apresentacaoImagemTexto{
		width: 100%;
		height: 120px;
		margin: -120px 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #B81;
	}
	.apresentacaoImagemTexto h1{
		text-align: center;
		text-transform: uppercase;
		line-height: 100%;
		color: #FFF;
	}
	.apresentacaoImagemTexto h1 span{
		font-weight: 300;
		line-height: 100%;
	}
	.apresentacaoImagemFoto{
		width: 100%;
		height: 100%;
		min-height: 500px;
		border-radius: 0 0 75% 0;
		background-position: center;
		background-size: cover;
	}

/*VANTAGENS*/
	.vantagens{
		width: 100%;
		position: relative;
		margin: 150px 0 0;
	}
	.vantagensVideo{
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		overflow: hidden;
		background-color: #000
	}
	.vantagensVideo video{
		width: 100%;
		margin: 0 10% 0 0;
	}
	.vantagensBackground{
		padding: 100px 0;
		position: relative;
		z-index: 2;
		background-color: #215C;
	}
	.vantagensImagem{
		width: 75%;
	}
	.vantagensImagem .titulo p{
		color: #FFF;
	}
	.vantagensImagem .titulo h2{
		color: #B81;
	}
	.vantagensFoto{
		width: 100%;
		margin: 50px 0 0;
	}
	.vantagensFoto img{
		width: 100%;
		opacity: 0.5;
	}
	.vantagensConteudo{
		width: 100%;
		border-radius: 20px;
		padding: 50px 300px 50px 50px;
		margin: -200px -300px 0 100px;
		background-color: #EEE;
	}
	.vantagensConteudoBg{
		display: flex;
		align-items: center;
		border-radius: 10px;
		padding: 10px 15px;
		margin: 0 0 10px;
		background-color: #FFF;
	}
	.vantagensConteudoNumero{
		margin: 0 15px 0 0;
	}
	.vantagensConteudoNumero p{
		font-size: 48px;
		font-weight: 900;
		color: #CCC;
	}
	.vantagensConteudoTexto{
		width: 100%;
	}
	.vantagensConteudoTexto h3{
		font-size: 20px;
		color: #215;
	}
	.vantagensConteudoTexto p{
		font-size: 18px;
	}

/*SERVICOS*/
	.servicos{
		width: 100%;
		padding: 100px 0;
		background-color: #EEEEEE;
	}
	.servicosTitulo{
		display: flex;
		align-items: flex-end;
	}
	.servicos .titulo p{
		text-align: center;
	}
	.servicosFrase{
		width: 150%;
	}
	.servicosFrase p{
		font-size: 20px;
	}
	.servicosConteudo{
		width: 100%;
		margin: 50px 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	.servicosBg{
		width: 32%;
		display: flex;
		border-radius: 10px 10px 0 0;
		overflow: hidden;
		align-content: flex-start;
		align-items: flex-start;
		justify-content: flex-end;
		flex-wrap: wrap;
		margin: 0 2% 2% 0;
		box-shadow: 0 0 20px #0001;
		background-color: #FFF;
	}
	.servicosBg:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.servicosImagem{
		width: 100%;
		height: 250px;
		background-position: center;
		background-size: cover;
	}
	.servicosIcone{
		width: 70px;
		height: 70px;
		position: relative;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: -35px 35px;
		border-radius: 100px;
		background-color: #215;
	}
	.servicosBg:hover .servicosIcone{
		background-color: #B81;
	}
	.servicosIcone img{
		width: 30px;
		filter: brightness(20);
	}
	.servicosTexto{
		width: 100%;
		padding: 25px;
		background-color: #FFF;
	}
	.servicosTexto h3{
		font-size: 24px;
		color: 215;
	}
	.servicosTexto p{
		font-size: 18px;
		color: 215;
	}

/*SOBRE*/
	.sobre{
		width: 100%;
		padding: 100px 0;
	}
	.sobreConteudo{
		width: 100%;
		margin: 0 100px 0 0;
	}
	.sobreTexto{
		width: 100%;
		margin: 50px 0 0;
	}
	.sobreTexto p{
		font-size: 18px;
	}
	.sobreImagem{
		width: 100%;
		min-height: 500px;
		border-radius: 0 0 75% 0;
		background-size: cover;
		background-position: center;
	}

/*FRASE*/
	.frase{
		width: 100%;
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
	}
	.fraseBackground{
		width: 100%;
		padding: 100px 0 200px;
		background-color: #215C;
	}
	.fraseBackground p{
		font-size: 36px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
	}
	.fraseBackground p span{
		color: #B81;
	}

/*CONTATO*/
	.contato{
		width: 100%;
		background-image:linear-gradient(to bottom, #EEE, #FFF);
	}
	.contatoBackground{
		width: 100%;
		padding: 50px 100px;
		display: flex;
		border-radius: 10px;
		transform: translateY(-100px);
		background-color: #FFF;
	}
	.contatoDados{
		width: 100%;
		margin: 0 100px 0 0;
	}
	.contatoDados .titulo{
		margin: 0 0 50px;
	}
	.contatoDadosBg{
		width: 100%;
		padding: 10px 0;
		margin: 10px 0;
		display: flex;
		align-items: flex-start;
		border-bottom: 1px solid #EEE;
	}
	.contatoDadosBg:last-of-type{
		border-bottom:0px solid #EEE;
	}
	.contatoDadosImagem{
		width: 80px;
		min-width: 80px;
		height: 80px;
		margin: 0 15px 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 20px;
		background-color: #B81;
	}
	.contatoDadosImagem img{
		width: 30px;
	}
	.contatoDadosTexto p{
		font-size: 20px;
		font-weight: 600;
		line-height: 120%;
		color: #215;
	}
	.contatoDadosTexto p span{
		font-size: 14px;
		text-transform: uppercase;
		line-height: 100%;
		color: #777;
	}
	.contatoFormulario{
		width: 100%;
		padding: 25px;
		border-radius: 10px;
		background-color: #EEE;
	}
	.contatoFormularioBg{
		width: 100%;
		margin: 20px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.contatoFormularioBg p{
		width: 100%;
		font-weight: bold;
	}
	.contatoInput{
		width: 100%;
		height: 30px;
		border: none;
		border-bottom: 2px solid #999;
		outline: none;
		font-size: 18px;
		font-weight: 700;
		background-color: #EEE;
	}	
	.contatoTextarea{
		width: 100%;
		height: 100px;
		padding: 10px 0;
		border: none;
		border-bottom: 2px solid #999;
		outline: none;
		background-color: #EEE;
	}
	.contatoInput::placeholder,
	.contatoTextarea::placeholder{
		font-size: 18px;
		font-weight: 500;
	}
	.contatoSubmit{
		width: 150px;
		height: 50px;
		border: none;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #FFF;		
		background-color: #B81;
	}

/*WHATSAPP*/
	.whatsapp{
		position: fixed;
		z-index: 998;
		right: 2%;
		bottom: 100px;
		cursor: pointer;
	}
	.whatsappTexto{
		width: 202px;
		height: 116px;
		margin: 0 20px 0 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-image: url(../img/iconeContato.png);
		background-size: cover;
		background-position: center;
	}
	.whatsappTexto p{
		padding: 0 10px;
		color: #FFFFFF;
	}
	.whatsappTexto p:first-of-type{
		font-size: 20px;
		font-weight: bold;
		line-height: 100%;
		text-align: center;
	}
	.whatsappTexto p:last-of-type{
		font-size: 14px;
		font-weight: 300;
		text-align: center;
		margin: 0 0 15px;
	}
	.whatsappImagem{
		width: 50px;
		height: 50px;
		margin: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 0px;
		border-radius: 80px;
		background-color: #B81;
	}
	.whatsapp img{
		width: 30px;
		height: 30px;
		filter: brightness(20);
	}

/*FOOTER*/
	footer{
		width: 100%;
	}
	.footer01{
		border-top: 2px solid #B81;
		margin: 100px 0 0;
		width: 100%;
		padding: 50px 0;
		background-color: #215;
	}
	.footer01 .container{
		align-items: flex-start;
	}
	.footerMarca{
		min-width: 200px;
		display: flex;
		align-items: center;
	}
	.footerMarca img{
		width: 100%;
		max-width: 200px;
	}	
	.footerLinkRapidos{
		min-width: 210px;
		margin: 0 50px;
		padding: 0 50px;
	}
	.footerLinkRapidosTitulo{
		margin: 0 0 25px;
	}
	.footerLinkRapidosTitulo h2{
		font-size: 20px;
		text-transform: uppercase;
		color: #B81;
	}
	.footerLinkRapidosTitulo hr{
		width: 25px;
		border: 1px solid #FFF;
		margin: 0;
	}
	.footerLinkRapidos ul{
		list-style: none;
		padding: 0px;
		font-size: 18px;
		font-weight: 300;
		color: #FFFFFF;
	}
	.footerLinkRapidos li{
		margin: 0 0 5px;
	}
	.footerLinkRapidos li:hover{
		color: #FFFFFF;
		font-weight: 300;
	}
	.footerDados{
		width: 100%;
	}
	.footerDadosContatoTitulo{
		margin: 0 0 25px;
	}
	.footerDadosContatoTitulo h2{
		margin: 0;
		font-size: 18px;
		text-transform: uppercase;
		color: #B81;
	}
	.footerDadosContatoTitulo hr{
		width: 25px;
		border: 1px solid #FFFFFF;
		margin: 0;
	}
	.footerDadosContato{
		width: 100%;
		margin: 0 0 30px;
	}
	.footerDadosContatoBg{
		margin: 0 0 10px;
		justify-content: flex-start;
		align-items: center;
	}
	.footerDadosContatoImagem{
		min-width: 40px;
		height: 40px;
		border-radius: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #B819;
	}
	.footerDadosContatoImagem img{
		width: 25px;
		filter: brightness(100);
	}
	.footerDadosContato p{
		margin: 0 10px;
		font-size: 20px;
		font-weight: 300;
		color: #FFFFFF;
	}

	.footer02{
		width: 100%;
		padding: 10px;
		display: flex;
		background-color: #104;
	}
	.footer02 p{
		width: 50%;
		font-size: 12px;
		color: #FFF9;
	}
	.footer02 p:last-of-type{
		text-align: right;
	}

/*COOKIES*/
	.cookies{
		width: 100%;
		position: fixed;
		z-index: 9999;
	}
	.cookiesAviso{
		width: 100%;
		position: fixed;
		bottom: 0px;
		padding: 20px 0;
		background-color: #000;
	}
	.cookiesAviso .container{
		justify-content: center;
		align-items: center;
	}
	.cookiesAviso p{
		font-size: 14px;
		text-align: center;
		margin: 0 10px;
		color: #CCC;
	}
	.cookiesAviso p:nth-child(1){
		margin: 0 10px;
	}
	.cookiesAviso p:nth-child(2){
		padding: 10px 20px;
		border-radius: 100px;
		border: 1px solid #CCC;
		cursor: pointer;
	}
	.cookiesAviso p:nth-child(2):hover{
		background-color: #555;
	}
	.cookiesAviso p:nth-child(3){
		font-weight: bold;
		padding: 10px 30px;
		border-radius: 100px;
		border: 1px solid #CCC;
		cursor: pointer;
		color: #000;
		background-color: #CCC;
	}
	.cookiesAviso p:nth-child(3):hover{
		background-color: #FFF;
	}
	.cookiesPopUp{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0px;
		z-index: 9999;
		background-color: #000C;
		display: none;
	}
	.cookiesPopUp .container{
		height: 100%;
		align-items: center;
		justify-content: center;
	}
	.cookiesPopUpConteudo{
		max-width: 500px;
		align-items: center;
		position: relative;
		background-color: #FFF;
	}
	.cookiesPopUpFechar{
		width: 40px;
		height: 40px;
		border-radius: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: -20px;
		right: -20px;
		cursor: pointer;
		background-color: #FFF;
	}
	.cookiesPopUpFechar p{
		font-size: 16px;
		font-weight: bold;
		color: #000;
	}
	.cookiesPopUpTexto{
		width: auto;
		max-height: 500px;
		padding: 25px;
		overflow: auto;
	}
	.cookiesPopUpTexto h2{
		font-size: 24px;
		padding: 0 0 25px;
		border-bottom: 1px solid #EEE;
	}
	.cookiesPopUpTexto h3{
		margin: 25px 0 10px;
		font-size: 20px;
	}
	.cookiesPopUpTexto p{
		margin: 0 0 10px;
		color: #555;
	}

@media screen and (max-width:1024px) and (min-width: 768px){
	/*HEADER*/
		.headerMarca img{
			height: 40px;
		}
		.headerMenu{
			margin: 0 10px;
		}
		.headerMenu li{
			font-size: 16px;
			margin: 0 7px;
		}				
		.headerCta img{
			width: 30px;
			height: 30px;
			margin: 0 5px 0 0;
		}
		.headerCta p{
			font-size: 18px;
		}

	/*CONTATO*/
		.contatoBackground{
			padding: 50px;
		}
		.contatoDados{
			margin: 0 50px 0 0;
		}

	/*FOOTER*/
		.footerMarca{
			display: none;
		}
}

@media screen and (max-width:767px){
	.flex{
		flex-wrap: wrap;
	}

	/*HEADER*/
		header{
			position: fixed;
			z-index: 999;
		}
		.header01 .container{
			justify-content: flex-end;
		}
		.headerDados{
			display: none;
		}
		.headerMarca img{
			height: 40px;
		}
		.headerMenuResposivo{
			width: 40px;
			height: 40px;
			border-radius: 5px;
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: #B81;
		}
		.headerMenuResposivo p{
			font-size: 24px;
			color: #FFF;
		}
		.headerMenu{
			width: 100%;
			height: 100%;
			position: fixed;
			top: 120px;
			left: 0;
			right: 0;
			margin: 0;
			background-color: #215;
		}
		.headerMenu ul{
			padding: 50px 0;
			flex-wrap: wrap;
		}
		.headerMenu li{
			font-size: 24px;
			width: 100%;
			padding: 10px 0;
			text-align: center;
			color: #FFF;
		}
		.headerMenu li:hover{
			color: #B81;
		}
		.headerCta{
			display: none;
		}

	/*BANNER*/
		.banner{
			padding: 100px 0 0;
		}
		.bannerBackground{
			height: 500px;
		}	
		.bannerBgTexto{
			margin: 25px 0 0;
		}
		.bannerBgTexto p:first-of-type{
			font-size: 24px;
		}
		.bannerBgTexto p:last-of-type{
			font-size: 40px;
		}

	/*TITULO*/
		.titulo{
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
		}
		.titulo p{
			width: auto;
		}
		.titulo h2{
			font-size: 40px;
			text-align: center;
		}
		.titulo hr{
			width: 40px;
		}

	/*APRESENTACAO*/
		.apresentacaoConteudo{
			margin: 0;
			padding: 50px 0;
		}
		.apresentacaoTexto{
			margin: 25px 0 0;
		}
		.apresentacaoTexto p{
			font-size: 18px;
		}
		.apresentacaoImagem{
			width: 100%;
		}
		.apresentacaoImagemTexto{
			height: 80px;
			margin: -80px 0 0;
		}
		.apresentacaoImagemTexto h1{
			font-size: 22px;
		}
		.apresentacaoImagemFoto{
			min-height: 350px;
		}

	/*VANTAGENS*/
		.vantagens{
			margin: 50px 0 0;
		}
		.vantagensVideo{
			display: flex;
			align-items: flex-start;
			justify-content: center;
		}
		.vantagensVideo video{
			width: 200%;
			margin: 0;
		}		
		.vantagensImagem{
			width: 100%;
		}
		.vantagensFoto{
			display: none;
		}
		.vantagensConteudo{
			padding: 25px;
			border-radius: 5px;
			margin: 50px auto 0;
		}

	/*SERVICOS*/
		.servicosTitulo{
			flex-wrap: wrap;
		}
		.servicosFrase p{
			margin: 25px 0 0;
			font-size: 18px;
			text-align: center;
		}
		.servicosBg{
			width: 100%;
			margin: 0 0 10px 0;
		}
		.servicosBg:nth-child(3n){
			margin: 0 0 10px 0;
		}

	/*SOBRE*/
		.sobre{
			padding: 50px 0;
		}
		.sobreConteudo{
			margin: 0;
		}
		.sobreImagem{
			margin: 25px 0 0;
			min-height: 350px;
		}

	/*FRASE*/	
		.fraseBackground p{
			line-height: 100%;
		}
		.fraseBackground p span{
			line-height: 100%;
		}

	/*CONTATO*/
		.contatoBackground{
			padding: 50px 25px;
			flex-wrap: wrap;
		}
		.contatoDados{
			width: 100%;
			margin: 0 0 50px;
		}

	/*WHATSAPP*/
		.whatsapp{
			right: 10;
			bottom: 70px;
		}
		.whatsappTexto{
			display: none;
		}
		.whatsappImagem{
			width: 60px;
			height: 60px;
			margin: 0;
		}

	/*FOOTER*/	
		.footer01{
			margin: -25px 0 0;
		}
		.footerMarca{
			width: 100%;
			display: flex;
			justify-content: center;
		}
		.footerLinkRapidos{
			width: 100%;
			margin: 50px 0;
		}
		.footerLinkRapidosTitulo h2{
			text-align: center;
		}
		.footerLinkRapidosTitulo hr{
			margin: 0 auto;
		}
		.footerLinkRapidos ul{
			text-align: center;
		}		
		.footerDadosContatoTitulo h2{
			text-align: center;
		}
		.footerDadosContatoTitulo hr{
			margin: 0 auto;
		}
		.footerDadosContatoBg{
			justify-content: center;
		}
		.footerDadosContatoImagem{
			display: none;
		}
		.footerDadosContato p{
			text-align: center;
		}
		.footer02{
			flex-wrap: wrap;
		}
		.footer02 p{
			padding: 10px;
			width: 100%;
			text-align: center;
		}
		.footer02 p:last-of-type{
			text-align: center;
		}

	/*COOKIES*/
		.cookiesAviso p:nth-child(1){
			margin: 0 10px 20px;
		}
}