


.Splash {
	width: 100%;
	height: 100vh;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background: #031624;
}

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

.Splash .Background {
	width: 110%;
	height: 100vh;
	background: #021d2e url("../images/Background_Splash.jpg") bottom center no-repeat;
	background-size: cover;
	
}


.Splash .Slogan {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("../svg/Splash_Desktop.svg") center center no-repeat;
    background-size: cover;
    z-index: 105;
	pointer-events: none;
}

.Splash .HandRobot {
    position: absolute;
	left: 100px!important;
    width: 100%;
    height: 100vh;
    z-index: 101;
	pointer-events: none;
}

.Splash .FingersRobot {
    position: absolute;
	left: 100px!important;
    width: 100%;
    height: 100vh;
    z-index: 104;
	pointer-events: none;
}

.Splash .Lens {
    position: absolute;
	left: 100px!important;
    width: 100%;
    height: 100vh;
    z-index: 102;
	pointer-events: none;
}

.Splash .HandRobot img,
.Splash .FingersRobot img,
.Splash .Lens img {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
}


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

.Splash .SetaDown .BtnSetaDown {
	width: 65px;
	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;
}


.Cover_Lojas {
	position: absolute;
	z-index: 110;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: row;
}

.Cover_Lojas .EncontreUmaLoja {
	position: relative;
	background: #2C5C7A;
	width: 260px;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: -260px;
	z-index: 112;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Cover_Lojas .EncontreUmaLoja:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	margin: 0 0 0 -70px;
	width: 70px;
	height: 70px;
	background: url("../svg/LojaIcone.svg") center center no-repeat;
	background-size: 50px;
}

.Cover_Lojas .CliqueAqui {
	position: relative;
	background: #6497B1;
	width: 260px;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 111;
}

.Cover_Lojas .CliqueAqui .Logo {
	width: auto;
	height: 40px;
}

.Cover_Lojas .CliqueAqui .Link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 19px!important;
    letter-spacing: .3px;
	color: #192D4D;
    margin: 0;
    padding: 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;
}

.Cover_Lojas .CliqueAqui .Link:hover {
    letter-spacing: 1px;
	color: #11223d;

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

.Open_CliqueAqui {
	margin-right: 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;
}

.Cover_Lojas h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 10px;
}

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

.Cover_Lojas a:hover {
	filter: brightness(1.75);
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}


.Cover_Social {
	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: flex-start;
	z-index: 120;
	padding: 0 0 60px 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;
    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 a:hover {
	pointer-events: auto;
}

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

.Cover_Social img:hover {
	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;
    transition: all 0.4s ease;
}




.CoverHashtag {
	position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 50px;
	height: 200px;
	left: 0!important;
	bottom: 0!important;
	margin: 0 0 60px 65px;
    z-index: 118;
    
    -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: 'Roboto Condensed', sans-serif;
	font-weight: 400;
    font-size: 13px;
    line-height: 13px;
	letter-spacing: 1.5px;
    transform: rotate(-90deg);
    margin: -50px -5px 0 0;
    padding: 0;
}







.Sobre {
    width: 100%;
    padding: 0 0 150px 0;
	background: #02131F;
}

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

.Sobre .BtnGarantias {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 30px;
	background: #6497B1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #0C486C;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 30px;
	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;
}

.Sobre .BtnGarantias:hover,
.Sobre .BtnGarantias:focus,
.Sobre .BtnGarantias:active {
	color: #0C486C;
    background: #6497B1;
	border: none;
	outline: none;
	letter-spacing: 4px;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}



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

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

.PortfolioProduto {
	overflow: hidden;
	border-radius: 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;
    transition: all 0.4s ease;
}

.Portfolio .CardPortfolio {
	
}

.Portfolio .CardPortfolioImagem  {
	position: relative;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Portfolio .CardPortfolioImagem .NomeLente  {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 40px;
}




.Zoom_ImagemPessoas {
    transform: scale(1.2, 1.2) rotate(0.0080turn);
}




.CampoVisao {
	overflow: hidden;
}


.Portfolio .ImagemMagnum {
	width: 100%;
	height: auto;
	/*background: url("../images/Imagem_Magnum.jpg") center center no-repeat;*/
	background: url("../images/Lente_Magnum.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;

}

.Portfolio .ImagemPrestigie {
	width: 100%;
	height: auto;
	background: url("../images/Imagem_Prestigie.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;
}

.Portfolio .ImagemIrx {
	width: 100%;
	height: auto;
	background: url("../images/Imagem_Irx.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;
}

.Portfolio .ImagemConcept {
	width: 100%;
	height: auto;
	background: url("../images/Imagem_Concept.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;
}

.Portfolio .ImagemSpyrit {
	width: 100%;
	height: auto;
	background: url("../images/Imagem_Spyrit.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;
}

.Portfolio .ImagemOffice {
	width: 100%;
	height: auto;
	background: url("../images/Imagem_Office.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;
}

.Portfolio .ImagemRoad {
	width: 100%;
	height: auto;
	background: url("../images/Imagem_Road.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;
}

.Portfolio .ImagemSport {
	width: 100%;
	height: auto;
	background: url("../images/Imagem_Sport.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;
}

.Portfolio .ImagemSingleVision {
	width: 100%;
	height: auto;
	background: url("../images/CamposDeVisao_SingleVision.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;
}

.Portfolio .ImagemFotossensiveis {
	width: 100%;
	height: auto;
	background: url("../images/Fotossensiveis_Home.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;
}

.Portfolio .ImagemAntirreflexo {
	width: 100%;
	height: auto;
	background: url("../images/Antirreflexo_Home.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;
}

.CampoVisao_Prestigie {
	background: url("../images/CampoVisao_Prestigie.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;
}

.CampoVisao_Magnum {
	background: url("../images/CampoVisao_Magnum.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;
}

.CampoVisao_Irx {
	background: url("../images/CampoVisao_Irx.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;
}

.CampoVisao_Concept {
	background: url("../images/CampoVisao_Concept.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;
}

.CampoVisao_Passion {
	background: url("../images/CampoVisao_Passion.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;
}

.CampoVisao_Vitre {
	background: url("../images/CampoVisao_Vitre.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;
}

.CampoVisao_Spyrit {
	background: url("../images/CampoVisao_Spyrit.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;
}

.CampoVisao_Office {
	background: url("../images/CampoVisao_Office.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;
}

.CampoVisao_MagnumSport {
	background: url("../images/CampoVisao_MagnumSport.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;
}


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


.Portfolio .CardPortfolioDados {
	padding: 0 50px;
}

.Portfolio .CardPortfolioIcones {
	padding: 0 15px;
}

.Portfolio .IconeTitulo {
	width: auto;
	height: 40px;
	margin: 0 auto 10px auto;
}

.Portfolio .PortaDados {
	padding: 0 25px;
}

.Portfolio .BtnSaibaMais {
	display: inline-block;
	width: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 12px;
	background: #0C486C;
	color: #90BFD6	;
	letter-spacing: 2px;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 6px 8px;
	border: none;
	outline: none;
    cursor: pointer;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Portfolio .BtnSaibaMais:hover,
.Portfolio .BtnSaibaMais:focus,
.Portfolio .BtnSaibaMais:active {
	background: #155a84;
	color: #90BFD6;
    letter-spacing: 4px;
	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;
}









.Portfolio .BtnEscolha {
	display: block;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: white;
	letter-spacing: 4px;
	text-align: center;
	margin: 0 5px 0 5px;
	padding: 10px 20px;
	border: none;
	outline: none;
    cursor: pointer;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}







.Portfolio .Estrela {
	width: 13px;
	height: auto;
	margin: 0 2px;
}
.Portfolio .EstrelaOpacity {
	opacity: 0.2;
}

.Portfolio .SmallTxt {
	line-height: 15px!important;
}

.Portfolio .MediumTxt {
	line-height: 23px!important;
	opacity: .7;
}

.Portfolio .BordaLinha {
	border-bottom: 1px solid rgba(100,151,177,0.25);
}

.Portfolio .PortaTexto {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 30px!important;
}

.Portfolio .LogoProduto {
	display: block;
	width: auto;
	height: 60px;
}

.Portfolio .LinhaDados {
	padding: 10px 0!important;
}

.Portfolio .LinhaDadosAntirreflexo {
	padding: 1px 0!important;
}



.CampoVisaoAntirreflexo {
	min-height: 232px;
	background: url("../images/Antirreflexo_Home.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;
}

.CampoVisaoComAntirreflexo {
	background: url("../images/TratamentoAntirreflexo_Com.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;
}

.CampoVisaoSemAntirreflexo {
	background: url("../images/TratamentoAntirreflexo_Sem.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;
}

.CampoVisaoFotossensiveisInterno {
	background: url("../images/Fotossensiveis_AmbienteInterno.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;
}

.CampoVisaoFotossensiveisExterno {
	background: url("../images/Fotossensiveis_AmbienteExterno.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;
}

.CampoVisaoTecnologia1 {
	background: url("../images/Tecnologia_1.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;
}

.CampoVisaoTecnologia2 {
	background: url("../images/Tecnologia_2.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;
}

.CampoVisaoTecnologia3 {
	background: url("../images/Vs_ComDistorcao.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;
}

.CampoVisaoTecnologia4 {
	background: url("../images/Vs_SemDistorcao.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;
}

.CampoVisaoTecnologia5 {
	background: url("../images/Tecnologia_5.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;
}

.CampoVisaoTecnologia6 {
	background: url("../images/Tecnologia_6.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;
}

.CampoVisaoTecnologia7 {
	background: url("../images/Tecnologia_7.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;
}

.CampoVisaoTecnologia8 {
	background: url("../images/Tecnologia_8.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;
}







.TecnologiaHeader {
    width: 100%;
	background: #f2f2f2;
    padding: 0 0 100px 0;
}

.TecnologiaHeader .ContainerImagem {
	width: 85%;
    margin: 0 auto;
}

.TecnologiaHeader .TecnologiaImagem {
	background: url("../images/Tecnologia_Background.jpg") center center no-repeat;
    background-size: cover;
	height: 420px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 0;
}

.TecnologiaHeader .TecnologiaImagem .TituloHeader {
	width: auto;
	height: 100%;
	margin: 0 0 0 0;
}

.TecnologiaHeader .HeightHeader {
	height: 450px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.Tecnologia {
	width: 100%;
	background: #f2f2f2;
	padding: 0 0 0 0;
}

.Tecnologia .IconesTecnologia img {
	width: 100px!important;
	height: auto;
	margin: 0 auto;
}

.Tecnologia p {
	font-weight: 400;
}

.Tecnologia .TecnologiaAlema {
	display: block;
	width: auto;
	height: 120px;
	margin: 0 auto;
}

.Tecnologia .BtnSaibaMais {
    background-color: #0C486C;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 12px 16px;
    border: none;
    color: #90BFD6!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;
}

.Tecnologia .BtnSaibaMais:hover,
.Tecnologia .BtnSaibaMais:focus,
.Tecnologia .BtnSaibaMais:active {
    box-shadow: none!important;
    outline: none!important;
    letter-spacing: 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 {
	width: 100%;
	padding: 0 0;
	background: #f2f2f2;
}

.Footer .LinhaFooter {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 60px 0!important;
}

.Footer .LinhaConteudo {
	
}

.Footer .LogoFooter {
	display: block;
	width: 180px;
	height: auto;
	margin: 0 0 15px 0;
}

.Footer .SmallTxt {
	font-size: 11px!important;
	line-height: 16px!important;
}

.Footer .ChilliBeansLogo {
	width: auto;
	height: 45px;
	margin: 0 5px 0 0;
}

.Footer .BtnFooter {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px!important;
    line-height: 16px!important;
    letter-spacing: .3px;
    margin: 4px 0;
    padding: 0;
	color: #2C5C7A;
	
    -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 .BtnFooter: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;
}

.BtnEnviarFooter {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 12px;
	letter-spacing: 2px;
	margin: 10px 0 0 0;
	background: #0E6EA0;
	color: #D7E7F2;
	border-radius: 6px;
    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;
}

.BtnEnviarFooter:hover,
.BtnEnviarFooter:active,
.BtnEnviarFooter:focus {
    color: #D7E7F2;
	background: #095379;
    
    -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;
}





.Assinatura {
	background: #021d2e;
	width: 100%;
	height: 31px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.10);
}

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

.Assinatura a {
    font-family:'Montserrat', sans-serif;
	font-weight: 700;
    font-size: 9px;
	line-height: 30px;
    letter-spacing: 3px;
    color: #0E6EA0!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;
}

.Assinatura .LinksRodapeInternas{
    margin: 0 15px 0 15px!important;
}


.BackToTop {
    position: fixed;
    color: #fff;
    z-index: 50;
    bottom: -75px;
    right: 0;
    cursor: pointer;
    height: 65px;
    width: 65px;
    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: 65px;
    height: auto;
}
.BackToTop .to-top {
    cursor: pointer;
}





.CoverProduto {
    position: relative;
	width:100%;
	height:60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 1;
	overflow: hidden;
}

.CoverProduto_Tecnologia {
	background: url("../images/Background_Tecnologia.jpg") bottom center no-repeat;
	background-size: cover;
}

.CoverProduto_Magnum {
	background: url("../images/Background_Magnum.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto_Prestigie {
	background: url("../images/Background_Prestigie.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto_Irx {
	background: url("../images/Background_Irx.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto_Concept {
	background: url("../images/Background_Concept.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto_Passion {
	background: url("../images/Background_Passion.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto_Vitre {
	background: url("../images/Background_Vitre.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto_Spyrit {
	background: url("../images/Background_Spyrit.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto_Office {
	background: url("../images/Background_Office.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto_MagnumSport {
	background: url("../images/Background_MagnumSport.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto_SingleVision {
	background: url("../images/Background_SingleVision.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto_Fotossensiveis {
	background: url("../images/Background_Fotossensiveis.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto_Antirreflexo {
	background: url("../images/Background_Antirreflexo.jpg") top center no-repeat;
	background-size: cover;
}

.CoverProduto .Shape {
	width: 101%;
	height: auto;
	margin: 0 0 -60px 0;
}

.CoverProduto .LogoProduto {
	width: auto;
	height: 120px;
	display: block;
}

.CoverProduto .TituloProduto {
	width: auto;
	height: 250px;
	margin-top: 80px;
}


.ConteudoProduto {
	width: 100%;
	background: white;
	padding: 70px 0 0 0;
}

.ConteudoProduto .IconesAntirreflexo {
	display: block;
	width: 150px;
	height: auto;
	margin: 0 auto;
}

.ConteudoProduto .BeneficiosAntirreflexo .col-md-4 {
	margin-bottom: 30px;
}

.ConteudoProduto h5,
.ConteudoProdutoCinza h5,
.DivFiltroAzul h5,
.H5Apresentacao {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: .2px;
    margin: 0;
    padding: 0;
    
	-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;
}

.ConteudoProduto .LinhaDadosLente {
	padding: 20px!important;
	background: #f5f5f5; 
}

.ConteudoProdutoCinza {
	background: #f2f2f2;
}

.ConteudoProduto .LogoProduto {
	width: auto;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.ConteudoProduto .LogoProduto2 {
	width: auto;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.ConteudoProduto .LogoProduto3 {
	width: auto;
	height: 160px;
	display: block;
	margin: 0 auto;
}

.FontBlack {
	font-weight: 400!important;
	font-size: 16px!important;
}

.ConteudoProduto .TecnologiaAlema {
	display: block;
	width: auto;
	height: 120px;
	margin: 0 auto;
}

.Beneficios p span {
	font-weight: 900;
	font-size: 20px;
	color: #7C9EB3;
}

.ConteudoProduto .MediumTxt,
.ConteudoProdutoCinza {
	font-weight: 400;
	line-height: 17px!important;
}

.ConteudoProduto .CarouselIcones .img-fluid,
.ConteudoProduto .CarouselAntirreflexo .img-fluid {
	max-width: 140px!important;
	height: auto;
	margin: 0 auto;
 }

.ConteudoProdutoCinza .TituloSecao {
	width: auto;
	height: 45px;
}

.ConteudoProdutoCinza .IconeDadosTecnicos {
	width: 90px;
	height: auto;
	display: block;
	margin: 0 auto 15px auto;
}

.ConteudoProdutoCinza .BtnTexto1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 30px;
	background: #6497B1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #0C486C;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 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;
}

.ConteudoProdutoCinza .BtnTexto1:hover,
.ConteudoProdutoCinza .BtnTexto1:focus,
.ConteudoProdutoCinza .BtnTexto1:active {
	color: #0C486C;
    background: #6497B1;
	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;
}

.ConteudoProdutoCinza table {
    width: 100%;
}

.ConteudoProdutoCinza .table thead th {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px!important;
    font-weight: 600!important;
    letter-spacing: 0.5px;
    color: #0E6EA0;
    border-top: none!important;
    border-bottom: 1px solid #0E6EA0;
}

.ConteudoProdutoCinza .table tbody th {
    font-family: 'Roboto', sans-serif;
    font-size: 16px!important;
    font-weight: 500!important;
    letter-spacing: 0.5px;
    color: #0E6EA0;
}

.ConteudoProdutoCinza .table th,
.ConteudoProdutoCinza .table td {
	padding: 10px 0;
	vertical-align: middle;
}

.ConteudoProdutoCinza .table tbody td {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

.ConteudoProdutoCinza .ProduzidasIcones {
	width: auto;
	height: 70px;
}

.LinhaFinaliza {
	width: 1px;
	height: 150px;
	background: #97B4C6;
	margin: 0 auto;
}

.LinhaSepara {
	width: 100%;
	height: 1px;
	background: #d5d5d5;
	margin: 20px auto;
}


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

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

.PortfolioProdutos {
	overflow: hidden;
	margin-bottom: 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;
}
.PortfolioProdutos .MaoComCelular {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.PortfolioProdutos .MaoComCelular .ImagemMao {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 100%;
	z-index: 2;
	transform: rotate(-45deg);
	
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.Sobe_ImagemMao {
	margin-top: 0!important;
	transform: rotate(0)!important;
	
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.PortfolioProdutos .DivBtnsCamposVisao {
	position: absolute;
	width: 100%;
	height: 35px;
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	bottom: 0;
	z-index: 5;
}

.PortfolioProdutos .BtnCamposVisao {
	position: relative;
	display: inline-block;
	width: auto;
	background: #2F7199;
	padding: 3px 8px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 9px!important;
	color: white;
	border-radius: 4px;
	
	-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;
}

.PortfolioProdutos .BtnCamposVisaoAtivo::after {
	position: absolute;
	width: 100%;
	height: 15px;
	top: 0;
	left: 0;
	margin: -20px 0 0 0;
	display: block;
	content: '';
	background: url("../svg/SetaAzulCamposVisao.svg") center center no-repeat;
	background-size: 15px;
}

.PortfolioProdutos .BtnCamposVisao:hover {
	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;
}

.PortfolioProdutos .BtnCamposVisao.BtnDisable {
	pointer-events: none;
	opacity: 1;
}


.PortfolioProdutos .CampoVisao_SomenteFundo {
	background: url("../images/Portfolio_CampoVisao.jpg") center center no-repeat;
	background-size: 100%;
}

.PortfolioProdutos .CampoVisao_Office_SomenteFundo {
	background: url("../images/Portfolio_CampoVisao_Office.jpg") center center no-repeat;
	background-size: 100%;
}

.PortfolioProdutos .CampoVisao_VisaoSimples_SomenteFundo {
	background: url("../images/Portfolio_CampoVisao_VisaoSimples.jpg") center center no-repeat;
	background-size: 100%;
}

.PortfolioProdutos .CampoVisao_Drive1_SomenteFundo {
	background: url("../images/Portfolio_CampoVisao_Drive_1.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;
}

.PortfolioProdutos .CampoVisao_Drive2_SomenteFundo {
	background: url("../images/Portfolio_CampoVisao_Drive_2.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;
}

.PortfolioProdutos .CampoVisao_Sport1_SomenteFundo {
	background: url("../images/Portfolio_CampoVisao_Sport_1.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;
}

.PortfolioProdutos .CampoVisao_Sport2_SomenteFundo {
	background: url("../images/Portfolio_CampoVisao_Sport_2.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;
}

.PortfolioProdutos .OverlayCamposVisao {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_Overlay.svg") center center no-repeat;
	background-size: 100%;
	z-index: 4;
}

.PortfolioProdutos .CampoVisao_Lente1_Transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_Lente1.svg") center center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.PortfolioProdutos .CampoVisao_Lente2_Transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_Lente2.svg") center center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.PortfolioProdutos .CampoVisao_Lente3_Transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_Lente3.svg") center center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.PortfolioProdutos .CampoVisao_Lente4_Transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_Lente4.svg") center center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.PortfolioProdutos .CampoVisao_Lente5_Transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_Lente5.svg") center center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.PortfolioProdutos .CampoVisao_Lente6_Transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_Lente6.svg") center center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.PortfolioProdutos .CampoVisao_Lente7_Transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_Lente7.svg") center center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.PortfolioProdutos .CampoVisao_LenteOffice_Transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_LenteOffice.svg") center center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.PortfolioProdutos .CampoVisao_LenteDrive_Transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_LenteDrive.svg") center center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.PortfolioProdutos .CampoVisao_LenteSport_Transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_LenteSport.svg") center center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.PortfolioProdutos .CampoVisao_VisaoSimples_Transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../svg/Portfolio_CampoVisao_VisaoSimples.svg") center center no-repeat;
	background-size: 100%;
	z-index: 2;
}



.OpenMenuLaterial {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 12px 15px 0;
    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;
}

.OpenMenuLaterial.OpenMenuLaterialIndex {
	margin: 0 12px 65px 0!important;
}

.Sobe_OpenMenuLaterial {
    margin: 0 25px 85px 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;
}

.MenuLateral {
	position: fixed;
	width: 350px;
	height: 100vh;
	top: 0;
	right: 0;
	margin: 0 -350px 0 0;
	background: rgba(3,22,36,0.95);
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: 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;
}

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

.MenuLateral .BtnMenuLateral {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #90BFD6;
    text-align: center;
    letter-spacing: 2px;
    margin: 5px 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;
}

.MenuLateral .BtnMenuLateral:hover {
    letter-spacing: 4px;
	color: #D4AD52;
 
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.MenuLateral .BtnCloseMenuLateral {
	width: 60px;
	height: 60px;
	margin: 15px 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.MenuLateral .BtnCloseMenuLateral img {
	width: 40px;
	height: 40px;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

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

.RowOfficeIcones {
	height: 120px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 0 15px;
}

.RowOfficeIcones .Icone {
	width: 90px;
	height: auto;
	display: block;
}

.TextoCampoOffice {
	padding: 30px 60px;
	line-height: 20px!important;
}

.TextoVs {
	padding: 0 20px;
}

.NomeColoracao {
	width: auto;
	height: 70px;
	display: block;
	margin: 0 auto;
}

.BoxColoridas1 {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 40px 30px!important;
}

.LentesColoridas .col-6 {
	margin-bottom: 20px;
}

.ImagemCamadas1 {
	width: auto;
	height: 410px;
}

.CarouselAntirreflexo .MediumTxt {
	padding: 0 15px;
}

.IconeCheck {
	width: 25px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.TextoFiltroAzul {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.ImagensAntirreflexo {
	margin-bottom: 30px;
}

.TextoFotossensiveis {
	padding: 0 30px 0 0;
}

.BordaIconesFotossensiveis {
	border-top: 1px solid #97B4C6;
}

.IconeFotossensiveis {
	width: 40px;
	height: auto;
	margin: 15px 0 20px 0;
}




.RedesSociais {
    width: 100%;
    padding: 100px 0 50px 0;
}

.RedesSociais .IconeHeader {
    width: 100px;
    height: auto;
    display: block; 
    margin: 0 auto 20px auto;
}

.RedesSociais .PortaPost {
    position: relative;
    overflow: hidden!important;
    text-align: center;
    cursor: pointer;
	margin-bottom: 10px;
}

.RedesSociais .ImagemPost {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    
	-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;
}

.RedesSociais .OverlayPost {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 11;
    opacity: 0;
    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;
}

.Show_OverlayPost {
    opacity: 1!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;
}

.RedesSociais .Icone {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
    opacity: 0;
    
	-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;
}

.Show_IconePosts {
    opacity: 1!important;
    -webkit-animation: bounceIn 1s;
    -moz-animation: bounceIn 1s;
    -ms-animation: bounceIn 1s;
    animation: bounceIn 1s;
    
	-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;
}

.RedesSociais .Links {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
	text-align: left;
    color: #0E6EA0;
    margin: 0 10px;
}

.RedesSociais .DivIconesSocial {
	display: flex;
	height: 50px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.RedesSociais .Links img {
    width: 50px;
    height: auto;
    margin: 0 15px 0 15px;
}

.RedesSociais .col-12 {
	margin-bottom: 20px;
}






.Overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.0);
	z-index: 1000;
	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;
}

.Show_Overlay {
	background: rgba(0,0,0,0.89)!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;
}

.Section_Garantias {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1001;
	pointer-events: none;
	opacity: 0;
	margin: 30px 0 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;
}

.Show_Section_Garantias {
	opacity: 1!important;
	margin: 0 0 0 0!important;
	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;
}


.Modal_Garantias {
	min-height: 386px;
	max-height: 386px;
	border-radius: 30px;
	background: white;
	padding: 40px 60px;
	
}

.Modal_Conteudo {
	min-height: 320px;
	max-height: 320px;
	overflow-y: scroll;
}

.Modal_Garantias .DivBtnFechar {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: 10px 20px 0 0;
}

.Modal_Garantias .DivBtnFechar {
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.Modal_Garantias .DivBtnFechar .IconeBtnFechar {
	width: 30px;
	height: 30px;
}

.Modal_Garantias table {
    width: 100%;
}

.Modal_Garantias .table thead th {
    font-family: 'Roboto', sans-serif;
    font-size: 13px!important;
    font-weight: 500!important;
    letter-spacing: 0.5px;
    color: white;
	background: #97B4C6;
    border-top: none!important;
    border-bottom: 2px solid #97B4C6;
	padding: 0.35rem;
}

.Modal_Garantias .table tbody th {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #97B4C6;
    font-size: 13px!important;
	line-height: 13px;
	vertical-align: middle;
	padding: 0.35rem;
}

.Modal_Garantias .table tbody td {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 13px;
	padding: 0.35rem;
}





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

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

.FaleConosco .BtnSaibaMais {
    display: inline-block;
    position: relative;
    border: 0px solid rgba(48,73,92,1.0);
    background-color: #0C486C;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 4px;
    color: #90BFD6;
    margin: 50px 0 0 0;
    padding: 15px 18px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    
	-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;
}

.FaleConosco .BtnSaibaMais:hover {
    background-color: #216893;
    
	-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;
}

.FaleConosco .BtnSaibaMais:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 60px;
    height: 46px;
    margin: 0 -55px 0 0;
    background: url("../svg/SetaFaleConosco.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;
}

.FaleConosco .BtnSaibaMais:hover:before {
    margin: 0 -65px 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;
}



.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: #f2f2f2;
	padding: 60px 40px;
	border-radius: 60px;
}

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

.Localizacao .BtnLojas {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 95px;
	margin: 0 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;
}

.Localizacao .BtnLojas .LogoLojas {
	display: block;
	width: 90%;
	height: auto;
	opacity: .5;
	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.Localizacao .BtnLojas .LogoLojas:hover {
	width: 100%;
	height: auto;
	opacity: 1;
	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.Mapa {
	width: 100%;
    height: 360px;
    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;
}

.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: 360px;
	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: 360px;
    
	-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;
	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 {
	
}

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

.Mapa .Aviso {
    position: absolute;
	padding-top: 300px;
    pointer-events: none;
    z-index: 1;
    
	-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;
}




.OutrosProdutos {
	width: 100%;
	height: 750px;
	padding: 0 0 50px 0;
	background: white url("../images/Background_Footer_Internas.jpg") bottom center no-repeat;
}

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

.OutrosProdutos .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;
}

.OutrosProdutos .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;
}

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

.OutrosProdutos .BtnVoltarPaginaPrincipal {
	width: auto;
	height: 30px;
	background: #6497B1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 10px;
	color: #0C486C;
	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;
}

.OutrosProdutos .BtnVoltarPaginaPrincipal:hover,
.OutrosProdutos .BtnVoltarPaginaPrincipal:focus,
.OutrosProdutos .BtnVoltarPaginaPrincipal:active {
	color: #0C486C;
    background: #6497B1;
	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;
}

.OutrosProdutos .LogoFooter {
	width: 100px;
	height: auto;
	display: block;
	margin: 0 0 0 0;
}



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

.SubMenuProdutos .DivSubMenu {
	position: relative;
	pointer-events: auto;
	background: #6497B1;
	width: 210px;
	padding: 40px 30px 40px 30px;
	margin-left: -210px;
	border-radius: 30px;
	
    -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;
}

.SubMenuProdutos .DivBtnFechar {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin: 20px 20px 0 0;
}

.Show_DivSubMenu {
	margin-left: 20px!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;
}

.SubMenuProdutos .TituloProdutos {
	display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 11px!important;
    line-height: 16px!important;
    letter-spacing: .7px;
    margin: 0 0 5px 0;
    padding: 0;
	color: #192D4D;
}

.SubMenuProdutos .LinkProdutos {
	display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px!important;
    line-height: 16px!important;
    letter-spacing: .7px;
    margin: 3px 0 3px 6px ;
    padding: 0;
	color: white;
	
    -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;
}

.SubMenuProdutos .LinkProdutos:hover {
	margin: 3px 0 3px 12px;
	
    -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;
}

.SubMenuProdutos .LinkProdutosAzul {
	display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 11px!important;
    line-height: 16px!important;
    letter-spacing: .7px;
    margin: 0 0 5px 0;
    padding: 0;
	color: #192D4D;
	
    -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;
}

.SubMenuProdutos .LinkProdutosAzul:hover {
	margin: 0 0 5px 12px;
	
    -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;
}

.SubMenuProdutos .AbreSubMenuProdutos {
	position: absolute;
	pointer-events: auto;
	top: 50%;
	left: 0;
	margin: -35px 0 0 -70px;
	width: 70px;
	height: 70px;
	
    -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;
}

.Show_AbreSubMenuProdutos {
	margin: -35px 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;
    transition: all 0.4s ease;
}