html, body{
	padding:0px;
	margin:0px;
	overflow-x: hidden;
	font-family: "Space Grotesk", sans-serif;
}
a, ul, li, p, h1, h2, h3, h4, h5, h6, button, input, textarea{	
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
p{
	color: #000;
	line-height: 125%;
	font-family: "Inter", sans-serif;
}
a{
	color: inherit;
}
*{
	transition: 0.1s 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%;
		padding: 15px 0;
		position: fixed;
		z-index: 999;
		background-color: #EEE;
	}
	header .container{
		gap: 50px;
		align-items: center;
	}
	.headerMarca{
		display: flex;
	}
	.headerMarca p{
		font-family: "Space Grotesk", sans-serif;
		font-size: 20px;
		font-weight: 500;
	}
	.headerMarca p span{
		padding: 2px 5px;
		color: #D4FF00;
		background-color: #000;
	}
	.headerConteudo{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 30px;
	}
	.headerMenuMobile{
		display: none;
	}
	.headerMenu ul{
		display: flex;
		justify-content: flex-end;
		list-style: none;
		gap: 30px;
	}
	.headerMenu li,
	.headerMenu li a{
		display: flex;
		justify-content: flex-end;
		font-size: 15px;
		color: #444;
	}
	.headerMenu li:hover,
	.headerMenu li:hover a{
		color: #000;
	}
	.headerCta{
		padding: 13px 20px;
		background-color: #000;
		border: 1px solid #000;
	}
	.headerCta:hover{
		background-color: #D4FF00;
	}
	.headerCta a{
		font-size: 15px;
		color: #FFF;
	}
	.headerCta:hover a{
		color: #000;
	}

/*CTA*/
	.cta01{
		font-weight: 500;
		padding: 15px 20px;
		color: #FFF;
		border: 1px solid #000;
		background-color: #000;
	}
	.cta01:hover{
		color: #000;
		border: 1px solid #000;
		background-color: #D4FF00;
	}
	.cta02{
		font-weight: 500;
		padding: 15px 25px;
		color: #000;
		border: 1px solid #000;
	}
	.cta02:hover{
		color: #000;
		border: 1px solid #000;
		background-color: #D4FF00;
	}
	.cta03{
		font-weight: 500;
		padding: 15px 20px;
		color: #000;
		border: 1px solid #000;
		background-color: #D4FF00;
	}
	.cta03:hover{
		transform: translateY(-5px);
		background-color: #FFF;
	}

/*BANNER*/
	.banner{
		width: 100%;
		padding: 100px 0 75px;
		background-size: 40px 40px;
		background-image: linear-gradient(to right, #0001 1px, transparent 1px), linear-gradient(to bottom, #0001 1px, transparent 1px);
	}
	.banner .container{
		gap: 100px;
	}
	.bannerConteudo{
		width: 100%;
	}
	.bannerTitulo{
		margin: 0 0 40px;
		position: relative;
	}
	.bannerTitulo h1,
	.bannerTitulo p{
		font-size: 72px;
		font-weight: bold;
		text-transform: uppercase;
		position: relative;
		z-index: 2;
		line-height: 100%;
	}	
	.bannerTituloEfeito{
		width: 450px;
		height: 25px;
		margin: 0 -10px;
		background-color: #D4FF00;
		transform: skewY(-1deg);
		position: absolute;
		z-index: -1;
		bottom: 0;
	}
	.bannerTitulo:hover .bannerTituloEfeito{
		color: #00D;
		height: 75px;
	}
	.bannerTexto{
		width: 100%;
	}
	.bannerTexto p{
		font-size: 20px;
		font-weight: 100;
	}
	.bannerTexto p strong{
		font-weight: bold;
	}
	.bannerCta{
		width: 100%;
		margin: 40px 0 0;
		display: flex;
		align-items: center;
		gap: 25px;
	}
	.bannerImagem{
		width: 400px;
		min-width: 400px;
		position: relative;
		padding: 10px;
		box-sizing: border-box;
		border: 1px solid #CCC;
		background-color: #EEE;
	}
	.bannerImagemBg{
		width: 100%;
		height: 100%;
		background-color: #CCC;
		overflow: hidden;
	}
	.bannerImagemEfeito{
		width: 10px;
		height: 10px;
		position: absolute;
		top: 25px;
		right: 25px;
		border-radius: 10px;
		background-color: #D4FF00;
	}

/*APRESENTACAO*/
	.apresentacao{
		width: 100%;
		padding: 75px 0;
		background-size: 40px 40px;
		background-color: #000;
		background-image: linear-gradient(to right, #FFF1 1px, transparent 1px), linear-gradient(to bottom, #FFF1 1px, transparent 1px);
	}
	.apresentacaoTexto{
		width: 100%;
		position: relative;
	}
	.apresentacaoTexto h2{
		margin: 0 0 25px;
		font-size: 48px;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		color: #D4FF00;
	}
	.apresentacaoTexto h2 span{
		color: #FFF;
	}
	.apresentacaoTexto p{
		max-width: 800px;
		margin: 25px auto;
		font-size: 20px;
		font-weight: 200;
		text-align: center;
		color: #FFFC;
	}
	.apresentacaoTexto p strong{
		font-weight: 500;
		color: #FFF;
	}
	.apresentacaoTextoEfeito{
		width: 300px;
		height: 5px;
		position: absolute;
		z-index: -1;
		bottom: 0;
		right: 50%;
		margin: 0 -150px 0 0;
		background-color: #D4FF00;
		transform: skewY(-1deg);
	}
	.apresentacaoTexto02:hover .apresentacaoTextoEfeito{
		height: 25px;
	}
	.apresentacaoTexto02:hover strong{
		color: #000;
	}
	.apresentacaoItens{
		margin: 50px 0;
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 25px;
	}
	.apresentacaoItensBg{
		padding: 10px 25px;
		border: 1px solid #345;
		border-radius: 100px;
	}
	.apresentacaoItensBg p{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 200;
		text-align: center;
		color: #FFFB;
	}
	
/*FRASE*/
	.frase{
		width: 100%;
		padding: 75px 0;
	}
	.frase02{
		border-top: 1px solid #DDD;
		background-color: #EEE;
	}
	.frase p{
		font-size: 36px;
		font-weight: 500;
		font-family: "Space Grotesk", sans-serif;
		text-align: center;
		color: #999;
	}
	.frase p span{
		color: #000;
	}

/*SOBRE*/
	.sobre{
		width: 100%;
		padding: 75px 0 125px;
		border-top: 1px solid #DDD;
		background-color: #F9F9F9;
	}
	.sobre .container{
		gap: 100px;
	}
	.sobreConteudo{
		width: 100%;
	}
	.sobreConteudoTexto{
		width: 100%;
	}
	.sobreConteudoTexto h2{
		margin: 0 0 25px;
		font-size: 48px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.sobreConteudoTexto p{
		font-weight: 200;
		line-height: 150%;
		margin: 0 0 25px;
	}
	.sobreConteudoItens{
		width: 100%;
		padding: 1px 25px;
		border-left: 2px solid #D4FF00;
	}
	.sobreConteudoItens p{
		margin: 15px 0;
		font-weight: 200;
	}
	.sobreConteudoDestaque{
		width: 100%;
		margin: 25px 0 0;
	}
	.sobreConteudoDestaque p{
		font-size: 20px;
		line-height: 150%;
	}
	.sobreConteudoDestaque p span{
		padding: 2px 10px;
		background-color: #D4FF00;
	}
	.sobreCards{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 25px;
	}
	.sobreCardsBg{
		width: 45%;
		padding: 25px;
		display: flex;
		flex-direction: column-reverse;
		box-sizing: border-box;
		border: 1px solid #DDD;
		background-color: #FFF;
	}
	.sobreCardsBg02{
		transform: translateY(50px);
		background-color: #000;
	}
	.sobreCardsBg03{
		background-color: #DDD;
	}
	.sobreCardsBg04{
		transform: translateY(50px);
	}
	.sobreCardsBg p:first-child{
		font-family: "Space Grotesk", sans-serif;
		order: 2;
		font-size: 14px;
		font-weight: bold;
		color: #999;
	}
	.sobreCardsBg p:last-child{
		margin: 15px 0 0;
		font-size: 15px;
		font-weight: 500;
		text-transform: uppercase;
		line-height: 150%;
		color: #000;
	}
	.sobreCardsBg02 p:last-child{
		color: #D4FF00;
	}

/*ESTRATÉGIA*/
	.estrategia{
		width: 100%;
		padding: 75px 0;
	}
	.estrategiaTexto h2{
		margin: 0 0 25px;
		font-size: 48px;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
	}
	.estrategiaTexto p{
		max-width: 700px;
		margin: 25px auto;
		font-size: 18px;
		font-weight: 200;
		text-align: center;
		color: #0009;
	}
	.estrategiaCard{
		width: 100%;
		display: flex;
		gap: 10px;
		margin: 25px;
		justify-content: center;
		align-items: center;
	}
	.estrategiaCardTexto{
		padding: 15px 25px;
		text-transform: uppercase;
		font-weight: 500;
		font-family: "Space Grotesk", sans-serif;
		border: 1px solid #EEE;
		background-color: #F9F9F9;
	}
	.estrategiaCardTexto01{
		padding: 15px 25px;
		text-transform: uppercase;
		font-weight: 500;
		font-family: "Space Grotesk", sans-serif;
		border: 1px solid #EEE;
		color: #FFF;
		background-color: #000;
	}
	.estrategiaCardTexto02{
		padding: 20px 30px;
		text-transform: uppercase;
		font-weight: 500;
		font-family: "Space Grotesk", sans-serif;
		border: 1px solid #000;
		color: #000;
		background-color: #D4FF00;
		box-shadow: 0 0 10px #0003;
	}
	.estrategiaCard span{
		color: #D4FF00;
		font-weight: bold;
	}
		
/*SOLUCOES*/
	.solucoes{
		width: 100%;
		padding: 75px 0;
	}
	.solucoesTitulo{
		width: 100%;
	}
	.solucoesTitulo h2{
		margin: 0 0 25px;
		font-size: 48px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.solucoesConteudo{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 35px;
	}
	.solucoesConteudoBg{
		width: 30%;
		padding: 35px;
		border: 1px solid #DDD;
		box-sizing: border-box;
	}
	.solucoesConteudoBg:hover{
		border: 1px solid #000;
	}
	.solucoesConteudoBg02{
		width: 63%;
		background-color: #000;
	}
	.solucoesConteudoBg h3{
		margin: 0 0 15px;
		font-size: 14px;
		font-weight: bold;
		color: #D4FF00;
	}
	.solucoesConteudoBg p{
		font-size: 20px;
		font-weight: 500;
	}
	.solucoesConteudoBg02 p{
		font-size: 28px;
		color: #FFF;
	}
	.solucoesConteudoBg ul{
		list-style: none;
		margin: 15px 0 0;
	}
	.solucoesConteudoBg02 ul{
		column-count: 2;
	}
	.solucoesConteudoBg li{
		font-size: 14px;
		font-weight: 300;
		margin: 10px 0;
	}
	.solucoesConteudoBg02 li{
		color: #FFF9;
	}

/*DESTAQUE*/
	.destaque{
		width: 100%;
		padding: 75px 0;
		background-color: #D4FF00;
	}
	.destaqueTitulo{
		width: 100%;
		max-width: 625px;
		margin: auto;
		border-bottom: 5px solid #000;
	}
	.destaqueTitulo h2{
		margin: 0 0 25px;
		font-size: 60px;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
	}
	.destaqueTitulo h2 span{
		text-decoration: line-through;
	}
	.destaqueConteudo{
		width: 100%;
		max-width: 1000px;
		margin: 50px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 25px;
	}
	.destaqueConteudo p{
		width: 40%;
		padding: 15px;
		text-align: center;
		font-size: 18px;
		border: 1px solid #0003;
	}
	.destaqueTexto{
		width: 100%;
		margin: 50px 0 0;
	}
	.destaqueTexto p{
		text-align: center;
		font-size: 20px;
		font-weight: 500;
	}

/*APRESENTACAO*/
	.metodo{
		width: 100%;
		padding: 75px 0;
		background-size: 40px 40px;
		background-color: #000;
		background-image: linear-gradient(to right, #FFF1 1px, transparent 1px), linear-gradient(to bottom, #FFF1 1px, transparent 1px);
	}
	.metodoTitulo{
		width: 100%;
		position: relative;
	}
	.metodoTitulo h2{
		margin: 0 0 25px;
		font-size: 48px;
		font-weight: 600;
		text-transform: uppercase;
		color: #FFF;
	}
	.metodoTitulo p{
		max-width: 600px;
		margin: 25px 0;
		font-size: 18px;
		font-weight: 200;
		color: #FFF9;
	}
	.metodoConteudo{
		width: 100%;
		display: flex;
		gap: 15px;
	}
	.metodoConteudoBg{
		width: 100%;
		position: relative;
	}
	.metodoConteudoBg span{
		margin: 0 -15px;
		font-size: 72px;
		font-weight: bold;
		color: #222;
	}
	.metodoConteudoBg h3{
		margin: -15px 0 0;
		font-size: 18px;
		color: #D4FF00;
	}
	.metodoConteudoBg p{
		margin: 15px 0 0;
		font-size: 15px;
		font-weight: 300;
		color: #999;
	}
	.metodoConteudoBgEfeito{
		width: 90%;
		height: 1px;
		margin: 0 5%;
		position: absolute;
		top: 50px;
		background-color: #333;
	}
		
/*PROJETOS*/
	.projetos{
		width: 100%;
		padding: 75px 0;
		border-top: 1px solid #CCC;
		background-color: #EEE;
	}
	.projetosTitulo{
		width: 100%;
		position: relative;
	}
	.projetosTitulo h2{
		margin: 0 0 25px;
		font-size: 48px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.projetosTitulo p{
		max-width: 600px;
		margin: 25px 0;
		font-size: 18px;
		font-weight: 200;
		color: #0009;
	}
	.projetosConteudo{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 25px;
	}
	.projetosConteudoBg01{
		width: 100%;
	}
	.projetosConteudoBg02{
		width: 48%;
		box-sizing: border-box;		
	}
	.projetosConteudoBgImagem{
		width: 100%;
		height: 300px;
		display: flex;
		background-color: #000;
	}
	.projetosConteudoBg01 .projetosConteudoBgImagem{
		height: 500px;
	}
	.projetosConteudoBgImagem p{
		height: 15px;
		margin: 25px;
		padding: 5px 15px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.projetosConteudoBgImagem01{
		background-color: #FFF;
		border: 1px solid #0009;
	}
	.projetosConteudoBgImagem02{
		background-color: #D4FF00;
		border: 1px solid #0009;
	}
	.projetosConteudoBgTexto{
		width: 100%;
		margin: 15px 0 0;
	}
	.projetosConteudoBgTexto h3{
		font-size: 20px;
		font-weight: 500;
	}
	.projetosConteudoBgTexto p{
		margin: 15px 0;
		font-weight: 300;
		color: #0009;
	}
	.projetosConteudoBgTexto p span{
		font-size: 12px;
	}

/*ARTIGOS*/
	.artigos{
		width: 100%;
		padding: 75px 0;
	}
	.artigosTitulo{
		width: 100%;
		position: relative;
	}
	.artigosTitulo h2{
		font-size: 40px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.artigosTitulo h2 span{
		color: #999;
	}
	.artigosTitulo p{
		margin: 0 0 25px;
		font-size: 18px;
		font-weight: 200;
		color: #0009;
	}
	.artigosConteudo{
		width: 100%;
		display: flex;
		gap: 25px;
	}
	.artigosConteudoBg{
		width: 100%;
	}
	.artigosConteudoBgImagem{
		width: 100%;
		height: 250px;
		background-color: #DDD;
	}
	.artigosConteudoBgTags{
		width: 100%;
		display: flex;
		margin: 15px 0;
	}
	.artigosConteudoBgTags p{
		font-size: 12px;
		padding: 5px 10px;
		color: #D4FF00;
		background-color: #000;
	}
	.artigosConteudoBgTexto{
		width: 100%;
	}
	.artigosConteudoBgTexto h3{
		font-size: 18px;
		font-weight: 500;
		line-height: 125%;
	}
	.artigosConteudoBg:hover .artigosConteudoBgTexto h3{
		text-decoration: underline;
	}
	.artigosMais{
		width: 100%;
		margin: 50px 0 0;
	}
	.artigosMais p{
		width: 220px;
		padding: 0 0 5px;
		margin: auto;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		border-bottom: 2px solid #000;
		text-transform: uppercase;
	}
	.artigosMais p:hover{
		color: #999;
	}

/*CALL*/
	.callToAction{
		width: 100%;
		padding: 75px 0;
		background-size: 40px 40px;
		background-color: #000;
		background-image: linear-gradient(to right, #FFF1 1px, transparent 1px), linear-gradient(to bottom, #FFF1 1px, transparent 1px);
	}
	.callToActionTexto{
		width: 100%;
		position: relative;
	}
	.callToActionTexto h2{
		margin: 0 0 25px;
		font-size: 48px;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		color: #FFF;
	}
	.callToActionTexto h2 span{
		color: #D4FF00;
	}
	.callToActionTexto p{
		max-width: 800px;
		margin: 25px auto;
		font-size: 20px;
		font-weight: 200;
		text-align: center;
		color: #FFFC;
	}
	.callToActionCta{
		display: flex;
		justify-content: center;
	}
		
/*FOOTER*/
	footer{
		width: 100%;
		padding: 75px 0;
	}
	.footerConteudo01{
		display: flex;
	}
	.footerMarca{
		width: 100%;
	}	
	.footerMarca p:first-of-type{
		font-family: "Space Grotesk", sans-serif;
		font-size: 20px;
		font-weight: 500;
	}
	.footerMarca p:first-of-type span{
		padding: 2px 5px;
		color: #D4FF00;
		background-color: #000;
	}
	.footerMarca p:last-of-type{
		max-width: 400px;
		margin: 15px 0 0;
		font-size: 14px;
		font-weight: 200;
	}
	.footerMenu{
		width: 50%;
	}
	.footerMenu p{
		font-family: "Space Grotesk", sans-serif;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 500;
	}
	.footerMenu ul{
		list-style: none;
	}
	.footerMenu li{
		margin: 10px 0;
		list-style: none;
		font-size: 15px;
		font-weight: 300;
		color: #999;
	}
	.footerMenu li:hover{
		color: #000;
	}
	.footerConteudo02{
		margin: 25px 0 0;
		padding: 25px 0 0;
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #CCC;
	}
	.footerConteudo02 p{
		font-size: 12px;
		font-weight: 300;
		color: #999;
	}

/*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: 16px;
		text-align: center;
		line-height: 125%;
		margin: 0 10px;
		color: #999;
	}
	.cookiesBotoes{
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 0 0 10px;
	}
	.cookiesBotoes p{
		font-size: 12px;
		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;
	}

@media screen and (max-width:1024px) and (min-width: 768px){
	
}

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

	/*HEADER*/		
		.headerConteudo{
			justify-content: center;
		}
		.headerMenuMobile{
			width: 40px;
			height: 40px;
			display: flex;
			justify-content: center;
			align-items: center;
			position: absolute;
			top: -7px;
			right: 0px;
			border-radius: 10px;
			background-color: #D4FF00;
		}
		.headerMenuMobile p{
			font-size: 30px;
			margin: -4px 0 0;
			color: #000;
		}		
		.headerMenu{
			width: 100%;
			position: fixed;
			top: 55px;
			bottom: 0px;
			right: 0px;
			left: 0px;
			margin: 0;
			background-color: #CCC;
		}		
		.headerMenu ul{
			padding: 50px 0;
			flex-wrap: wrap;
			justify-content: center;
			gap: 10px;
		}
		.headerMenu li,
		.headerMenu li a{
			width: 100%;
			margin: 0;
			padding: 10px 0;
			text-align: center;
			justify-content: center;
			font-size: 18px;
			color: #000;
		}
		.headerMenu li:hover{
			color: #FFF;
		}
		.headerCta{
			position: fixed;
			right: 0;
			left: 0;
			bottom: 0;
			border: none;
			justify-content: center;
			border-top: 1px solid #0009;
			background-color: #D4FF00;
		}
		.headerCta a{
			display: flex;
			justify-content: center;
			text-align: center;
			font-weight: 500;
			text-transform: uppercase;
			color: #000;
		}

	/*BANNER*/	
		.banner{
			padding: 100px 0 50px;
		}	
		.bannerTitulo h1,
		.bannerTitulo p{
			text-align: center;
			font-size: 44px;
		}	
		.bannerTitulo br{
			display: none;
		}
		.bannerTituloEfeito{
			height: 15px;
		}
		.bannerTitulo:hover .bannerTituloEfeito{
			height: 40px;
		}
		.bannerTexto p{
			text-align: center;
		}
		.bannerCta{
			gap: 15px;
			flex-wrap: wrap;
			justify-content: center;
		}
		.bannerImagem{
			width: 100%;
			height: 400px;
			min-width: auto;
			margin: -50px 0 0;
		}
		.bannerImagemBg{
			width: 100%;
			height: 100%;
			background-color: #CCC;
			overflow: hidden;
		}
		.bannerImagemEfeito{
			width: 10px;
			height: 10px;
			position: absolute;
			top: 25px;
			right: 25px;
			border-radius: 10px;
			background-color: #D4FF00;
		}

	/*APRESENTACAO*/
		.apresentacao{
			padding: 50px 0;
		}
		.apresentacaoTexto h2{
			font-size: 36px;
		}		
		.apresentacaoItens{
			flex-wrap: wrap;
		}	
		.apresentacaoItensBg{
			width: 30%;
		}	
		.apresentacaoItensBg p{
			text-align: center;
		}
		
	/*FRASE*/
		.frase{
			padding: 50px 0;
		}
		.frase p{
			font-size: 30px;
		}
		.frase br{
			display: none;
		}

	/*SOBRE*/
		.sobre{
			padding: 50px 0 75px;
		}
		.sobre .container{
			gap: 50px;
		}
		.sobreConteudoTexto h2{
			font-size: 36px;
		}
		.sobreConteudoTexto br{
			display: none;
		}		
		.sobreCards{
			gap: 15px;
		}
		.sobreCardsBg{
			width: 48%;
			padding: 15px;
		}
		.sobreCardsBg02{
			transform: translateY(25px);
		}
		.sobreCardsBg04{
			transform: translateY(25px);
		}
		
	/*ESTRATÉGIA*/
		.estrategia{
			padding: 50px 0;
		}
		.estrategiaTexto h2{
			font-size: 36px;
		}
		.estrategiaTexto br{
			display: none;
		}
		.estrategiaCard{
			width: auto;
			flex-wrap: wrap;
			flex-direction: column;
		}		
		.estrategiaCard span{
			transform: rotate(90deg);
		}
			
	/*SOLUCOES*/
		.solucoes{
			padding: 50px 0;
		}
		.solucoesTitulo h2{
			font-size: 36px;
		}
		.solucoesConteudo{
			flex-wrap: wrap;
			gap: 15px;
		}
		.solucoesConteudoBg{
			width: 100%;
		}
		.solucoesConteudoBg02{
			width: 100%;
		}		
		.solucoesConteudoBg02 ul{
			column-count: 1;
		}		

	/*DESTAQUE*/
		.destaque{
			padding: 50px 0;
		}
		.destaqueTitulo{
			max-width: auto;
		}
		.destaqueTitulo h2{
			font-size: 44px;
		}
		.destaqueTitulo br{
			display: none;
		}		
		.destaqueConteudo p{
			width: 100%;
		}

	/*APRESENTACAO*/
		.metodo{
			padding: 50px 0;
		}
		.metodoTitulo h2{
			font-size: 36px;
		}
		.metodoConteudo{
			flex-wrap: wrap;
		}
		.metodoConteudoBg{
			width: 100%;
			position: relative;
		}
		.metodoConteudoBg span{
			margin: 0;			
		}
		.metodoConteudoBg h3{
			margin: -70px 0 0 100px;
		}
		.metodoConteudoBg p{
			margin: 0 0 0 100px;
		}
		.metodoConteudoBgEfeito{
			width: 1px;
			height: 100%;
			margin: 0 23px;
			top: 25px;
			background-color: #333;
		}
			
	/*PROJETOS*/
		.projetos{
			padding: 50px 0;
		}
		.projetosTitulo h2{
			font-size: 36px;
		}
		.projetosConteudoBg01{
			width: 100%;
			box-sizing: border-box;		
		}
		.projetosConteudoBg02{
			width: 100%;
			box-sizing: border-box;		
		}
		.projetosConteudoBg01 .projetosConteudoBgImagem{
			height: 300px;
		}
		
	/*ARTIGOS*/
		.artigos{
			padding: 50px 0;
		}
		.artigosTitulo h2{
			font-size: 36px;
			text-align: center;
		}
		.artigosTitulo p{
			text-align: center;
		}
		.artigosConteudo{
			flex-wrap: wrap;
		}

	/*CALL*/
		.callToAction{
			padding: 50px 0;
		}
		.callToActionTexto h2{
			font-size: 36px;
		}
			
	/*FOOTER*/
		footer{
			padding: 50px 0;
		}
		.footerConteudo01{
			flex-wrap: wrap;
		}
		.footerMarca p:first-of-type{
			font-size: 24px;
			text-align: center;
		}
		.footerMarca p:last-of-type{
			text-align: center;
			margin: 25px auto 0;
		}
		.footerMenu{
			width: 100%;
			margin: 25px auto 0;
		}
		.footerMenu p{
			text-align: center;
		}
		.footerMenu ul{
			text-align: center;
		}		
		.footerConteudo02{
			flex-wrap: wrap;
		}
		.footerConteudo02 p{
			width: 100%;
			text-align: center;
		}

	
}