.ColorLight1 {
	color: #B89D7A;
}

.ColorDark1 {
	color: #292759;
}


.hero {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #393668;
}

.tp-caption {
	width: 100%;
	height: 100vh;
	white-space: normal!important;
}


.SetaDown {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	z-index: 115;
	padding: 0 0 35px 0;
}

.SetaDown .BtnSetaDown {
	width: 60px;
	height: auto;
	pointer-events: auto;
} 

.bounce {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}



.SplashRotate {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 200px 200px 0;
	z-index: 10;
	width: 160;
	height: 160;
	/*transform: rotate(45deg);*/
}

.SplashRotate .Texto {
	position: relative;
	width: 120px;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 50s linear infinite;
}

.SplashRotate .Seta {
	position: absolute;
	width: 50px;
	height: 50px;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Zoom_Seta {
	width: 55px!important;
	height: 55px!important;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}





.BtsMenuLateral {
    position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0 40px 40px 0;
	pointer-events: none;
    z-index: 100;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.BtsMenuLateral .DivBts {
	width: 70px;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: auto;
}

.BtsMenuLateral .Bts {
	width: 55px;
	height: 55px;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.BtsMenuLateral .Bts:hover {
	width: 60px;
	height: 60px;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Sobe_BtsMenuLateral {
    margin: 0 6px 75px 0!important;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}


@media (max-width: 450px) {

	.BtsMenuLateral {
		margin: 0 10px 10px 0;
	}
	
}





.SplashHeadline {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    top: 0;
    bottom:  0;
    left: 0;
    right: 0;
	z-index: 10;
	pointer-events: none;
}

.SplashHeadline .container-fluid {
	width: 80%;
}

.SplashHeadline .Logo {
	width: auto;
	height: 130px;
	display: block;
	margin: 0 0 25px 0;
}

.SplashHeadline h1 {
	color: #B89D7A;
}

@media (max-width: 450px) {

	.SplashHeadline {
		justify-content: flex-end;
		padding: 0 0 170px 0;
		align-items: center;
	}

	.SplashHeadline .container-fluid {
		width: 95%;
	}

	.SplashHeadline .Logo {
		height: 90px;
	}

	.SplashHeadline h1 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 500;
		color: #292759;
	}
	
}










.Sobre {
	width: 100%;
	padding: 150px 0 50px 0;
	background: #F3EFE8;
	/*background: #F3EFE8 url("../images/Sobre.jpg") center top no-repeat;*/
	background-size: contain;
}


.Sobre .Logo {
	width: 350px;
	height: auto;
	display: block;
	margin: 0 0 60px 0;
}

.Sobre .container-fluid {
	position: relative;
}

.Sobre .DivTextoSobre {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 15% 0 0;
}

.Sobre .ContainerFluidImagem {
	width: 65%;
}

.Sobre .ContainerFluidImagem .ImagemLuzAzul {
	border-radius: 60px;
}

@media (max-width: 450px) {

	.Sobre .DivTextoSobre {
		position: relative;
		width: 100%;
		padding: 0 35px;
		left: 0;
	}

	.Sobre .ContainerFluidImagem {
		width: 97%;
	}
	
	.Sobre .ContainerFluidImagem .ImagemLuzAzul {
		border-radius: 30px;
	}

}




.Conteudo2 {
	width: 100%;
	padding: 50px 0 150px 0;
	background: #F3EFE8;
}

.Conteudo2 .Logo {
	width: 350px;
	height: auto;
	display: block;
	margin: 0 auto 60px auto;
}

.Conteudo2 .Icone {
	display: block;
	width: 150px;
	height: auto;
	margin: 0 0 0 0;
}

.Parceria .Diferenciais {
	margin-top: -150px!important;
}

@media (max-width: 450px) {

	.Parceria .Diferenciais {
		margin-top: 40px!important;
	}
	
}

.Parceria .IconeDiferenciais {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto 6px auto;
}

.Parceria h5 {
	letter-spacing: 0.5px;
	width: 95%;
	text-align: center;
}

.Parceria .col-md-4 {
	margin-bottom: 20px;
}











.FaleConosco {
    width: 100%;
    height: auto;
	background: #white;
    padding: 0 0 0 0;
}

.FaleConosco .IconeFaleConosco {
    display: block;
	width: 100px;
	height: 100px;
    margin: 0 auto;
    padding: 0;
}

.FaleConosco .LabelNome {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	margin: 18px 0 0 15px;
	background: url("../svg/FaleConosco_Nome.svg") center center no-repeat;
	background-size: 25px;
}

.FaleConosco .LabelEmail {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	margin: 18px 0 0 15px;
	background: url("../svg/FaleConosco_Email.svg") center center no-repeat;
	background-size: 25px;
}

.FaleConosco .LabelTelefone {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	margin: 18px 0 0 15px;
	background: url("../svg/FaleConosco_Telefone.svg") center center no-repeat;
	background-size: 25px;
}

.FaleConosco .LabelAssunto {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	margin: 18px 0 0 15px;
	background: url("../svg/FaleConosco_Assunto.svg") center center no-repeat;
	background-size: 25px;
}

.FaleConosco .LabelNome:after,
.FaleConosco .LabelEmail:after,
.FaleConosco .LabelTelefone:after,
.FaleConosco .LabelAssunto:after {
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	top: 0;
	left: 0;
	margin: 4px 0 0 40px;
	background: #393768;
}

.FaleConosco .FaleConoscoSeta {
	width: 30px;
	height: auto;
	display: block;
	margin: 0 0 0 20px;
}

.shakeX {
    -webkit-animation: shake 2s infinite;
    -moz-animation: shake 2s infinite;
    -ms-animation: shake 2s infinite;
    animation: shake 2s infinite;
}

@media (max-width: 450px) {

	.FaleConosco .Div_Formulario {
		margin: 40px 0 0 0;
	}
	
}







.Localizacao {
    width: 100%;
    background: white;
    padding: 0 0 80px 0;
}

.Localizacao .HeaderLocalizacao {
	display: block;
}

.Localizacao .Icone {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 0 auto;
    padding: 0;
}

.Localizacao .Icone2 {
	width: 60px;
	height: auto;
	display: block;
	margin: 0 auto 0 auto;
}

.Localizacao .BackgroundShape {
	background: #F3EFE8	;
	padding: 60px 40px;
	border-radius: 60px;
}

.Localizacao .SetaMapa {
	width: 20px;
	height: auto;
	margin: 15px auto 0 auto;
}

.Localizacao .col-md-3 {
	border-right: 1px solid rgba(0,0,0,0.10);
}

.Localizacao .col-md-3:last-of-type {
	border-right: 0px solid rgba(0,0,0,0.10);
}

@media (max-width: 450px) {

	.Localizacao {
		margin: 40px 0 0 0;
	}
	
	.Localizacao .col-md-3 {
		border-right: 0px solid rgba(0,0,0,0.00);
	}
}

.Localizacao .MediumTxt {
	line-height: 23px!important;
}

.Localizacao .Aviso {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	padding: 20px;
	
    pointer-events: none;
    z-index: 3;
    
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.Localizacao .SomeAviso {
	opacity: 0;
    
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}









.Mapa {
	width: 100%;
    height: 420px;
    background: white;
	cursor: pointer;
	position: relative;
    
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.Mapa .TransparenciaMapa1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/TransparenciaMapa1.png") bottom center repeat-x;
	z-index: 2;
	pointer-events: none;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.Mapa .TransparenciaMapa2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/TransparenciaMapa2.png") top center repeat-x;
	z-index: 2;
	pointer-events: none;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.Some_TransparenciaMapa {
	opacity: 0!important;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.MudaTamanhoMapa {
    height: 520px!important;
    
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.Mapa #iframeMapa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
	overflow: hidden;
    
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.MudaTamanhoIframe {
    height: 520px!important;
    
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.MapaDhell {
    width: 100%;
    height: 420px;
    
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.Mapa img {
	margin-left: 25px;
}

.Mapa .close {
	position: absolute;
	background: url("../svg/Mapa_Close.svg") no-repeat center;
    background-size: 100px;
	width: 100px;
	height: 100px;
	top: -65px;
	left: 50%;
	margin-left: -50px;
	cursor: pointer;
	opacity: 0;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.Show_MapaClose {
	opacity: 1!important;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.Mapa .close:hover {
	
}

.Mapa .open {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}



.BtnMapas {
    position: relative;
    display: inline-flex;
    width: auto;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 5px!important;
    border: none;
    border: 0px solid rgba(0,0,0,0.15)!important;
    background-color: #2f95b1;
    color: #1d4c6d;
    padding: 6px 12px;
    margin: 0;
    outline: none;
    cursor: pointer;
    box-shadow: none!important;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.BtnMapas:hover {
    background-color: #3da5c1;
	letter-spacing: 4px;
    color: #1d4c6d;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.BtnMapasBefore:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    margin: 35px auto 0 auto;
    background: url("../svg/SetaMapas.svg") center center no-repeat;
    background-size: 25px;
    
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}









.Footer {
	width: 100%;
	height: 700px;
	padding: 0 0 0 0;
	background: #f3efe8 url("../images/Footer.jpg") bottom center no-repeat;
}

.Footer .Logo {
	width: auto;
	height: 110px;
	display: block;
}

.Footer .ColunaBtns {
	display: flex;
	height: 700px;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 450px) {

	.Footer {
		height: auto;
		background: #f3efe8;
	}

	.Footer .ColunaBtns {
		height: auto;
	}

	.Footer .ColunaBtns p {
		text-align: center;
	}

	.Footer .Logo {
		margin: 0 auto;
	}

}

.Footer .BtnOutrosProdutos {
	position: relative;
	display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 16px!important;
    letter-spacing: .3px;
    margin: 15px 0;
    padding: 0 0 0 18px;
	color: black;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Footer .BtnOutrosProdutos:hover {
	margin-left: 8px;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Footer .BtnOutrosProdutos:after {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 0;
	left: 0;
	content: '';
	background: url("../svg/PontoBtn.svg") center center no-repeat;
	background-size: 6px;
	margin-top: 3px;
}

.Footer .BtnVoltarPaginaPrincipal {
	width: auto;
	height: 30px;
	background: #076187;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 10px;
	color: #78BE9A;
	letter-spacing: 2px;
	text-align: center;
	margin: 15px auto 0 auto;
	padding: 10px 20px;
	border: none;
	outline: none;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Footer .BtnVoltarPaginaPrincipal:hover,
.Footer .BtnVoltarPaginaPrincipal:focus,
.Footer .BtnVoltarPaginaPrincipal:active {
	color: #78BE9A;
    background: #076187;
	border: none;
	outline: none;
	letter-spacing: 3px;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Footer .LogoCenterlab {
	display: block;
	width: 130px;
	height: auto;
	margin: 30px 0 0 0;
}






.BackToTop {
    position: fixed;
    color: #fff;
    z-index: 55;
    bottom: -55px;
    right: 0;
    cursor: pointer;
    height: 55px;
    width: 55px;
    display: block;
    text-align: center;
	margin-right: 15px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BackToTop_Sobe {
    bottom: 15px!important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BackToTop img {
	width: 55px;
    height: auto;
}
.BackToTop .to-top {
    cursor: pointer;
}










.Assinatura {
	background: #E3DFD7;
	width: 100%;
	height: 30px;
    text-align: center;
}

.Assinatura .Dhell {
	width: 150px;
	height: 29px;
	margin: 0 auto 0 auto;
	text-align: center;
	
}

.Assinatura a {
    font-family:'Montserrat', sans-serif;
	font-weight: 700;
    font-size: 9px;
	line-height: 29px;
    letter-spacing: 3px;
    color: black!important;
    text-align: center;
	opacity: 0.6;
	text-transform: uppercase;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.Assinatura a:hover {
    text-decoration: none;
	letter-spacing: 6px!important;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}