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: 'Roboto', 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;
}

/*CTA*/
	.ctaBg{
		width: 100%;
		display: flex;
		justify-content: center;
	}	
	.cta{
		margin: 0 10px;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		background-color: #4D0;
		border: 2px solid #FFF;
		padding: 20px 50px;
		border-radius: 100px;
	}	
	.cta p{
		border-radius: 100px;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		color: #0009;
	}
	.cta:hover{
		filter: brightness(1.1);
	}	

/*TITULO*/
	.titulo{
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.titulo hr{
		width: 50px;
		height: 2px;
		margin: 0 10px 0 0;
		background-color: #FC6;
		border: none;
	}
	.titulo p{
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 100%;
		color: #FC6;
	}
	.titulo h2{
		width: 100%;
		margin: 10px 0 0;
		font-size: 36px;
		font-weight: bold;
		color: #555;
	}
	.titulo h2 span{
		color: #E70;
	}

/*HEADER*/
	header{
		width: 100%;
		position: absolute;
		z-index: 998;
		box-shadow: 0 0 10px #0002;
		background-image: linear-gradient(to right, #FFF0 90%, #FC6 90%);
	}	
	.headerBackground{
		width: 100%;
		display: flex;
		align-items: center;
		background-color: #FFF0;
	}
	.headerMarca{
		padding: 0 25px 0 0;
		margin: 0 50px 0 0;
	}
	.headerMarca img{
		height: 90px;
	}
	.headerMenu{
		width: 100%;
		margin: 0 25px 0 0;
	}
	.headerMenu ul{
		display: flex;
		justify-content: flex-end;
		list-style: none;
		padding: 0;
	}
	.headerMenu li{
		font-size: 16px;
		margin: 0 0 0 30px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #FFF;
	}
	.headerMenu li:hover{
		color: #FC6;
	}
	.headerMobile{
		display: none;
	}	
	.headerCta{
		min-width: 200px;
		height: 100%;
		padding:35px 0 35px 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #FC6;
	}
	.headerCta p{
		font-size: 14px;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		line-height: 110%;
		color: #000;
	}
	.headerCta p span{
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.header{
		position: fixed;
		background-image: linear-gradient(to right, #FFF 90%, #FC6 90%);
	}	
	.header .headerMarca img{
		height: 70px;
	}
	.header .headerMenu li{
		color: #0009;
	}
	.header .headerMenu li:hover{
		color: #000;
	}	
	.header .headerCta{
		padding:20px 0 20px 20px;		
	}

/*BANNER*/
	.banner{
		width: 100%;
		height: 700px;
		background-color: #000;
	}
	.bannerBg{
		width: 100%;
		background-size: cover;
		background-position: center;
	}
	.bannerBackground{
		width: 100%;
		height: 700px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: linear-gradient(to bottom, #0009, #0003);
	}
	.bannerTitulo{
		width: 100%;
		margin: 0 0 0;
	}
	.bannerTitulo p:nth-child(1){
		font-size: 60px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		color: #FFF;
	}
	.bannerTitulo p:nth-child(2){
		max-width: 850px;
		margin: 10px auto;
		font-size: 24px;
		font-weight: 100;
		text-align: center;
		color: #FFF;
	}
	.banner .cta{
		margin: 50px 0 0;
	}
	.bannerCta p{
		width: auto;
		padding: 15px 30px;
		margin: 50px auto;
		border-radius: 50px;
		border: 2px solid #FC6;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #FC6;
		background-color: #900;
	}
	.bannerCta p:hover{
		color: #000;
		background-color: #FC6;
	}
	.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.rslides li {
		-webkit-backface-visibility: hidden;
		position: absolute;
		display: none;
		width: 100%;
		left: 0;
		top: 0;
	}
	.rslides li:first-child {
		position: relative;
		display: block;
		float: left;
	}
	.rslides_tabs{
		width: 100%;
		height: 10px;
		margin: 0 auto;
		transform: translateY(-125px);
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: center;
	}
	.rslides_tabs li{
		width: 14px;
		height: 14px;
		border-radius: 10px;
		box-shadow: 0 0 5px #333;
		overflow: hidden; 
		margin: 0 10px 0 0;
		list-style: none;
		display: flex;
		color: transparent;
	}
	.rslides1_s1,
	.rslides1_s2,
	.rslides1_s3,
	.rslides1_s4{
		width: 100%;
		border: 1px solid #FFF9;
		background-color: #FFF0;
	}
	.rslides1_s1:hover,
	.rslides1_s2:hover,
	.rslides1_s3:hover,
	.rslides1_s4:hover{
		background-color: #FFF9;
	}
	.rslides_tabs .rslides_here a{
		background-color: #FFF9;
	}

/*DIFERENCIAIS*/
	.diferenciais{
		padding: 30px 10px;
		margin: -50px 0 0;
		border-radius: 10px;
		background-color: #FC6;
		box-shadow: 0 0 30px #0003;
	}
	.diferenciaisBg{
		width: 100%;
		padding: 0 10px;
		border-right: 1px solid #0003;
		text-align: center;
	}
	.diferenciaisBg:last-of-type{
		border-right: 0;
	}
	.diferenciaisBg img{
		width: 30px;
	}
	.diferenciaisBg p{
		font-weight: bold;
		text-transform: uppercase;
		line-height: 100%;
		color: #000;
	}
	.diferenciaisBg p span{
		font-weight: 300;
	}

/*APRESENTACAO*/
	.apresentacao{
		width: 100%;
		margin: 100px 0;
	}
	.apresentacaoImagem{
		width: 100%;
		min-height: 600px;
		position: relative;
		padding: 25px;
	}
	.apresentacaoImagemBg{
		width: 100%;
		height: 100%;
		border-radius: 15px;
		position: relative;
		z-index: 2;
		background-size: cover;
		background-position: center;
	}	
	.apresentacaoConteudo{
		width: 100%;
		padding: 50px 0;
		margin: 0 0 0 50px;
	}	
	.apresentacaoTexto01{
		width: 100%;
		margin: 25px 0;
	}
	.apresentacaoTexto01 p:first-of-type{
		font-size: 20px;
		line-height: 150%;
		margin: 0 0 20px;
	}
	.apresentacaoTexto01 p:last-of-type{
		font-size: 18px;
		font-weight: 300;
		line-height: 150%;
	}

/*SERVICO*/
	.servico{
		width: 100%;
		padding: 100px 0;
		background-image: linear-gradient(to right, #FC6 70%, #000 70%);
	}
	.servicoConteudo{
		width: 100%;
		padding: 50px 0;
		margin: 0 50px 0 0;
	}
	.servicoConteudo .titulo p{
		filter: brightness(0.5);
	}
	.servicoConteudo .titulo h2{
		filter: brightness(0.5);
	}
	.servicoConteudo .titulo hr{
		background-color: #0009;
	}
	.servicoTexto{
		width: 100%;
		margin: 30px 0;
	}
	.servicoTexto p{
		font-size: 18px;
		font-weight: 300;
		color: #FC6;
		filter: brightness(0.5);
	}
	.servicoBg{
		width: 100%;
		margin: 10px 0;
		display: flex;
		align-items: center;
	}
	.servicoBgImagem{
		width: 100px;
		min-width: 100px;
		height: 100px;
		border-radius: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #FFF;
	}
	.servicoBgImagem img{
		width: 50px;
	}
	.servicoBgTexto{
		width: 100%;
		margin: 0 0 0 10px;
	}
	.servicoBgTexto p{
		line-height: 150%;
		color: #FC6;
		filter: brightness(0.5);
	}
	.servicoBgTexto h3{
		font-size: 18px;
		color: #000;
	}
	.servicoImagem{
		width: 100%;
		min-height: 500px;
		border-radius: 15px;
		background-size: cover;
		background-position: center;
	}

/*FRASE*/
	.frase{
		width: 100%;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
	}
	.fraseBackground{
		width: 100%;
		padding: 100px 0;
		background-color: #0009;
	}
	.fraseBackground .container{
		align-items: center;
	}
	.fraseTexto{
		width: 50%;
		margin: 0 0 50px 0;
	}
	.fraseTexto p:first-of-type{
		font-size: 36px;
		font-weight: 300;
		text-transform: uppercase;
		color: #A96;
	}
	.fraseTexto p:last-of-type{
		font-size: 24px;
		font-weight: 100;
		color: #FFF;
	}


/*TRATAMENTO*/
	.galeria{
		width: 100%;
		margin: 100px 0;
	}
	.galeria .container{
		flex-wrap: wrap;
		justify-content: center;
	}
	.galeria .titulo{
		text-align: center;
	}
	.galeria .titulo h2{
		text-align: center;
		line-height: 100%;
	}
	.galeria .titulo p{
		width: 100%;
		line-height: 100%;
	}	
	.galeriaConteudo{
		width: 100%;
		padding: 30px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.galeriaConteudoBg{
		width: 24%;
		min-height: 350px;
		margin: 0 1.33% 15px 0;
		border-radius: 10px;
		overflow: hidden;
		display: flex;
		align-items: flex-end;
		align-content: flex-end;
		flex-wrap: wrap;
		position: relative;
		box-shadow: 0 0 30px #0001;
	}
	.galeriaConteudoBg:nth-child(4n){
		margin: 0 0 15px 0;
	}
	.galeriaConteudoBgImagem{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background-size: cover;
		background-position: center;
	}
	.galeriaConteudoBg:hover .galeriaConteudoBgImagem{
		transform: scale(1.2);
		transition: 3s;
	}
	.galeriaConteudoTexto{
		width: 100%;
		padding: 100px 20px 20px;
		position: relative;
		z-index: 2;
		background-image: linear-gradient(to bottom, #FFF0, #000);
	}
	.galeriaConteudoTexto h3{
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 125%;
		color: #FC6;
	}	
	.galeria .cta{
		margin: 50px auto 0;
		justify-items: center;
	}

/*DEPOIMENTOS*/
	.depoimentos{
		width: 100%;
		padding: 100px 0;
		background-color: #EEE;
	}
	.depoimentos .titulo{
		width: 100%;
		max-width: 500px;
		margin: 0 auto 50px;
	}
	.depoimentos .titulo hr{
		margin: auto;
		background-color: #999;
	}
	.depoimentos .titulo p{
		width: 100%;
		margin: 25px 0 0;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		color: #999;
	}
	.depoimentos .titulo h2{
		text-align: center;
		text-transform: uppercase;
	}
	.depoimentosConteudo{
		width: 100%;
		display: flex;
	}
	.depoimentosBg{
		width: 100%;
		margin: 0 20px 0 0;
		padding: 20px 10px;
		border-radius: 5px;
		box-shadow: 0 0 20px #0001;
		background-color: #EEE;
	}
	.depoimentosBg:last-of-type{
		margin: 0;
	}
	.depoimentosImagem{
		width: 100px;
		height: 100px;
		margin: 0 auto;
		border-radius: 100px;
		overflow: hidden;
		background-size: cover;
		background-position: center;
	}
	.depoimentosImagem img{
		width: 100px;
	}
	.depoimentosEstrelas{
		width: 100%;
		margin: 10px 0 20px;
	}
	.depoimentosEstrelas p{
		font-size: 14px;
		text-align: center;
		color: #F90;
	}
	.depoimentosTexto{
		width: 100%;
	}
	.depoimentosTexto p{
		text-align: center;
		line-height: 150%;
		color: #333;
	}
	.depoimentosTexto p span{
		font-weight: bold;
		text-transform: uppercase;
	}
	.depoimentosInfo{
		width: 100%;
		margin: 50px 0 0;
	}
	.depoimentosInfo p{
		text-align: center;
		font-style: italic;
		color: #777;
	}
	.depoimentosInfo p a{
		text-decoration: underline;
	}

/*CONTATO*/
	.contato{
		width: 100%;
		background-color: #FC6;
	}
	.contatoDados{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.contatoDadosBg{
		display: flex;
		align-items: center;
		margin: 50px 25px;
	}	
	.contatoDadosBgImagem{
		width: 80px;
		min-width: 80px;
		height: 80px;
		margin: 0 10px 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50px;
		background-color: #FFFE;
		box-shadow: 0px 0px 5px #FFF, 0px 0px 5px #FFF;
	}
	.contatoDadosBgImagem img{
		width: 40px;
	}
	.contatoDadosBg:hover .contatoDadosBgImagem{
		transform: translateY(-10px);
	}
	.contatoDadosBgTexto{
		width: 100%;
	}
	.contatoDadosBgTexto p:first-of-type{
		font-size: 14px;
		font-weight: 300;
		text-transform: uppercase;
		color: #000;
	}
	.contatoDadosBgTexto p:last-of-type{
		font-size: 18px;
		font-weight: bold;
		color: #0009;
	}
	.contatoMaps{
		width: 100%;
		background-color: #000;
	}
	.contatoMaps iframe{
		width: 100%;
		height: 500px;
		margin: 0 0 -4px;
		border: none;
		opacity: 0.7;
	}

/*FOOTER*/
	footer{
		width: 100%;
		padding: 10px 0;
		background-image:linear-gradient(80deg, #000 55%, #000 55%);
	}
	footer p:first-of-type{
		font-size: 12px;
		text-transform: uppercase;
		color: #FFF;
	}
	footer p:last-of-type{
		font-size: 10px;
		text-transform: uppercase;
		color: #999;
	}

/*POPUP*/
	.popUp{
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		position: fixed;
		z-index: 99999;
		display: none;
	}
	.popUpBackground{
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		position: fixed;
		background: #000;
		z-index: 999;
		opacity: 0.7
	}
	.popUp .container{
		max-width:90% 
	}
	.popUp .flex{
		height: 100%;
		position: relative;
		z-index: 999;
		justify-content: center;
		align-items: center;
	}
	.popUpBg{
		width: 100%;
		height: 80%;
		max-width: 400px;
		max-height: 600px;
		overflow: scroll;
		padding: 5px;
		position: relative;
		background: #FC6;
		border-radius: 10px;
		box-shadow: 0 0 5px #000
	}
	.popUpBgFechar{
		width: 30px;
		height: 30px;
		border-radius: 30px;
		border:5px solid #FFF;
		float: right;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 10px 10px 0 0;
		font-weight: bold;
		cursor: pointer;
		color: #FFF; 
		background-color: #0009;
	}
	.popUpBgFechar p{
		color: #FFF; 
	}
	.popUpConteudo{
		margin: 25px auto 0;
		width: 100%;
		height: auto;
		overflow: auto;
	}
	.popUpTitulo{
		width: 100%;
	}
	.popUpTitulo h2{
		margin: 25px 0;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		color: #0009;
	}
	.popUpFormulario{
		width: 90%;
		margin: auto auto 10px;
		display: flex;
		flex-wrap: wrap;
	}
	.popUpFormulario p{
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #0005;
	}
	.popUpInput,
	.popUpSelect,
	.popUpTextarea{
		width: 100%;
		height: 35px;
		padding: 0 10px;
		border: none;
		outline: none;
		font-size: 14px;
		font-weight: bold;
		color: #555;
	}
	.popUpTextarea{
		padding: 10px;
		height: 100px;
	}
	.popUpSubmit{
		width: 100%;
		height: 50px;
		margin: 10px auto 0;
		border: none;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #FFF;
		background-color: #0009;
	}
	.popUpSubmit:hover{
		filter: brightness(1.2);
		cursor: pointer;
	}
	

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

/*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) and (min-width: 768px){
	/*HEADER*/		
		.headerMarca{
			padding: 0 15px 0 0;
			margin: 0;
		}
		.headerMarca img{
			height: 45px;
		}
		.headerMenu li{
			margin: 0 0 0 15px;
		}
		.headerMenu li span{
			display: none;
		}
}

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

	/*HEADER*/	
		header{
			padding: 15px 0 10px;
			background-image: linear-gradient(to right, #FFF 50%, #FFF 50%);
		}	
		.headerMarca img{
			height: 70px;
		}
		.headerMobile{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 30px;
			height: 50px;
			position: absolute;
			top: 10px;
			right: 0px;
			border-radius: 50px;
			background-color: #FC6;
		}
		.headerMobile p{
			color: #000;
		}
		.headerMenu{
			width: 104%;
			height: 100vh;
			position: absolute;
			top: 80px;
			left: 0;
			margin: 0 -2%;
			background-color: #FFF;
		}
		.headerMenu ul{
			flex-wrap: wrap;
			padding: 75px 0 0;
		}
		.headerMenu li{
			width: 100%;
			font-size: 18px;
			text-align: center;
			margin: 0 0 20px;
			color: #000;
		}
		.headerMenu li:hover{
			color: #0009;
		}
		.headerCta{
			min-width: 100%;
			height: 70px;
			position: fixed;
			bottom: 0;
			left: 0;
			padding:0;
			background-color: #4D0;
			border-top:2px solid #FFF;
		}
		.headerCta p{
			font-size: 18px;
			color: #0009;
		}

	/*BANNER*/
		.bannerTitulo p:nth-child(1){
			font-size: 55px;
			padding: 50px 0 0;
			line-height: 100%;
		}
		.bannerTitulo p:nth-child(2){
			font-size: 20px;
			font-weight: 300;
		}

	/*DIFERENCIAIS*/
		.diferenciais{
			padding: 0 10px;
		}
		.diferenciaisBg{
			margin: 0 50px;
			padding: 20px 50px;
			border: none;
			border-bottom: 1px solid #0003;
		}
		.diferenciaisBg:last-of-type{
			border: none;
		}

	/*APRESENTACAO*/
		.apresentacao{
			margin: 50px 0;
		}
		.apresentacaoImagem{
			min-height: 350px;
			padding: 15px 5px;
		}
		.apresentacaoImagem01{
			top: 0;
			right: -25px;
		}
		.apresentacaoImagem02{
			height: 200px;
			left: -25px;
		}
		.apresentacaoConteudo{
			margin: 25px 0 0 0;
			padding: 0 10px;
		}

	/*SERVICO*/
		.servico{
			padding: 50px 0;
			background-image: linear-gradient(to bottom, #000 200px, #FC6 200px);
		}
		.servicoConteudo{
			order: 2;
			margin: 50px 0 0;
		}
		.servicoConteudo .titulo hr{
			display: none;
		}
		.servicoConteudo .titulo p{
			width: 100%;
			text-align: center;
		}
		.servicoConteudo .titulo h2{
			text-align: center;
			font-size: 30px;
		}
		.servicoTexto p{
			text-align: center;
		}
		.servicoBg{
			flex-wrap: wrap;
			justify-content: center;
		}
		.servicoBgTexto{
			width: 100%;
			margin: 10px 0;
		}
		.servicoBgTexto p{
			text-align: center;
		}
		.servicoBgTexto h3{
			text-align: center;
		}
		.servicoImagem{
			order: 1;
			min-height: 300px;
		}
		.servicoFrase{
			flex-wrap: wrap;
		}
		.servicoFraseTexto{
			margin: 0 0 25px;
		}
		.servicoFraseTexto p{
			text-align: center;
		}

	/*FRASE*/	
		.fraseBackground .container{
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}	
		.fraseTexto{
			width: 100%;
		}
		.fraseTexto p:first-of-type{
			text-align: center;
		}
		.fraseTexto p:last-of-type{
			text-align: center;
		}

	/*TRATAMENTO*/		
		.galeriaConteudoBg{
			width: 49%;
			min-height: 250px;
			margin: 0 2% 15px 0;
		}
		.galeriaConteudoBg:nth-child(2n){
			margin: 0 0 15px 0;
		}
		.galeriaConteudoTexto h3{
			text-align: center;
		}	

	/*DEPOIMENTOS*/
		.depoimentosConteudo{
			flex-wrap: wrap;
		}
		.depoimentosBg{
			margin: 0 0 20px 0;
		}

	/*CONTATO*/
		.contato{
			padding: 10px 0;
		}
		.contatoDados{
			display: block;
		}
		.contatoDadosBg{
			margin: 25px 0;
		}	
		.contatoMaps iframe{
			height: 350px;
		}


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