/* Estilos generales de tarjetas */
.produccion-card,
.artista-card,
.evento-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.produccion-card:hover,
.artista-card:hover,
.evento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0,0,0,0.15);
}

.card-image {
    position: relative;
    width: 100%;
    padding-top: 66.67%; /* Ratio 3:2 */
    overflow: hidden;
}

.card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 20px;
}
.video-card .card-content{
    padding: 0px 20px 20px 20px;
}
.card-title {
    font-size: 1.5em;
    margin: 0 0 10px 0;
    color: #333;
}
.artista-card .card-title{
    text-align: center;
}
.video-card .card-title{
    text-align: center;
}
.evento-card .card-title{
    text-align: center;
}
.card-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.card-footer {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

/* Redes sociales */
.social-container{
    display: block;
  width: 100%;
  margin-bottom: 15px;
}
.social-links {
    display: flex;
    gap: 10px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #333;
    color: #fff;
    transform: scale(1.1);
}

/* Botón saber más */
.btn-saber-mas {
    display: inline-block;
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-saber-mas:hover {
    background: #005a87;
}

.link-more {
  display: block;
  width: 125px !important;
  margin-left: auto;
  margin-right: auto;
  
}

/* Artistas - Badge de género */
.genre-badge {
    display: inline-block;
    padding: 5px 12px;
    background: #f0f0f0;
    color: #333;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
}

.genre-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.genre-overlay .genre-badge {
    background: rgba(255,255,255,0.95);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

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

/* Eventos - Fechas */
.evento-fechas {
    color: #0073aa;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 0.95em;
   
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; /* espacio entre elementos */

}
/* Si el guión está suelto (no en un span), envuélvelo así: */
.evento-fechas .separador {
    font-size: 1.5rem;
    font-weight: 600;
    color: #7f8c8d;
    flex-shrink: 0; /* evita que se comprima */
}

/* Countdown */
.countdown-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 15px;
    color: white;
}

.countdown-content {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.countdown-item {
    text-align: center;
}

.countdown-value {
    display: block;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1;
}

.countdown-label {
    display: block;
    font-size: 0.75em;
    text-transform: uppercase;
    margin-top: 5px;
    opacity: 0.9;
}

/* Layout Grid */
.escenagestion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

/* Layout Lista */
.escenagestion-lista {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.list-view {
    display: flex;
    flex-direction: row;
}

.list-view .card-image {
    width: 300px;
    flex-shrink: 0;
    padding-top: 0;
    height: 200px;
}

.list-view .card-content {
    flex: 1;
}

/* Layout Slider */
.escenagestion-slider {
    position: relative;
    margin: 30px 0;
    padding: 0 50px;
    max-width: 100%;
    padding: 20px 20px 30px 20px !important;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: 100%;
    max-width: 400px;
}

.swiper-button-prev,
.swiper-button-next {
    /*color: #0073aa;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    background: #0073aa;
}
/** discos */
.disco-cover img{
    width: 100%;
}
.disco-card .card-title{
    text-align: center;
}

.btn-spotify {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background-color: #1DB954; /* Verde Spotify */
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;

    padding: 8px 12px;
    border-radius: 50px;

    transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-spotify:hover {
    background-color: #1ed760;
    transform: scale(1.05);
}

.spotify-icon {
    font-size: 18px;
    line-height: 1;
}

/* Centrado horizontal */
.spotify-container {
    text-align: center;
    margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .escenagestion-grid {
        grid-template-columns: 1fr;
    }
    
    .list-view {
        flex-direction: column;
    }
    
    .list-view .card-image {
        width: 100%;
        height: auto;
        padding-top: 66.67%;
    }
    
    .escenagestion-slider {
        padding: 0 20px;
    }
    
    .countdown-content {
        gap: 10px;
    }
    
    .countdown-value {
        font-size: 1.3em;
    }
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,0px);
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active {
  background: #e74c3c !important;
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset,0px) !important;
  left: auto;
}
.swiper-button-prev{
    left: var(--swiper-navigation-sides-offset,0px) !important;
  right: auto;
}
/** badge eventos */
/* Estilos base del badge de fecha */
        .date-badge {
            display: inline-flex;
            align-items: center;
            padding: 8px 15px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.9rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.2s ease;
            cursor: default;
            user-select: none;
        }
        
        .date-badge:hover {
            transform: scale(1.03);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }
        
        .date-badge i {
            margin-right: 8px;
            font-size: 0.9rem;
        }
        
        /* Variantes de estilo para badges */
        .badge-primary {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
        }
        
        .badge-secondary {
            background: linear-gradient(135deg, #9b59b6, #8e44ad);
            color: white;
        }
        
        .badge-success {
            background: linear-gradient(135deg, #2ecc71, #27ae60);
            color: white;
        }
        
        .badge-warning {
            background: linear-gradient(135deg, #f39c12, #e67e22);
            color: white;
        }
        
        .badge-danger {
            background: linear-gradient(135deg, #e74c3c, #c0392b);
            color: white;
        }
        
        .badge-info {
            background: linear-gradient(135deg, #1abc9c, #16a085);
            color: white;
        }
        
        .badge-light {
            background: #f8f9fa;
            color: #333;
            border: 1px solid #dee2e6;
        }
        
        .badge-dark {
            background: #2c3e50;
            color: white;
        }
        
        /* Tamaños de badge */
        .badge-sm {
            padding: 5px 10px;
            font-size: 0.8rem;
        }
        
        .badge-lg {
            padding: 12px 20px;
            font-size: 1rem;
        }
        
        /* Formas alternativas */
        .badge-square {
            border-radius: 8px;
        }
        
        .badge-pill {
            border-radius: 50px;
        }
        
        /* Iconos específicos para tipos de fecha */
        .icon-calendar::before {
            content: '\f073';
            font-family: 'Font Awesome 6 Free';
            font-weight: 400;
        }
        
        .icon-clock::before {
            content: '\f017';
            font-family: 'Font Awesome 6 Free';
            font-weight: 400;
        }
        
        .icon-deadline::before {
            content: '\f024';
            font-family: 'Font Awesome 6 Free';
            font-weight: 400;
        }
        
        .icon-event::before {
            content: '\f073';
            font-family: 'Font Awesome 6 Free';
            font-weight: 400;
        }