
    .modulo_ln {
      font-family: 'Segoe UI', 'Roboto', sans-serif;
      margin: 0;
      padding: 0;
      background: #000;
      color: white;
    }

    .header_ln {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      background: #d20562;
      color: white;
      flex-wrap: wrap;
      position: relative;
    }

    .header_ln img {
      height: 100px;
      position: absolute;
      left: 1rem;
      top: 1rem;
    }

    .social-icons {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .social-icons a {
      color: white;
      margin-left: 0.5rem;
      text-decoration: none;
      font-size: 1.2rem;
    }

    #main-player {
      position: relative;
      max-width: 900px;
      margin: 2rem auto 1.2rem auto;
      aspect-ratio: 16 / 9;
      background: #111;
     /* border-radius: 24px;*/
      overflow: hidden;
      box-shadow: 0 4px 32px rgba(208,5,98,0.13);
    }

    #main-player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
      background: #222;
    }

    .carousel-wrapper {
     position: relative;
    margin: 0 auto 2rem;
    padding: 1.5rem;
    max-width: 1200px;
    overflow: visible;
    background: black;
    border-radius: 5px;
    }

    .carousel {
      display: flex;
      gap: 2rem;
      overflow-x: auto;
      scroll-behavior: smooth;
      margin-bottom: 20px;
      padding-bottom: 8px;
      padding-top: 20px;
    }

    .carousel::-webkit-scrollbar {
      height: 8px;
    }
    .carousel::-webkit-scrollbar-track {
      background: transparent;
    }
    .carousel::-webkit-scrollbar-thumb {
      background-color: rgba(255, 255, 255, 0.25);
      border-radius: 4px;
    }
    .carousel::-webkit-scrollbar-thumb:hover {
      background-color: rgba(255, 255, 255, 0.45);
    }
    .carousel {
      scrollbar-width: thin;
      scrollbar-color: rgba(255,255,255,0.25) transparent;
    }

    /* Estilos modernos para las cards del carrusel */
    .video-item {
      flex: 0 0 auto;
      width: 230px;
      background: #fff;
      color: #222;
      border-radius: 22px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.12);
      text-align: left;
      position: relative;
      margin-bottom: 8px;
      padding: 0.7rem 0.7rem 60px 0.7rem;
      transition: box-shadow 0.18s, transform 0.18s;
      border: 1px solid #e8e8e8;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      background: linear-gradient(90deg, #d20562 85%, #f82f77 100%)
    }
    .video-item:hover {
      box-shadow: 0 8px 32px rgba(208,5,98,0.18);
      transform: translateY(-2px) scale(1.03);
    }

    .video-item img {
     width: 100%;
 
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 8px rgba(208, 5, 98, 0.09);
    background: #eee;
    border: none;
    display: block;
    }

    .video-item span {display: block;font-family: 'Myriad Pro';text-transform: uppercase;padding: 0.7rem 0.6rem;font-size: 0.8em;color: #fff;position: relative;bottom: 0;left: 0;/* background: linear-gradient(90deg, #d20562 85%, #f82f77 100%); */min-height: 50px;width: 100%;box-sizing: border-box;border-radius: 5px;font-weight: 500;letter-spacing: 0.01em;white-space: normal;overflow: hidden;text-overflow: ellipsis;}

    .video-item a {
      text-decoration: none;
      color: inherit;
      display: block;
      position: relative;
      height: 100%;
    }

    /* Botones carrusel */
    .carousel-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(208, 5, 98, 0.6);
      color: white;
      border: none;
      font-size: 2rem;
      padding: 0.3rem 0.8rem;
      cursor: pointer;
      z-index: 2;
      user-select: none;
      border-radius: 50%;
      transition: background 0.18s;
    }
    .carousel-nav:hover {
      background: #d20562;
    }
    .carousel-nav.left {
      left: -12px;
    }
    .carousel-nav.right {
      right: -12px;
    }
    .carousel-nav.hidden {
      display: none;
    }

    .logo-ln{}

    @media (max-width: 900px) {
      #main-player {
        max-width: 99vw;
      }
      .carousel-wrapper {
        max-width: 99vw;
        padding: 0 0.5rem;
      }
    }

    @media (max-width: 768px) {
      .header_ln img {
        height: 40px;
        position:relative;
        left: 0;
        top: 0;
      }
      #main-player {
        aspect-ratio: 16 / 9;
        border-radius: 14px;
      }
      .video-item {
        width: calc(100vw / 1.2 - 2rem);
        padding: 0.5rem 0.5rem 54px 0.5rem;
        border-radius: 18px;
      }
      .video-item img {
        height: 88px;
        border-radius: 13px;
      }
      .video-item span {
        font-size: 1em;
        min-height: 40px;
        border-radius: 0 0 18px 18px;
        padding: 0.5rem 0.4rem;
      }
      .carousel {
        gap: 1rem;
        padding-bottom: 4px;
      }
      .carousel-nav {
        font-size: 1.6rem;
        padding: 0.2rem 0.7rem;
        left: 0;
        right: 0;
      }
    }

    @media (max-width: 480px) {
      .video-item {
        width: 90vw;
        margin-right: 0;
        padding: 0.3rem 0.3rem 42px 0.3rem;
        border-radius: 12px;
      }
      .video-item img {
        height: 56px;
        border-radius: 8px;
      }
      .video-item span {
        font-size: 0.96em;
        min-height: 32px;
        border-radius: 0 0 12px 12px;
        padding: 0.3rem 0.2rem;
      }
    }