body {
	font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.15;
    color: #333333;
	font-style: normal;
	position: relative;
	overflow-x: hidden;
	width: 100vw;
	max-width: 100vw;
}
h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
ul, li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
/*.ltas-link-blanco, .ltas-link-blanco:hover, .ltas-link-blanco:visited{
	text-decoration: none;
	color: #FFFFFF;
}*/




/*TEXT SIZE*/
.ml-t1{
	font-size: 74px;
}
.ml-t2{
	font-size: 32px;
}
.ml-t3{
	font-size: 25px;
}
.ml-txt-grande{
	font-size: 34px;
	line-height: 1;
}
.ml-txt-min{
	font-size: 14px;
}
.ml-txt-50{
	font-size: 44px;
}
.ml-txt-50-sub{
	font-size: 30px;
}


/*TEXT COLOR*/
.txt-negro{
	color: #333333;
}
.txt-blanco{
	color: #FFFFFF;
}
.txt-rojo{
	color: #C10230;
}
.txt-azul{
	color: #269CD9;
}


/*TEXT FORMAS*/
.txt-bold{
	font-weight: bold;
}
.txt-cursiva{
	font-style: italic;
}


/*BACK COLOR*/
.back-negro{
	background-color: #333333;
}
.back-blanco{
	background-color: #FFFFFF;
}
.back-rojo{
	background-color: #C10230;
}
.back-azul{
	background-color: #269CD9;
}
.back-gris{
	background-color: #F0F0F0;
}



/*VARIAS*/
.clearfix{
	clear: both;
}
.izquierda{
	float: left;
}
.derecha{
	float: right;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.txt-left{
	text-align: left;
}
.relative{
	position: relative;
}
.center{
	position: relative;
	margin: 0px auto;
}
.alineacion-vertical-horizontal{
	display: flex;
    align-items: center; /* Centrado vertical */
    justify-content: center; /* Centrado horizontal */
    text-align: center;
}

.ml-pad-top-2{
	padding-top: 60px;
}
.ml-pad-top-1{
	padding-top: 30px;
}
.ml-pad-bottom-2{
	padding-bottom: 60px;
}
.ml-pad-bottom-1{
	padding-bottom: 30px;
}


/*BOTONES*/
.ml-boton, .ml-boton:hover, .ml-boton:focus, .ml-boton:active{
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	border: 2px solid;
	display: inline-block;
	min-width: 200px;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 0px;
	text-align: center;
	z-index: 1;
	position: relative;

}

.ml-boton-blanco{
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.ml-boton-blanco:hover,
.ml-boton-blanco:focus,
.ml-boton-blanco:active{
	color: #C10230;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	outline: none;
	box-shadow: none;
}


.ml-boton-rojo{
	color: #C10230;
	border-color: #C10230;
}
.ml-boton-rojo:hover,
.ml-boton-rojo:focus,
.ml-boton-rojo:active{
	color: #FFFFFF;
	border-color: #C10230;
	background-color: #C10230;
	outline: none;
	box-shadow: none;
}

.ml-boton-azul{
	color: #269CD9;
	border-color: #269CD9;
}
.ml-boton-azul:hover,
.ml-boton-azul:focus,
.ml-boton-azul:active{
	color: #FFFFFF;
	border-color: #269CD9;
	background-color: #269CD9;
	outline: none;
	box-shadow: none;
}

.ml-padre-flex{
	display: flex; /* Activa Flexbox */
    align-items: center; /* Centra verticalmente los hijos */
}
.ml-hijo-flex{
    display: flex;
    align-items: center; /* Centra el contenido verticalmente */
    justify-content: center; /* Centra horizontalmente el contenido */
    text-align: center; /* Asegura que el texto esté centrado */
}

.parallax {
    transform: translateY(0);
    transition: transform 0.1s linear;
}

.lm-mostrar-mobile{
	display: none;
}

/*HEADER********************************************************************************/
#lm-header{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	height: 70px;
}
#lm-logo{
	background: transparent url('../imagenes/lift-master-logo.png') scroll no-repeat center center;
	background-size: contain;
	width: 128px;
	height: 50px;
	display: block;
	margin-top: 10px;
}
.lm-rs{
	background-image: url('../imagenes/rs.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: auto 30px;
	display: inline-block;
	height: 30px;
	width: 31px;
	
	margin-right: 5px;
	margin-top: 20px;
	font-size: 0px;

}
#lm-rs-intagram{
	background-position: 0px 0px;
}
#lm-rs-facebook{
	background-position: -40px 0px;
}
#lm-rs-pinterest{
	background-position: -82px 0px;
}
#lm-rs-x{
	background-position: -123px 0px;
}
#lm-rs-youtube{
	background-position: -164px 0px;
}

#lm-top{
	height: 70px;
}
/*FOOTER********************************************************************************/
#lm-footer-logo{
	background: transparent url('../imagenes/lift-master-footer.png') scroll no-repeat center center;
	background-size: contain;
	display: inline-block;
	width: 180px;
	height: 60px;
}
#ml-footer-logo-cont{
	text-align: right;
}
#ml-footer-group{
	background: transparent url('../imagenes/chamberlain-group.png') scroll no-repeat center center;
	background-size: contain;
	display: inline-block;
	width: 135px;
	height: 30px;
}
#ml-logos-todos-footer{
	display: flex;
    justify-content: space-between; /* Espaciado uniforme */
    align-items: center; /* Centra verticalmente */
    width: 100%; /* Ocupa todo el ancho disponible */
}
.ml-footer-logos{
	background: transparent url('../imagenes/sprite-footer.png') scroll no-repeat center center;
	background-size: auto 40px;
	display: inline-block;
	height: 40px;
	margin: 0px 0px 0px 0px;


   
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.logo-chamberlain{
	background-position: 0px 0px;
	width: 150px;
}
.logo-my-q{
	background-position: -234px 0px;
	width: 100px;
}
.logo-merlin{
	background-position: -385px 0px;
	width: 100px;
}
.logo-grifco{
	background-position: -546px 0px;
	width: 100px;
}
.logo-gpsg{
	background-position: -712px 0px;
	width: 100px;
}
.logo-systems{
	background-position: -906px 0px;
	width: 100px;
}
.lm-footer-link{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.lm-footer-link:hover, .lm-footer-link:active, .lm-footer-link:focus{
	color: #FFFFFF;
	text-decoration: underline;
}
.lm-footer-logo-link{
	display: block;
}

/*BANNER********************************************************************************/
#lm-banner{
	background: transparent url('../imagenes/banner-back.jpg') scroll no-repeat center bottom;
	background-size: cover;
	height: 650px;
	padding-top: 160px;
	position: relative;
	overflow: hidden;
}
#ml-banner-operador {
    width: 800px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-top: -30px;
    margin-left: -700px;
    transition: all 1.5s ease;
    opacity: 1;
    transform: translateY(0);
}
#ml-banner-operador.animar-inicial{
	opacity: 0;
	transform: translateY(200%); /* Comienza fuera de la pantalla a la derecha */
    
}
#ml-banner-texto{
	transition: all 1.5s ease;
    opacity: 1;
    transform: translateX(0);
    max-width: 400px;

}
#ml-banner-texto.animar-inicial{
	opacity: 0;
	transform: translateX(200%); 
}
#ml-banner-texto p{
	 max-width: 300px;
	 margin: 0px auto;
}




/*ACERCA********************************************************************************/
#lm-acerca-cont-1{
	padding-bottom: 200px;
	position: relative;
}
#lm-acerca-cont-2{
	position: relative;
	margin-top: -200px;
}
#ml-acerca-img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 82%;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.55);
}
#ml-acerca-cont-pad{
	padding-top: 30px;
	padding-bottom: 30px;
	left: -10px;
	margin-bottom: 10px;
}
.ml-caja-roja{
	background-color: #C10230;
	padding: 15px 20px;
	margin-bottom: 10px;
}
.ml-caja-roja-pad{
	padding-right: 5px !important;
	padding-left: 5px !important;
}
.ml-acerca-icon{
	background: transparent url('../imagenes/acerca-icon.png') scroll no-repeat 0px 0px;
	background-size: auto 55px;
	width: 55px;
	height: 55px;
	margin-bottom: 10px;
	display: inline-block;
}
.ml-acerca-icon.icon-desenmpeno{
	background-position: 5px 0px;
}
.ml-acerca-icon.icon-conectividad{
	background-position: -60px 0px;
}
.ml-acerca-icon.icon-seguridad{
	background-position: -126px 0px;
}
.ml-acerca-icon.icon-instalacion{
	background-position: -190px 0px;
}
.ml-acerca-icon.icon-casa{
	background-position: -256px 0px;
	width: 56px;
}
#ml-norma{
	padding: 40px 0px;
	margin: 0px auto;
	width: 55%;
}

#ml-icon-norma{
	background: transparent url('../imagenes/logo-norma-ul325.png') scroll no-repeat center center;
	background-size: contain;
	height: 120px;
	width: 112px;
	margin: 0px auto 30px;
	display: block;
}
#ml-boton-ficha{
	
}
#ml-boton-manual{
	margin-right: 40px;
}
#ml-operador{
	width: 550px;
	height: auto;
	position: absolute;
	left: -120px;
	top: -170px;
}


.animar-cajas{
	opacity: 1;
	transform: translateX(0);
}
.animar-cajas.animar-ocultas{
	opacity: 0;
	transform: translateX(200%);
}
.ao1{
	transition: all 1s ease;
}
.ao2{
	transition: all 1.5s ease;
}
.ao3{
	transition: all 1.8s ease;
}
.ao4{
	transition: all 2s ease;
}
.ao5{
	transition: all 1.3s ease;
}
.ao6{
	transition: all 1.6s ease;
}


#ml-operador{
	opacity: 1;
	transform: translateX(0);
	transition: all 1s ease;
}
#ml-operador.animar-operador{
	opacity: 0;
	transform: translateX(100%);
	top: 300px;
}


.ml-caract-caja{
	opacity: 1;
	transform: translateX(0);
}
.ml-caract-caja.animar-caract{
	opacity: 0;
	transform: translateX(200%);
}
.ac1{
	transition: all 1s ease;
}
.ac2{
	transition: all 1.5s ease;
}
.ac3{
	transition: all 2s ease;
}
.ac4{
	transition: all 2.5s ease;
}
.ac5{
	transition: all 3s ease;
}
.ac6{
	transition: all 3.5s ease;
}

/*CARACTERISTICAS********************************************************************************/
#lm-caract{
	padding-bottom: 500px;
	position: relative;
}
.ml-caract-caja{
	padding: 0px 20px 0px;
	margin-bottom: 0px;
	min-height: 200px;
}
.ml-caract-caja-media{
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}
.ml-caract-icon{
	background: transparent url('../imagenes/caracteristicas-del-operador-sl1000ul.png') scroll no-repeat 0px 0px;
	background-size: 160px auto;
	width: 200px;
	height: 95px;
	margin: 0px auto;
	display: block;
}
.ml-caract-icon.ml-caract-icon-porton{
	background-position: center 10px;
}
.ml-caract-icon.ml-caract-icon-resistente{
	background-position: center -83px;
}
.ml-caract-icon.ml-caract-icon-residenciales{
	background-position: center -177px;
}
.ml-caract-icon.ml-caract-icon-listed{
	background-position: center -271px;
}
.ml-caract-icon.ml-caract-icon-tarjeta{
	background-position: center -365px;
}
.ml-caract-icon.ml-caract-icon-bateria{
	background-position: center -459px;
}




/*TECNO MyQ********************************************************************************/
#lm-tecno{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: -450px;
}
#ml-tecno-banner{
	background: transparent url('../imagenes/back-myq.jpg') scroll no-repeat center 0px;
	background-size: cover;
	height: 600px;
	position: relative;
}
#ml-tecno-caja-azul{
	position: absolute;
	left: 45%;
	top: 100px;
	width: 550px;
	font-size: 45px;
	text-align: center;
	padding: 50px 0px;
}
#ml-tecno-my-q-logo{
	width: 180px;
	height: auto;
	margin: 0px auto;
	margin-top: 20px;
}

#ml-tecno-mano{
	background: transparent url('../imagenes/app-my-q-mano.png') scroll no-repeat 0px 0px;
	background-size: 1167px auto;/*1297*613*/
	height: 550px;
	width: 1167px;
	position: absolute;
	left: 40%;
	bottom: 0px;
	display: block;

	opacity: 1;
	transform: translateX(0);
	transition: all 1s ease;
}
#ml-tecno-mano.animar-mano{
	
	transform: translateX(100%);
	bottom: -500px;
}

.ml-otras-bloque{
	opacity: 1;
	transform: translateX(0);
	
}
.animar-bloque-otras{
	opacity: 0;
	transform: translateX(100%);
}
.ob-1{
	transition: all 1s ease;
}
.ob-2{
	transition: all 1.5s ease;
}
.ob-3{
	transition: all 2s ease;
}
.ob-4{
	transition: all 2.5s ease;
}
.ob-5{
	transition: all 3s ease;
}




/*VIDEO********************************************************************************/
#lm-video{
	background: #000000 url('../imagenes/video.jpg') scroll no-repeat center 0px;
	background-size: cover;
	height: 600px;
	position: relative;
}
#ml-video-play{
	background: transparent url('../imagenes/play.png') scroll no-repeat center center;
	background-size: contain;
	height: 120px;
	width: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -60px;
	cursor: pointer;
}
#lm-contenedor-video-principal{
	background-color: #000000;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#lm-contenedor-video-principal.mostrar-video{
	display: block;
}
#lm-contenedor-video-principal iframe{
	height: 100%;
	width: 100%;
}



/*ACCESORIOS********************************************************************************/
#ml-accesorios-titulo{
	padding: 60px 0px;
	max-width: 800px;
	margin: 0px auto;
}
.ml-productos{
	text-align: center;
}
.ml-producto{
	display: inline-block;
	width: 130px;
	vertical-align: top;
	margin: 0px 20px 0px;
}
.ml-producto.ml-requerido{
	position: relative;
	margin: 0px 35px 0px;	
}
.ml-producto.ml-complementario{
	position: relative;
	margin: 0px 20px 0px;
}
.ml-producto.ml-requerido:not(:last-child)::after{
	content: '';
	width: 1px;
	height: 240px;
	background-color: #707070;
	display: block;
	position: absolute;
	right: -35px;
	top: 0px;
}
.ml-producto.ml-complementario:not(:last-child)::after{
	content: '';
	width: 1px;
	height: 205px;
	background-color: #707070;
	display: block;
	position: absolute;
	right: -20px;
	top: 0px;
}
.ml-producto img{
	width: 90%;
	margin-bottom: 20px;
	border-radius: 15px;
	transition: all 0.3s ease;

}
.ml-producto.ml-requerido img{
	border-radius: 15px;
}

.ml-producto:hover img{
	width: 100%;

}
.ml-producto{
	cursor: default;
}
.ml-producto:hover{
	color: #C10230;
}

.ml-producto-int-img{
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lm-productos-entrada{
	opacity: 1;
    transform: translateY(0);
	transition: all 1s ease;
}
.lm-productos-entrada-animar{
	opacity: 0;
	transform: translateY(100px);
}

/*OTRAS********************************************************************************/

#ml-otras-titulo{
	padding: 60px 0px;
	max-width: 800px;
	margin: 0px auto;
}
.ml-otras-bloque{
	position: relative;
}
.ml-otras-der{
	height: 300px;
	width: 50%;
	margin-left: 50%;

	display: flex;
    align-items: center; /* Centra verticalmente */
}
#ml-cierre-automatico.ml-otras-der{
	height: 400px;
}
.ml-otras-izq{
	height: 300px;
	width: 50%;

	display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: flex-end; /* Alinea el contenido a la derecha */
}
.ml-otras-der div.ml-otras-int-txt{
	padding: 0px 80px;
	width: 500px;
}
.ml-otras-izq div.ml-otras-int-txt{
	padding: 0px 80px;
	width: 500px;
	float: right;
}
#ml-cierre-automatico-base{
	height: 100px;
}
#ml-cierre-automatico::before{
	content: '';
	width: 50%;
	height: 100%;
	background: transparent url('../imagenes/back-cierre-automatico.jpg') scroll no-repeat right 0px;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}
#ml-cierre-parcial::before{
	content: '';
	width: 50%;
	height: 100%;
	background: transparent url('../imagenes/back-cierre-parcial.jpg') scroll no-repeat 0px 0px;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 0px;
}
#ml-cierre-suaves::before{
	content: '';
	width: 50%;
	height: 100%;
	background: transparent url('../imagenes/back-cierre-suaves.jpg') scroll no-repeat right center;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}
#ml-cierre-emergencia::before{
	content: '';
	width: 50%;
	height: 100%;
	background: transparent url('../imagenes/back-cierre-emergencia.jpg') scroll no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 0px;
}
#ml-cierre-security::before{
	content: '';
	width: 50%;
	height: 100%;
	background: transparent url('../imagenes/back-cierre-security.jpg') scroll no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}
#ml-otras-titulo-contenedor{
	position: relative;
	z-index: 1;
}
#ml-contanedor-otras{
	position: relative;
	top: -100px;
	z-index: 0;
}
#lm-otras{
	margin-bottom: -100px;
}



/*TESTIMONIOS********************************************************************************/
#lm-testimonios{
	background: transparent url('../imagenes/back-testimonios.jpg') fixed no-repeat center center;
	background-size: cover;
	text-align: center;
}
.ml-testimonio-video{
	display: block;
	position: relative;
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	width: 100%;
	height: 350px;
	background-color: #000000;
	margin-bottom: 40px;
	overflow: hidden;
}
.ml-testimonio-play{
	background: transparent url('../imagenes/play.png') scroll no-repeat center center;
	background-size: contain;
	height: 80px;
	width: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	cursor: pointer;
}
.ml-testimonio-contenedor{
	background-color: #000000;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.ml-testimonio-contenedor.mostrar-video{
	display: block;
}
.ml-testimonio-contenedor iframe{
	height: 100%;
	width: 100%;
	/*object-fit: cover;
    pointer-events: auto; /* Asegura que sea clickeable */
    /*z-index: 10;*/
}

#ml-testimonios-carrusell .owl-dots{
	display: none;
}
#ml-testimonios-carrusell.owl-carousel .owl-nav button.owl-prev{
	background: transparent url('../imagenes/flecha-anterior.png') scroll no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0%;
	top: 0px;
	display: block;
	z-index: 100;
	width: 21px;
	height: 38px;
	font-size: 0px;
	margin-left: -50px;
	margin-top: 150px;
}
#ml-testimonios-carrusell.owl-carousel .owl-nav button.owl-next{
	background: transparent url('../imagenes/flecha-siguiente.png') scroll no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 0%;
	top: 0px;
	display: block;
	z-index: 100;
	width: 21px;
	height: 38px;
	font-size: 0px;
	margin-right: -50px;
	margin-top: 150px;
}



#ml-testimonio-video-1{
	background: #000000 scroll no-repeat center center;
	background-size: cover;
}
#ml-testimonio-video-2{
	background: #000000 scroll no-repeat center center;
	background-size: cover;
}







/*DISTRIBUIDORES********************************************************************************/
#ml-distribuidores-1{
	height: 68px;
	margin: 12px 0px 42px;
}
#ml-distribuidores-2{
	height: 92px;
	margin-bottom: 30px;
}
.ml-icon-tel{
	background: transparent url('../imagenes/telefono.png') scroll no-repeat 0px center;
	background-size: 20px auto;
	padding-left: 30px;
	line-height: 20px;
	width: 220px;
	margin: 0px auto 10px;
	display: block;
	text-align: left;

}
.ml-icom-email{
	background: transparent url('../imagenes/email.png') scroll no-repeat 0px center;
	background-size: 20px auto;
	padding-left: 30px;
	line-height: 20px;
	width: 220px;
	margin: 0px auto 10px;
	display: block;
	text-align: left;
}




.lm-contener{
	position: relative;
	overflow: hidden;
}

