#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgb(14,73,90);
background: -webkit-linear-gradient(top left, rgba(14,73,90,1) 0%, rgba(30,119,117,1) 100%);
background: -o-linear-gradient(top left, rgba(14,73,90,1) 0%, rgba(30,119,117,1) 100%);
background: linear-gradient(to bottom right, rgba(14,73,90,1) 0%, rgba(30,119,117,1) 100%);
    z-index: 9999;
    pointer-events: none!important;
}

#preloader .LogoLoader {
    width: 150px;
    height: auto;
}

.EscondeLoader {
    opacity: 0;
    -webkit-transition-duration: 0.8s; /* Safari */
    -webkit-transition-delay: 0.8s; /* Safari */
    transition-duration: 0.8s;
    transition-delay: 0.8s;
}




#home-landing {
    background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
    pointer-events: none;
}

#home-landing {
    background-image: url(../images/Background.png);
}

.content {
    position: relative;
    z-index: 3; 
    background-color: #fff;
}










.CoverRecursos {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 17    0px;
    z-index: 200;
    margin: 0 45px 45px 0;
    /*pointer-events: none;*/
    flex-direction: column;
}

.CoverRecursos div {
    margin-bottom: 7px;
}

.CoverRecursos .IconeRecursos {
    width: 50px;
    height: auto;
}

.CoverRecursos .IconePlay {
    width: 100px;
    height: auto;
    margin-left: -25px;
}


.CoverRecursos .TxtBtnRecursos {
    display: inline;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	padding: 10px 14px;
    margin: 0 0 7px 0;
	letter-spacing: 1.5px;
	color: #ABD159;
    text-align: center;
    pointer-events: auto;
}

.CoverRecursos_Scroll {
    background: transparent;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 17    0px;
    z-index: 200;
    margin: 0 -175px -200px 0;
    pointer-events: none;
    flex-direction: column;
    
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.Show_CoverRecursos_Scroll {
    pointer-events: auto;
    margin: 0 -175px 90px 0!important;
    
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.CoverRecursos_Scroll div {
    margin-bottom: 7px;
}

.CoverRecursos_Scroll .IconeRecursos {
    width: 50px;
    height: auto;
}

.CoverRecursos_Scroll .TxtBtnRecursos {
    display: inline;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	padding: 10px 14px;
    margin: 0 0 7px 0;
	letter-spacing: 1.5px;
	color: #ABD159;
    text-align: center;
	border-radius: 30px;
    pointer-events: auto;
    opacity: 0;
}

.CoverRecursos_Scroll .TxtBtnRecursos:hover {
    color: #1e7775;
}

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

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

.PortaBtnPlay {
    margin: 0 0 35px 0!important;
}

.PortaBtnPlay p {
    display: block!important;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
    line-height: 15px;
	padding: 10px 14px;
    margin: -55px 0 7px 55px!important;
	letter-spacing: 1.5px;
	color: #ABD159;
    text-align: left!important;
    pointer-events: auto;
}

.BtnPlay {
    display: block;
    width: 50px;
    height: 50px;
    background: #abd159;
    border-radius: 100%;
    z-index: 10;
    
    -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;
}

.BtnPlay:before {
    position: absolute;
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    margin: -5px 0 0 -5px!important;
    border-radius: 100%;
    background: rgba(255,255,255,0.10);
    z-index: 9;
    
    -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;
}

.BtnPlay:after {
    position: absolute;
    display: block;
    content: '';
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
    margin: -25px 0 0 -25px!important;
    border-radius: 100%;
    background: rgba(255,255,255,0.10);
    z-index: 8;
    
    -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;
}

.BtnPlay:hover:before {
    width: 60px;
    height: 60px;
    margin: -5px 0 0 -5px!important;
    background: rgba(255,255,255,0.10);

    animation: pulse 1s infinite;
    animation-timing-function: linear;

}

.BtnPlay:hover:after {
    width: 100px;
    height: 100px;
    margin: -25px 0 0 -25px!important;
    background: rgba(255,255,255,0.10);

    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

/*Colocar e editar tambem no final do animate.css*/
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.5); opacity: 0.5;}
  100% { transform: scale(1); }
}


.BtnPlay img {
    width: 50px;
    height: auto;
}






.CoverSocial {
	position: fixed;
	width: 50px;
	height: 100px;
	left: 0;
	bottom: 0;
	margin: 0 0 45px 60px;
	z-index: 30;
	
    -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;
}

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

.CoverSocial_Desce {
	margin-bottom: -150px;
	
    -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;
}

.CoverSocial img {
	width: 35px;
	height: auto;
}

.CoverSocial .IconeSocial,
.CoverSocial_Conteudo .IconeSocial {
	width: 50px;
	height: 50px;
}

.CoverSocial .IconeSocial .SvgFacebook,
.CoverSocial_Conteudo .IconeSocial .SvgFacebook {
	width: auto;
	height: 30px;
	display: block;
}

.CoverSocial .IconeSocial .SvgInsta,
.CoverSocial_Conteudo .IconeSocial .SvgInsta {
	width: auto;
	height: 30px;
	display: block;
}

.CoverSocial .IconeSocial .SvgEmail,
.CoverSocial_Conteudo .IconeSocial .SvgEmail {
	width: 35px;
	height: auto;
	display: block;
}

.CoverSocial .SvgFacebook .title {
	font-family: 'Roboto', sans-serif;
	font-size: 16;
}


.CoverSocial_Conteudo {
	position: absolute;
	width: 50px;
	height: 100px;
	right: 0;
	bottom: 0;
	z-index: 401;
	margin: 0 15px 25px 0;
}







.CoverHashtag {
	position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	width: 100px;
	height: 200px;
	left: 0;
	bottom: 0;
	margin: 0 0 105px 35px;
    z-index: 201;
    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;
}

.Sobe_CoverHashtag {
    margin: 0 0 85px -5px!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;
}

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







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

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

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

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

.CoverWelcome p {
	line-height: 26px;
	letter-spacing: 2px;
	text-align: left;
}

.CoverWelcome .SetaHeader {
    width: 60px;
    height: auto;
    display: block;
    margin: 30px 0 0 0;
    float: right;
}

.CoverWelcome .SaibaMais {
	display: inline-flex;
    color: #13bfb1;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	text-align:center;
	border: 0px solid #3d2c2a;
    padding: 20px 19px;
	border-radius: 35px;
    text-transform: uppercase;
	margin: 40px 0 0 0;
    background: #0a3642;
    pointer-events: auto;
    
    -webkit-box-shadow: 5px 15px 47px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 5px 15px 47px 0px rgba(0,0,0,0.32);
    box-shadow: 5px 15px 47px 0px rgba(0,0,0,0.32);
}

.CoverWelcome a {
    pointer-events: auto;
}

.CoverWelcome .SaibaMais:hover {
	background: #0e888e!important;
    color: white!important;
}

.CoverWelcome .home-bottom {
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: 0;
} 

.move {
    margin: 60px auto 0 auto;
}

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




.CoverSocial_Mobile {
    margin: 20px 0 0 0;
}

.CoverSocial_Mobile .IconeSocial {
    display: inline-flex;
	width: 45px;
	height: 45px;
}

.CoverSocial_Mobile img {
	width: 40px;
	height: auto;
}






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

.Sobre .ImagemLab {
    margin-bottom: 25px;
}

.Sobre .ImagemDiferenciais {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
    border-radius: 100%;
}

.Sobre .PaddingTexto {
    padding: 0 10px;
}

.Sobre h2 {
    font-size: 30px;
    line-height: 35px;
}

.Sobre h2:after {
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    bottom: 0;
    margin-top: 20px;
    background-color: #239ea4;
}

.Sobre .MediumTxt {
    line-height: 24px!important;
}

.Sobre .Nome {
	font-family: 'Rotobo', sans-serif;
	font-size: 13px;
    line-height: 17px;
	padding-left: 60px;
    color: #16B0B8;
}

.Sobre .Nome:before {
	display: block;
	content: '';
	width: 45px;
	height: 1px;
	background: #16B0B8;
	top: 0;
	left: 0;
	margin: 0 0 -13px -60px;
}

.Sobre .ImagemAssinatura {
	width: 200px;
	height: auto;
	display: block;
    margin: 0 0 -20px 0;
}






.Header_Multimarcas {
    width: 100%;
    height: 400px;
    background: url("../images/LentesMultimarcas.png") center center no-repeat;
    background-size: cover;
}

.Header_Multimarcas .Conteudo {
    height: 400px;
    flex-direction: row;
}

.Header_Multimarcas .Logo {
    display: flex;
    width: 130px;
    height: auto;
}

.Header_Multimarcas h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 0 25px;
}


.ProdutosMultimarcas {
    width: 100%;
    padding: 100px 0 130px 0;
}

.ProdutosMultimarcas .Logo {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto 15px auto;
}

.ProdutosMultimarcas h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 30px 0;
}

.ProdutosMultimarcas .CardContato {
    background: #f2f2f2;
    padding: 40px 40px 60px 40px;
}

.ProdutosMultimarcas .ImagemMarcas {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.7;
    
	-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;
}

.ProdutosMultimarcas .ImagemMarcas:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 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;
}

.ProdutosMultimarcas .Icones {
    width: 50px;
    height: auto;
    margin: 0 0 0 30px;
}

.ProdutosMultimarcas p {
    margin: 12px 0 0 13px;
}

.ProdutosMultimarcas .DadosContato {
    display: inline;
}

.ProdutosMultimarcas a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.5px;
    margin: 12px 0 0 13px;
    padding: 0;
    color: #1e7775;
    
	-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;

}

.ProdutosMultimarcas .BtnEnviarDados {
    width: 100%;
    height: 47px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 0!important;
    border: none;
    border: 0px solid rgba(0,0,0,0.15)!important;
    background-color: #cecece;
    color: #000!important;
    padding: 12px;
    margin: 0;
    outline: none;
    cursor: pointer;
    box-shadow: none!important;
}

.ProdutosMultimarcas .BtnEnviarDados:hover {
    background-color: #2d918f;
}

.ProdutosMultimarcas .InputSemBordaDireita {
    border-right: 0px solid white!important;
}

.alert {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.Hide_Alert {
    display: none;
}






.Header_MarcaExclusiva {
    width: 100%;
    height: 400px;
    background: url("../images/MarcaExclusiva.png") center center no-repeat;
    background-size: cover;
    flex-direction: column;
}

.Header_MarcaExclusiva .Conteudo {
    height: 400px;
    flex-direction: row;
}

.Header_MarcaExclusiva .Logo {
    display: flex;
    width: 130px;
    height: auto;
}

.Header_MarcaExclusiva h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 0 25px;
}



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

.MarcaExclusiva2 {
    width: 100%;
    height: 1000px;
    background: white url("../images/MarcaExclusiva_Footer.png") center bottom no-repeat;
}

.MarcaExclusiva2 .Conteudo {
    height: 1000px;
    flex-direction: column;
}

.MarcaExclusiva .Logo {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto 15px auto;
}

.MarcaExclusiva .H2Header {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 30px 0;
}

.MarcaExclusiva2 h2 {
    font-size: 30px;
    line-height: 35px;
}

.MarcaExclusiva2 h2:after {
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    bottom: 0;
    margin-top: 20px;
    background-color: #239ea4;
}

.MarcaExclusiva2 a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 21px!important;
    letter-spacing: 1px;
    color: #16B0B8;
    margin: 0;
    padding: 10px 0 0 20px;
    background: url("../images/BordaBtn.png") top left no-repeat;
}

.MarcaExclusiva2 a:hover {
    color: #1e7775;
}





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

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

.Localizacao .HeaderLocalizacao {
	display: block;
}

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

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

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







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

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

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

.FaleConosco .IframeFaleConosco {
    width: 100%;
    height: 550px;
    margin-top: 30px;
    background: #025e65;
}

.BoxFaleConosco {
    background-color: #f2f2f2;
    padding: 50px;
    border-radius: 20px;
}

.FaleConosco form {
    padding-top: 5px;
}

.BtnEnviar {
    display: block;
    border: 0px solid rgba(48,73,92,1.0);
    background-color: #16afb7;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    color: #0a3642;
    margin: 50px auto 0 auto;
    padding: 12px 18px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.FaleConosco .BtnEnviar:hover, .FaleConosco .BtnEnviar:focus {
    background:  #0c8097;
    border: 0px solid rgba(48,73,92,1.0);
    box-shadow: none;
    color: white;
}

input,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0px solid green;
    -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000!important;
}


.FormDhell {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0!important;
    border: none;
    border: 1px solid rgba(0,0,0,0.15)!important;
    background-color: #f2f2f2;
    color: #000!important;
    padding: 12px;
    outline: none;
    box-shadow: none!important;
}

.FaleConosco .InputComBordaBottom {
    border: none!important;
    background-color: #f2f2f2;
    border-bottom: 1px solid rgba(0,0,0,0.15)!important;
}

.FormDhell:focus {
    border-radius: 0!important;
    border: none;
    border-bottom: 1px solid #1e7775!important;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.TextareaDhell {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
    height: 150px;
    border-radius: 0!important;
    border: none;
    border: 1px solid rgba(0,0,0,0.15)!important;
    background-color: #f2f2f2;
    outline: none;
    padding: 20px;
    color: #000;
}

.TextareaDhell:focus {
    border-radius: 0!important;
    border: none;
    border: 1px solid #1e7775!important;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    margin-left: 5px;
}

.OcultaFaleConosco {
    display: none;
}

.OcultaResposta {
    display: none;
}

.BtnOutraMensagem {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: black;
    margin: 30px 0 0 0;
    display: block;
}

.FaleConosco .btn-primary {
    margin: 0 auto;
    display: block;
}




section#map {
	height: 360px;
	width: 100%;
	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;
}

section#map #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;
}

section#map img {
	margin-left: 25px;
}

section#map .close {
	position: absolute;
	background: url("../images/close.png") no-repeat center;
	width: 25px;
	height: 25px;
	top: -40px;
	left: 50%;
	margin-left: -10px;
	cursor: pointer;
	display: none;
	opacity:1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

section#map .close:hover {
	opacity: 0.7;
}

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

section#map .Aviso {
	padding-top: 300px;
    pointer-events: none;
}

section#map .SomeAviso {
	opacity: 0;
}




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

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

.RedesSociais .PortaPost {
    position: relative;
    width: 370px;
    height: 370px;
    overflow: hidden!important;
    text-align: center;
    cursor: pointer;
}

.RedesSociais .ImagemPost {
    width: 100%;
    height: auto;
    display: block;
    margin: 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 .ZoomImagemPost {
    width: 105%;
    height: 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 .PortaImagem {
    position: absolute;
    z-index: 10;
}

.RedesSociais .PortaIcone {
    position: absolute;
    z-index: 12;
}

.RedesSociais .OverlayPost {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 11;
    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_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 .PortaIcone .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: 16px;
    letter-spacing: 1px;
    color: #1e7775;
    margin: 0 10px;
}

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





footer {
    background: url("../images/Background_Footer.png") center center no-repeat;
    background-size: cover;
    height: 400px;
}

footer .Icones {
    width: 36px;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
}

footer .ColunaGeral {
    height: 370px;
}

footer .LogoFooter {
    width: 140px;
    height: auto;
    display: block;
}






.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: 400;
    font-size: 9px;
	line-height: 30px;
    letter-spacing: 3px;
    color: #abd159!important;
    text-align: center;
	text-transform: uppercase;
}

.Assinatura a:hover {
    text-decoration: none;
	color: #fff;
}

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





#back-to-top {
    position: fixed;
    color: #fff;
    z-index: 50;
    bottom: -50px;
    right: 0;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
	margin-right: 25px;

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

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

#back-to-top img {
	width: 50px;
    height: auto;
}
.to-top {
    cursor: pointer;
}



.OverlayPageFixa {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3000;
    opacity: 0;
    pointer-events: none;
    background: white;
}

.Ativa_OverlayPageFixa {
    opacity: 1;
}



.OverlayPage {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    opacity: 0;
    pointer-events: none;
    background: rgb(14,73,90);
background: -webkit-linear-gradient(top left, rgba(14,73,90,1) 0%, rgba(30,119,117,1) 100%);
background: -o-linear-gradient(top left, rgba(14,73,90,1) 0%, rgba(30,119,117,1) 100%);
background: linear-gradient(to bottom right, rgba(14,73,90,1) 0%, rgba(30,119,117,1) 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;
}

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

.OverlayPage img {
    width: 200px;
    height: auto;
    display: block;
}


.DivFecharIframe {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 5001!important;
    display: none!important;
}

.Show_DivFecharIframe {
    display: flex!important;
}

.DivFecharIframe .LinkVoltar {
    width: 70px;
    height: 70px;
	margin: 0 20px 20px 0;
	background: #156462;
	border-radius: 100%;
    pointer-events: auto;
	position: fixed;
	bottom: 0;
}

.DivFecharIframe .LinkVoltar:hover {
	background: #298a88;
}

.DivFecharIframe .LinkVoltar img {
    width: 15px;
    height: auto;
}

.WebPedidos {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 4000;
    pointer-events: none;
}

.Ativa_WebPedidos {
    pointer-events: auto;
}

.DesativaScrollHome {
    overflow: hidden;
}

.SplashLogin {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    background: url("../images/Background_WebPedidos.png") center center no-repeat;
    background-size: cover;
}

.SplashLogin h4 {
    font-weight: 400!important;
    letter-spacing: 6px;
}

.CardLogin {
    
    height: 400px;
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.10);*/
    
}

.CardLogin .DivLogo {
    
    background: #0d6370;
    height: 400px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    
}

.CardLogin .LogoAlfa {
    
    display: block;
    width: 290px;
    height: auto;
    margin: 0 auto 0 auto;
    
}

.CardLogin .DivLogin {
    
    background: #f2f2f2;
    height: 400px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    
}

.CardLogin .FormLogin {
    
    width: 70%;
    
}

.CardLogin .InputTxt_Login {
    
    width: 100%;
    height: 35px;
    padding: 0 0 5px 45px; 
    margin: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    border-radius: 0px;
    background: white!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

.CardLogin .LabelUser {
    
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 3;
    
}

.CardLogin .LabelUser .SvgLogin {
    
    display: block;
    width: 25px;
    height: auto;
    margin: 0 auto 0 auto;
    
}

::-ms-reveal,
::-ms-clear {
  display: none !important;
}

.my-toggle {
    
    background: transparent;
    border: 0;
    border-radius: 0.25em;
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.5em;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    
}

.my-toggle:hover,
.my-toggle:focus {
    
    background-color: #eee;
    color: #555;
    outline: transparent;
    
}

.fill-red {
    
    fill: red;
    
}

.hideShowPassword-toggle {

    background-color: transparent;
    background-image: url('../svg/Wink.svg');
    background-position: center -3px;
    background-repeat: no-repeat;
    border: 0px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 100%;
    width: 26px;
    height: 20px;
    top: 0!important;
    margin: 8px 6px 0 0!important;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    text-indent: -999em;
    -moz-appearance: none;
    -webkit-appearance: 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;
    
}

.hideShowPassword-toggle-hide {
    
    background-position: center -29px;
    -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;
    
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    
    outline: none;
    
}


.CardLogin .BtnLogin {
    
    display: table;
    border: 0px solid rgba(48,73,92,1.0);
    background-color: #0d6370;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 4px;
    color: white;
    margin: 20px auto 0 auto;
    padding: 9px 16px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    
}

.CardLogin .BtnLogin:hover,
.CardLogin .BtnLogin:focus {
    
    background:  #024e7d;
    border: 0px solid rgba(48,73,92,1.0);
    box-shadow: none;
    color: white;
    
}

.CardLogin .TxtLembrete {
    margin: 30px 0 0 0;
}





.VideoLightBox {
    display: none;
}

.play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: rgba(0,191,243,0.5);
    border-width: 12px 20px;
    pointer-events: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.play:hover:after {
    border-left-color: rgba(0,191,243,0.3);
}
.play:hover{
    border: 10px solid rgba(0,191,243,0.3);
}

.video-container {
    position: relative;
    padding-bottom: 51%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.cbp-item span {
   color: rgba(0,191,243,0.5);
   font-family:'MuseoBold', Verdana;
    letter-spacing: -2px;
}
.cbp-item  p {
   color: rgba(0,191,243,0.8);
   font-family:'Lato', Verdana;
   font-size:16px;
   font-weight:100;
    margin-top: 10px;
}
.cbp-wrapper, 
.cbp .cbp-item {
    position: relative;
    height: 110px;
} 
 .cbp-item-wrapper {
    top: 20px;
}
.cbp {
    overflow: visible;
}
@media (min-width:992px) {
    #Tecnologia .cbp {
        margin-bottom: 45px;
    }
}
@media (max-width:992px) {
    .cbp {
        margin-bottom: 35px;
    }
}
.cbp-item {
    width: 100%;
} 
.play {
    position: relative;
    display: inline-block;
    top: -10px;
    width: 80px;
    height: 80px;
    border: 7px solid rgba(0,191,243,0.5);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
} 
.subheading.grey:after { 
    margin-top: 25px;
    opacity: .6;
}
.cbp-item-wrapper {
    padding-left: 20px;
}
.play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: rgba(0,191,243,0.5);
    border-width: 12px 20px;
    pointer-events: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.play:hover:after {
    border-left-color: rgba(0,191,243,0.3);
}
.play:hover{
    border: 10px solid rgba(0,191,243,0.3);
}














.DivBtnCloseFullscreen {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;;
    opacity: 0;
	margin: 0 20px 100px 0;
    pointer-events: none;
}

.DivBtnCloseFullscreen .CloseFullscreen {
    pointer-events: auto;
	width: 70px;
	height: 70px;
	z-index: 101;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: #156462;
}

.DivBtnCloseFullscreen .OpenFullscreen {
	width: 70px;
	height: 70px;
	z-index: 101;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: #156462;
}

.CloseFullscreen:hover:after {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	content: 'SAIR DO MODO APP';
	top: 0;
	right: 0;
	width: 180px;
	height: 70px;
	margin: 0 80px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .5px;
	text-align: right;
}

.OpenFullscreen:hover:after {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	content: 'ENTRAR DO MODO APP';
	top: 0;
	right: 0;
	width: 180px;
	height: 70px;
	margin: 0 80px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .5px;
	text-align: right;
}

.Show_DivBtnCloseFullscreen {
    opacity: 1!important;
    pointer-events: auto!important;
}

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




.Hide {
	display: none!important;
}