
.MySlider {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.MySlider .Slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}

.MySlider .Slide1 {
	background: url("../images/RevolutionSlider/1.jpg") center center no-repeat;
	background-size: cover;
}

.MySlider .Slide2 {
	background: url("../images/RevolutionSlider/2.jpg") center center no-repeat;
	background-size: cover;
}

.MySlider .Slide3 {
	background: url("../images/RevolutionSlider/3.jpg") center center no-repeat;
	background-size: cover;
}

.MySlider .Slide4 {
	background: url("../images/RevolutionSlider/4.png") center center no-repeat;
	background-size: cover;
}

.MySlider img {
	width: 100%!important;
	height: auto!important;
}








.CoverWelcome {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 100vh;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
    padding-bottom: 10%;
	overflow: hidden;
    text-align: left;
    background: url("../svg/CoverSplash.svg") left 10% center no-repeat;
    background-size: contain;
    border-top: 1px solid #0081C8;
}

.CoverWelcome .container-fluid {
    width: 75%;
}

.CoverWelcome .container {
	margin: 130px 0 0 0;
}

.CoverWelcome .HeaderWelcome {
    /*border-left: 1px solid white;*/
    padding: 0 0 0 20px;
    margin: 100px 0 0 0;
}

.CoverWelcome .SetaSaibaMais {
    width: 60px;
    height: auto;
    display: block;
    margin: 60px 0 0 0;
    float: left;
}

.CoverWelcome .BtnMoov{
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: 0;
    margin-top: -5px;
} 







.Cover_Social {
	position: fixed;
	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: flex-end;
	z-index: 120;
	padding: 0 60px 60px 0;
    
	-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_CoverSocial {
    padding: 0 20px 90px 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;
    transition: all 0.4s ease;
}

.Cover_Social .DivBtnSocial {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	pointer-events: auto!important;
}

.Cover_Social a {
	pointer-events: auto;
}

.Cover_Social img {
	width: 45px;
	height: 45px;
	
	-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;
}

.Cover_Social img:hover {
	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;
}




.CoverHashtag {
	position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 50px;
	height: 200px;
	left: 0;
	bottom: 0;
	margin: 0 0 40px 40px;
    z-index: 99;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Move_CoverHashtag {
    margin: 0 0 0 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;
}

.CoverHashtag p {
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 13px;
    line-height: 13px;
	letter-spacing: 2px;
    transform: rotate(-90deg);
    margin: -50px -5px 0 0;
    padding: 0;
}

.CoverHashtag::after {
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 40px;
	height: 80px;
	background: url("../svg/Hashtag_Oculos.svg") center center no-repeat;
	background-size: 40px;
	margin: -22px 0 0 7px;
}






.Cover_Atendimento {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: transparent;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
}

.Cover_Atendimento .HeightDiv {
	height: 90px;
}

.Cover_Atendimento .DivWhite {
	background: white;
}

.Cover_Atendimento .DivWhite1::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 1px;
	height: 50px;
	background: rgba(0,0,0,0.15);
	margin: 25px 0 0 0;
}

.Cover_Atendimento .DivColor {
	padding: 0 0 0 30px;
	background: #E66665;
}

.Cover_Atendimento .DivColor::after {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	background: url("../svg/Atendimento_SetaRight.svg") center center no-repeat;
	background-size: 30px;
	margin: -15px 25px 0 0;
	
	-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;
}

.Cover_Atendimento .DivColor:hover::after {
	margin: -15px 15px 0 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;
    transition: all 0.4s ease;
}

.Cover_Atendimento .IconeMarker {
    width: 30px;
    height: auto;
    margin: 0 20px 0 0;
	padding: 0;
}

.Cover_Atendimento .IconeRelogio {
    width: 35px;
    height: auto;
    margin: 0 20px 0 0;
	padding: 0;
}

.Cover_Atendimento .IconeTelefone {
    width: 35px;
    height: auto;
    margin: 0 0 0 -8px;
	padding: 0;
	
  animation: swing; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 8s; /* don't forget to set a duration! */
	
}

.Cover_Atendimento .Texto1 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px!important;
    line-height: 14px!important;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.Cover_Atendimento .Texto2 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px!important;
    line-height: 13px!important;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.Cover_Atendimento .BtnWhatsApp {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px!important;
    line-height: 16px!important;
    letter-spacing: 1px;
    margin: 4px 0 0 0;
    padding: 0;
}

.Cover_Atendimento .owl-theme {
	position: absolute!important;
	width: 254px;
	height: 90px;
	margin: 0 0 0 40px;
}

.Cover_Atendimento .item {
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}











.Sobre {
    width: 100%;
    padding: 0 0 0 0;
}

.Sobre .container-fluid {
    overflow: hidden;
}

.Sobre .ContainerFluidSobre {
	width: 75%!important;
} 

.Sobre h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 4px;
    margin: 0;
    padding: 0;
}

.Sobre .DivImagemBanners {
	width: 100%;
	height: 410px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	overflow: hidden;
	padding: 0 0 40px 50px;
}

.Sobre .Banner1 {
	background: url("../images/Banner1.jpg") center center no-repeat;
	background-size: 130%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Sobre .Banner2 {
	background: url("../images/Banner2.jpg") center center no-repeat;
	background-size: 130%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Sobre .Banner3 {
	background: url("../images/Banner3.jpg") center center no-repeat;
	background-size: 130%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Sobre .Banner4 {
	background: url("../images/Banner4.jpg") center center no-repeat;
	background-size: 130%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Zoom_DivImagemBannersSobre {
	background-size: 140%!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;
}

.Sobre .DivTextoBanners {
	padding: 20px 20px 40px 20px;
}

.Sobre .H3AfterWhite:after {
	position: relative;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	bottom: 0;
	left: 0;
	margin: 15px 0 0 0;
	background-color: white;
}

.Sobre .H3AfterColor:after {
	position: relative;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	bottom: 0;
	left: 0;
	margin: 15px 0 0 0;
	background-color: #ff7061;
}

.Sobre .DivImagemBanners .IconeBanners {
	width: 80px;
	height: auto;
	margin: 0;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Move_IconeBanners {
	margin: 0 0 10px 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;
}










.Grifes {
    width: 100%;
    padding: 50px 0 0 0;

}

.Grifes img {
    opacity: 0.5;
    
    -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;
}

.Grifes img:hover {
    opacity: 1!important;
    
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    
    -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;
}





.Lentes {
    width: 100%;
    padding: 0 0 0 0;

}


.Lentes .DivImagemBanners {
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	overflow: hidden;
	padding: 0 0 60px 60px;
}

.Lentes .Banner1 {
	background: url("../images/Lentes_VisaoSimples.jpg") center center no-repeat;
	background-size: 110%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Lentes .Banner2 {
	background: url("../images/Lentes_Progressivas.jpg") center center no-repeat;
	background-size: 110%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Lentes .Banner3 {
	background: url("../images/Lentes_Ocupacionais.jpg") center center no-repeat;
	background-size: 110%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Lentes .Banner4 {
	background: url("../images/Lentes_FiltroAzul.jpg") center center no-repeat;
	background-size: 110%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Lentes .Banner5 {
	background: url("../images/Lentes_Antirreflexo.jpg") center center no-repeat;
	background-size: 110%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Lentes .Banner6 {
	background: url("../images/Lentes_TomadaMedidas.jpg") center center no-repeat;
	background-size: 110%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Zoom_DivImagemBanners {
	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;
}

.Lentes .DivTextoBanners {
	padding: 40px 25px 90px 25px;
}


.Lentes .DivTextoBanners p {
	height: 260px;
}

.Lentes .BtnSaibaMais {
	display: block;
	width: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
	color: black;
    line-height: 18px;
    letter-spacing: 1px;
	text-align: center;
    padding: 4px 8px;
	border-radius: 4px;
	
	-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;
}

.Lentes .BtnSaibaMais:hover {
	
	-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;
}

.Lentes .ZeissVisionExpert {
    width: 320px;
    height: auto;
    margin: 0 auto;
}

.Lentes .ImagensZeiss {
    border-radius: 100%;
}





.Mulher {
	width: 100%;
	padding: 100px 0 60px 0;
	position: relative;
	background: #f5f5f5;
}

.Homem {
	width: 100%;
	padding: 0 0 60px 0;
	position: relative;
	background: #f5f5f5;
}

.Kids {
	width: 100%;
	padding: 0 0 60px 0;
	position: relative;
	background: #f5f5f5;
}

.Mulher .owl-item .PortaImagem,
.Homem .owl-item .PortaImagem {
	margin: 0 5px;
}

.Mulher .owl-item,
.Homem .owl-item {
	padding: 0 2px!important;
	cursor: pointer;
	
}

.PortaName {
	height: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center; 
}

.Div_Ativo {
	
}

.Div_Inativo {
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.Name_Ativo {
	
}

.Name_Inativo {
	color: rgba(0,0,0,0.20);
}





.Kids .PortaTexto {
    padding: 0 20px;
}

.Kids h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 4px;
    margin: 0;
    padding: 0;
}

.Kids .H3AfterColor:after {
	position: relative;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	bottom: 0;
	left: 0;
	margin: 15px 0 0 0;
	background-color: #00A5E7;
}

.Kids .DivImagemBanners {
	width: 510px;
	height: 410px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	overflow: hidden;
	padding: 0 0 60px 60px;
}

.Kids .Banner1 {
	background: url("../images/Kids_Receituario.webp") center center no-repeat;
	background-size: 130%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Kids .Banner2 {
	background: url("../images/Kids_Solares.webp") center center no-repeat;
	background-size: 130%;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Zoom_DivImagemBanners {
	background-size: 120%!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;
}

.Kids .DivTextoBanners {
	padding: 40px 40px 90px 40px;
}












.Lojas {
    width: 100%;
    padding: 100px 0 100px 0;
}

.Lojas .IconHeader {
	width: 120px;
	height: auto;
	margin: 0 auto 20px auto;
	display: block;
}

.Lojas h2 {
	font-size: 80px;
	text-align: center;
}


.Lojas .ShapeDados {
    background-color: #f5f5f5;
    padding: 45px 0;
}

.Lojas .BorderRight {
    border-right: 1px solid #e1e1e1;
}

.Lojas .IconeLoja {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 15px auto;
}

.Lojas .BtnLojas {
	display: block;
	width: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
	color: black;
    line-height: 18px;
    letter-spacing: 1px;
	text-align: center;
    margin: 0 auto 3px auto;
    padding: 4px 8px;
	border-radius: 4px;
	
	-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;
}

.Lojas .BtnLojas:hover {
	
	-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;
}

.Lojas .SetaMapa {
    width: 30px;
    height: auto;
    margin: 15px auto 0 auto;
}


.Lojas .Features img {
    display: block;
	width: 85px;
	height: auto;
	margin: 0 auto 10px auto;
    opacity: .6;
}

.Lojas h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 0 0 0;
    padding: 0;
	height: 55px;
}

.Lojas h3 span {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 600;
}

.Lojas h3:after {
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	bottom: 0;
	left: 0;
	margin: 10px auto 0 auto;
	background-color: #000000;
}

.Lojas .BackgroundEnderecos {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.Lojas .BackgroundLojas1 {
	border-left: 1px solid rgba(0,0,0,0.08);
	margin-bottom: 30px;
}

.Lojas .BackgroundLojas2 {
	border-right: 1px solid rgba(0,0,0,0.08);
	margin-bottom: 30px;
}

.Lojas .rowBlock {
	margin-top: 15px!important;
}

.BtnLojas {
	display: block;
	width: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
	color: black;
    line-height: 18px;
    letter-spacing: 1px;
	text-align: center;
    margin: 0 auto 3px auto;
    padding: 4px 8px;
	background: #E66665;
	border-radius: 4px;
}

.BtnLojas:hover {
	color: white;
	background: #ff8d8c;
}

.BtnsMapas {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 70px;
}

.BtnMapaLojas {
	display: inline-block;
	width: 150px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
	color: black;
    line-height: 18px;
    letter-spacing: 1px;
	text-align: center;
    margin: 0 auto 3px auto;
    padding: 4px 8px;
	background: #d5d5d5;
	border-radius: 4px;
}

.BtnMapaLojas:hover {
	color: white;
	background: #E66665;
}

.BtnMapaLojasAtivo {
	background: #E66665!important;
	color: white!important;
}
	
.Lojas .NomesLojas {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	padding: 0 0 30px 0;
	background: url("../images/OverlayNomes.png") center center no-repeat;
	background-size: cover;
}





.Localizacao {
    width: 100%;
    background: #ffffff;
    padding: 0 0 120px 0;
}

.Localizacao h3:after {
    position: relative;
    display: block;
    content: '';
    background: #149bb6;
    width: 30px;
    height: 4px;
    bottom: 0;
    margin: 15px auto 0 auto;
}

.Localizacao .HeaderLocalizacao {
	display: block;
}

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

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

.Localizacao .BackgroundShape {
	background: #f5f5f5;
	padding: 60px 40px;
}

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





.Mapa {
	height: 360px;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.Mapa #iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px;
	overflow: hidden;
}

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

.Mapa .close {
	position: absolute;
	background: url("../svg/Mapa_Close.svg") no-repeat center;
    background-size: 25px;
	width: 25px;
	height: 25px;
	top: -40px;
	left: 50%;
	margin-left: -10px;
	cursor: pointer;
	display: none;
	opacity:1.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 .close:hover {
	opacity: 0.7;
	background-size: 30px;
	
	-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 .open {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.Mapa .Aviso {
	padding-top: 300px;
    pointer-events: none;
}

.Mapa .SomeAviso {
	opacity: 0;
}

.Mapa .Aviso .TxtAviso {
    display: inline-flex;
    width: auto;
    background-color: #f5f5f5;
    padding: 12px 8px;
	
}






.FaleConosco {
    width: 100%;
    padding: 100px 0;
}

.FaleConosco .IconHeader {
	width: 120px;
	height: auto;
	margin: 0 auto 60px auto;
	display: block;
}

.FaleConosco h2 {
	font-size: 80px;
	text-align: center;
}

.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 .LabelNome:after,
.FaleConosco .LabelEmail:after,
.FaleConosco .LabelTelefone:after {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	top: 0;
	left: 0;
	margin: 4px 0 0 40px;
	background: #dddddd;
}





footer {
    width: 100%;
    height: 500px;
    padding: 0;
    background: url("../svg/Footer.svg") bottom center no-repeat;
    background-size: cover;
}





.BackToTop {
    position: fixed;
    color: #fff;
    z-index: 50;
    bottom: -50px;
    right: 0;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
	margin-right: 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;
}

.BackOnTop_Sobe {
    bottom: 30px!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: 50px;
    height: auto;
}