.movie-details-section{
    margin-top: 5.3rem;
}

/* -------------DETALLES EVENTO---------- */
.detalle-area{
    display: flex;
    width: 100%;
    margin-bottom: 0.5rem;
}

.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0%;
}

/* título */
.section-header-3 .title {
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 3rem;
    font-size: 2.5em;
    color: var(--text);
}

.datosEvento-detalle{
    margin: 0.5rem 0rem;
}

.event-about-content .section-header-3 p {
    margin-bottom: 1em;
    color: var(--dark);
    color: var(--dark);
    font-size: 16px;
    font-family: poppins;
    font-weight: 400;
}

/* descripción */
.sumary{
    margin-top: .5em;
}

.sumary p {
    font-family:poppins, sans-serif !important;
    font-size: 16px;
    text-align: justify;
}

.event-about-content .sumary a:not(.rm-link-classname) {
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.event-about-content .sumary a:not(.rm-link-classname):visited {
    color: #2563eb;
}

.event-about-content .sumary a:not(.rm-link-classname)::after {
    content: '\2197';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25em;
    height: 1.25em;
    margin-left: 5px;
    border: 1px solid currentColor;
    border-radius: 30%;
    font-size: 1em;
    line-height: 1;
    vertical-align: 0;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.event-about-content .sumary a:not(.rm-link-classname):hover,
.event-about-content .sumary a:not(.rm-link-classname):focus-visible {
    color: #082471;
}

.event-about-content .sumary a:not(.rm-link-classname):hover::after,
.event-about-content .sumary a:not(.rm-link-classname):focus-visible::after {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff;
    transform: translate(2px, -2px);
}

.event-about-content .sumary a:not(.rm-link-classname):focus-visible {
    outline: 2px solid rgba(37, 99, 235, 0.4);
    outline-offset: 2px;
    border-radius: 2px;
}

/* contenedor img */
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 47%;
    max-width: 47%;
    margin-top: 0%;
}

.comprar-abono {
    margin-top: 1em;
}

.event-detail-top {
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 120px 10% 2rem 10%;
}

.event-detail-bottom {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 2rem;
    margin-bottom: 5rem;
    background-color: var(--light);
}

.event-detail-bottom > .calendar-sesions {
    gap: .5rem;
}

.event-about-thumb {
    padding-right: 0px;
    padding-bottom: 0px;
}

/* img */
.event-about-thumb img {
    aspect-ratio: 300 / 450;
    background-size: contain;
    border-radius: 4px;
    object-fit: cover;
    position: relative;
    width: auto;
    z-index: 9;
}

/* --Redes sociales---*/
.social-share { 
    display: flex;
    justify-content: flex-start;
}

.playVideo{
    display: flex;
    margin-bottom: -2em;
    justify-content: flex-end;
}

.social-share li {
   margin-right: 1em;
}

.social-share li a {
    color: var(--primary);
}

.social-share li a:hover {
    color: var(--light);
}

/* --video--*/

.fa-play{
    padding-right: 0.5em;
    color: var(--primary);
}

.details-banner-thumb{
    margin-top: 1em;
}

.thumb img{
    width: 1.4em;
}


a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
    color: var(--light);
}

#pagination-container {
    display: flex;
    justify-content: center;
}

.paginationjs-pages ul li {
    padding: 0;
}

a:hover {
    text-decoration: none;
}

/* -------------SESIONES---------- */

.col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex; 
}

.summery-review{
    width: 100%;
    margin-top: 1rem;
}

.movie-details {
    background-color: var(--light);
    border: none;
    justify-content: space-between;
    border-radius: 4px; 
} 
.sesion-area{
    width: 77%;
}


/* calendario */
.calendario-area{
    width: 100%;
    margin-top: 1rem;
}

/*.col-xl-6 .movie-details.calendario-area {
    width: 100%;
    display: none;
}*/

.calendario{
    width: 100%;

}
.fa-calendar-check{
    font-size: 20px;
    color: var(--primary);
}



.tab-menu {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
/* alternar active */
.movie-details .summery-review .tab-menu li.active {
    color: var(--primary);
    font-weight: 600;
}

/* alternar active - barras */
.movie-details .summery-review .tab-menu li::after, .movie-details .summery-review .tab-menu li::before {
    width: 100%;
    background: var(--primary);
    height: 3px;
    left: 0;
    width: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

h6.active{
    padding: 0.5rem 0rem;
    color: var(--text);
    font-size: 28px;
    font-weight: bold;
}

.tab-area{
    width: 100%;
}

/* sesiones */
.movie-review-item {
    border-bottom: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    
}
.movie-review-item:first-child {
    padding-top: 0; 
}

.phisophy-list {
    background-color: white;
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: auto;
    padding: 1rem 0;
    justify-content: flex-start;
}

.phisophy-list > .fechaSinHora {
    margin: 1rem 0 1rem 1rem;
    font-weight: bold;
}

.phisophy-list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1em ;
    margin: 0 1rem .5rem 1rem;
    transition: all .5s;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid lightgrey;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.25em 1em 1em 1em;
}

.phisophy-list-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    justify-content: flex-start;
}

.phisophy-list-right .custom-button {
    flex-shrink: 0;
    margin-right: 12px;
}

.disponibilidad-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;

    white-space: nowrap;
    min-width: 100px;
    width: fit-content;

    text-align: center;
    line-height: 1.2;
    transition: transform 0.2s ease;
}

.disponibilidad-badge.high { background-color: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; }
.disponibilidad-badge.medium { background-color: #fff3e0; color: #e65100; border: 1px solid #ffb74d; }
.disponibilidad-badge.low { background-color: #ffebee; color: #c62828; border: 1px solid #ef5350; }
.disponibilidad-badge.sold-out { background-color: #f5f5f5; color: #757575; border: 1px solid #bdbdbd; }

.disponibilidad-text {
    font-weight: inherit;
}

.phisophy-list li span.hora {
    font-weight: bold;
}

.phisophy-list li:hover {
    background-color: white;
    transition: all .5s;
}

.phisophy-list li .title {
    width: calc(100% - 55px);
    padding-left: 10px;
    margin: 0;
}

.phisophy-list li .thumb {
    width: 55px;
    height: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    border: none
}

.phisophy-list-left {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 60%;
}

.share-event-button {
    background-color: var(--light);
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.7rem;
    margin-top: .5rem;
    padding: .7rem;
    position: absolute;
    right: 10%;
    transition: transform, background-color 0.2s ease;
}

.share-event-button:hover {
    transform: scale(1.1);
}

.share-event-button:active {
    transform: scale(0.9);
}

.share-button-tooltip {
    background-color: yellowgreen;
    border-radius: 10px;
    font-weight: bold;
    padding: .2rem .5rem;
    position: absolute;
    right: 10%;
    top: 80px;
    transition: transform, background-color 0.2s ease;
}

/* -------------CAROUSEL CAST---------------- */


/* contenedor carousel */
.carousel-cast{
    margin-top: 5em;
}


/* lineas*/
.carousel-cast .item .header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px dashed var(--secondary);
    margin-bottom: 30px;
}

/* flechas */
.carousel-cast .item .header .navigation > *:last-child {
    color: var(--primary);
}

.carousel-cast .item .header .navigation > * {
    margin-left: 10px;
    cursor: pointer;
    color: var(--primary);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/* text elemento  */
.cast-item .cast-thumb {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px;
}

/* interior elemento  */
.cast-item .cast-thumb img{  
    width: 100%;
    border-radius: 50%;
    border: 4px solid var(--primary);
}


/* texto rango  */
.cast-item .cast-content .cate {
    color: var(--primary);
    display: block;
    font-size: 14px;
    margin-bottom: 17px;
    line-height: 1.5;
}

/* texto personaje  */

.cast-item .cast-content p {
    font-size: 14px;
    margin-bottom: 0 !important;
    color: var(--light);
    text-align: center;
}


/* -------------- CAROUSEL IMÁGENES ---------------- */
.details-photos .owl-item img {
    display: block;
    width: 100%;
}

.details-photos {
    margin-top: 1em;
}


@media (min-width: 576px){
    /* contenedor imagen */
   .col-lg-5 {
       flex: 0 0 35%;
       max-width: 35%;
       margin-top: 0%;
   }

   /* contenedor texto detalles */
   .col-xl-6 {
       flex: 0 0 65%;
       max-width: 65%;
       margin-top: 0em;
   }
   
   .section-header-3 p {
        font-size: 18px;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .event-about-thumb img {
        height: 350px;
        object-fit: cover;
    }

    .event-detail-top {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .event-about-thumb img {
        height: 450px;
        object-fit: cover;
    }
    .detalle-area .col-lg-5 {
        flex: 0 0 93%;
        max-width: 93%;
    }
}

@media (min-width: 992px) {
    .event-about-thumb img {
        height: 450px;
    }
    .detalle-area .col-lg-5 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .detalle-area .col-xl-6 {
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media (min-width: 1200px) {
    .detalle-area .col-lg-5 {
        flex: 0 0 29%;
        max-width: 29%;
    }
}

/* RESPONSIVE tablet */
@media (max-width: 995px){
    .padding-top {
        padding-top: 3rem /* margen superior */;
    }

    .padding-bottom {
    padding-bottom: 120px;
    }

    .movie-details-section {
        background-color: var(--light);
        margin-top: 3.7rem;
    }

    .row {
        display: flow-root;
        margin-right: 0;
        margin-left: 0px;
        
    }

    .event-about-thumb {
        margin-top: 0.5rem;
        margin-bottom: 1em;
        padding-right: 0px;
        padding-bottom: 0px;
        width: auto;
    }

    .detalle-area {
        display: flex;
        width: 100%;
        margin-bottom: 0.5rem;
        flex-direction: column;
    }

    .col-lg-5.col-md-7 .movie-details.calendario-area {
        display: none;
        margin-bottom: 0rem;
    }

    .col-xl-6 .movie-details.calendario-area {
        display: block;
        margin-bottom: 0rem;
    }
    
    .calendario{
        width: 100%;
        margin-top: 0em;
       
    }
    .calendario img{
        width: 100%;
    }
    

    /* contenedor img*/
    .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 2em;
        margin-bottom: 0em;
        display: flex;
        justify-content: flex-start;
    }

    .details-banner-thumb {
        margin: 0 0 0 0em;
        margin-top: 1em;
    }
   
    /* contenedor texto detalles */
    .col-xl-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0em;
    }

    .social-share {
        display: flex;
        margin-top: 0em;
        margin-bottom: 1em;
        justify-content: normal;
    }

    .social-share li {
        margin: 0em 0em 0em 1em;
    }

    
    /* contenedor sesiones */
   .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1em; 
    }
    
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        margin-top: 2em;
    }

    .section-header-3 p {
        font-size: 16px;
        margin-right: auto;
    }

    .phisophy-list li .title {
        display: block;
    }

    .summery-review {
        width: 100%;
        margin: 0 0 0 0;
    }

    .calendar-sesions {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .phisophy-list-left {
        width: 100%;
    }

    .phisophy-list-left div:first-child {
        display: flex;
        justify-content: space-between;
    }

    .event-detail-top {
        padding-left: 5%;
        padding-right: 5%;
    }

    .event-detail-bottom {
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 1rem;
    }

.custom-button2 {
    margin-top: 0.5em;
    width: 100%;
    text-align: center;
}

.phisophy-list .custom-button {
    text-align: center;
}

.calendario-area{
    width: 100%;
}


.sesion-area{
    width: 100%;
}

.phisophy-list {
    margin-bottom: 0;
    width: 100%;
    display: flex;
}

.tab-menu {
    margin-right: 0rem;
}

.tab-area {
    width: 100%;
}

.phisophy-list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5em 1em 1em 1em;
    background-color: white;
    margin: 0 1rem .5rem 1rem;
    box-shadow: 3px 3px 7px -5px rgb(0 0 0 / 83%);
    transition: all .5s;
    width: 100%;
}

.phisophy-list-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.titulo {
    margin-top: .5rem;
}

    .share-event-button,
    .share-button-tooltip {
        right: 5%;
    }

}


/* RESPONSIVE smartphone */

@media (max-width: 575px){

    .padding-bottom {
        padding-bottom: 1em
        }

    .padding-top {
         padding-top: 3rem /* margen superior */
        }
     
    /* contenido */
    .row {
        display: flow-root;
        margin-right: 0;
        margin-left: 0px;
        
    }

    /* contenedor img*/
    .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 1em;
        margin-bottom: 0em;
        display: flex;
        justify-content: flex-start;
    }

    .detalle-area {
        display: flex;
        width: 100%; 
        flex-direction: column;
        margin-bottom: 0rem;
    }

    .event-about-thumb {
        padding-right: 0px;
        padding-bottom: 0px;
        margin-bottom: 0.5rem;
        width: auto;
    }

    .event-about-thumb img {
        width: 80%;
    }

    .section-header-3 .title {
        margin-right: 0;
    }

    .share-event-button {
        position: absolute;
        top: 120px;
    }

    .details-banner-thumb {
        margin: 0 0 0 0em;
        margin-top: 0.5em;
    }
   
    /* contenedor texto detalles */
    .col-xl-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 1em;
    }

   .section-header-3 p {
        font-size: 16px;
        margin-right: auto;
    }
    
    /* contenedor sesiones */
   .col-lg-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    }

    .calendario-area{
        width: 100%;
    }

     .calendario{
        width: 100%;
        margin-top: 1em;
        margin-bottom: 0em;
    }

    .calendario img{
        width: 100%;
    }


    .phisophy-list li .title {
        display: block; 
    }

}

/* RESPONSIVE extra small (< 384px) */
@media (max-width: 383px) {
    .phisophy-list-right {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}

