/*
Theme Name: Betheme Child
Theme URI: https://tusitio.com
Description: Tema hijo de BeTheme para personalizaciones seguras
Author: Tu Nombre o Empresa
Author URI: https://tusitio.com
Template: betheme
Version: 1.0.0
Text Domain: betheme-child
*/
/* CONTENEDOR */
.contenedor-progreso {
    max-width: 420px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
}

/* BARRA */
.barra-progreso {
    width: 100%;
    height: 14px;
    background: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0;
}

.barra-fill {
    height: 100%;
    background: linear-gradient(90deg, #2E86C1, #27AE60);
    transition: width 0.6s ease;
}

.logro-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.4s ease;
}
