/*
html {
    overflow-y: scroll !important;
}
*/

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    width: 100%;
    text-rendering: optimizeLegibility;
}
/* borra el highlight de los formularios en Safari */
    
    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius:    0px;
    -o-border-radius:      0px;
    border-radius:         0px;
    }    
    input,
    select,
    textarea,
    button {
        outline: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }


img { background: white; color: white; }


/* =========================================
   VISIBILIDAD RESPONSIVE
========================================= */

/* Ocultar todo por defecto */
#estatica,
#estatica-ipad,
#estatica-ipad-13,
#estatica-mobile {
    display: none;
}


/* =========================================
   MOBILE
   < 920px
========================================= */
@media (max-width: 919.98px) {

    #estatica-mobile {
        display: block;
    }

}


/* =========================================
   IPAD 13 VERTICAL
   920px → 1199px
========================================= */
@media (min-width: 920px) and (max-width: 1199.98px) {

    #estatica-ipad-13 {
        display: block;
    }

}


/* =========================================
   DESKTOP
   >= 1200px
========================================= */
@media (min-width: 1200px) {

    #estatica {
        display: block;
    }

}



@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1905px) {
    .container {
        max-width: 1905px;
    }
}
/* LOADER */ 
    #loader {
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 10000;
        top: 0;
        left: 0;
    }
    #loader img {
        -webkit-animation-name: spin;
        -webkit-animation-duration: 1000ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 1000ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 1000ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        
        animation-name: spin;
        animation-duration: 1000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    
    @-moz-keyframes spin {
        from { -moz-transform: rotate(0deg); }
        to { -moz-transform: rotate(360deg); }
    }
    @-webkit-keyframes spin {
        from { -webkit-transform: rotate(0deg); }
        to { -webkit-transform: rotate(360deg); }
    }
    @keyframes spin {
        from {transform:rotate(0deg);}
        to {transform:rotate(360deg);}
    }
    

/*! Classes ------------------------------------  */ 
 
    a {
        color: black;
    }
    a:hover {
        color: black;
    }
    .relativiza {
        position: relative;
    }
    .col-md-block {
        display: none !important;
    }
    .hidden {
        display: none;
    }
    .text-right {
        text-align: right;
    }
    .text-center {
        text-align: center;
    }
    *.mini {
        font-size: 11px !important;
        line-height: 14px !important;
        text-transform: uppercase !important;
        font-family: 'Roboto', sans-serif !important;
    }

        
        @media (min-width: 992px) {
            *.mini {
                font-size: 11px !important;
            }
        }
    
    .rules {
        font-weight: 700; 
        font-size: 1.5rem !important; 
        line-height: 1.1em; 
        font-family: Helvetica, Roboto, sans-serif; 
        margin-bottom: .6rem;
    }
        @media (min-width: 992px) {
            .rules {
                font-size: 2rem !important; 
            }
        }
    
    
    .img-responsive {
        max-width: 100%;
        height: auto;
    }
    
        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0; overflow: hidden;
        }
        #full-screen-slide .video-container {
            padding-bottom: 0;
        }
            
        @media (min-width: 1080px) {
            .video-container .fantasma {
                position: absolute;
                z-index: 2;
                width: 100%;
                height: 100%;
            }
            
            .video-container.lau .fantasma {
                position: absolute;
                z-index: 2;
                width: 100%;
                height: 100%;
                background: transparent url(/img/fantasma-play.png) 50% no-repeat;
                background-size: cover;
            }
        }
        #full-screen-slide .ilustracion {
            padding: 5%;
        }        
        @media (min-width: 1080px) {
            #full-screen-slide .ilustracion {
                padding: 18%;
            }        
        }
        
        #full-screen-slide #stage .fantasma {
            background-image: none;
            display: none;
        }
/*
        #full-screen-slide #stage .lau iframe {
            display: none;
        }
        #full-screen-slide #stage .lau .fantasma {
            background-color: blue;
            border: 1px solid black;
            display: block;
            z-index: 9999999;
            top: 0;
            left: 0;
        }
*/
        .video-container.bomb {
            position: relative;
            padding-bottom: 64%;
            height: 0; overflow: hidden;
        }
        .video-container.lau {
            position: relative;
            padding-bottom: 53%;
            height: 0; overflow: hidden;
        }
        .video-container.ura-2019 {
            position: relative;
            padding-bottom: 74%;
            height: 0; overflow: hidden;
        }
        .video-container.lau {
            position: relative;
            padding-bottom: 42.5%;
            height: 0; 
            overflow: hidden;
        }
        .video-container iframe,
        .video-container object,
        .video-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }






/*! Header ------------------------------------  */ 


.margen-pagina {
    margin: 0 20px;
    padding: 0;
}

#cabecera {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 9999;
    padding-bottom: 60px;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -transition:        all 0.3s ease;
}

    #cabecera.escaparates-on {
        opacity: 1;
        bottom: -140px;
    }
        #cabecera p#logo {
            margin-right: 40px;
            margin-top: 7px;
        }
        #cabecera ul {
            margin: 7px 0;
            padding: 0;
        }
        #cabecera ul li {
            margin-left: 0;
            padding-left: 0;
            list-style-type: none;
        }
        #cabecera a {
            color: black;
            text-decoration: none;
        }
        #cabecera a:hover {
            text-decoration: none;
            font-weight: bold;
        }
        #cabecera #menu {
            width: 100%;
        }
            #cabecera #menu .col-md-2 {
                flex: 0 0 25%;
                max-width: 25%;
            }

/*! Newsletter */
    p.newsletter {
        margin-top: 7px;
        margin-bottom: 0;
    }
    #newsletter {
        position: relative;
        width: 100%;
    }
    #newsletter label {
        display: none;
    }
    #newsletter input[type="email"] {
        border: none;
        border-bottom: 1px solid black;
        display: inline-block;
        width: 75%;
        padding: 4px 0;
        text-transform: uppercase;
        font-size: 11px;
    }
    #newsletter #newsletter-suscribe {
        display: inline-block;
        width: 25%;
        padding: 8px 0 4px 0;
        border: none;
        background-color: white;
        text-transform: uppercase;
        cursor: pointer;
        text-align: right;
        float: right;
    }
    #newsletter #newsletter-suscribe.valido {
        visibility: visible;
        -webkit-transition: all 1s ease;
        -moz-transition:     all 1s ease;
        -o-transition:         all 1s ease;
        -transition:         all 1s ease;
    }




/*! Menú escaparates ------------------------------------  */ 

    ul#menu-escaparates {
        margin: 50px 0 0 0;
        padding: 0;
        display: none;
        position: fixed;
        width: 400px;
    }
    ul#menu-escaparates.on {
        display: block;
    }
    ul#menu-escaparates li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        line-height: 1.3em;
        width: 50%;
    }
    ul#menu-escaparates li a {
        text-decoration: none;
        display: block;
    }
    ul#menu-escaparates li.active a,
    ul#menu-escaparates li.on a,
    ul#menu-escaparates li a:hover {
        font-weight: bold;
    }

    #fondo-control-menu-escaparates {
        display: none;
    }
    #control-menu-escaparates {
        position: fixed;
        cursor: pointer;
        margin-bottom: 30px;
        font-size: 20px;
        width:  25px;
        height: 21px;
        background: url(/img/masmenos-puntos.png) no-repeat center top;
        z-index: 2;
    }
    #control-menu-escaparates.on {
        background: url(/img/masmenos-puntos.png) no-repeat center bottom;
    }



/*! Pantallas escaparates ------------------------------------  */ 

    #pantallas-escaparates {
        position: fixed;
        display: none;
        top: 40px;
        z-index: 9999;
        pointer-events: none;
/*
        -webkit-transition: all 0.3s ease;
        -moz-transition:     all 0.3s ease;
        -o-transition:         all 0.3s ease;
        -transition:         all 0.3s ease;
*/
        width: 800px;
    }
    .home #pantallas-escaparates {
        -webkit-transition:  all 0.3s ease;
        -moz-transition:     all 0.3s ease;
        -o-transition:       all 0.3s ease;
        -transition:         all 0.3s ease;
    }
        #pantallas-escaparates.on {
            display: block;
            pointer-events: all;
        }
        #pantallas-escaparates img {
            display: none;
            position: absolute;
            top: 0;
            width: 100%;
            height: auto;
/*
            -webkit-transition: all 0.3s ease;
            -moz-transition:     all 0.3s ease;
            -o-transition:         all 0.3s ease;
            -transition:         all 0.3s ease;
*/
        }
        #pantallas-escaparates img.on {
            display: block;
        }



/*! Escaparate ------------------------------------  */ 

    #escaparate {
        opacity: 0;
        width: 800px !important;
        max-width: 800px !important;
        height: 800px;
        position: absolute;
        top: 0;
        pointer-events: none;
/*
        -webkit-transition: all 0.3s ease;
        -moz-transition:     all 0.3s ease;
        -o-transition:         all 0.3s ease;
        -transition:         all 0.3s ease;
*/
    }
        #escaparate.on {
            opacity: 1;
            
            pointer-events: all;
        }

        #escaparate .item {
                margin-bottom: 20px;

        }
        #escaparate .item .ilustracion {
            padding: 150px 0;
        }
        #escaparate .item:hover {
                cursor: url(/img/ampliar.png), auto;            
        }
    
            @media (min-width: 1080px) {
                #escaparate .item {
                    margin-bottom: 15px;
                }
            }
            
        #escaparate .item:last-child {
            padding-bottom: 160px;
        }
        #escaparate img {
            width: 100%;
            min-height: 100px;
            height: auto;
        }


#texto-escaparate {
    text-transform: uppercase;
    padding: 20px 0;
    position: fixed;
    top: 70px;
    width: 265px;
    /* text-align: justify; */
    /* hyphens: auto;
    -webkit-hyphens: auto;  */
    /* width: 240px; */
}
#texto-escaparate  p {
    hyphens: none;
  }


#scrollable {
    overflow: auto;

}

        
    @media (min-width: 1113px) {
        #texto-escaparate {
            width: 240px;
            width: 230px;
        }
        /* body.lau #texto-escaparate {
            position: absolute;
        } */
        
    }

@media (min-width: 1681px) {
    /* body.lau #texto-escaparate {
        position: fixed;
    } */
    #texto-escaparate {
        
        width: 265px;
        /* text-align: justify; */
        /* hyphens: auto;
        -webkit-hyphens: auto;  */
        /* width: 240px; */
    }
}


#texto-escaparate p.more-link {
    display: none;
}
#texto-escaparate .more-text {
    display: block;
} 
    
@media (min-width: 1112px) and (max-width: 1681px) { 
    /* body.lau #texto-escaparate {
        top: 30px;
    } */
    #texto-escaparate p.more-link {
        cursor: pointer;
        text-decoration: underline;
        display: block;
    }
    #texto-escaparate .more-text {
        display: none;
    }
    #texto-escaparate p.more-link:hover {
        text-decoration: none;
    }
    
    #fondo-control-menu-escaparates {
        display: block;
        position: fixed;
        top: 0;
        width: 245px;
        height: 60px;
        z-index: 1;
        background-color: white;
    }
    
    
    
}
@media (min-width: 1080px) {
    body.lau #texto-escaparate {
        /* position: relative;  está aquí */
        /* padding-top: 0;
        border: 1px solid black; */
    }
}

    #texto-escaparate.escaparates-on {
        opacity: 0;
        pointer-events: none;
    }

    #texto-escaparate h2 {
        margin: 0;
        padding: 0px 0 20px 0;
        line-height: 1;
        font-size: 14px;
        font-weight: bold;
    }
    #texto-escaparate * {
    }
    #texto-escaparate p {
        font-size: 11px !important;
    }




#texto {
    padding: 120px 0;
    width: 50%;
}
    #texto.escaparates-on {
        opacity: 0;
        pointer-events: none;
    }
    .no-margin-top {
        margin-top: 0 !important
    }
    #texto-escaparate  a {
        text-decoration: underline;
    }
    #texto-escaparate a:hover {
        text-decoration: none;
    }
    #texto p {
        padding: 1em 0;
        font-size: 11px;
        line-height: 14px;
    }
    #texto h1 {
        margin-top: 40px;
        margin-bottom: 40px;
        font-weight: bold;
        font-size: 14px !important;
    }
    #texto h2 {
        font-weight: bold;
    }

/*! Contenido ------------------------------------  */ 


#contenido {
    padding-top: 40px;
}



/*! Publicaciones ------------------------------------  */ 

table.publicaciones tr:hover td {
    background-color: #eee;
}
table.publicaciones tr td a {
    text-decoration: none;
}
table.publicaciones tr td a:hover {
    font-weight: bold;
}

#covers {
    position: relative;
}
#covers img {
    position: absolute;
    top: 0;
    opacity: 0;
}
#covers img.on {
    opacity: 1;
}


/*! Contenido ------------------------------------  */ 

    #slider-full {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
        #slider-full.on {
            display: none;
        }
        #slider-full div {
            width: 100%;
            height: 100%;
        }
    
    
    #slider, #estatica {
        -webkit-transition: all 0.3s ease;
        -moz-transition:    all 0.3s ease;
        -o-transition:      all 0.3s ease;
        -transition:        all 0.3s ease;
/*         display: none; */
    }

    @media (max-width: 1080px) {
        #slider, #estatica {
            height: 76vh;
        }    
        #slider .slide {
            height: 100%;
            width: 100%;
        }
        #slider-numbers span {
            display: inline-block;
            width: 20px;;
            text-align: center;
            cursor: pointer;
            background-color: #eee;
            margin-right: 10px;
        }
        #slider-numbers span:hover {
            display: inline-block;
            width: 20px;;
            text-align: center;
            cursor: pointer;
        }
        #slider-numbers span.cycle-pager-active {
            background-color: #555;
        }
    }
    #estatica .full {
        height: 90vh;
        width: 100%;
        background-color: blue;
    }



    #estatica-ipad.escaparates-on,
    #estatica.escaparates-on,
    #slider.escaparates-on {
        opacity: 0;
    }
        #slider img {
            display: block;
            width: 100%;
            padding-right: 20px;
            height: auto;
        }
        #slider-captions p {
            margin-top: 5px;
        }


    

    #slider .movil{
        display: block;
    }
    #slider .escritorio {
        display: none;
    }



@media (min-width: 1080px) {
    #slider .movil{
        display: none;
    }
    #slider .escritorio {
        display: block;
    }
}

#estatica {
  text-align: right;
}
#estatica img {
    width: 100%;  
    /* width: 75%; */
    height: auto;
}
@media only screen and (max-width : 1080px) {
    #estatica img {
        width: 100%;  
    }
}

/*! Media Query 1905px ------------------------------------  */ 
@media only screen and (max-width : 1905px) {
/*
    #cabecera, 
    #contenido {
        margin-left:  20px;
        margin-right: 20px;
    }
*/
    #texto {
        padding: 100px 0;
    }
    #cabecera {
        padding-bottom: 40px;
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        background-color: white;
        z-index: 9999;
        padding-top: 10px;
}

        #cabecera p#logo {
            width: 230px;
        }

    
    
    #contenido {
        padding-top: 30px;
    }
    .margen-pagina {
        margin: 0 30px;
    }
    #pantallas-escaparates {
        top: 30px;
        width: 590px;
        display: none;
    }
    #escaparate {
        opacity: 0;
        width: 590px !important;
        max-width: 590px !important;
        height: 590px;
        position: absolute;
        top: 0;
        pointer-events: none;
/*
        -webkit-transition: all 0.3s ease;
        -moz-transition:     all 0.3s ease;
        -o-transition:         all 0.3s ease;
        -transition:         all 0.3s ease;
*/
    }
    #texto {
        padding-top: 30px;
    }
}

@media only screen and (max-width : 1200px) {

}
/*! Media Query 992px ------------------------------------  */ 
@media only screen and (max-width : 1080px) {
    .margen-pagina {
        margin: 0 20px;
        padding: 70px 0 0 0;
    }
    #cabecera .margen-pagina {
        margin: 0 20px;
        padding: 0;
    }
    #control-menu {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        width: 17px;
        height: 16px;
        cursor: pointer;
        z-index: 99999;
        background: transparent url('/img/control-menu-v3.png') no-repeat 0 0;
    }
    #control-menu.on {
        background: transparent url('/img/control-menu-v3.png') no-repeat -18px 0;
    }
    #cabecera {
        position: fixed;
        top: 0;
        bottom: auto;
        padding-bottom: 20px;
    }
    #cabecera.on {
        height: 100%;
    }
        #cabecera p#logo {
            width: 140px;
        }
        #cabecera ul li {
            line-height: 2.5em;
        }
        
        #cabecera #menu .col-md-2 {
            flex: 0 0 50%;
            max-width: 50%;
        }
        
/*
        #menu {
            opacity: 0;
            width: 100%;
            position: absolute;
            top: -200px;
            -webkit-transition: all 0.3s ease;
            -moz-transition:     all 0.3s ease;
            -o-transition:         all 0.3s ease;
            -transition:         all 0.3s ease;
            pointer-events: none;
            background-color: white;
        }
        #menu.on {
            opacity: 1;
            top: 0;
        }
    
*/
        
        #menu {
            display: none;
            width: 100%;
        }
        #menu.on {
            display: block;
            padding-top: 10px;
            padding-bottom: 20px;
        }
    #newsletter input[type="email"] {
        border: none;
        border-bottom: 1px solid #000;
        display: inline-block;
        width: 37.5%;
        padding: 4px 0;
        text-transform: uppercase;
        font-size: 11px;
    }
    #newsletter #newsletter-suscribe {
        display: inline-block;
        width: 10%;
        padding: 8px 0 4px 0;
        border: none;
        background-color: white;
        text-transform: uppercase;
        cursor: pointer;
        text-align: right;
        float: none;
    }
    #newsletter #newsletter-suscribe.valido {
        visibility: visible;
        -webkit-transition: all 1s ease;
        -moz-transition:     all 1s ease;
        -o-transition:         all 1s ease;
        -transition:         all 1s ease;
    }
    
    #control-menu-escaparates {
        display: none;
    }
    #pantallas-escaparates {
        position: relative;
        top: auto;
        z-index: auto;
        pointer-events: all;
        width: 100%;
        display: none;
    }
    #pantallas-escaparates.on {
        display: block;
    }
/*
        .home #pantallas-escaparates {
            display: block;
        }
*/
        #pantallas-escaparates a {
            display: block;
            margin-bottom: 20px;
        }
        #pantallas-escaparates a:last-child {
            margin-bottom: 0px;
            
        }
        #pantallas-escaparates img {
            display: block;
            position: relative;
            top: auto;
            width: 100%;
            height: auto;
        }
        #pantallas-escaparates img.on {
            display: block;
        }

    #escaparate {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        position: relative;
        top: auto;
        /* padding: 0 20px; */
    }
        #escaparate img {
            width: 100%;
            height: auto;
        }
        #escaparate .item.plano {
            margin-left: 20px;
            margin-right: 20px;
        }
        #escaparate .item:last-child {
            margin-bottom: 0;
        }
    #texto-escaparate {
        text-transform: uppercase;
        padding: 20px 0px ;
        position: relative;
        top: auto;
        width: 100%;
    }
    .home #texto-escaparate,
    .copyright #texto-escaparate,
    .contact #texto-escaparate,
    .privacy #texto-escaparate,
    .about #texto-escaparate,
    .press #texto-escaparate {
        display: none;
    }
/*
    #slider {
        display: none;
    }
*/
    
    #texto {
        padding: 10px 20px;
        width: 100%;
    }
    #contenido {
        padding-top: 0;
    }
    #escaparate .item:last-child {
        padding-bottom: 0px;
    }
    #texto.press {
        width: 100%;
    }
    
    #texto.portfolio {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #texto.portfolio img {
        display: block;
        margin-bottom: 20px;
    }
    
    
}
@media only screen and (max-width : 768px) {
  #escaparate { 
    padding: 0;
  }
}

#newsletter #newsletter-suscribe {
    color: black;
}
/*! Media Query 480px ------------------------------------  */ 
@media only screen and (max-width : 480px) {
    #newsletter input[type="email"] {
        border: none;
        border-bottom: 1px solid black;
        display: inline-block;
        width: 75%;
        padding: 4px 0;
        text-transform: uppercase;
        font-size: 11px;
    }
    #newsletter #newsletter-suscribe {
        display: inline-block;
        width: 25%;
        padding: 8px 0 4px 0;
        border: none;
        background-color: white;
        text-transform: uppercase;
        cursor: pointer;
        text-align: right;
        float: right;
    }
    #newsletter #newsletter-suscribe.valido {
        visibility: visible;
        -webkit-transition: all 1s ease;
        -moz-transition:     all 1s ease;
        -o-transition:         all 1s ease;
        -transition:         all 1s ease;
    }
}

@media only screen and (max-width : 320px) {
    
}





#full-screen-slide {
    position: fixed;
    z-index: 1000000;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    pointer-events: none;
}
#full-screen-slide * {
    pointer-events: none;
}
#full-screen-slide.on {
    top: 0; 
    opacity: 1;
    pointer-events: all;
}
#full-screen-slide.on * {
    pointer-events: all;
}


#full-screen-slide .col-info {
    display: inline-block;
    background-color: #fff;
    width: 20%;
    height: 100%;
    float: left;
}
    #full-screen-slide .col-info .margen {
        max-width: 240px;
        margin: 50px;
        overflow: auto;
    }
    
    
    #full-screen-slide .more-link {
        display: none;
    }
    #full-screen-slide h2 {
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        margin: 0px;
        padding: 0 0 20px 0;
        text-transform: uppercase;
    }
    #full-screen-slide,
    #full-screen-slide p {
        font-size: 11px;
        font-weight: normal;
        line-height: 15px;
        margin-bottom: 16px;
        margin-top: 0px;
        text-align: left;
        text-transform: uppercase;
    }  


#full-screen-slide .col-slider {
    display: inline-block;
    background-color: #f3f3f3;
    height: 100%;
    width: 79.999999999%;
    float: left;
    position: relative;
}
#full-screen-slide .col-slider #full-screen-slide-nav {
    z-index: 1000001;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
#full-screen-slide .col-slider #full-screen-slide-nav div {
    display: inline-block;
    height: 100%;
    width: 50%;
    cursor: pointer;
    background: none;
}
    #full-screen-slide .col-slider #full-screen-slide-nav.video div {
        width: 120px;
        cursor: pointer;
    }

#full-screen-slide .col-slider #full-screen-slide-nav div#full-next {
    float: right;
/*     background: url(/img/next_gruesa.png) no-repeat 50% center; */
}
    #full-screen-slide .col-slider #full-screen-slide-nav.video div#full-next {
        background: url(/img/next_gruesa.png) no-repeat 50% center;
    }
    #full-screen-slide .col-slider #full-screen-slide-nav.video div#full-prev {
        background: url(/img/prev_gruesa.png) no-repeat 50% center;
    }
    #full-screen-slide .col-slider #full-screen-slide-nav.video div#full-next:hover,
    #full-screen-slide .col-slider #full-screen-slide-nav.video div#full-prev:hover {
        background: none !important;
    }

#full-screen-slide .col-slider #full-screen-slide-nav div:hover {
    cursor: url(/img/prev_gruesa.png), auto;
}
#full-screen-slide .col-slider #full-screen-slide-nav div#full-next:hover {
    cursor: url(/img/next_gruesa.png), auto;
}
#full-screen-slide #full-social {
    z-index: 1000002;
    position: absolute;
    bottom: 50px;
    left:   50px;
}
#social {
}
#social a,
#full-screen-slide #full-social a {
    margin-top: 50px;
    display: inline-block;
    margin-right: 11px;
    width: 15px;
    height: auto;
}
#social a img,
#full-screen-slide #full-social a img {
    width: 100%;
    height: auto;
}
#full-screen-slide #full-caption {
    z-index: 1000002;
    position: absolute;
    bottom: 50px;
    right:   50px;
}
#full-screen-slide div#full-close {
    z-index: 1000002;
    position: absolute;
    top:    40px;
    right:  40px;
    width:  30px;
    height: 30px;
    background: url(/img/cerrar.png) no-repeat 50%;
    cursor: pointer;
}
#full-screen-slide .col-slider #stage {
    height: 100%;
    width: 100%;
/*     position: relative; */
}
#full-screen-slide .col-slider #stage .item {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding-left:  120px;
    padding-right: 120px;
    text-align: center;
/*
    display: flex !important;
    align-items: center;
    justify-content: center;
*/
}
#full-screen-slide .col-slider #stage .item video,
#full-screen-slide .col-slider #stage .item img {
/*
    display: flex !important;
    align-items: center;
    justify-content: center;
*/
/*
    width: auto;
    height: auto;
*/
    max-width:  100%;
    max-height: 100%;
    margin: 0 auto;
}

#full-screen-slide .col-slider #stage .item .video-container {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: auto;
    max-width:  100%;
    max-height: 100%;
    margin: 0 auto;
    width: 100%;
    
/*     padding-bottom: 56.25%; */
/*
    height: 0;
    overflow: hidden;
    display: table;
    vertical-align: middle;
    text-align: center;
*/
}
 
#full-screen-slide .video-container iframe,
#full-screen-slide .video-container object,
#full-screen-slide .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000002;
    cursor: pointer;
}

.simplebar-scrollbar::before {
  background-color: red;
}



/* #estatica img {
    width: 100%;
    height: auto;
}
#estatica img.desktop { display: none; }
#estatica img.laptop { display: none; }
#estatica img.mobile { display: block; }
#estatica .descripcion {
    display: none;
}

@media (min-width: 720px) {
    #estatica img.desktop { display: block; }
    #estatica img.laptop { display: none; }
    #estatica img.mobile { display: none; }
}
@media (min-width: 968px) {
    #estatica img.desktop { display: none; }
    #estatica img.laptop { display: block; }
    #estatica img.mobile { display: none; }
}
/_* @media (min-width: 1080px) {
    #estatica img.desktop { display: block; }
    #estatica img.laptop { display: none; }
    #estatica img.mobile { display: none; }
} *_/
@media (min-width: 1440px) {
    #estatica img.desktop { display: none; }
    #estatica img.laptop { display: block; }
    #estatica img.mobile { display: none; }
}
@media (min-width: 1681px) {
    #estatica img.desktop { display: block; }
    #estatica img.laptop { display: none; }
    #estatica img.mobile { display: none; }
}

@media (min-width: 720px) {
  #estatica .descripcion {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 400;
    height: 14px; 
    text-align: left; 
    text-transform: uppercase;
    padding: 20px 0;
  }
}
@media (min-width: 1080px) {
  #estatica .descripcion {
    display: none; 
  }
  
}
@media (min-width: 1681px) {
  #estatica .descripcion {
    display: block; 
  }
  
} */


@media only screen and (max-width: 480px) {
  #newsletter {
    overflow: hidden;
  }

  #newsletter input[type="email"] {
    font-size: 16px !important;     /* evita zoom de iPhone */
    transform: scale(0.6875);       /* 11 / 16 = 0.6875 */
    transform-origin: left center;
    width: calc(100% / 0.6875);     /* compensa el scale */
  }
}

/*! Selector de idioma ------------------------------------  */
/* Reutiliza el mismo .margen-pagina + .container que la cabecera para que el
   margen derecho coincida siempre con el del botón de Newsletter, en vez de
   calcular un valor fijo en píxeles que se desajusta según el breakpoint. */
#selector-idioma-container {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 9999;
    pointer-events: none;
}
/* main.js intercambia .container <-> .container-fluid según el ancho
   (ver ajustar() en js/main.js), así que este selector debe cubrir ambos
   para seguir alineado con la cabecera en todos los anchos. */
#selector-idioma-container .container,
#selector-idioma-container .container-fluid {
    text-align: right;
    pointer-events: none;
}

@media only screen and (max-width: 910px) {
    #selector-idioma-container {
        z-index: 10001;
        top: 0;
    }

}

#selector-idioma {
    display: inline-block;
    vertical-align: top;
    z-index: 99999;
    cursor: pointer;
    pointer-events: all;
    text-align: left;

}
#selector-idioma .idioma-actual {
    display: inline-block;
}
#selector-idioma .idioma-actual::after {
    content: '';
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
    vertical-align: middle;
}
#selector-idioma .lista-idiomas {
    display: none;
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
#selector-idioma.abierto .lista-idiomas {
    display: block;
}
#selector-idioma .lista-idiomas li {
    margin-top: 4px;
}
#selector-idioma .lista-idiomas a {
    display: block;
    text-decoration: none;
    color: inherit;
}
#selector-idioma .lista-idiomas a:hover {
    font-weight: 700;
}
@media only screen and (max-width: 1080px) {
    #selector-idioma-container {
        top: 20px;
        /* .margen-pagina añade padding-top:70px a este ancho (pensado para
           empujar el contenido de la página bajo la cabecera fija); este
           elemento es su propio position:fixed, así que no lo necesita. */
        padding: 0;
    }
    #selector-idioma-container .container,
    #selector-idioma-container .container-fluid {
        padding-right: 45px;
    }
    /* #control-menu es el botón hamburguesa; gana la clase .on cuando el
       menú de navegación móvil está abierto (ver main.js). #control-menu
       está antes que #selector-idioma-container en el HTML, así que el
       selector de hermanos ~ puede usarse para ocultarlo mientras tanto. */
    #control-menu.on ~ #selector-idioma-container {
        display: none;
    }
}