.tt5-entertainment-events{

    max-width:1280px;

    margin:80px auto;

    position:relative;

}

.tt5-entertainment-header{

    margin-bottom:42px;

}

.tt5-entertainment-header h2{

    margin:0;

    font-size:42px;

    font-weight:700;

    line-height:1.2;

    text-align:left;

}

.tt5-entertainment-carousel{

    position:relative;

}

.tt5-entertainment-slider{

    display:flex;

    gap:32px;

    overflow-x:auto;

    overflow-y:hidden;

    scroll-behavior:smooth;

    scrollbar-width:none;

    -webkit-overflow-scrolling:touch;

    scroll-snap-type:x mandatory;

    scroll-padding-left:0;

}

.tt5-entertainment-slider::-webkit-scrollbar{

    display:none;

}

.tt5-entertainment-card{

    flex:0 0 calc((100% - 96px) / 4);

    scroll-snap-align:start;

    scroll-snap-stop:always;

    transition:.25s ease;

}

.tt5-entertainment-card:hover{

    transform:translateY(-4px);

}

.tt5-entertainment-card a{

    display:flex;

    flex-direction:column;

    text-decoration:none;

    color:inherit;

    height:100%;

}

.tt5-entertainment-image{

    position:relative;

    aspect-ratio:16/9;

    border-radius:18px;

    overflow:hidden;

    background-size:cover;

    background-position:center;

}

.tt5-entertainment-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.tt5-entertainment-price{

    position:absolute;

    top:18px;

    right:18px;

    background:#EEF8E8;

    color:#4CA82E;

    padding:8px 24px;

    border-radius:999px;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.03em;

}

.tt5-entertainment-content{

    margin-top:18px;

}

.tt5-entertainment-content h3{

    margin:0 0 12px;

    font-size:18px;

    font-weight:400;

    line-height:1.2;

    min-height:88px;

}

.tt5-entertainment-content p{

    margin:0;

    color:#5F6368;

    font-size:16px;

    line-height:1.6;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;

    overflow:hidden;

}

.tt5-entertainment-arrow{

    position:absolute;

    top:115px;

    width:56px;

    height:56px;

    border:none;

    border-radius:50%;

    background:#FFFFFF;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

    cursor:pointer;

    z-index:50;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    font-weight:700;

    transition:.25s;

}

.tt5-entertainment-arrow:hover{

    background:#2563EB;

    color:#FFF;

}

.tt5-entertainment-prev{

    left:-28px;

}

.tt5-entertainment-next{

    right:-28px;

}

/* TABLET */

@media(max-width:1200px){

    .tt5-entertainment-events{

        padding:0 20px;

    }

    .tt5-entertainment-slider{

        gap:24px;

    }

    .tt5-entertainment-card{

        flex:0 0 calc((100% - 24px)/2);

    }

    .tt5-entertainment-arrow{

        width:48px;

        height:48px;

        top:100px;

    }

    .tt5-entertainment-prev{

        left:-4px;

    }

    .tt5-entertainment-next{

        right:-4px;

    }

}

/* MOBILE */

@media(max-width:767px){

    .tt5-entertainment-events{

        width:100%;
        max-width:none;
        margin:60px 0;

    }

    .tt5-entertainment-header{

        padding:0 16px;
        margin-bottom:28px;

    }

    .tt5-entertainment-header h2{

        font-size:32px;

    }

    .tt5-entertainment-carousel{

        width:100%;

    }

    .tt5-entertainment-slider{

        gap:16px;
        padding:0;
        scroll-padding-left:16px;
        scroll-snap-type:x mandatory;

    }

    .tt5-entertainment-card{

        flex:0 0 100%;
        scroll-snap-align:start;
        scroll-snap-stop:always;

    }

    .tt5-entertainment-card a{

        margin:0 16px;

    }

    .tt5-entertainment-content{

        margin-top:16px;

    }

    .tt5-entertainment-content h3{

        min-height:auto;
        font-size:22px;

    }

    .tt5-entertainment-content p{

        font-size:15px;

    }

    .tt5-entertainment-arrow{

        display:flex;
        width:42px;
        height:42px;
        font-size:18px;
        top:95px;

    }

    .tt5-entertainment-prev{

        left:6px;

    }

    .tt5-entertainment-next{

        right:6px;

    }

}


/* FORZAR FULL WIDTH SOLO EN MOBILE */

@media(max-width:767px){

    #espectaculos{

        width:100vw !important;
        max-width:100vw !important;

        margin-left:calc(50% - 50vw) !important;
        margin-right:calc(50% - 50vw) !important;

        padding-left:0 !important;
        padding-right:0 !important;

    }

    #espectaculos.has-global-padding{

        padding-left:0 !important;
        padding-right:0 !important;

    }

    #espectaculos .tt5-entertainment-events{

        width:100%;
        max-width:none;

        margin:60px 0;
        padding:0;

    }

    #espectaculos .tt5-entertainment-header{

        padding:0 16px;

    }

}