.elementor-277 .elementor-element.elementor-element-df943f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-277 .elementor-element.elementor-element-184be4d .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-weight:400;color:#000000;}@media(min-width:768px){.elementor-277 .elementor-element.elementor-element-df943f8{--content-width:1400px;}}/* Start custom CSS */.eventos-productor-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 20px 0;
}

.evento-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.evento-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #3333333d;
}

.evento-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
}

.evento-imagen {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.evento-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.evento-imagen-placeholder {
    color: #64748b;
    font-size: 32px;
}

.evento-info {
    flex: 1;
}

.evento-titulo {
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}

.evento-titulo a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.evento-titulo a:hover {
    color: #8DC653;
}

.evento-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #475569;
    padding: 8px 12px;
    background: #f8fafc;
    border-radius: 100px;
    border: 1px solid #33333317;
    transition: all 0.3s ease;
}

.meta-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #3333333d;
}

.meta-item i {
    font-size: 14px;
    width: 16px;
    text-align: center;
    color: #8DC653;
}

.estado-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.estado-cerrada {
    background: #fcdcdc;
    color: #651616;
}

.estado-preliminar {
    background: #accbff;
    color: #1b4dc3;
}

.estado-pendiente { 
    background: #fef3c7; 
    color: #92400e; 
}

.estado-abierta { 
    background: #dbeafe; 
    color: #1e40af; 
}

.evento-notas {
    margin-top: 16px;
    padding: 16px;
    background: #f8fafc;
    border-left: 4px solid #8DC653;
    border-radius: 0 8px 8px 0;
    color: #475569;
    font-style: italic;
}

.evento-notas strong {
    color: #1e293b;
    font-style: normal;
}

.evento-footer {
    padding: 16px 24px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.evento-footer small {
    color: #64748b;
    font-weight: 500;
}

.evento-footer small i {
    color: #8DC653;
    margin-right: 4px;
}

.ver-evento-btn {
    background: #8DC653;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ver-evento-btn:hover {
    background: #333333;
    transform: translateY(-1px);
    color: white;
    text-decoration: none;
}

.total-eventos {
    background: linear-gradient(135deg, #8DC653 0%, #8DC653 100%);
    border: none;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
    text-align: center;
    color: white;
    font-weight: 500;
    box-shadow: 0 2px 8px rgb(18 186 0 / 20%);
}

.total-eventos i {
    margin-right: 8px;
}

.eventos-vacio {
    text-align: center;
    padding: 40px;
    background: #f8fafc;
    border-radius: 12px;
    color: #64748b;
    border: 2px dashed #cbd5e1;
}

.eventos-vacio h4 {
    margin-bottom: 8px;
    color: #475569;
    font-weight: 600;
}

.eventos-vacio i {
    font-size: 20px;
    color: #8DC653;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .evento-header {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .evento-imagen {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    
    .evento-meta {
        grid-template-columns: 1fr;
    }
    
    .evento-footer {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .ver-evento-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Estadísticas generales */
.eventos-estadisticas {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.eventos-estadisticas .stat-item {
    background: #f8fafc;
    padding: 16px 24px;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 140px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.eventos-estadisticas .stat-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.eventos-estadisticas .stat-item.abiertos {
    background: linear-gradient(135deg, #8DC653 0%, #7CB342 100%);
    color: white;
    border-color: #8DC653;
}

.eventos-estadisticas .stat-item.cerrados {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
    color: white;
    border-color: #64748b;
}

.eventos-estadisticas .stat-item i {
    font-size: 16px;
    opacity: 0.9;
}

/* Contenedor de pestañas */
.eventos-tabs-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

/* Navegación de pestañas */
.eventos-tabs-nav {
    display: flex;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.eventos-tabs-nav .tab-button {
    flex: 1;
    padding: 18px 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #64748b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.eventos-tabs-nav .tab-button:hover {
    background: #f1f5f9;
    color: #475569;
}

.eventos-tabs-nav .tab-button.active {
    background: white;
    border-bottom-color: #8DC653;
    color: #1e293b;
    font-weight: 600;
}

.eventos-tabs-nav .tab-button i {
    font-size: 14px;
}

/* Contenido de las pestañas */
.eventos-tabs-content {
    position: relative;
}

.eventos-tabs-content .tab-content {
    display: none;
    padding: 24px;
    animation: fadeIn 0.3s ease-in;
}

.eventos-tabs-content .tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Lista de eventos - usar estilos existentes */
.eventos-lista {
    display: grid;
    gap: 24px;
}

/* Eliminar estilos duplicados - usar los de tu CSS existente */

/* Responsive para pestañas */
@media (max-width: 768px) {
    .eventos-tabs-nav {
        flex-direction: column;
    }
    
    .eventos-tabs-nav .tab-button {
        border-bottom: 1px solid #e2e8f0;
        border-right: none;
    }
    
    .eventos-tabs-nav .tab-button.active {
        border-bottom-color: #8DC653;
        border-left: 3px solid #8DC653;
    }
    
    .eventos-estadisticas {
        justify-content: center;
        gap: 12px;
    }
    
    .eventos-estadisticas .stat-item {
        min-width: 120px;
        padding: 12px 16px;
    }
    
    .eventos-tabs-content .tab-content {
        padding: 16px;
    }
}/* End custom CSS */