.bg-colorB{
    background-color: #080729  !important;
}
.album_list_wrapper > ul > li:last-child {
    text-align: center!important;
}
.page-item.active {
    background-color: #2c1613;
    color: white !important;
    border-radius: 0.43rem;	
}

.page-item.active a{
    color: white ;
    
}
ul.list {
    max-height: 200px !important;
    overflow-y: auto !important;
}

/* Stilos del header */
/* nuevo */
.indx_title_main_wrapper {
    position: relative;
    background-color: #080729;
    padding: 80px 0;
    color: white;
    overflow: hidden;
}

/* end */
/* .indx_title_main_wrapper {
    position: relative;
    background: url('/img/config/frontend/4.jpg') center top repeat-y;
    background-size: cover;
    padding: 80px 0;
    color: white;
  }
   */
  .title_img_overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  
  
  /* .indx_title_left_wrapper h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 15px;
    transition: color 0.4s;
  } */
  
  .indx_title_left_wrapper:hover h2 {
    color: #ff6f61;
  }

 
  .indx_title_left_wrapper ul li svg {
    margin: 0 8px;
    fill: #ddd;
  }

  .indx_title_left_wrapper .subtitle {
    font-size: 1.1rem;
    color: #ccc;
    margin-top: 5px;
    font-style: italic;
  }
  .indx_title_left_wrapper h2 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    color: transparent; /* importante */
    background: linear-gradient(90deg, #fff, #cfe440, #fff);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* para Safari */
    animation: shine 9s linear infinite;
    overflow: hidden;
  }
  
  @keyframes shine {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }
  
  
  @media (max-width: 768px) {
    .indx_title_left_wrapper h2 {
      font-size: 1.8rem;
    }
  
  }
  
/* END */
/* diseño lista videos */
body,
html {
  overflow-x: hidden;
}

/* Asegura que los contenedores no se desborden */
.videos-wrapper,
.album_list_wrapper2,
.album_list_wrapper {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
.audio-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .audio-card {
    display: flex;
    flex-direction: row;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    margin: auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    color: white;
  }
  
  .audio-thumbnail img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
  }
  
  .audio-info {
    flex: 1;
    padding-left: 10px;
  }
  
  .audio-title {
    font-size: 1rem;
    margin: 0;
    color: #fff;
  }
  
  .audio-meta {
    font-size: 0.85rem;
    color: #bbb;
  }
  
  .audio-actions {
    margin-top: 10px;
  }
  
  .audio-actions button,
  .audio-actions a {
    background: #eaeaea;
    color: #000 !important;
    padding: 5px 10px;
    margin-right: 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
  }
  
/* end */

/* Nuevos estilos *************************************************/
/* Estilo base de los ítems */
.genre-sidebar .list-group-item {
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    background-color: #080729db; /* color claro base */
   
    color: #fff;
    border-radius: 8px;
}

/* Hover */
.genre-sidebar .list-group-item:hover {
    background-color: #fefeffec; 
    color: #E51B1F  ;
    font-weight: 700;
}

/* Activo */
.genre-sidebar .list-group-item.active {
    background-color: #e2e6eaf2 ; /* color de fondo cuando está activo */
    color: #E51B1F  ;
    font-weight: 900;
}

.genre-search {
    margin-bottom: 10px;
}

/* lista de generos */
.genre-sidebar {
    max-height: 1700px;
    overflow-y: auto;

    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;

    padding-right: 0px;
    scrollbar-width: thin;          /* Firefox */
    scrollbar-color: #ccc transparent; /* Firefox */
}

/* WebKit (Chrome, Edge, Safari) */
.genre-sidebar::-webkit-scrollbar {
    width: 3px;
}

.genre-sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.genre-sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(180, 180, 180, 0.5);
    border-radius: 10px;
    border: 1px solid transparent;
}

.genre-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

/*Lista de videos  */


/* Mantiene la altura igual que el contenedor de videos */
@media (min-width: 992px) {
    .equal-height {
        display: flex;
        align-items: stretch;
    }

    .genre-column,
    .videos-column {
        display: flex;
        flex-direction: column;
    }

    .genre-sidebar {
        flex: 1;
    }

    .videos-wrapper {
        flex: 1;
    }
    
    .audio-actions {
        margin-top: 0px;
      }
      
}

/* Slider móvil */
@media (max-width: 991px) {
    .genre-sidebar {
        display: none;
    }

    .genre-slider {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding: 10px 0;
    }

    .genre-slider .genre-item {
        flex: 0 0 auto;
        padding: 6px 12px;
        background-color: #eee;
        border-radius: 10px;
    }
    .audio-actions button,
  .audio-actions a {
    padding: 5px 10px; 
    margin-right: 1;
   
  }
 

}


@media (min-width: 992px) {
    .equal-height {
        display: flex;
    }

    .genre-column,
    .videos-column {
        display: flex;
        flex-direction: column;
    }

    .genre-sidebar {
        flex: 1;
    }

    .videos-wrapper {
        flex: 1;
    }

    .genre-slider {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .genre-sidebar {
        display: none;
    }

    .genre-slider {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding: 10px 0;
    }

    .genre-slider select {
        flex: 0 0 auto;
        min-width: 150px;
    }
    .container {
        max-width: 100%;
    }
    .album_list_wrapper.album_list_wrapper_shop {
        margin-top: 50px !important;
    }
    /* Oculta scrollbars en navegadores modernos */
    .genre-slider::-webkit-scrollbar {
        height: 4px; /* Puedes usar 0 para ocultarlo totalmente */
    }
    
    .genre-slider::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.1); /* Scroll muy sutil */
        border-radius: 4px;
    }
    
    .genre-slider::-webkit-scrollbar-track {
        background: transparent;
    }
    
    /* Firefox */
    .genre-slider {
        scrollbar-width: thin;
        scrollbar-color: rgba(0,0,0,0.1) transparent;
    }

    .album_list_wrapper {
        width: 100% !important;
    }
}
   
/* Flayer */

.title_img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.fade-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    z-index: 1;
}
.title_img_overlay::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px; /* Altura del degradado */
    background: linear-gradient(to bottom, transparent, #080729);
    z-index: 2;
    pointer-events: none;
}
/* Contenido encima */
.indx_title_left_wrapper {
    position: relative;
    z-index: 2;
}


/* Animación de ciclo */
.bg1 { animation: fadeCycle 18s infinite 0s; }
.bg2 { animation: fadeCycle 18s infinite 6s; }
.bg3 { animation: fadeCycle 18s infinite 12s; }

@keyframes fadeCycle {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    30%  { opacity: 1; }
    40%  { opacity: 0; }
    100% { opacity: 0; }
}


      
    