@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700);
@import url(../../assets/css/font-awesome.min.css);
@import url(../../assets/css/jquery.fancybox.css);
@import url(../../assets/css/jquery.sliderTabs.min.css);
@import url(../../assets/css/owl.carousel.css);
@import url(../../assets/css/owl.theme.default.min.css);


/* -- General -- */

/* Estilos Generales */

body {
	margin: 0;
	padding: 0;
	color: #9da6ac;
	overflow-x: hidden;
	background-color: #060708;
	-webkit-text-size-adjust: 100%;
	font: 14px/24px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.browsehappy { 
	margin: 0.2em 0;
	background-color: #cccccc;
	color: #000000;
	padding: 0.2em 0; 
}

.container { overflow: hidden; }

a { color: #76889a; }

a, a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a:focus, a:hover {
    outline: none;
    color: #fafafa;
    text-decoration: none;
}

.no-pad-left { padding-left: 0; }

.no-pad-right { padding-right: 0; }

div#tubular-container { z-index: -1 !important; }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #fafafa;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin: 0 0 10px; }

b, strong { font-weight: 700; }

/* Barra Menu */

#sidebar-wrapper {
    top: 0;
    height: 100%;
    left: -245px;
    width: 245px;
    z-index: 99999;
    position: fixed;
    background-color: #062f46;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.sidebar-btn {
    top: 20px;
    width: 40px;
    height: 40px;
    right: -60px;
    color: #fafafa;
    z-index: 99999;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background-color: #222222;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.sidebar-btn:hover { background-color: #111111; }

#sidebar-wrapper.openclose { left: 0; }

#sidebar-posicion {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    display: none;
    z-index: 99998;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}
#sidebar-posicion .openclose { display: block; }

#sidebar-scroller {
    width: 245px;
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

#sidebar-container {
    height: 100%;
    width: 400px;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sidebar-container ul {
    width: 245px;
    margin: 0 0 35px;
    list-style: none;
    padding: 0 0 20px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

#sidebar-container ul:after {
    left: 0;
    bottom: 0;
    width: 60%;
    z-index: 1;
    height: 1px;
    content: '';
    margin-left: 30px;
    position: absolute;
    background-color: #fafafa;
}

#sidebar-container ul li {
    width: 100%;
    height: 60px;
    display: block;
    text-align: left;
    line-height: 60px;
}

#sidebar-container ul li a {
    display: block;
    color: #fafafa;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    padding: 0 0 0 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#sidebar-container ul li.active a,
#sidebar-container ul li a:focus,
#sidebar-container ul li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.logo {
    width: 245px;
    margin: 50px 0 20px;
    margin-left: 50px;
}
.logo img { width: 50%; }


.logo-slogan {
    width: 245px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.logo-slogan img { width: 95%; }

/* Seccion Inicio de MXL Portada */

#seccion-inicio-mxl {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}

#seccion-inicio-mxl-2 {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
}

.efecto-parallax-fondo {
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
    background-image: url(../../assets/img/d61796f806a989d07717801e04d96349.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



#seccion-inicio-capa1 {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 120px 0 0 0;
    background-color: rgba(0, 0, 0, 0.8);
}


.seccion-inicio-capa-apps {
    position: absolute !important;
}

#seccion-inicio-capa1:after {
	top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    background-color: #1e2329;
}

#seccion-inicio-capa1 .slogan {
	width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
}

#seccion-inicio-capa1 .slogan h1 {
	color: #fafafa;
    font-size: 55px;
    font-weight: 600;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#seccion-inicio-capa1 .descripcion-mxl {
	width: 75%;
    text-align: center;
    margin: 0 auto 30px;
}

#seccion-inicio-capa1 .descripcion-mxl p {
	color: #fafafa;
    font-size: 15px;
    font-weight: 300;
}

#seccion-inicio-capa1 .descripcion-mxl p:last-child { margin-bottom: 0; }

#seccion-inicio-capa1 .btn-mxl-descarga-portada {
	width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

#seccion-inicio-capa1 .btn-mxl-descarga-portada a {
	color: #fafafa;
	font-size: 15px;
    font-weight: 100;
    line-height: 35px;
    margin: 0 30px 30px 0;
    padding-top:4px;
    padding-bottom: 4px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


#seccion-inicio-capa1 .btn-mxl-descarga-portada a:last-child { margin-right: 0; }

#seccion-inicio-capa1 .btn-mxl-descarga-portada a i {
	float: left;
    font-size: 35px;
    line-height: 35px;
    margin-right: 10px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}


.btn-mxl-googleplay { 
    border-color: #ff4081;
    color: #ff4081 !important;
    font-weight: 400 !important;
    background-color: transparent;
    border-width: 2px;
}

.btn-mxl-googleplay:focus,
.btn-mxl-googleplay:active,
.btn-mxl-googleplay:hover {
    background-color: #ff4081;
    color: #fafafa !important;
}


.btn-mxl-appgallery { 
    border-color: #fafafa;
    color: #fafafa !important;
    font-weight: 400 !important;
    background-color: transparent;
    border-width: 2px;
}

.btn-mxl-appgallery:focus,
.btn-mxl-appgallery:active,
.btn-mxl-appgallery:hover {
    background-color: #fafafa;
    color: #000 !important;
}
.img-appgallery-btn {
    padding-top: 2px;
    margin-left: -10px;
    margin-right: 5px;
    width: 16%;
}

.btn-mxl-descarga-directo { 
    border-color: #0288d1;
    color: #0288d1 !important;
    font-weight: 400 !important;
    background-color: transparent;
    border-width: 2px;
}

.btn-mxl-descarga-directo:focus,
.btn-mxl-descarga-directo:active,
.btn-mxl-descarga-directo:hover {
    background-color: #0288d1;
    color: #fafafa !important;
}

#seccion-inicio-capa1 .caracteristicas-mxl-app {
    width: 100%;
    max-height: 500px;
    text-align: center;
}

#seccion-inicio-capa1 .caracteristicas-mxl-app img {
    width: 100%;
    max-width: 360px;
}

.caracteristicas-mxl-app .caracteristicas-titulo h4 {
	color: #fafafa;
    font-weight: 450;
    padding-top:3px;
}

.caracteristicas-mxl-app .caracteristicas-descripcion p {
    color: #fafafa;
    font-size: 15px;
    font-weight: 250;
}

.caracteristicas-mxl-app .caracteristicas-descripcion p:last-child { margin-bottom: 0; }


.left .caracteristicas-mxl-app {
    width: 100%;
    overflow: hidden;
    text-align: right !important;
    margin-bottom: 50px;
}
.left .caracteristicas-mxl-app:first-child { margin-top: 140px; }

.left .caracteristicas-mxl-app:last-child { margin-bottom: 110px; }

.left .caracteristicas-mxl-app .caracteristicas-icono {
    float: right;
    color: #fafafa;
    font-size: 28px;
}

.left .caracteristicas-mxl-app .caracteristicas-titulo {
    width: 100%;
    padding-right: 45px;
    margin-bottom: 14px;
}

.left .caracteristicas-mxl-app .caracteristicas-descripcion { padding-right: 45px; }


.right .caracteristicas-mxl-app {
    width: 100%;
    overflow: hidden;
    text-align: left !important;
    margin-bottom: 50px;
}

.right .caracteristicas-mxl-app:first-child { margin-top: 140px; }

.right .caracteristicas-mxl-app:last-child { margin-bottom: 110px; }

.right .caracteristicas-mxl-app .caracteristicas-icono {
    float: left;
    color: #fafafa;
    font-size: 28px;
}

.right .caracteristicas-mxl-app .caracteristicas-titulo {
    width: 100%;
    padding-left: 45px;
    margin-bottom: 14px;
}

.right .caracteristicas-mxl-app .caracteristicas-descripcion { padding-left: 45px; }


/* Estilos de Seccion Generales */

.seccion-titulo {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 16px;
}
.seccion-titulo h1 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 280;
    color: #0288d1 ;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.seccion-descripcion {
    width: 85%;
    text-align: center;
    margin: 0 auto 20px;
}
.seccion-descripcion p {
    color: #9da6ac;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 300;
}


/* Seccion Caracteristicas MXl TV */

#seccion-caracteristicas-mxl {
    margin: 0;
    width: 100%;
    padding: 55px 0 70px;
    background-color: #060708;
}

.seccion-caracteristicas-titulo {
	width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 16px;
}

.seccion-caracteristicas-titulo h1 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 280;
    color: #0288d1 ;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.caja-caracteristica {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    margin-left: 10px;
}

.caja-caracteristica .caracteristica-icono {
    float: left;
    color: #e91e63;
    font-size: 30px;
}

.caja-caracteristica .caracteristica-titulo {
    width: 100%;
    padding-left: 45px;
    margin-bottom: 8px;
}

.caja-caracteristica .caracteristica-titulo h4 {
    color:#e91e63;
    font-weight: 450;
    line-height: 30px;
}

.caja-caracteristica .caracteristica-descripcion {
    width: 100%;
    padding-left: 45px;
}

.caja-caracteristica .caracteristica-descripcion p {
    font-size: 14px;
    font-weight: 300;
}

.caja-caracteristica .caracteristica-descripcion p:last-child { margin-bottom: 0; }

.seccion-descarga-btn {
	width: 100%;
    overflow: hidden;
    text-align: center;
}

.btn .btn-descargalo-ahora {
    font-weight: 500;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    -webkit-border-color: #b2c4d6;
    -moz-border-color: #b2c4d6;
    -o-border-color: #b2c4d6;
    border-color: #b2c4d6;
}

.btn-descargalo-ahora {
    color: #0288d1 !important;
    border-color: #0288d1 !important;
    background-color: transparent;
}

.btn-descargalo-ahora:focus,
.btn-descargalo-ahora:active,
.btn-descargalo-ahora:hover {
    color: #fafafa !important;
    background-color: #0288d1;

    -webkit-border-color: #0288d1;
    -moz-border-color: #0288d1;
    -o-border-color: #0288d1;
    border-color: #0288d1;
}


.img-btn-appgallery-portada > a > img {
    height: 55px;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-right: 8px;
}

/* Limites de Seccion */

.limite-seccion {
    width: 100%;
    height: 41px;
    z-index: 999;
    margin-top: -21px;
    position: relative;
    text-align: center;
    background-color: #060708;
}
.limite-seccion:after {
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    content: '';
    z-index: -1;
    position: absolute;
    background-color: #6c7779;
}

.limite-seccion a {
    width: 41px;
    height: 41px;
    color: #6c7779;
    overflow: hidden;
    line-height: 39px;
    margin: 0 5px 0 0;
    text-align: center;
    display: inline-block;
    background-color: #060708;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;

    -webkit-border: 1px solid #6c7779;
    -moz-border: 1px solid #6c7779;
    -o-border: 1px solid #6c7779;
    border: 1px solid #6c7779;
}
.limite-seccion a:last-child { margin-right: 0; }

.limite-seccion a i {
    font-size: 30px;
    line-height: 39px;
}

.limite-seccion a i.fa-angle-up { line-height: 35px; }


/* Seccion Tutorial de MXL TV */


#seccion-tutorial-rapido h1 > strong {
    color:#0288d1;
}
#seccion-tutorial-rapido {
    margin: 0;
    width: 100%;
    padding: 45px 0 40px;
    background-color: #060708;
}

.seccion-tab-titulo {
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-bottom: 16px;
}
.seccion-tab-titulo h1 {
    font-weight: 100;
    line-height: 1.22;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.seccion-tab-descripcion {
    width: 100%;
    text-align: left;
    margin: 0 auto 30px;
}
.seccion-tab-descripcion p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

#tab-tutorial .caja-tutorial { margin-bottom: 30px; }

#tab-tutorial .ui-slider-tabs-content-container { height: 660px !important; }

.caja-tutorial .tutorial-icono {
    float: left;
    color: #e91e63;
    font-size: 30px;
}

.caja-tutorial > .tutorial-icono > .appgallery {
    width: 35px;
}
.caja-tutorial .tutorial-titulo {
    width: 100%;
    padding-left: 45px;
    margin-bottom: 10px;
}

.caja-tutorial .tutorial-titulo h4 {
    color:#e91e63;
    font-weight: 450;
    line-height: 30px;
}

.caja-tutorial .tutorial-descripcion {
    width: 100%;
    padding-left: 45px;
}

.caja-tutorial .tutorial-descripcion p {
    font-size: 14px;
    font-weight: 300;
}

.caja-tutorial .tutorial-descripcion p:last-child { margin-bottom: 0; }

#tab-tutorial .tutorial-btn-descarga {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

#tab-tutorial .tutorial-btn-descarga a {
    margin-top: 20px;
    margin-right: 5px;
}

#tab-tutorial .tutorial-btn-descarga a:last-child { margin-right: 0; }


#tab-tutorial .tutorial-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

#tab-tutorial .tutorial-img img { width: 90%; }

.btn-descarga-mxl {
    color: #0288d1;
    border-color: #0288d1;
    background-color: transparent;
}

.tutorial-btn-descarga > .appgallery > img{
    margin-left: -10px;
    padding-right: 10px;
    width: 32px;
} 
.btn-descarga-mxl:focus,
.btn-descarga-mxl:active,
.btn-descarga-mxl:hover {
    color: #fafafa;
    background-color: #0288d1;

    -webkit-border-color: #0288d1;
    -moz-border-color: #0288d1;
    -o-border-color: #0288d1;
    border-color: #0288d1;
}

.btn-descarga-mxl strong { color: #e91e63; }

.btn-descarga-mxl:hover strong { color: #fafafa !important; }

.licencia-descripcion p {
    margin-top:10px;
    color: #9da6ac;
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 300;
}

.licencia-descripcion ul {
    list-style-type: square;
    margin-top: 10px;
    margin-left: 40px;
}


/* Seccion Capturas */

#seccion-capturas-pantalla {
    margin: 0;
    width: 100%;
    padding: 35px 0 60px;
}


	.owl-wrapper-outer { z-index: 2; }
	.owl-theme .owl-controls .owl-dot span {
	    opacity: 1;
	    width: 19px;
	    height: 19px;
	    margin-top: 20px;
	    background: #0288d1;
	}
	.owl-theme .owl-dots .owl-dot:hover span { background: #e91e63; }

	.owl-theme .owl-controls .owl-dot.active span {
	    position: relative;
	    background-color: #060708;
	}

	.owl-theme .owl-controls .owl-dot.active span:after {
	    top: -2px;
	    left: -1px;
	    color: #e91e63;
	    font-size: 24px;
	    content: '\f192';
	    position: absolute;
	    text-align: center;
	    font-family: 'FontAwesome';
	}
	.owl-carousel .owl-item img {    
	    width: auto;
	    max-width: 100%;
	}
	.owl-theme .owl-nav {
	    margin-top: 0;
	}


.mxl-captura {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 290px;
    overflow: hidden;
    position: relative;
}

.mxl-captura-contenido {
    width: 100%;
    padding: 10px;
    position: relative;
    background-color: #060708;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.mxl-captura-contenido img {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.mxl-capa-captura {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    background-color: transparent;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.mxl-capa-captura a {
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    -webkit-border: 2px solid #e91e63;
    -moz-border: 2px solid #e91e63;
    -o-border: 2px solid #e91e63;
    border: 2px solid #e91e63;
}


.mxl-movies-capa-captura {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    background-color: transparent;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.mxl-movies-capa-captura a {
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    -webkit-border: 2px solid #f9a73f;
    -moz-border: 2px solid #f9a73f;
    -o-border: 2px solid #f9a73f;
    border: 2px solid #f9a73f;
}
.mxl-captura-contenido:hover .mxl-movies-capa-captura a { opacity: 1; }
.mxl-captura-contenido:hover .mxl-capa-captura a { opacity: 1; }




/* Seccion Descarga MXL APP */

#seccion-descargar-apk {
	margin: 0;
    width: 100%;
    padding: 35px 0 60px;
    overflow: hidden;
    text-align: center;
}

#opciones-descarga {
    display: none;
}
#opciones-descarga-2 {
    display: none;
}

.opciones-descarga {
    margin: 10px 60px 30px 0;
}

.opciones-descarga ul {
   /* margin-left: 9%;*/
   list-style: none;
}
/*
.opciones-descarga ul > li {
    cursor: pointer;
    list-style: none;
    font-size: 15px;
    color: #ff4081;
    margin: 0 520px 4px 420px !important;
}
/*
.opciones-descarga ul > li:hover {
    color: #0288d1;
}
*/

.seccion-btn-descarga {
    width: 100%;
    text-align: center;
}
.seccion-btn-descarga a { margin: 0 10px 10px 0; }
.seccion-btn-descarga a:last-child { margin-right: 0; }

/* Seccion Politica Privacidad */

#politica-mxl {
    width: 100%;
    margin: 100px 0 40px 0px;
    color:#bdbdbd;
}

.politica-mxl div > div > h1 {
    margin-bottom: 30px;
    margin-top: 30px;
    color:#ced7de;
    text-transform: uppercase;
}

.politica-mxl div > div > h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    color:#ced7de;
}

.politica-mxl div > div > h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    color:#ced7de;
}

.politica-mxl div > div > p {
    text-align: justify;
}

.politica-mxl a {
	color: #ff4081;
}

.politica-mxl div > div > ul {
    list-style: none;
}

/** Footer MXL */

#seccion-footer {
    
    margin-bottom: 8px !important;
    margin-top: 8px !important;
    padding-top: 8px ;

}
#seccion-footer .footer-mxl {
	text-align: center;
}

.footer-mxl-politicas { margin-top: 22px; }

.footer-mxl-politicas a { color:#9da6ac; }

.footer-mxl-politicas a:hover { color: #ced7de; }

.footer-mxl strong { 
	font-size: 16px;
}

.footer-mxl p {
	font-size: 10px;
}

.footer-mxl p:first-child {
	margin-top: 15px;
}
.footer-mxl p:last-child {
	margin-top:-10px;
}
.footer-redes-sociales ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: right;
}

.footer-redes-sociales ul li {
    margin: 0;
    width: 100px;
    text-align: center;
    display: inline-block;
    -webkit-border-right: 1px solid #202b2c;
    -moz-border-right: 1px solid #202b2c;
    -o-border-right: 1px solid #202b2c;
    border-right: 1px solid #202b2c;

    -webkit-border-bottom: 1px solid #060708;
    -moz-border-bottom: 1px solid #060708;
    -o-border-bottom: 1px solid #060708;
    border-bottom: 1px solid #060708;
}
.footer-redes-sociales ul li:first-child {
    -webkit-border-left: 1px solid #202b2c;
    -moz-border-left: 1px solid #202b2c;
    -o-border-left: 1px solid #202b2c;
    border-left: 1px solid #202b2c;
}
.footer-redes-sociales ul li a {
    display: block;
    font-size: 30px;
    line-height: 70px;
}

.footer-redes-sociales ul li a i {
    color:#ced7de;
}
.footer-redes-sociales ul li a i:hover {
    color:#6f777d;
}



#sidebar-mxl {
    top: 0;
    height: 100%;
    right: -100%;
    width: 100%;
    z-index: 99999;
    position: fixed;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-transition: all 1.8s ease 0s;
    -moz-transition: all 1.8s ease 0s;
    -ms-transition: all 1.8s ease 0s;
    -o-transition: all 1.8s ease 0s;
    transition: all 1.8s ease 0s;
}

.sidebar-mxl-movie-btn {
    top: 20px;
    width: 85px;
    height: 85px;
    left: -100px;
    color: #fafafa;
    z-index: 99999;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background-color: #222222;
    -webkit-border-radius: 42.5px;
    -moz-border-radius: 42.5px;
    -o-border-radius: 42.5px;
    border-radius: 42.5px;
    
    animation-name: parpadeo;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
}



.sidebar-mxl-movie-btn img {
    animation-name: none;
    margin-top: 23px;
    margin-left: 4px;
    width: 70%;
    z-index: 0;
}

.sidebar-mxl-movie-btn:hover { 
    background-color: #111111;
    animation: step-end;
}

#sidebar-mxl.openclose { right: 0; }

#sidebar-posicion {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    display: none;
    z-index: 99998;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}
#sidebar-posicion-movie .openclose { display: block; }

#sidebar-scroller-movies {
    width: 101%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    overflow-x: hidden;
    position: relative;
}

#sidebar-container-movies {
    height: 100%;
    width: 101%;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sidebar-container-movies ul {
    width: 245px;
    margin: 0 0 35px;
    list-style: none;
    padding: 0 0 20px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

#sidebar-container-movies ul:after {
    right: 0;
    bottom: 0;
    width: 60%;
    z-index: 1;
    height: 1px;
    content: '';
    margin-left: 30px;
    position: absolute;
    background-color: #fafafa;
}

#sidebar-container-movies ul li {
    width: 100%;
    height: 60px;
    display: block;
    text-align: left;
    line-height: 60px;
}

#sidebar-container-movies ul li a {
    display: block;
    color: #fafafa;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    padding: 0 0 0 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#sidebar-container-movies ul li.active a,
#sidebar-container-movies ul li a:focus,
#sidebar-container-movies ul li a:hover {
    background-color: rgba(0, 0, 0, 1.5);
}

.logo-mxl-movies {
    width: 245px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.logo-mxl-movies > img {
    padding-left: 45px;
    padding-top: 40px;
    width: 70%;
}

.slogan-mxl-movies {
    width: 100%;
    overflow: hidden;
    text-align: center;
    /*margin-bottom: 20px;*/
}

.btn-descargalo-ahora-movies {
    color: #AB47BC !important;
    border-color: #AB47BC !important;
    background-color: transparent;
}

.btn-descargalo-ahora-movies:focus,
.btn-descargalo-ahora-movies:active,
.btn-descargalo-ahora-movies:hover {
    color: #fafafa !important;
    background-color: #780b8d;
    border-color: #AB47BC;
    -webkit-border-color: #780b8d;
    -moz-border-color: #780b8d;
    -o-border-color: #780b8d;
    border-color: #780b8d;
}

.mxl-movies-datos {
    margin: 0 auto;
    width: 800px;
    height: 400px;
}

@-moz-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

#home-section-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 120px 0 0 0;
    background-color: rgba(0, 0, 0, 0.6);
}
#home-section-wrapper:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    background-color: #1e2329;
}

.btn-mxl-seccion-tv { 
    padding: 2px 23px 2px 23px !important;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #0288d1, #ff4081) !important;
    color: #fff !important;
    font-family: sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.25em !important;
}



.btn-mxl-seccion-tv:focus,
.btn-mxl-seccion-tv:active,
.btn-mxl-seccion-tv:hover {
    border: transparent;
    background-image: linear-gradient(to left, #0288d1, #ff4081);
}


.btn-mxl-seccion-movies { 
    padding: 2px 5px 2px 5px !important;
    border-image-slice: 1;
    border-image-source:linear-gradient(to right, #f0a840, #f27345, #e23b5b, #bb0076, #780b8d);
    color: #fff !important;
    font-weight: 400 !important;
    font-family: sans-serif !important;
    font-size: 1.25em !important;
}

.btn-mxl-seccion-movies:focus,
.btn-mxl-seccion-movies:active,
.btn-mxl-seccion-movies:hover {
    border: transparent;
    background-image: linear-gradient(to right, #f0a840, #f27345, #e23b5b, #bb0076, #780b8d);
}

.btn-mxl-seccion-tv > .btn-seccion  {
    width: 20% !important;
}

.btn-mxl-seccion-movies > .btn-seccion  {
    width: 17.041% !important;
}


#seccion-inicio-capa1 .btn-mxl-seleccion-portada {
	width: 100%;
    text-align: center;
    margin-bottom: 0px;
}



#seccion-inicio-capa1 .btn-mxl-seleccion-portada a {
	color: #fafafa;
	font-size: 15px;
    font-weight: 100;
    line-height: 35px;
    margin: 0 30px 30px 0;
    padding-top:4px;
    padding-bottom: 4px !important;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#seccion-inicio-capa1 .btn-mxl-seleccion-portada a:last-child { margin-right: 0; }

#seccion-inicio-capa1 .btn-mxl-seleccion-portada a i {
	float: left;
    font-size: 35px;
    line-height: 35px;
    margin-right: 10px;
}


.fix-capa-apps {
    height: 85vh;
}


.mxl-slogan-seccion {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}


.descripcion-1, 
.descripcion-2, 
.descripcion-3 {
    position: absolute;
    display: block;
    width: 50%;
    animation-duration: 20s;
	animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    font-size: 1.25em !important;
}

.descripcion-1 {
    
	animation-name: anim-1;
}

.descripcion-2 {
	animation-name: anim-2;
}

.descripcion-3 {
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}


.btn-seleccion-img-tv {
    width: 17%;
    margin-top:-10px !important;
    margin-left:-8px;
    margin-right:10px;
}

.btn-seleccion-img-movies {
    width: 22%;
    margin-top:-10px !important;
    margin-left:-12px;
    margin-right:2px;
}

.efecto-parallax-fondo2 {
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
    background-image: url(../../assets/img/5fed2062dffa5.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.borde-enlaces-descarga-tv:first-child {
    border: solid;
    border-width:1px 1px 0px 1px!important;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    border-color:  #e91e63;
    margin-left:370px;
    margin-right:350px;
    padding-top:8px;
    padding-bottom:8px;
}
.borde-enlaces-descarga-tv {
    border: solid;
    border-width:1px !important;
     border-color:  #e91e63;
     margin-left:370px;
     margin-right:350px;
     padding-top:8px;
     padding-bottom:8px;
     font-size: 1.1em;
}


.barra-menu-movies {
background-color: #320d39 !important;

}


.btn-movies-descarga-portada {
    border-color: #AB47BC !important;
    color: #AB47BC !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.btn-movies-descarga-portada:focus,
.btn-movies-descarga-portada:active,
.btn-movies-descarga-portada:hover {
    background-color: #780b8d;
}

.color-primario-movie {
    color: #AB47BC !important;
    font-weight: 280 !important;
}

.color-secundario-movie {
    color: #f9a73f !important;
    
}

.efecto-parallax-fondo-movies {
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
    background-image: url(../../assets/img/678ddcfea05eb895de82cabb9ae70dd9.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-descarga-mxl-movies {
    color: #AB47BC;
    border-color: #AB47BC;
    background-color: transparent;
}

.btn-descarga-mxl-movies:focus,
.btn-descarga-mxl-movies:active,
.btn-descarga-mxl-movies:hover {
    color: #fafafa;
    background-color: #AB47BC;

    -webkit-border-color: #AB47BC;
    -moz-border-color: #AB47BC;
    -o-border-color: #AB47BC;
    border-color: #AB47BC;
}


.borde-enlaces-descarga-movies:first-child {
    border: solid;
    border-width:1px 1px 0px 1px!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color:  #f9a73f;
    margin-left:370px;
    margin-right:350px;
    padding-top:8px;
    padding-bottom:8px;
}
.borde-enlaces-descarga-movies {
    border: solid;
    border-width:1px !important;
     border-color:  #f9a73f;
     margin-left:370px;
     margin-right:350px;
     padding-top:8px;
     padding-bottom:8px;
     font-size: 1.1em;
}
.borde-enlaces-descarga-movies:last-child {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}


.img-btn-mxlmovies-portada > a > img {
    height: 55px !important;
    margin-top: -10px;
    margin-bottom: 20px;
}

.img-btns-mxltv-portada > a > img {
    height: 51px ;
    margin-top: -10px;
    margin-bottom: 25px;
    padding: 0 10px 0 10px;
}
.borde-enlaces-descarga-tv-fix {
    border: solid;
    border-width: 1px!important; 
    border-color: #e91e63;
    margin-left: 370px;
    margin-right: 350px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.1em;
}


.borde-enlaces-descarga-movies-fix {
    border: solid;
    border-width: 1px!important; 
    border-color: #f9a73f;
    margin-left: 370px;
    margin-right: 350px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.1em;
}

#opciones-descarga-3 {
    display:none;
}

.Select {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    position: relative;
    width: 25rem;
    
  }

  .Select-label {
    font-size: 1.65rem;
    margin-bottom: .6rem;
  }
  .Select-trigger {
    background-color: #060708;
    border-radius: .25rem;
    color: #9da6ac;
    display: inline-block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  select {
    background-color: #060708;
    border: .125rem solid #9da6ac;
    color:#9da6ac;
    cursor: pointer;
    font-size: 1.7rem;
    height: 3rem;
    line-height: 3rem;
    margin: 0;
    padding: 0 0 0 .5em;
    width: 100%;
    border-radius: .25rem;
    text-align-last:center;
  }
  .linea {
      border-top: 1px solid #6c7779;
      height: 2px;
      max-width: 500px;
      padding: 0;
      margin: 20px auto 0 auto;
  }

  .app-downloader {
    width: 15%;
  }

  .model-content {
    border: 1px solid #6c7779;
  }
  .modal-header {
    background: #060708;
    border-bottom: 1px solid #6c7779;
  }

  .modal-header h4 {
    color: #d4d4d4;
    font-weight: 800;
    text-align: center;
  }

  .modal-body {
    background: #060708;
  }

  .modal-footer {
    background: #060708;
    border-top: 1px solid #6c7779;
  }

  .modal-body p {
    font-size: 16px;
  }

 .modal-mxl-captura {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 330px;
    overflow: hidden;
    position: relative;
}

.modal-mxl-captura-contenido {
    width: 100%;
    position: relative;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.modal-mxl-captura-contenido img {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#opciones-descarga-4 {
    display: none;
}

#opciones-descarga-4 button {
    margin-top: 15px;

}