

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

.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 img {
	width: 110%;
	height: auto;
	margin: 0 0 0 -5%;
}


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

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

.Splash .HandRobot img {
	width: auto;
	height: 100%;
	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: 45px;
	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: #4E6F82;
	width: 260px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: -210px;
	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 -50px;
	width: 50px;
	height: 50px;
	background: url("../svg/LojaIcone.svg") center center no-repeat;
	background-size: 35px;
}

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

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

.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 105px 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: 500;
    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 100px 0;
	background: #4E6F82;
}

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

.Sobre .BtnGarantias {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 30px;
	background: rgba(125,160,181,1.0);
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #375566;
	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: #375566;
    background: rgba(100,139,162,1.0);
	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 0 0;
	background: white;
}

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

.Portfolio .CardImagem {
	overflow: hidden;
}

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

.Portfolio .PortaBtn_Progressivas {
	background: #D7E7F2;
	/*padding: 0 0 30px 0!important;*/
}

.Portfolio .PortaBtn_VisaoSimples {
	background: #FFF1F0;
	padding: 0 0 30px 0!important;
}

.Portfolio .PortaBtn_Ocupacionais {
	background: #e4f2ec;
	padding: 0 0 30px 0!important;
}



.Portfolio .BtnSaibaMais {
	display: block;
	width: 100px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: white!important;
	letter-spacing: 2px;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 6px 0;
	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_Progressivas {
	background: #597B8F;
	color: #E1EEF7;
}

.Portfolio .BtnSaibaMais_VisaoSimples {
	background: #F96F6C;
}

.Portfolio .BtnSaibaMais_Ocupacionais {
	background: #6AAF92;
}

.Portfolio .BtnSaibaMais_Color {
	background: #D99A3D;
}

.Portfolio .BtnSaibaMais:hover,
.Portfolio .BtnSaibaMais:focus,
.Portfolio .BtnSaibaMais:active {
	color: white;
    /*letter-spacing: 6px;*/
	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 .BtnSaibaMais_Progressivas:hover {
	background: #436477;
	color: #E1EEF7;
	
    -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_VisaoSimples:hover {
	background: #d96563;
	color: #E1EEF7;
	
    -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_Ocupacionais:hover {
	background: #3d8969;
	color: #E1EEF7;
	
    -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_Color:hover {
	background: #c4862a;
	color: #E1EEF7;
	
    -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;
}

.PortfolioProduto {
	border-radius: 35px;
	
	
	-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;
}

.PortfolioProduto::before {
	position: absolute;
	top: 0;
	opacity: 0.0;
	margin-top: 33px;
	width: 100%;
	height: 250px;
	display: block;
	content: '';
	background: url("../images/Sombra_Cantos.png") center bottom 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;
}

.PortfolioProduto:hover::before {
	opacity: 0.4;
	
	-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;
}

.PortfolioProduto:hover {
	-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 .BtnEscolha_Progressivas {
	background: #597B8F;
}

.Portfolio .BtnEscolha_Progressivas_Ativo {
	background: white;
	border: 2px solid #597B8F;
	color: #597B8F;
}

.Portfolio .BtnEscolha_Ocupacionais {
	background: #6AAF92;
}

.Portfolio .BtnEscolha_VisaoSimples {
	background: #F96F6C;
}



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

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

.Portfolio .MediumTxt {
	line-height: 19px!important;
}

.Portfolio .PortaDados {
	padding: 0 15px!important;
}

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

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

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

.Portfolio .BordaLinha {
	border-bottom: 1px solid #B3C8D6;
}

.Portfolio .BordaLinha_VisaoSimples {
	border-bottom: 1px solid #FAC5C3;
}

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

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

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

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

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

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

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

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

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

.CampoVisaoFotossensiveis {
	min-height: 232px;
	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;
}

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

.Zoom_ImagemCampoVisao {
	background-size: 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;
}

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

.MoveH2 {
	letter-spacing: 1px;
	
    -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%;
    padding: 50px 0 100px 0;
    background: #f0f0f0;
}

.TecnologiaHeader .container-fluid {
	width: 85%;
    margin: 0 auto;
}

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

.TecnologiaHeader .TecnologiaImagem .TituloHeader {
	width: auto;
	height: 230px;
	margin: 0 0 0 0;
}

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

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

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

.Tecnologia p {
	font-weight: 400;
}

.Tecnologia .BtnSaibaMais {
    background-color: #4E6F82;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 12px 16px;
    border: none;
    color: #D7E7F2!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: white;
}

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

.Footer .LinhaConteudo {
	border-top: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.Footer .LogoFooter {
	width: 200px;
	height: auto;
	margin: 0 auto;
}

.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: 2px 0;
    padding: 0;
	color: rgba(125,160,181,1.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;
}

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


.Assinatura {
	width: 100%;
	height: 30px;
    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: 600;
    font-size: 9px;
	line-height: 30px;
    letter-spacing: 3px;
    color: rgba(125,160,181,1.0)!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: -50px;
    right: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    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: 40px;
    height: auto;
}
.BackToTop .to-top {
    cursor: pointer;
}





.CoverProduto {
    position: relative;
	width:100%;
	height:25vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	z-index: 1;
	background: url("../images/Background_Internas.jpg") top center no-repeat;
    background-size: cover;
	overflow: hidden;
}

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

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





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

.ConteudoProdutoCinza {
	background: #f0f0f0;
}

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

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

.BtnTexto1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px!important;
    line-height: 23px!important;
    letter-spacing: .5px;
    margin: 0;
    padding: 4px 7px;
	background: #97B4C6;
	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;
}

.BtnTexto1:hover {
    letter-spacing: .8px;
	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;
}

.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: #97B4C6;
    border-top: none!important;
    border-bottom: 2px solid #97B4C6;
}

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

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

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

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



.OpenMenuLaterial {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 12px 15px 0;
    z-index: 300;
    
    -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 12px 65px 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: #375566;
	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: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #97B4C6;
    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;
 
    -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: 150px 0 100px 0;
}

.RedesSociais .IconeHeader {
    width: 80px;
    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;
    color: #7C9EB3;
    margin: 0 10px;
}

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






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