/* Cartelera */

iframe,
video {
    width: 90%;
    display: inline;
    margin: 30px;
    padding: 80px 0px;
}

p {
    text-align: left;
    line-height: 2em;
}

section h3 {
    text-align: center;
}

.cartelera b {
    color: maroon;
    font-weight: bold;
    text-align: left;
}

.cartelera {
    display: inline-block;
    padding: 10px;
}

.cartelera.left,
.cartelera.center,
.cartelera.right {
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

.cartelera.center {
    width: 30%;
    padding: 10px 15px;
    margin: 0px;
}

.cartelera.left,
.cartelera.right {
    position: relative;
    width: 32%;
    text-align: center;
}

.cartelera h2 {
    font-size: 18px;
    text-align: center;
}

.contenido .cartelera img {
    margin: 0 1%;
    width: 100%;
    border: 2px solid transparent;
    transform: none;
    box-shadow: none;
}

.cartelera h2 {
    cursor: context-menu;
}

.cartelera.pie {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    max-width: 1400px;
}

.galeria {
    position: relative;
    max-width: 400px;
    height: 42vh;
}

.galeria img {
    position: absolute;
    top: 0;
    left: 6%;
    width: 19em;
    height: 30em;
    opacity: 1;
    transition: width 1s, opacity 2s;
}

.galeria img:first-child {
    width: 20em;
    transform: perspective(600px) rotateY(0deg);
}

#CarteleraGeneral .contenido .cartelera {
    margin: 0 auto;
    max-width: 1400px;
}


/* #CarteleraPeerGyntEnAfrica .galeria {
    left: 25%;
} */

#CarteleraPeerGyntEnAfrica,
#CarteleraPeerGynt {
    transition: left 3s;
}

#CarteleraPeerGynt h3 {
    width: 100%;
    text-align: center;
}

#CarteleraGeneral {
    transition: left 3s;
}

#CarteleraGeneral p,
#CarteleraGeneral h3 {
    text-align: left;
}

#sedes,
#opiniones {
    max-width: 1400px;
    justify-content: center;
}

#sedes div,
#opiniones div {
    position: relative;
    width: 90%;
    max-width: 300px;
    height: auto;
    margin: 5px;
    background-color: #ECC28B;
    padding: 10px;
    padding-bottom: 30px;
    border-radius: 5px;
}

#sedes div {
    background-color: #e9b269;
}

#sedes p,
#opiniones p {
    font-style: italic;
    text-align: left;
}

#sedes p {
    font-style: normal;
}

#sedes p:first-of-type {
    text-align: center;
}

#sedes span,
#opiniones span {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

a.button-boleto {
    display: inline-block;
    width: 200px;
    height: 2em;
    text-align: center;
    line-height: 2em;
    right: 20%;
    bottom: 30%;
    z-index: 0;
    margin: 6px auto;
    text-decoration: none;
    background-color: rgba(128, 0, 0);
    color: aliceblue;
    font-size: 1em;
    border-radius: 7px;
    border: 2px solid #ffffff;
}

#sedes div a.button-boleto:hover {
    background-color: #ffffff;
    color: black;
}

section div.contacto p {
    text-align: center;
    padding-bottom: 3em;
}

#cortina {
    position: fixed;
    width: 500px;
    z-index: 1;
    background: #ECC28B;
    font-size: 18px;
    border-radius: 20px;
    padding: 20px 45px;
    border: 2px solid #FFF;
    box-shadow: 10px 10px 10px -1px rgb(97, 21, 21);
}

.tooltip:hover {
    cursor: pointer;
}

#cortina p {
    color: #000;
    ;
}

#cortina h3 {
    color: #4D0000;
}

.titulo {
    color: hsl(0, 100%, 25%);
    font-family: sans-serif;
    position: absolute;
    width: 100%;
    font-size: 1.6em;
    font-weight: bold;
    left: 8px;
    top: 70%;
    background-color: hsl(210, 13%, 50%, 0.7);
    border-top: 3px dotted hsl(0, 100%, 25%);
    border-bottom: 3px dotted hsl(0, 100%, 25%);
    font-size: 1.2em;
}

.tooltip {
    position: absolute;
    display: inline-block;
    left: 55%;
    bottom: 10px;
}

.inactive {
    opacity: 0.4;
}

.inactive a {
    text-decoration: none;
}

.inactive a:hover,
.inactive a:focus {
    cursor: unset;
    background-color: #e9b269;
    color: #4D0000;
}

.inactive a.button-boleto:hover {
    cursor: unset;
    background-color: rgba(128, 0, 0) !important;
    color: aliceblue !important;
}

@media screen and (max-width:1250px) {
    #CarteleraPeerGyntEnAfrica .galeria {
        left: -10%;
    }
    .tooltip {
        bottom: 1%;
    }
    #cortina {
        top: 2%;
    }
}

@media screen and (max-width:850px) {
    .galeria {
        position: absolute;
        left: -9999em;
    }
    .cartelera.center {
        width: 50%;
    }
    #CarteleraPeerGynt .left {
        width: 40%;
    }
    #CarteleraPeerGynt .cartelera.right {
        position: absolute;
        left: -9999em;
    }
    #CarteleraPeerGyntEnAfrica .right {
        width: 40%;
    }
    #CarteleraPeerGyntEnAfrica .cartelera.left {
        position: absolute;
        left: -9999em;
    }
}

@media screen and (max-width:450px) {
    .galeria {
        position: absolute;
        left: -9999em;
    }
    .contenido {
        flex-direction: column;
        padding: 0;
    }
    .cartelera {
        width: 100%;
    }
    .contenido div {
        width: calc(100% - 30px) !important;
    }
    .contenido video {
        margin: 0;
        padding: 5px;
    }
}