.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;
}






.hero {
    z-index: 1;
    top: 0;
    bottom:  0;
    left: 0;
    right: 0;
    background-size: cover; 
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.tp-caption {
	width: 100%;
	height: 100vh;
	white-space: normal!important;
}

.tp-caption .container {
	width: 95%!important;
}

.tp-banner-container{
	width:100%;
	height: 100%!important;
	position:relative;
	padding:0;
	z-index: 2;
    background-color: #005c9f;
}

.tp-caption .BoxTexto {
	width: 50%;
	margin: 35px 0 45px 0;

}

.hero .container-fluid {
	width: 80%;
}

.tp-caption h2 {
	width: 50%;
}

.tp-caption h2 strong {
	font-weight: 600;
}










.RevSliderMobile .CarouselSplash {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.RevSliderMobile .Carousel_Splash1 {
	background: url("../images/RevSlider_Mobile/Splash1.jpg") center center no-repeat;
	background-size: cover;
}

.RevSliderMobile .Carousel_Splash2 {
	background: url("../images/RevSlider_Mobile/Splash2.jpg") center center no-repeat;
	background-size: cover;
}

.RevSliderMobile .Carousel_Splash3 {
	background: url("../images/RevSlider_Mobile/Splash3.jpg") center center no-repeat;
	background-size: cover;
}

.RevSliderMobile .Carousel_Splash4 {
	background: url("../images/RevSlider_Mobile/Splash4.jpg") center center no-repeat;
	background-size: cover;
}

.CarouselSplash .TextosProdutos {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;	
}

.CarouselSplash .TextosProdutos.TextoItem_Splash1 {
	background: url("../images/RevSlider_Mobile/Texto_Splash1.svg") bottom center no-repeat;
	background-size: 100%;
}

.CarouselSplash .TextosProdutos.TextoItem_Splash2 {
	background: url("../images/RevSlider_Mobile/Texto_Splash2.svg") bottom center no-repeat;
	background-size: 100%;
}

.CarouselSplash .TextosProdutos.TextoItem_Splash3 {
	background: url("../images/RevSlider_Mobile/Texto_Splash3.svg") bottom center no-repeat;
	background-size: 100%;
}

.CarouselSplash .TextosProdutos.TextoItem_Splash4 {
	background: url("../images/RevSlider_Mobile/Texto_Splash4.svg") bottom center no-repeat;
	background-size: 100%;
}





.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;
	}
	
}






.Carousel {
    width: 100%;
    height: 90px;
    position: relative;
    z-index: 2;
    margin-top: -90px;
    pointer-events: none;
}

.CarouselServicos {
	width: auto;
    height: 90px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    pointer-events: none;
	background: transparent;
}

.CarouselServicos h5 {
	font-size: 13px;
	letter-spacing: 0.5px;
}


.CarouselServicos .CarouselSplash {
    height: 90px;
    pointer-events: auto;
    
    -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;
}

.CarouselServicos .LogoCarousel {
	width: auto;
	height: 100%;
	display: block;
	
    -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_LogoCarousel {
	width: auto!important;
	height: 110%!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;
}

.Esconde_CarouselSplash {
    margin-bottom: -90px;
    
    -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;
}

.CarouselServicos .DivConteudo {
    height: 90px;
}

.CarouselServicos .DivImagem {
	width: 260px;
    height: 90px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	}


.CarouselServicos .Servico_Vision3d {
    background: url("../images/CarouselSplash/Vision3d.jpg") center center no-repeat;
    background-size: 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;
    transition: all 0.4s ease;
}

.CarouselServicos .Servico_Plasma {
    background: url("../images/CarouselSplash/Plasma.jpg") center center no-repeat;
    background-size: 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;
    transition: all 0.4s ease;
}

.CarouselServicos .Servico_24horas {
    background: url("../images/CarouselSplash/24horas.jpg") center center no-repeat;
    background-size: 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;
    transition: all 0.4s ease;
}

.CarouselServicos .Servico_Webpedidos {
    background: url("../images/CarouselSplash/Webpedidos.jpg") center center no-repeat;
    background-size: 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;
    transition: all 0.4s ease;
}

.Zoom_ImagemServicos {
    background-size: 105%!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;
}

.Move_TituloCarousel {
	letter-spacing: 2px!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;
}

.CarouselServicos .DivTexto1 {
    background: transparent;
    width: 500px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.CarouselServicos .DivTexto1 p {
    font-size: 12px!important;
    line-height: 15px!important;
    font-weight: 500;
    letter-spacing: .5px;
	width: 90%;
	margin-top: 2px;
}

.CarouselServicos .DivTexto2 {
    position: relative;
    background: #239ea4;
    width: 290px;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    -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;
}

.MudaCor_DivTexto2 {
    background: #33b4ba!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;
}

.CarouselServicos .DivTexto2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: .5px;
}

.CarouselServicos .DivTexto2 .Logo {
    width: 180px;
    height: auto;
    margin: 0 0 0 0;
}

.CarouselServicos .DivTexto2 .DivLogo {
    width: 260px;
}

.CarouselServicos .DivSeta {
    position: absolute;
    right: 0;
    width: 70px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.CarouselServicos .DivSeta .Seta {
    width: 20px;
    height: auto;
}

.CarouselServicos .DivServico {
    display: flex;
    height: 90px;
    pointer-events: 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;
    transition: all 0.4s ease;
}






.Sobre {
    width: 100%;
    padding: 27% 0 0 0;
	background: #fff url("../svg/Sobre_Header.svg") top center no-repeat;
	background-size: 100%;
}

@media (max-width: 450px) {

	.Sobre {
		padding: 400px 0 60px 0;
		background: #fff url("../svg/Sobre_Header_Mobile.svg") top center no-repeat;
		background-size: contain;
	}
	
}

.Sobre .container-fluid {
    overflow: hidden;
}

.Sobre .col-md-4 {
	padding: 0 30px;
}

.Sobre h4 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 6px!important;
}

.Sobre .ImagemSomos {
	width: 250px;
	height: auto;
	display: block;
	margin: 0 auto 25px auto;
	border-radius: 100%;
}

.Sobre .MargemCards {
	margin-bottom: 45px;
}

.Sobre .Manifesto {
	position: relative;
	height: 700px;
	/*padding: 100px 0!important;*/
	background: url("../images/Sobre_Manifesto.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 450px) {

	.Sobre .Manifesto {
		height: 1300px;
		background: url("../images/Sobre_Manifesto_Mobile.jpg") center right;
		background-attachment: scroll!important;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.Sobre .MarginText {
		margin-top: 450px;
	}
	
}





.Parceria {
	width: 100%;
	padding: 100px 0 150px 0;
}

.Parceria .IconeParceria {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto 40px auto;
}

.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;
}















.Produtos {
	width: 100%;
	padding: 0 0 200px 0;
	background: white;
	z-index: 1;
}

.Produtos .HeaderProdutos {
	height: 450px;
	background: url("../images/Produtos.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.Produtos .HeaderProdutos .TituloHeader {
	width: auto;
	height: 250px;
}

@media (max-width: 450px) {

	.Produtos .HeaderProdutos {
		height: 650px;
		background: url("../images/Produtos_Mobile.jpg") center right;
		background-attachment: scroll!important;
		background-repeat: no-repeat;
		background-size: cover;
		justify-content: flex-end;
	}
	
	.Produtos .HeaderProdutos .TituloHeader {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto 30px auto;
	}
	
}

.Produtos .Cards {
	margin-bottom: 25px;
}

.Produtos .CardLentes {
    padding: 0;
	border-radius: 60px;
	overflow: hidden;
	background: #f2f2f2;
	background-size: 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;
    transition: all 0.4s ease;
}

.Produtos .CardLentes h2 {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .5px;
}

.Produtos .Card_Imagem{
	width: 100%;
	height: 400px;
	min-height: 400px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	border-radius: 60px;
	padding: 0 0 40px 40px;
	z-index: 2;
	
    -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;
}

@media (max-width: 450px) {

	.Produtos .Card_Imagem{
		height: 500px;
		min-height: 500px;
	}
	
}

.Produtos .EstrelaProduto {
	display: block;
	width: 15px;
	height: auto;
	margin: 5px 3px 0 0;
}

.Produtos .Card_Logo {
	padding: 0 0;
	z-index: 2;
	margin: 20px 0;
}

.Produtos .Card_Logo .LogoProduto {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.Produtos .Card_Texto {
	padding: 0 40px 50px 40px;
}

.Produtos .Card_Texto p {
	height: 195px;
}

.Produtos .Card_VisionSmart {
	background: url("../images/CardProdutos_VisionSmart.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Produtos .Card_Vision3d {
	background: url("../images/CardProdutos_Vision3d.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Produtos .Card_VisionHd {
	background: url("../images/CardProdutos_VisionHd.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Produtos .Card_VisionLite {
	background: url("../images/CardProdutos_VisionLite.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Produtos .Card_VisionDrive {
	background: url("../images/CardProdutos_VisionDrive.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Produtos .Card_VisionOffice {
	background: url("../images/CardProdutos_VisionOffice.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Produtos .Card_Digifocal {
	background: url("../images/CardProdutos_Digifocal.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Produtos .Card_Digifoco {
	background: url("../images/CardProdutos_Digifoco.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Produtos .Card_DigifocoLite {
	background: url("../images/CardProdutos_DigifocoLite.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Produtos .Card_VisionKids {
	background: url("../images/CardProdutos_VisionKids.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Produtos .Card_VisionBifocal {
	background: url("../images/CardProdutos_VisionBifocal.jpg") center center no-repeat;
	background-size: 107%;
	
    -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-Cards {
	background-size: 130%!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;
}









.Tratamentos {
	position: relative;
	width: 100%;
	padding: 0 0 150px 0;
	background: white;
}

.Tratamentos .HeaderTratamentos {
	position: relative;
	height: 450px;
	background: url("../images/Tratamentos.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.Tratamentos .HeaderTratamentos .TituloHeader {
	width: auto;
	height: 250px;
}

@media (max-width: 450px) {

	.Tratamentos .HeaderTratamentos {
		height: 650px;
		background: url("../images/Tratamentos_Mobile.jpg") center right;
		background-attachment: scroll!important;
		background-repeat: no-repeat;
		background-size: cover;
		justify-content: flex-end;
	}
	
	.Tratamentos .HeaderTratamentos .TituloHeader {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto 30px auto;
	}
	
}

.Tratamentos .Cards {
	margin-bottom: 25px;
}

.Tratamentos .CardLentes {
    padding: 0;
	border-radius: 60px;
	overflow: hidden;
	background: #f2f2f2;
	background-size: 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;
    transition: all 0.4s ease;
}

.Tratamentos .CardLentes h2 {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .5px;
}

.Tratamentos .Card_Imagem{
	width: 100%;
	height: 400px;
	min-height: 400px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	border-radius: 60px;
	padding: 0 0 40px 40px;
	z-index: 2;
	
    -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;
}

@media (max-width: 450px) {

	.Tratamentos .Card_Imagem{
		height: 500px;
		min-height: 500px;
	}
	
}

.Tratamentos .EstrelaProduto {
	display: block;
	width: 15px;
	height: auto;
	margin: 5px 3px 0 0;
}

.Tratamentos .Card_Logo {
	padding: 0 0;
	z-index: 2;
	margin: 20px 0;
}

.Tratamentos .Card_Logo .LogoProduto {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.Tratamentos .Card_Texto {
	padding: 0 40px 50px 40px;
}

.Tratamentos .Card_Texto p {
	height: 195px;
}


.Tratamentos .Card_Plasma {
	background: url("../images/CardProdutos_Plasma.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Tratamentos .Card_PlasmaHd {
	background: url("../images/CardProdutos_PlasmaHd.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Tratamentos .Card_PlasmaFullHd {
	background: url("../images/CardProdutos_PlasmaFullHd.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}

.Tratamentos .Card_PlasmaBlueFilter {
	background: url("../images/CardProdutos_PlasmaBlueFilter.jpg") center center no-repeat;
	background-size: 107%;
	
    -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;
}






.Tecnologia {
	width: 100%;
	padding: 0 0 0 0;
	background: white;
}

.Tecnologia .HeaderTecnologia {
	position: relative;
	height: 450px;
	background: url("../images/Tecnologia.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.Tecnologia .HeaderTecnologia .TituloHeader {
	width: auto;
	height: 250px;
}

@media (max-width: 450px) {

	.Tecnologia .HeaderTecnologia {
		height: 650px;
		background: url("../images/Tecnologia_Mobile.jpg") center right;
		background-attachment: scroll!important;
		background-repeat: no-repeat;
		background-size: cover;
		justify-content: flex-end;
	}
	
	.Tecnologia .HeaderTecnologia .TituloHeader {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto 30px auto;
	}
	
}

.Tecnologia .IconesTecnologia {
	width: 80%;
	height: auto;
}

.Tecnologia .Bandeiras {
	width: 230px;
	height: auto;
	display: block;
	margin: 0 auto;
}





.FaleConosco {
    width: 100%;
    height: auto;
	background: #f2f2f2;
    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: #005c9f;
}

.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;
}









.Localizacao {
    width: 100%;
    background: #f2f2f2;
    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: #e9e9e9;
	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);
}

.Localizacao .MediumTxt {
	line-height: 19px!important;
}










.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;
}

.Mapa .Aviso {
    position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	bottom: 50%;
	margin-bottom: -30px;
	left: 50%;
	margin-left: -125px;
	background: #2C688E;
	width: 370px;
	height: 50px;
	
    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;
}

.Mapa .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;
}

.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: white 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;
}

.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: #e9e9e9;
	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;
}