.elementor-1664 .elementor-element.elementor-element-832955f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-50d5020 */<style type="text/css">
/* Contenedor principal */
.emmaus-progreso-container {
    max-width: 800px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Bienvenida */
.emmaus-welcome-box {
    margin-bottom: 25px;
    text-align: center;
}
.emmaus-welcome-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #21467d;
    margin: 0 0 5px;
}
.emmaus-welcome-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #6B7280;
    margin: 0;
}

/* Progreso general */
.emmaus-progreso-general {
    background: #F8FAFC;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.emmaus-progreso-general h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #21467d;
    margin: 0 0 15px 0;
}
.progress-bar {
    background: #E5E7EB;
    border-radius: 30px;
    height: 12px;
    overflow: hidden;
}
.progress-fill {
    background: #42b13b;
    border-radius: 30px;
    height: 12px;
    transition: width 0.5s ease;
}
.progress-stats {
    text-align: center;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4B5563;
}

/* Lista de kilómetros */
.emmaus-kilometros-lista h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #21467d;
    margin: 0 0 20px 0;
}

/* Cada kilómetro - DISEÑO EN UNA SOLA LÍNEA */
.km-item {
    background: #F9FAFB;
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}
.km-item:hover {
    background: #F3F4F6;
    transform: translateX(5px);
}

/* Cabecera del kilómetro - TODO EN UNA LÍNEA */
.km-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

/* Icono */
.km-icon {
    font-size: 20px;
    min-width: 32px;
}

/* Nombre del kilómetro */
.km-nombre {
    flex: 2;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1F2937;
}

/* Estadísticas (ej: 0/10) */
.km-stats {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #21467d;
    background: #E5E7EB;
    padding: 4px 12px;
    border-radius: 30px;
    min-width: 60px;
    text-align: center;
}

/* Estado (En progreso / Completado) */
.km-estado {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #42b13b;
    background: #E8F5E9;
    padding: 4px 14px;
    border-radius: 30px;
    min-width: 100px;
    text-align: center;
}

/* Botón de certificado */
.btn-certificado {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 14px;
    background: #42b13b;
    color: white;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-certificado:hover {
    background: #36982f;
    transform: translateY(-2px);
}

/* Responsive para móviles */
@media (max-width: 650px) {
    .km-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .km-nombre {
        width: 100%;
    }
    .km-stats, .km-estado {
        font-size: 12px;
        padding: 3px 10px;
    }
}
</style>/* End custom CSS */