.elementor-60 .elementor-element.elementor-element-3851ab7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-60 .elementor-element.elementor-element-3851ab7:not(.elementor-motion-effects-element-type-background), .elementor-60 .elementor-element.elementor-element-3851ab7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;}.elementor-60 .elementor-element.elementor-element-bcbe004{--display:flex;--justify-content:center;}.elementor-60 .elementor-element.elementor-element-bcbe004.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-60 .elementor-element.elementor-element-b98ddb7{text-align:end;}.elementor-60 .elementor-element.elementor-element-b98ddb7 img{width:7%;}.elementor-60 .elementor-element.elementor-element-59a3fea{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-60 .elementor-element.elementor-element-5406352{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-60 .elementor-element.elementor-element-5406352:not(.elementor-motion-effects-element-type-background), .elementor-60 .elementor-element.elementor-element-5406352 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFEEF;}.elementor-60 .elementor-element.elementor-element-45de18d{--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;--justify-content:center;}.elementor-60 .elementor-element.elementor-element-64b59f6{--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;--justify-content:center;}@media(max-width:767px){.elementor-60 .elementor-element.elementor-element-b98ddb7 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-60 .elementor-element.elementor-element-b98ddb7{text-align:center;}.elementor-60 .elementor-element.elementor-element-b98ddb7 img{width:15%;}.elementor-60 .elementor-element.elementor-element-59a3fea{--margin-top:16px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-60 .elementor-element.elementor-element-bcbe004{--width:54%;}.elementor-60 .elementor-element.elementor-element-45de18d{--width:50%;}.elementor-60 .elementor-element.elementor-element-64b59f6{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-17e36a4 *//* =========================================================
   DISEÑO BOTÓN SALIR (PROGRAMA VIVIR)
========================================================= */
.v-logout-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    color: #132C25 !important; /* Verde oscuro principal */
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    border: 1px solid #D5D8DC !important; /* Borde gris sutil */
    border-radius: 50px !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
}

.v-logout-btn:hover {
    border-color: #75386F !important; /* Púrpura de la paleta */
    color: #75386F !important;
    background-color: rgba(117, 56, 111, 0.05) !important; /* Fondo súper tenue púrpura */
}

.v-logout-btn svg {
    transition: transform 0.3s ease;
}

.v-logout-btn:hover svg {
    transform: translateX(3px); /* Pequeño empujoncito animado del ícono */
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a3ac0a7 *//* =========================================================
   DASHBOARD ANALÍTICO DEL ESTUDIANTE (PROGRAMA VIVIR)
========================================================= */
.v-dash-card {
    background: #ffffff;
    border: 1px solid #e1e8e8;
    border-radius: 24px;
    padding: 40px;
    max-width: 550px;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(19, 44, 37, 0.05);
    font-family: 'Ubuntu', sans-serif !important;
    text-align: center;
}

/* --- Avatar --- */
.v-dash-avatar {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    border: 4px solid #E3F28D;
    box-shadow: 0 8px 20px rgba(227, 242, 141, 0.4);
}
.v-dash-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.v-dash-avatar-hover {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(19, 44, 37, 0.8);
    color: #E3F28D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.v-dash-avatar:hover .v-dash-avatar-hover {
    opacity: 1;
}

/* --- Títulos y Texto --- */
.v-dash-name {
    color: #132C25;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 30px;
}

/* --- Analítica de Módulos --- */
.v-dash-stats-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fbfcfc;
    border: 1px solid #D5D8DC;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
}
.v-dash-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.v-dash-num {
    font-size: 42px;
    font-weight: 700;
    color: #132C25;
    line-height: 1;
}
.v-dash-label {
    font-size: 13px;
    color: #75386F; /* Púrpura */
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
}
.v-dash-divider {
    width: 2px;
    height: 40px;
    background: #D5D8DC;
}

/* --- Barra de Progreso --- */
.v-dash-progress-wrap {
    margin-bottom: 30px;
    text-align: left;
}
.v-dash-progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #132C25;
    margin-bottom: 8px;
}
.v-dash-bar-bg {
    width: 100%;
    height: 12px;
    background: #D5D8DC;
    border-radius: 50px;
    overflow: hidden;
}
.v-dash-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #E3F28D 0%, #d4e578 100%);
    border-radius: 50px;
    transition: width 1s ease-in-out;
}

/* --- Próxima Lección --- */
.v-dash-next-wrap {
    background: rgba(227, 242, 141, 0.15);
    padding: 25px;
    border-radius: 16px;
}
.v-dash-next-text {
    font-size: 14px;
    color: #132C25;
    font-weight: 500;
    margin: 0 0 10px;
}
.v-dash-btn-next {
    display: inline-block;
    background: #132C25;
    color: #E3F28D !important;
    padding: 14px 24px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
    width: 100%;
}
.v-dash-btn-next:hover {
    background: #75386F;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(117, 56, 111, 0.3);
}

/* --- Modal (Pop-up) --- */
.v-modal {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(19, 44, 37, 0.85);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}
.v-modal-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
}
.v-modal-close {
    position: absolute;
    top: 15px; right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #132C25;
}
.v-modal-title {
    color: #132C25;
    margin-top: 0;
}
.v-file-input {
    margin: 20px 0;
    width: 100%;
}
.v-btn-upload {
    background: #E3F28D;
    color: #132C25;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}

/* --- Responsive Móvil --- */
@media (max-width: 480px) {
    .v-dash-card { padding: 25px 20px; }
    .v-dash-name { font-size: 24px; }
    .v-dash-num { font-size: 34px; }
    .v-dash-label { font-size: 11px; }
    .v-dash-stats-box { padding: 15px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f6c4930 *//* =========================================================
   CONTENIDO DEL CURSO LEARNDASH (LISTA DE LECCIONES)
   DISEÑO: PROGRAMA VIVIR
========================================================= */

/* 1. Tipografía general del contenedor */
.learndash-wrapper .ld-item-list {
    font-family: 'Ubuntu', sans-serif !important;
}

/* 2. Cajas de las lecciones (módulos) */
.learndash-wrapper .ld-item-list .ld-item-list-item {
    background-color: #ffffff !important;
    border: 1px solid #D5D8DC !important;
    border-radius: 12px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
    transition: all 0.3s ease !important;
}

/* 3. Efecto al pasar el ratón por encima de la lección */
.learndash-wrapper .ld-item-list .ld-item-list-item:hover {
    border-color: #132C25 !important;
    box-shadow: 0 4px 20px rgba(19, 44, 37, 0.08) !important;
    transform: translateY(-2px);
}

/* 4. Título de la lección principal */
.learndash-wrapper .ld-item-list .ld-item-title {
    color: #132C25 !important; /* Verde oscuro principal */
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

/* 5. Ícono de la flecha para desplegar */
.learndash-wrapper .ld-item-list .ld-expand-button .ld-icon-arrow-down {
    fill: #132C25 !important;
}

/* 6. Íconos de Estado (Círculos) */
/* Círculo inactivo (no empezado) */
.learndash-wrapper .ld-item-list .ld-status-icon {
    border-color: #D5D8DC !important; 
}

/* Círculo en progreso */
.learndash-wrapper .ld-item-list .ld-status-progress {
    border-color: #E3F28D !important; /* Tu verde amarillento */
    border-width: 3px !important;
}

/* Círculo completado (Fondo verde amarillento, check verde oscuro) */
.learndash-wrapper .ld-item-list .ld-status-complete {
    background-color: #E3F28D !important;
    border-color: #E3F28D !important;
}
.learndash-wrapper .ld-item-list .ld-status-complete svg {
    fill: #132C25 !important; 
}

/* 7. Interior del acordeón (Temas / Sublecciones) */
.learndash-wrapper .ld-item-list .ld-item-list-item-expanded .ld-item-details {
    background-color: #fbfcfc !important; /* Fondo sutilmente más gris para diferenciar el interior */
    border-top: 1px solid #D5D8DC !important;
    border-radius: 0 0 12px 12px !important;
}

/* 8. Títulos de los subtemas */
.learndash-wrapper .ld-item-list .ld-item-details .ld-item-title {
    color: #132C25 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

/* 9. Botón interno (Ej. "Cuestionarios") */
.learndash-wrapper .ld-item-list .ld-item-details .ld-status-action {
    color: #75386F !important; /* Usamos el púrpura de tu paleta para enlaces internos */
    font-weight: 700 !important;
}/* End custom CSS */