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


/*CTA*/
	.cta{
		padding: 20px;
		border-radius: 5px;
		background-image: linear-gradient(45deg, #C00, #900);
		box-shadow: 100px 0 100px #6003;
	}
	.cta:hover{
		filter: brightness(1.2);
		box-shadow: 50px 0 50px #6004;
	}
	.cta p{
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #FFF;
	}

/*HEADER*/
	header{
		width: 100%;		
		padding: 15px 0;
		background-color: #FFF0;
	}
	header .container{
		align-items: center;
	}
	.headerMarca{
		width: 50%;
	}
	.headerMarca img{
		height: 30px;
		filter: invert(1);
	}
	.headerCta{
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	.headerCtaBg{
		padding: 10px 20px;
		display: flex;
		align-items: center;
		margin: 0 0 0 10px;
		border-radius: 5px;
		background-color: #013;
	}
	.headerCtaBg:first-of-type{
		background-color: #294;
	}
	.headerCtaBg img{
		width: 20px;
		margin: 0 10px;
		filter: invert(1);
	}
	.headerCtaBg p{
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 115%;
		color: #FFF;
	}
	.headerCtaBg p span{
		font-size: 12px;
		font-weight: 300;
	}

/*BANNER*/
	.banner{
		width: 100%;
		background-position: center;
		background-size: cover;
		background-image: url(../img/bannerBackground.webp);		
	}
	.bannerBackground{
		width: 100%;
		margin: -100px 0 0;
		padding: 250px 0 150px;
		position: relative;
		background-color: #0006;
		box-shadow: 0 0 10px #0003;
	}
	.bannerConteudo{
		width: 100%;
	}		
	.bannerConteudo h1{
		width: 100%;
		font-size: 72px;
		font-weight: 900;
		line-height: 100%;
		text-align: center;
		color: #3AF;
	}
	.bannerConteudo p{
		margin: 0;
		font-size: 28px;
		font-weight: 300;
		text-align: center;
		letter-spacing: 2px;
		color: #FFF;
	}
	.bannerCta{
		width: 100%;
		margin: 25px 0 0;
		display: flex;
		justify-content: center;
	}
	.bannerCtaBg{
		min-width: 180px;
		padding: 15px 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 10px;
		border-radius: 5px;
		background-image: linear-gradient(45deg, #C00, #900);
	}
	.bannerCtaBg:first-of-type{
		min-width: 180px;
		padding: 15px 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 10px;
		border-radius: 5px;
		background-image: linear-gradient(45deg, #294, #183);
	}
	.bannerCtaBg img{
		width: 20px;
		margin: 0 10px 0 0;
		filter: invert(1);
	}
	.bannerCtaBg p{
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 115%;
		color: #FFF;
	}
	.bannerCtaBg p span{
		font-size: 12px;
		font-weight: 300;
	}
	.bannerImagem{
		display: none;
	}

/*APRESENTACAO*/
	.apresentacao{
		width: 100%;
		padding: 50px 0;
		background-image: linear-gradient(to bottom, #FFF9, #DDD9);
	}
	.apresentacao .container{
		align-items: center;
	}
	.apresentacaoImagem{
		width: 50%;
		display: flex;
		justify-content: flex-end;
		margin: 0 50px 0 0;
	}
	.apresentacaoImagem img{
		width: 150%;
	}	
	.apresentacaoImagem02{
		display: none;
	}
	.apresentacaoConteudo{
		width: 50%;
		padding: 50px 0;
	}
	.apresentacaoConteudoTexto{
		width: 100%;
	}
	.apresentacaoConteudoTexto p{
		margin: 0 0 15px;
		font-size: 20px;
		font-weight: 300;
		letter-spacing: 2px;
	}
	.apresentacaoConteudoTexto strong{
		color: #013;
	}
	.apresentacaoConteudoCta{
		display: flex;
		margin: 50px 0 0;
	}

/*MOTIVOS*/
	.motivos{
		width: 100%;
		padding: 100px 0;
		background-color: #3AF;
	}	
	.motivosTitulo{
		width: 100%;
		margin: 0 0 50px;
	}
	.motivosTitulo h2{
		font-size: 44px;
		font-weight: 900;
		text-align: center;
		line-height: 100%;
		color: #013;
	}
	.motivosInfo{
		width: 100%;
		display: flex;
	}
	.motivosInfoBg{
		width: 100%;
		margin: 0 5px;
		padding: 25px;
		border-radius: 10px;
		align-items: center;
		background-color: #FFF;
	}
	.motivosInfoBg{
		width: 100%;
		margin: 0 5px;
		padding: 50px 25px;
		border-radius: 10px;
		align-items: center;
	}
	.motivosInfoBg p:first-of-type{
		width: 100%;
		font-weight: bold;
		font-size: 22px;
		letter-spacing: 1px;
		line-height: 115%;
		text-align: center;
		color: #000;
	}
	.motivosInfoBg p:last-of-type{
		margin: 15px 0 0;
		text-align: center;
		font-weight: 300;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 125%;
		color: #555;
	}
	.motivosCta{
		width: 100%;
		margin: 50px 0 0;
		display: flex;
		justify-content: center;
	}

/*LOCAIS*/
	.locais{
		width: 100%;
		padding: 150px 0 100px;
		background-image: linear-gradient(to bottom, #FFF9, #DDD9);
	}
	.locaisTitulo{
		width: 100%;
		margin: 0 0 50px 0;
	}
	.locaisTitulo h2{
		font-size:44px;
		font-weight: 900;
		line-height: 100%;
		text-align: center;
		color: #3AF;
	}
	.locaisConteudo{
		width: 100%;
		display: flex;
	}	
	.locaisItens{
		width: 100%;
		margin: 0 50px 0 0;
	}
	.locaisItensBg{
		width: 100%;
		margin: 10px 0;
		padding: 10px 20px;
		display: flex;
		align-items: center;
		border-radius: 10px;
		background-image: linear-gradient(to right, #FFF, #0000);
	}
	.locaisItensBg img{
		width: 30px;
		margin: 0 20px 0 0;
	}
	.locaisTexto p:first-of-type{
		width: 100%;
		font-weight: bold;
		font-size: 20px;
		letter-spacing: 1px;
		color: #013;
	}
	.locaisTexto p:last-of-type{
		font-weight: 300;
		font-size: 18px;
		letter-spacing: 1px;
		color: #013;
	}
	.locaisCta{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		justify-content: center;
		border-radius: 20px;
		background-size: cover;
		background-position: center;
		background-image: url(../img/locaisBackground.webp);		
	}
	.locaisCta p{
		margin: 25px 0;
		font-weight: 300;
		font-size: 20px;
		text-align: center;
		letter-spacing: 2px;
		width: 100%;
		color: #FFF;
	}
	.locaisCtaBg{
		min-width: 180px;
		padding: 0 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 10px;
		border-radius: 5px;
		background-image: linear-gradient(45deg, #C00, #900);
	}
	.locaisCtaBg:first-of-type{
		min-width: 180px;
		padding: 0 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 10px;
		border-radius: 5px;
		background-image: linear-gradient(45deg, #294, #183);
	}
	.locaisCtaBg img{
		width: 20px;
		margin: 0 10px 0 0;
		filter: invert(1);
	}
	.locaisCtaBg p{
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 115%;
		color: #FFF;
	}
	.locaisCtaBg p span{
		font-size: 12px;
		font-weight: 300;
	}

/*GERADORES*/
	.geradores{
		width: 100%;
		padding: 100px 0;
		background-color: #CCC;
	}
	.geradoresTitulo{
		width: 100%;
	}
	.geradoresTitulo h2{
		font-size: 44px;
		font-weight: 900;
		text-align: center;
		line-height: 100%;
		color: #013;
	}
	.geradoresConteudo{
		width:100%;
		margin: 50px 0 0;
		display: flex;
	}
	.geradoresBg{
		width: 100%;
		margin: 0 10px;
		display: flex;
		flex-wrap: wrap;
		border-radius: 10px;
		border:2px solid #BBB;
		background-color: #FFF;
	}
	.geradoresImagem{
		width: 100%;
		display: flex;
	}
	.geradoresImagem img{
		width: 80%;
		margin: 10% 10% 0;
	}
	.geradoresTexto{
		padding: 0 25px 25px;
	}
	.geradoresBg h3{
		margin: 0 0 15px;
		font-size: 22px;
		letter-spacing: 2px;
		text-align: center;
		line-height: 110%;
		color: #3AF;
	}
	.geradoresBg p{
		margin: 0 0 15px;
		font-size: 14px;
		letter-spacing: 1.8px;
		text-align: center;
		line-height: 125%;
		color: #999;
	}
	.geradoresBg p:nth-child(2n){
		margin: 0 0 25px;
	}
	.geradoresBg p strong{
		color: #000;	}
	.geradoresCta{
		width: 100%;
		margin: 50px 0 0;
		display: flex;
		justify-content: center;
		text-align: center;
	}

/*SERVICOS*/
	.servicos{
		width: 100%;
		padding: 150px 0 100px;
		position: relative;
		background-image: linear-gradient(to bottom, #000, #013);
	}
	.servicoVideo{
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		position: absolute;
	}
	.servicoVideo video{
		width: 100%;
		height: 100%;
		opacity: 0.1;
		object-fit: cover;
	}
	.servicosTitulo{
		width: 100%;
		margin: 0 0 100px 0;
	}
	.servicosTitulo h2{
		font-size: 44px;
		font-weight: 900;
		text-align: center;
		line-height: 100%;
		color: #3AF;
	}
	.servicosConteudo{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.servicosImagem{
		min-width: 500px;
		height: 500px;
		border-radius: 600px;
		position: relative;
		z-index: 1;
		transform: scale(1.2);
		background-color: #033;
		background-size: cover;
		background-position: center;
	}
	.servicosItens{
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		z-index: 2;
	}
	.servicosItensMobile{
		display: none;
	}
	.servicosItens:first-of-type{
		align-items: flex-end;
		margin: 0 -50px 0 50px;
	}
	.servicosItens:last-of-type{
		align-items: flex-start;
		margin: 0 50px 0 -50px;
	}
	.servicosItensBg{
		width: 80px;
		height: 80px;
		padding: 10px;
		margin: 15px 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		text-align: center;
		border-radius: 10px;
		background-color: #3AF;
		box-shadow: 0 0 10px 0003;
	}
	.servicosItensBg2{
		margin: 10px 50px 10px 0;
	}
	.servicosItensBg3{
		margin: 10px 0 10px 50px;
	}	
	.servicosItensBg img{
		width: 30px;
		margin: 0 0 10px;
		filter: invert(1);
	}
	.servicosItensBg p{
		width: 100%;
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 125%;
		color: #FFF;
	}
	.servicosCta{
		width: 100%;
		display: flex;
		margin: 100px 0 0;
		justify-content: center;
	}

/*FOOTER*/
	footer{
		width: 100%;
		padding: 75px 0 50px;
		border-top: 5px solid #3AF9;
		background-image: linear-gradient(to bottom, #FFF, #CCC);
	}
	.footerMarca{
		width: 100%;
		text-align: center;
	}
	.footerMarca img{
		width: 250px;
	}
	.footerTexto{
		width: 100%;
	}
	.footerTexto p{
		margin: 25px 0 0;
		font-weight: 300;
		font-size: 20px;
		text-align: center;
		letter-spacing: 2px;
		width: 100%;
	}
	.footerCta{
		width: 100%;
		margin: 25px 0 0;
		display: flex;
		justify-content: center;
	}
	.footerCtaBg{
		min-width: 180px;
		padding: 10px 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 10px;
		border-radius: 5px;
		background-image: linear-gradient(to bottom, #013, #124);
	}
	.footerCtaBg:first-of-type{		
		background-image: linear-gradient(45deg, #294, #183);
	}
	.footerCtaBg img{
		width: 20px;
		margin: 0 10px 0 0;
		filter: invert(1);
	}
	.footerCtaBg p{
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 115%;
		color: #FFF;
	}
	.footerCtaBg p span{
		font-size: 12px;
		font-weight: 300;
	}
	.footerCopyright{
		margin: 50px 0 0;
		display: flex;
		border-top: 1px solid #0003;
		padding: 25px 0 0;
		justify-content: space-between;
	}
	.footerCopyright p{
		font-size: 12px;
		letter-spacing: 1px;
	}

/*FIXO*/
	.fixo{
		width: 60px;
		position: fixed;
		z-index: 999;
		bottom: 30px;
		right: 30px;
	}
	.fixoBg{
		display: flex;
		align-items: center;
		margin: 10px 0 0;
	}
	.fixoImagem{
		min-width: 65px;
		height: 65px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100px;
		border: 5px solid #FFF;
	}
	.fixoBg01 .fixoImagem{
		background-image: linear-gradient(45deg, #C00, #900);
	}
	.fixoBg02 .fixoImagem{
		background-image: linear-gradient(45deg, #294, #183);
	}	
	.fixoImagem img{
		width: 25px;
		filter: invert(1);
	}

/*COOKIES*/
	.cookies{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 9999;
		background-color: #0009;
	}
	.cookies .container{
		display: flex;
		justify-content: flex-end;
	}
	.cookiesAviso{
		width: 100%;
		max-width: 300px;
		position: fixed;
		bottom: 0px;
		padding: 20px 0;
		border-radius: 10px 10px 0 0;
		background-color: #FFF;
	}
	.cookiesTexto{
		width: 100%;
		margin: 0 0 20px;
	}	
	.cookiesTexto p{
		font-size: 14px;
		text-align: center;
		line-height: 125%;
		margin: 0 20px;
		color: #999;
	}
	.cookiesBotoes{
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 0 0 10px;
	}
	.cookiesBotoes p{
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		margin: 0 10px;
		color: #555;
	}
	.cookiesBotoes p:nth-child(1){
		padding: 10px 20px;
		border-radius: 100px;
		border: 1px solid #555;
		cursor: pointer;
	}
	.cookiesBotoes p:nth-child(1):hover{
		background-color: #555;
		color: #FFF;
	}
	.cookiesBotoes p:nth-child(2){
		font-weight: bold;
		padding: 10px 30px;
		border-radius: 100px;
		border: 1px solid #CCC;
		cursor: pointer;
		color: #FFF;
		background-color: #296;
	}
	.cookiesBotoes p:nth-child(2):hover{
		background-color: #555;
	}
	.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;
	}

/*ANIMACAO*/
	.animacao01,
	.animacao02,
	.animacao03,
	.animacao04,
	.animacao05,
	.animacao06,
	.animacao07,
	.animacao08,
	.animacao09,
	.animacao10,
	.animacao11,
	.animacao12,
	.animacao13,
	.animacao14,
	.animacao15,
	.animacao16{
		opacity: 0;
	}
	.animacaoDelay0250{	
		animation-delay: 0.25s;
	}
	.animacaoDelay0500{	
		animation-delay: 0.5s;
	}
	.animacaoDelay0750{	
		animation-delay: 0.75s;
	}
	.animacaoDelay1000{	
		animation-delay: 1.0s;
	}
	.animacaoDelay1250{	
		animation-delay: 1.25s;
	}
	.animacaoDelay1500{	
		animation-delay: 1.5s;
	}
	.animacaoDelay1750{	
		animation-delay: 1.75s;
	}
	.animacaoDelay2000{	
		animation-delay: 2.0s;
	}
	.animacaoDelay2250{	
		animation-delay: 2.25s;
	}
	.animacaoDelay2500{	
		animation-delay: 2.5s;
	}
	.animacaoDelay2750{	
		animation-delay: 2.75s;
	}
	.animacaoDelay3000{	
		animation-delay: 3.0s;
	}

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

	/*CTA*/
		.cta{
			padding: 20px;
			border-radius: 5px;
			background-image: linear-gradient(45deg, #C00, #900);
			box-shadow: 100px 0 100px #6003;
		}
		.cta:hover{
			filter: brightness(1.2);
			box-shadow: 50px 0 50px #6004;
		}
		.cta p{
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
			color: #FFF;
		}

	/*HEADER*/
		header{
			position: relative;
			z-index: 999;
		}
		.headerMarca{
			width: 100%;
			padding: 15px 0;
			text-align: center;
		}
		.headerCta{
			position: fixed;
			bottom: 0;
			left: 0;
		}		
		.headerCtaBg{
			width: 100%;
			margin: 0;
			border-radius: 0;
		}				
		.headerCtaBg:first-of-type{
			width: 40px;
		}
		.headerCtaBg:first-of-type p{
			display: none;
		}
		.headerCtaBg:nth-child(2) img,
		.headerCtaBg:nth-child(3) img{
			display: none;
		}
		.headerCtaBg p{
			font-size: 14px;
			text-transform: uppercase;
			font-weight: bold;
			line-height: 115%;
			color: #FFF;
		}
		.headerCtaBg p span{
			font-size: 12px;
			font-weight: 300;
		}

	/*BANNER*/
		.bannerBackground{
			padding: 100px 0 75px;
		}
		.bannerCta{
			flex-wrap: wrap;
		}
		.bannerCtaBg{
			justify-content: center;
		}

	/*APRESENTACAO*/
		.apresentacao .container{
			align-items: center;
		}
		.apresentacaoImagem{
			display: none;
		}
		.apresentacaoImagem02{
			width: 100%;
			display: flex;
			justify-content: center;
			position: relative;
			z-index: 1;
			margin: 0;
		}
		.apresentacaoImagem02 img{
			width: 100%;
			margin: -50px 0 0;
		}	
		.apresentacaoConteudo{
			width: 100%;
			padding: 0;
			position: relative;
			z-index: 2;
		}
		.apresentacaoConteudoCta{
			display: flex;
			justify-content: center;
		}

	/*MOTIVOS*/
		.motivos br{
			display: none;
		}	
		.motivosTitulo{
			margin: 0 0 25px;
		}
		.motivosInfo{
			flex-wrap: wrap;
		}
		.motivosInfoBg{
			margin: 5px 0;
		}

	/*LOCAIS*/
		.locais{
			padding: 50px 0;
		}
		.locaisTitulo{
			margin: 0 0 25px;
		}
		.locaisConteudo{
			flex-wrap: wrap;
		}	
		.locaisItens{
			margin: 0;
		}
		.locaisItensBg{
			width: auto;
		}
		.locaisCta{
			padding: 25px;
			margin: 10px 0 0;
		}
		.locaisCtaBg{
			min-width: 200px;
			padding: 0 20px;
		}

	/*GERADORES*/
		.geradoresConteudo{
			width:100%;
			margin: 50px 0 0;
			display: flex;
		}
		.geradoresBg{
			width: 100%;
			margin: 0 10px;
			display: flex;
			flex-wrap: wrap;
			border-radius: 10px;
			border:2px solid #BBB;
			background-color: #FFF;
		}
		.geradoresImagem{
			width: 100%;
			display: flex;
		}
		.geradoresImagem img{
			width: 80%;
			margin: 10% 10% 0;
		}
		.geradoresTexto{
			padding: 0 25px 25px;
		}
		.geradoresBg h3{
			margin: 0 0 15px;
			font-size: 22px;
			letter-spacing: 2px;
			text-align: center;
			line-height: 110%;
			color: #3AF;
		}
		.geradoresBg p{
			margin: 0 0 15px;
			font-size: 14px;
			letter-spacing: 1.8px;
			text-align: center;
			line-height: 125%;
			color: #999;
		}
		.geradoresBg p:nth-child(2n){
			margin: 0 0 25px;
		}
		.geradoresBg p strong{
			color: #000;	}
		.geradoresCta{
			width: 100%;
			margin: 50px 0 0;
			display: flex;
			justify-content: center;
			text-align: center;
		}

	/*SERVICOS*/
		.servicos{
			width: 100%;
			padding: 50px 0;
			background-image: linear-gradient(to bottom, #000, #124);
		}
		.servicosTitulo{
			width: 100%;
			margin: 0 0 50px 0;
		}
		.servicosConteudo{
			display: flex;
			flex-wrap: wrap;
		}
		.servicosImagem{
			display: none;
		}
		.servicosItens{
			display: none;
		}
		.servicosItensMobile{
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.servicosItensMobile .servicosItensBg{
			width: 80px;
			height: 80px;
			padding: 10px;
			margin: 0;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			align-content: center;
			justify-content: center;
			text-align: center;
			border-radius: 10px;
			background-color: #3AF;
			box-shadow: 0 0 10px 0003;
		}
		.servicosItensBg2{
			margin: 0;
		}
		.servicosItensBg3{
			margin: 0;
		}	
		.servicosCta{
			margin: 50px 0 0;
		}

	/*FOOTER*/
		.footerCta{
			display: none;
		}
		.footerCtaBg{
			margin: 0 0 10px;
		}
		.footerCtaBg img{
			width: 20px;
			margin: 0 10px 0 0;
			filter: invert(1);
		}		
		.footerCopyright{
			flex-wrap: wrap;
			padding: 25px 0 50px;
		}
		.footerCopyright p{
			width: 100%;
			text-align: center;
		}

	/*FIXO*/
		.fixo{
			display: none;
		}

	/*ANIMACAO*/
		.animacao01,
		.animacao02,
		.animacao03,
		.animacao04,
		.animacao05,
		.animacao06,
		.animacao07,
		.animacao08,
		.animacao09,
		.animacao10,
		.animacao11,
		.animacao12,
		.animacao13,
		.animacao14,
		.animacao15,
		.animacao16{
			opacity: 0;
		}
		.animacaoDelay0250{	
			animation-delay: 0.25s;
		}
		.animacaoDelay0500{	
			animation-delay: 0.5s;
		}
		.animacaoDelay0750{	
			animation-delay: 0.75s;
		}
		.animacaoDelay1000{	
			animation-delay: 1.0s;
		}
		.animacaoDelay1250{	
			animation-delay: 1.25s;
		}
		.animacaoDelay1500{	
			animation-delay: 1.5s;
		}
		.animacaoDelay1750{	
			animation-delay: 1.75s;
		}
		.animacaoDelay2000{	
			animation-delay: 2.0s;
		}
		.animacaoDelay2250{	
			animation-delay: 2.25s;
		}
		.animacaoDelay2500{	
			animation-delay: 2.5s;
		}
		.animacaoDelay2750{	
			animation-delay: 2.75s;
		}
		.animacaoDelay3000{	
			animation-delay: 3.0s;
		}

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

	/*ANIMACAO*/
		.animacao01,
		.animacao02,
		.animacao03,
		.animacao04,
		.animacao05,
		.animacao06,
		.animacao07,
		.animacao08,
		.animacao09,
		.animacao10,
		.animacao11,
		.animacao12,
		.animacao13,
		.animacao14,
		.animacao15,
		.animacao16{
			opacity: 0;
		}
		.animacaoDelay0250{	
			animation-delay: 0s;
		}
		.animacaoDelay0500{	
			animation-delay: 0s;			
		}
		.animacaoDelay0750{	
			animation-delay: 0s;
		}
		.animacaoDelay1000{	
			animation-delay: 0.25s;
		}
		.animacaoDelay1250{	
			animation-delay: 0.25s;
		}
		.animacaoDelay1500{	
			animation-delay: 0.25s;
		}
		.animacaoDelay1750{	
			animation-delay: 0.25s;
		}
		.animacaoDelay2000{	
			animation-delay: 0.5s;
		}
		.animacaoDelay2250{	
			animation-delay: 0.5s;
		}
		.animacaoDelay2500{	
			animation-delay: 0.5s;
		}
		.animacaoDelay2750{	
			animation-delay: 0.5s;
		}
		.animacaoDelay3000{	
			animation-delay: 0.75s;
		}

}
