:root {
    --gris: #302e2f;
    --verde: #6d8280;
    --crema: #e4cfc1;
    --rojo: #e03f41;
}

#bannerPelicula {
    background-color: #cccccc;
    /* Used if the image is unavailable */
    /*  background-image: url("../img/alter_imagen_dk2.jpg");*/
    width: 100%;
    overflow: hidden;
    height: 80vh;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}
ul.ulReal{
    all:revert;
    padding-left:1em;
    margin-top:0;

}
ul.ulReal li {
    all:revert;
}
h1.nombre-pelicula {
    cursor: auto;
}

.nombre-pelicula:hover {
    font-size: 5em;
}

div.detallePelicula {
    background-image: url(../img/bk_verde.jpg);
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

p.estadoPelicula {
    background-image: url("../img/bk_crema.jpg");
    /* height:50px; */
    margin-left: 5%;
    padding: 15px;
    padding-top: 15px;
    font-size: 0.8em;
    margin-bottom: 0;
    flex: 1;
    font-family: 'fivo_sansmedium', sans-serif;
    font-weight: bold;
    text-align: center;
}

p.estadoDetalle {
    /* height:50px; */
    margin-left: 0em;
    font-family: 'fivo_sansmedium', sans-serif;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 0.8em;
    color: #eed0c5;
    flex: 1.5;
}

a.verPelicula {
    cursor: pointer;
    text-decoration: none;
}

a.verPelicula p {
    font-family: 'fivo_sansblack', sans-serif;
    letter-spacing: 1px;
    margin: auto;
    padding: 5px 10px;
    display: inline-block;
    background-color: #302e2f;
    color: white;
    font-size: .8em;
}

.btnPlay {
    height: 1.8em;
    display: inline-block;
}

div.premios img {
    width: 100%;
    padding: 40px 0;
}

p.sinopsis {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 0;
}

section.contenidoPelicula {
    width: 100%;
    margin: 1em auto;
}

section.trailer {
    display: flex;
    justify-content: center;
    width: 100vw;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    min-height: 200px;
    margin-top: 4em;
    margin-bottom: 4em;
}

section.trailer iframe,
section.trailer object,
section.trailer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
}

#videoPeli {
    max-width: 1300px;
}

div.afiche {
    padding: 10px;
}

div.contenedorFichaPoster {
    margin-top: 1em;
    margin-bottom: 4em;
}

.subMenuFicha {
    background-image: url(../img/bk_crema.jpg);
    background-size: 100% 100%;
    border-bottom: solid 7px #6d8280;
    margin-top: 10px;
    cursor: pointer;
}

p.menuFicha {
    font-family: 'fivo_sansmedium', sans-serif;
    font-size: .9em;
    margin-bottom: 0;
    padding: 1em 10px 5px 10px;
    text-align: center;
}

p.menuFicha:hover,
p.menuFicha:active,
p.menuFicha:focus {
    background-color: #6d8280;
    color: #eed0c5;
}

.mnuInactivo {
    display:none;
    opacity: 0.3;
    cursor: auto;
}
.subMenuInactivo{
    width:100%;
}

.mnuInactivo:hover,
.mnuInactivo:active,
.mnuInactivo:focus {
    background-color: #eed0c5 !important;
    color: black !important;
}

div#contFichaTecnicaPeli {
    padding-top: 1em;
}
p.fichaTecnica {
    padding: 0;
    margin: 0;
    
}
li.fichaTecnica {
    padding: 0;
    margin: 0 0 0 1.3em;
    text-indent:-1.3em;   
}

div.fichaContenedor {
    padding: 0 10px;
    margin-left: 0px;
}

img.imgAfiche {
    width: 100%;
}




/* CARROUSEL DE IMAGENES */

#carrusel {
    width: 100%;
    overflow: hidden;
    height: 100px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

#carrusel .left-arrow {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 40%;
    margin-top: -9px;
}

#carrusel .right-arrow {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 40%;
    margin-top: -9px;
}

.imgsCarrusel {
    width: calc(100vw * 5);
    left: 0px;
    position: absolute;
    z-index: 0;
}

.imgsCarrusel>div {
    float: left;
    height: auto;
    margin-right: 0;
    width: calc(100vw /2);
    text-align: center;
}

.imgsCarrusel img {
    width: 100%;
    height: 100%;
}

.product {
    border: none;
    height: 100%;
}


/* PRENSA */

section#prensaPeli {
    margin: 2em 1em;
}

.citaPrensa {
    margin-top: 2em;
}

.contenidoPrensa {
    text-align: center;
    font-family: 'fivo_sansitalic', sans-serif;
}

.firmaPrensa {
    text-align: center;
    font-weight: bold;
}
p.firmaFooter a{
    width:fit-content;
    padding:0;
}
p.firmaFooter img {
    max-width: 30px;
    width: 100%;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid var(--verde);
    border-right: 16px solid var(--rojo);
    border-bottom: 16px solid var(--crema);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top:calc( 50% - 66px);
    left: calc( 50% - 66px);
    display: none;
}
.mostrarLoader{
    display: block;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (min-width:518px) {
    p.menuFicha {
        padding-top: 5px;
    }
}

@media screen and (min-width:576px) {
    p.estadoDetalle {
        padding: 15px;
        font-size: 1em;
        flex: 2.3;
    }
    p.estadoPelicula {
        font-size: 1em;
    }
    p.menuFicha {
        padding-top: 5px;
    }
    #carrusel {
        height: 125px;
    }
    section.trailer {
        min-height: 400px;
    }
}

@media screen and (min-width:768px) {
    section.trailer {
        min-height: 500px;
    }
    .imgsCarrusel>div {
        width: calc(100vw /3);
    }
    p.sinopsis {
        margin-bottom: 4em;
    }
    div.fichaContenedor {
        margin-left: 40px;
    }
    a.verPelicula {
        flex: 1.2;
    }
    #carrusel {
        height: 150px;
    }
    section#prensaPeli {
        width: 80%;
        margin: 4em auto 2em auto;
    }
    .citaPrensa {
        margin-top: 2em;
    }
    p.menuFicha {
        font-size: 1.1em;
    }
    .subMenuInactivo{
        width:75%;
    }
    .primero {
        padding-top: 5px !important;
    }
}

@media screen and (min-width:992px) {
    section.contenidoPelicula {
        width: 80%;
    }
    p.estadoDetalle {
        padding: 11px 15px;
        font-size: 1.2em;
        flex: 2.3;
    }
    p.estadoPelicula {
        font-size: 1.2em;
        padding: 11px 15px;
    }
    div.afiche {
        width: 30%;
    }
    #carrusel {
        height: 200px;
    }
    #carrusel .right-arrow img,
    #carrusel .left-arrow img {
        width: 1em;
    }
    #carrusel .left-arrow {
        top: 50%;
    }
    #carrusel .right-arrow {
        top: 50%;
    }
}

@media screen and (min-width:1200px) {
    p.estadoPelicula {
        font-size: 1.4em;
        flex: .7;
        padding: 5px 15px;
    }
    p.estadoDetalle {
        font-size: 1.4em;
        flex: 2;
        padding: 5px 20px;
    }
    a.verPelicula p {
        padding: 1px 10px;
        font-size: 1.2em;
        font-family: 'fivo_sansmedium', sans-serif;
    }
    .btnPlay {
        height: 2em;
    }
    a.verPelicula {
        flex: 1.4;
    }
    section.seccionTrailer iframe,
    section.seccionTrailer object,
    section.seccionTrailer embed {
        position: absolute;
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
    }
    #carrusel {
        height: 300px;
    }
    section#prensaPeli {
        width: 70%;
        margin: 4em auto 2em auto;
    }
}