 html,
 article {
     position: relative;
     height: 100%;
 }

 article.programas {
     font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
     font-size: 14px;
     color: #000;
     margin: 0;
 }

article.programas -slide {
     text-align: center;
     font-size: 18px;
     background: #fff;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
 }

 article.programas -slide img {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 article.programas  {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: visible !important;
 }

.programas .swiper {
    overflow: visible !important;
}

 article.programas -slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 }

 article.programas -slide span {
     opacity: 0;
     user-select: none;
     width: 100%;
     height: 100%;
     display: grid;
     place-items: center;
     text-align: center;
     font-weight: bold;
     color: var(--color-azul-claro);
     text-shadow: 1px 1px 1px #000;

     background-color: transparent;
     filter: drop-shadow(0 0 0.75rem black);
     font-size: 14px;
     box-shadow: 0, 0, 0, 10px, blue;
     backdrop-filter: blur(0px);
 }

 article.programas -slide:hover {
     opacity: 1;
 }

 article.programas -slide span:hover {
    transition: all 0.5s;
    opacity: 1;
    backdrop-filter: blur(2px);
 }

 article.programas .mainSwiper {
     width: 100%;
     padding-block: 5px !important;
     box-shadow: none;
 }

 article.programas .mainSwiper:hover {
    transition: all 0.5s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
 }

 article.programas .listaSwiper {
     height: 20%;
     box-sizing: border-box;
     padding: 10px 0;
 }

 article.programas .listaSwiper -slide {
     width: 25%;
     /* aspect-ratio: 16/9; */
     opacity: 0.4;
 }

 article.programas .listaSwiper -slide-thumb-active {
     opacity: 1;
 }

article.programas -slide-thumb-active {
    opacity: 1;
    backdrop-filter: blur(0);
}

article.programas -slide:hover  {
    opacity: 1;
}
article.programas -slide:hover span {
    text-shadow: 1px 1px 2px black;
    color: var(--color-azul-claro);
    font-size: 14px;
}

 article.programas -slide img {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 article.programas -button-next,
 article.programas -button-prev {
    color: #fff;
}

article.videos -pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1rem;
    font-size: 12px;
    color: #66c3cf;
    opacity: 1;
    background: rgba(0, 0, 0, 1);
}

article.videos -pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

article.videos .videosSwiper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 15px;
    padding-top:25px;
    min-height: 300px;
}

div.videos-swiper -slide > div.card {
    width: 20vw !important;
}

div.videos-swiper -slide>div.card h4{
    font-size: clamp(14px, 8px, 1rem);
}

.swiper-slide, .swiper-programa, .swiper-slide-prev, .swiper-slide-next {
    aspect-ratio: 7/10 !important;
}

.swiper-programa {
    position: relative;
    width: 100%;
    filter:brightness(.8);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.swiper-slide:hover {
    animation: lightOn 0.5s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes lightOn {
    0% {
        filter:brightness(1);
    }

    100% {
        filter:brightness(1.3);
    }
}

.swiper-horizontal {
    width: 100%;
    height: 400px;
}

.swiper-programa {
    z-index: 100;
    cursor: pointer;
    transition: transform 0.5s;
}

.swiper-programa:hover {
    transform:translateY(-10px) !important;
}

