@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600;700;800;900&display=swap');

/* ===========================================================================
   S22 (09-sep-2026) - LA CARA DE WORDPRESS, PUESTA SOBRE EL MOTOR DEL CURSO.

   Lo de arriba de este archivo (base + cabecera + pie) esta copiado de
   web.seelarn.com: mismos colores, misma tipografia, misma disposicion.
   Lo de abajo, a partir de "CSS COPIADO DE LAS PAGINAS DE WORDPRESS", es el
   CSS de la esposa del usuario TAL CUAL, sin tocar una linea.

   El motor (js/motor.js) no sabe que existe este archivo. Cambiar la cara es
   cambiar este archivo y js/pantalla.js, nada mas.
   =========================================================================== */

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:Roboto,-apple-system,"Segoe UI",Arial,sans-serif;
  color:#07183f;
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
img{max-width:100%}

/* ---------------- CABECERA, igual que en web.seelarn.com ---------------- */
.sl-head{width:100%;background:#fff;border-bottom:1px solid #eef3f8;position:relative;z-index:5}
.sl-head-inner{width:min(1180px,calc(100% - 80px));margin:0 auto;min-height:86px;
  display:flex;align-items:center;justify-content:space-between;gap:40px}
.sl-head-logo img{display:block;width:190px;max-width:46vw;height:auto}
.sl-head-nav{display:flex;align-items:center;gap:34px}
.sl-head-nav a{color:#07183f;text-decoration:none;font-size:15px;font-weight:600;
  line-height:1;transition:color .2s ease}
.sl-head-nav a:hover,.sl-head-nav a.activo{color:#1267d8}

/* ---------------- PIE, igual que en web.seelarn.com ---------------- */
.sl-footer{width:100%;background:#07183f;color:#fff;padding:10px 0 24px;overflow:hidden}
.sl-footer,.sl-footer *{box-sizing:border-box}
.sl-footer-inner{width:min(1180px,calc(100% - 80px));margin:0 auto}
.sl-footer-main{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:34px 0 42px}
.sl-footer-brand{flex:1 1 auto;min-width:0}
.sl-footer-logo-wrap{position:relative;display:block;width:300px;max-width:100%;
  margin-bottom:18px;overflow:hidden}
.sl-footer-logo{display:block;width:100%;height:auto}
.sl-footer-logo-white{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;
  object-position:left center;filter:brightness(0) invert(1);clip-path:inset(0 0 0 34%)}
.sl-footer-tagline{margin:0;color:#9eacc2;max-width:390px;font-size:14px;line-height:1.65}
.sl-footer-nav{display:flex;align-items:center;gap:32px;flex-shrink:0}
.sl-footer-nav a{color:#fff;text-decoration:none;font-size:14px;line-height:1;
  font-weight:650;transition:color .2s ease}
.sl-footer-nav a:hover{color:#62b9ed}
.sl-footer-divider{width:100%;height:1px;background:rgba(255,255,255,.12)}
.sl-footer-bottom{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.sl-footer-copy{color:#71809a;font-size:12px;line-height:1.5}
.sl-footer-legal{display:flex;align-items:center;gap:26px}
.sl-footer-legal a{color:#71809a;text-decoration:none;font-size:12px;font-weight:650}
.sl-footer-legal a:hover{color:#fff}

/* El aviso sobrio de lo que todavia se esta produciendo. */
.sl-produccion{margin:0;padding:22px 24px;border:1px dashed #C9DDEC;border-radius:14px;
  background:#F7FBFF;color:#5A6B80;font-size:14px;line-height:1.7}
.sl-produccion b{color:#07183f;display:block;font-size:15px;margin-bottom:5px}

/* ---------------- EL MARCO DONDE SE ABRE CADA ACTIVIDAD ----------------
   «Cuando haga clic en la practica, la practica va a aparecer en donde esta
   el video ahora.» Es un iframe del mismo sitio: asi cada tipo de actividad
   sigue usando SU pantalla, ya probada, sin reescribir nada. */
.sl-marco{width:100%;border:0;display:block;border-radius:18px;background:#0B1B33;
  height:560px;overflow:hidden;transition:height .25s ease}
.sl-marco.claro{background:#fff}

/* ---------------- DENTRO DEL MARCO ----------------
   Las paginas de actividad (video, practica, quiz...) se sirven dentro del
   iframe SIN cabecera ni pie: la cabecera ya la pone la pagina de la leccion. */
body.dentro-del-marco{background:#fff}
body.dentro-del-marco .barra{display:none}
.envoltura{width:min(1180px,calc(100% - 80px));margin:0 auto}
body.dentro-del-marco .envoltura{width:100%;padding:0}
.avance{height:8px;border-radius:99px;background:#E4EDF5;overflow:hidden;margin:14px 0}
.avance > i{display:block;height:100%;background:#ED243D;border-radius:99px;transition:width .3s ease}
.caja{border-radius:14px;padding:18px 20px;font-size:14px;line-height:1.7;margin:16px 0;
  border:1px solid #D6E5F0;background:#F7FBFF;color:#41536B}
.caja.bien{border-color:#CDEEE7;background:#EDF9F6;color:#1B7A69}
.caja.mal{border-color:#F8CBD2;background:#FDF0F2;color:#B01F32}
.caja .titulo{font-weight:900;color:#07183f;margin-bottom:5px}
.caja .pie{margin:0}
pre.texto{white-space:pre-wrap;font-family:inherit;font-size:15px;line-height:1.85;
  background:#F7FBFF;border:1px solid #D6E5F0;border-radius:14px;padding:20px 22px;color:#28394F}
.opciones{list-style:none;padding:0;margin:8px 0 18px}
.opciones li{margin:6px 0}
.opciones label{display:block;border:1px solid #D6E5F0;border-radius:12px;padding:11px 14px;
  cursor:pointer;background:#fff;font-size:15px;transition:border-color .2s ease,background .2s ease}
.opciones label:hover{border-color:#1267d8;background:#F7FBFF}
.opcion-ok{border-color:#229E88 !important;background:#EDF9F6 !important}
.opcion-mal{border-color:#ED243D !important;background:#FDF0F2 !important}
button,.boton{font-family:inherit;font-size:14px;font-weight:800;letter-spacing:.4px;
  border:0;border-radius:11px;padding:12px 22px;background:#ED243D;color:#fff;cursor:pointer;
  text-decoration:none;display:inline-block;transition:background .2s ease}
button:hover,.boton:hover{background:#c81b31}
#h5p{background:#fff;border-radius:14px;overflow:hidden}
video{width:100%;border-radius:14px;background:#000;display:block}
h1,h2,h3{color:#07183f}
.sub{color:#687791;font-size:15px;margin:4px 0 0}

@media(max-width:950px){
  .sl-head-inner,.sl-footer-inner{width:min(100% - 40px,700px)}
  .sl-head-inner{min-height:70px;gap:18px}
  .sl-head-nav{gap:18px}
  .sl-head-nav a{font-size:13px}
  .sl-footer-main{flex-direction:column;align-items:flex-start;gap:30px}
  .sl-footer-nav{flex-wrap:wrap}
  .sl-footer-bottom{flex-direction:column;align-items:flex-start;justify-content:center;padding:20px 0}
  .sl-footer-legal{flex-wrap:wrap}
}

/* =========================================================================
   CSS COPIADO DE LAS PAGINAS DE WORDPRESS - NO SE TOCA NI UNA LINEA
   ========================================================================= */


/* ===== CSS COPIADO DE WORDPRESS - NI UNA LINEA TOCADA ===== */
/* == courses == */

.sl-courses-intro{
  position:relative;
  background:#EAF3FB;
  padding:10px 0 10px;
  overflow:hidden;
}

.sl-courses-intro *{
  box-sizing:border-box;
}

.sl-courses-intro-inner{
  width:min(1180px, calc(100% - 80px));
  margin:0 auto;
  position:relative;
  z-index:2;
}

.sl-courses-kicker{
  color:#ED243D;
  font-size:12px;
  letter-spacing:3px;
  text-transform:uppercase;
  font-weight:850;
  margin-bottom:12px;
}

.sl-courses-title{
  margin:0;

  color:#07183F;

  font-family:inherit;

  font-size:clamp(48px,5.2vw,70px);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;

  max-width:800px;
}

.sl-courses-title span{
  color:#ED243D;
}

.sl-courses-subtitle{
  margin:15px 0 0;

  color:#536985;

  font-size:18px;
  line-height:1.5;
  font-weight:500;
}


/* =========================
   DECORATIVE BACKGROUND
========================= */

.sl-courses-intro::before{
  content:"";

  position:absolute;

  width:360px;
  height:360px;

  border-radius:50%;

  right:-145px;
  top:-155px;

  background:#DCECF9;

  z-index:0;
}

.sl-courses-intro::after{
  content:"";

  position:absolute;

  width:230px;
  height:230px;

  border-radius:50%;

  right:35px;
  top:-70px;

  border:2px solid rgba(98,185,237,.28);

  z-index:1;
}

.sl-courses-intro-inner::before{
  content:"";

  position:absolute;

  width:90px;
  height:90px;

  border-radius:50%;

  right:210px;
  bottom:-30px;

  background:rgba(255,255,255,.45);

  z-index:-1;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:950px){

  .sl-courses-intro-inner{
    width:min(100% - 40px,700px);
  }

}

@media(max-width:620px){

  .sl-courses-title{
    letter-spacing:-2.5px;
  }

}


.sl-levels-section{
  background:#07183F;
  padding:34px 0 82px;
  overflow:hidden;

  /* ELIMINAR ESPACIOS BLANCOS DE ELEMENTOR */
  margin-top:-20px !important;
  margin-bottom:-20px !important;
}

.sl-levels-section *{
  box-sizing:border-box;
}

.sl-levels-inner{
  width:min(1180px, calc(100% - 80px));
  margin:0 auto;
}

.sl-course-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}


/* =========================
   COURSE CARD
========================= */

.sl-course-card{
  position:relative;
  min-height:255px;
  padding:27px 27px 23px;

  border-radius:20px;

  background:var(--card-bg);

  border:2px solid rgba(255,255,255,.72);

  box-shadow:
    0 12px 30px rgba(0,0,0,.22),
    0 3px 8px rgba(0,0,0,.12);

  overflow:hidden;

  display:flex;
  flex-direction:column;

  text-decoration:none;
  cursor:pointer;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}


/* =========================
   DECORATIVE CIRCLES
========================= */

.sl-course-card::before{
  content:"";

  position:absolute;

  width:165px;
  height:165px;

  border-radius:50%;

  top:-48px;
  right:-34px;

  background:var(--soft);

  z-index:0;

  transition:transform .3s ease;
}

.sl-course-card::after{
  content:"";

  position:absolute;

  width:112px;
  height:112px;

  border-radius:50%;

  top:-18px;
  right:7px;

  border:2px solid var(--accent-soft);

  z-index:1;
}


/* =========================
   HOVER
========================= */

.sl-course-card:hover{
  transform:translateY(-7px);

  border-color:#FFFFFF;

  box-shadow:
    0 22px 42px rgba(0,0,0,.28),
    0 5px 12px rgba(0,0,0,.14);
}

.sl-course-card:hover::before{
  transform:scale(1.08);
}


/* =========================
   NUMBER
========================= */

.sl-course-number{
  position:relative;
  z-index:3;

  color:var(--accent);

  font-size:58px;
  line-height:.85;
  letter-spacing:-3px;
  font-weight:950;

  margin-bottom:14px;
}


/* =========================
   ICON
========================= */

.sl-course-icon{
  position:absolute;
  z-index:3;

  top:27px;
  right:27px;

  width:66px;
  height:66px;

  border-radius:50%;

  display:grid;
  place-items:center;

  color:var(--accent);

  background:rgba(255,255,255,.78);

  border:2px solid rgba(255,255,255,.95);

  font-size:25px;
  font-weight:700;

  line-height:1;
}


/* =========================
   LEVEL NAME
========================= */

.sl-course-name{
  position:relative;
  z-index:3;

  margin:0;

  color:#07183F;

  font-family:inherit;

  font-size:24px;
  line-height:1.1;
  letter-spacing:-.7px;
  font-weight:900;
}


/* =========================
   DESCRIPTION
========================= */

.sl-course-description{
  position:relative;
  z-index:3;

  margin:9px 0 0;

  color:#31415F;

  font-size:14px;
  line-height:1.45;
  font-weight:600;

  max-width:235px;
}


/* =========================
   ACCENT LINE
========================= */

.sl-course-line{
  position:relative;
  z-index:3;

  width:34px;
  height:4px;

  border-radius:10px;

  background:var(--accent);

  margin-top:15px;
}


/* =========================
   BUTTON
========================= */

.sl-course-action{
  position:relative;
  z-index:3;

  margin-top:auto;
  padding-top:20px;
}

.sl-course-button{
  width:100%;
  min-height:44px;

  border-radius:13px;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:9px;

  background:rgba(255,255,255,.62);

  color:#07183F;

  font-size:14px;
  font-weight:850;

  border:1px solid rgba(7,24,63,.10);

  transition:
    background .25s ease,
    color .25s ease,
    gap .25s ease,
    border-color .25s ease;
}

.sl-course-arrow{
  font-size:19px;
  line-height:1;
  font-weight:700;

  transition:transform .25s ease;
}

.sl-course-card:hover .sl-course-button{
  background:#07183F;
  color:#FFFFFF;

  border-color:#07183F;
}

.sl-course-card:hover .sl-course-arrow{
  transform:translateX(4px);
}


/* =========================
   LEVEL COLORS
========================= */

.sl-level-01{
  --accent:#238FD0;
  --soft:#BDE6FF;
  --accent-soft:rgba(35,143,208,.40);
  --card-bg:#DDF2FF;
}

.sl-level-02{
  --accent:#159BB5;
  --soft:#BDEFF5;
  --accent-soft:rgba(21,155,181,.40);
  --card-bg:#D9F5F8;
}

.sl-level-03{
  --accent:#229E88;
  --soft:#BDEBDD;
  --accent-soft:rgba(34,158,136,.40);
  --card-bg:#DDF4EC;
}

.sl-level-04{
  --accent:#C79412;
  --soft:#FFE8A3;
  --accent-soft:rgba(199,148,18,.42);
  --card-bg:#FFF1C7;
}

.sl-level-05{
  --accent:#D85D1D;
  --soft:#FFD0A9;
  --accent-soft:rgba(216,93,29,.40);
  --card-bg:#FFE5D2;
}

.sl-level-06{
  --accent:#D9434A;
  --soft:#FFC5C8;
  --accent-soft:rgba(217,67,74,.40);
  --card-bg:#FFE0E2;
}

.sl-level-07{
  --accent:#D82F62;
  --soft:#FFC1D3;
  --accent-soft:rgba(216,47,98,.40);
  --card-bg:#FFE0EA;
}

.sl-level-08{
  --accent:#6941B4;
  --soft:#D8C8FF;
  --accent-soft:rgba(105,65,180,.40);
  --card-bg:#EAE2FF;
}

.sl-level-09{
  --accent:#58399D;
  --soft:#CFC0F7;
  --accent-soft:rgba(88,57,157,.42);
  --card-bg:#E4DBFA;
}


/* =========================
   ICONS
========================= */

.sl-level-01 .sl-course-icon::before{
  content:"◈";
}

.sl-level-02 .sl-course-icon::before{
  content:"◉";
}

.sl-level-03 .sl-course-icon::before{
  content:"✦";
}

.sl-level-04 .sl-course-icon::before{
  content:"◆";
}

.sl-level-05 .sl-course-icon::before{
  content:"↗";
}

.sl-level-06 .sl-course-icon::before{
  content:"✧";
}

.sl-level-07 .sl-course-icon::before{
  content:"✦";
}

.sl-level-08 .sl-course-icon::before{
  content:"◇";
}

.sl-level-09 .sl-course-icon::before{
  content:"★";
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:950px){

  .sl-levels-inner{
    width:min(100% - 40px,700px);
  }

  .sl-course-grid{
    grid-template-columns:1fr 1fr;
  }

}

@media(max-width:620px){

  .sl-course-grid{
    grid-template-columns:1fr;
  }

}


/* == level-01 == */

/* =========================================================
   SEELARN — LEVEL 01 HERO
   ========================================================= */

.sl-level-hero{
  width:100%;
  background:#DCEEFF;
  padding:24px 0 26px;
  position:relative;
  overflow:hidden;
}

.sl-level-hero *{
  box-sizing:border-box;
}

.sl-level-hero-inner{
  width:min(1180px, calc(100% - 80px));
  margin:0 auto;

  display:grid;
  grid-template-columns:auto 1fr minmax(420px, 1fr);
  align-items:center;
  gap:28px;

  position:relative;
  z-index:2;
}

/* =========================
   LEVEL NUMBER
   ========================= */

.sl-level-number{
  width:78px;
  height:78px;

  border-radius:18px;

  background:#FFFFFF;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#07183F;

  font-size:40px;
  line-height:1;
  font-weight:900;
  letter-spacing:-2px;

  box-shadow:0 8px 20px rgba(7,24,63,.10);
}

/* =========================
   LEVEL TITLE
   ========================= */

.sl-level-title{
  margin:0;

  color:#07183F;

  font-family:inherit;

  font-size:46px;
  line-height:1;

  letter-spacing:-2px;

  font-weight:900;
}

/* =========================
   PROGRESS
   ========================= */

.sl-level-progress{
  min-width:0;

  padding-left:30px;

  border-left:2px solid rgba(7,24,63,.14);
}

.sl-level-progress-top{
  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:20px;

  margin-bottom:10px;
}

.sl-level-progress-label{
  color:#07183F;

  font-size:15px;
  line-height:1.2;

  font-weight:750;
}

.sl-level-progress-percent{
  color:#07183F;

  font-size:28px;
  line-height:1;

  font-weight:900;

  letter-spacing:-1px;
}

.sl-level-progress-track{
  width:100%;
  height:12px;

  background:#FFFFFF;

  border-radius:999px;

  overflow:hidden;

  box-shadow:inset 0 1px 3px rgba(7,24,63,.08);
}

.sl-level-progress-fill{
  width:0%;

  height:100%;

  border-radius:999px;

  background:#ED243D;

  transition:width .5s ease;
}

/* =========================
   MOBILE — TEMPORARY
   Responsive final se hará después
   ========================= */

@media(max-width:950px){

  .sl-level-hero-inner{
    width:min(100% - 40px,700px);

    grid-template-columns:auto 1fr;

    gap:20px;
  }

  .sl-level-progress{
    grid-column:1 / -1;

    padding-left:0;
    padding-top:18px;

    border-left:0;

    border-top:2px solid rgba(7,24,63,.14);
  }

}


.sl-curriculum{
  width:100%;
  background:#07183F;
  padding:44px 0 70px;
  margin-top:-20px !important;
  position:relative;
  z-index:2;
}

.sl-curriculum *{
  box-sizing:border-box;
}

.sl-curriculum-inner{
  width:min(1180px, calc(100% - 80px));
  margin:0 auto;
}

.sl-curriculum-heading{
  margin-bottom:28px;
}

.sl-curriculum-title{
  margin:0;
  color:#FFFFFF;
  font-family:inherit;
  font-size:42px;
  line-height:1;
  letter-spacing:-2px;
  font-weight:900;
}

.sl-curriculum-accent{
  width:64px;
  height:6px;
  border-radius:999px;
  background:#ED243D;
  margin-top:14px;
}

.sl-lessons{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.sl-lesson{
  width:100%;
  border-radius:18px;
  overflow:hidden;
  background:#FFFFFF;
  border:2px solid rgba(255,255,255,.92);
  box-shadow:
    0 10px 24px rgba(0,0,0,.18),
    0 2px 5px rgba(0,0,0,.10);
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}


/* =========================================================
   LESSON HOVER
   Solo la lección bajo el mouse recibe destaque.
   ========================================================= */

.sl-lesson:hover{
  border-color:#ED243D;
  box-shadow:
    0 14px 30px rgba(0,0,0,.22),
    0 4px 10px rgba(237,36,61,.14);
  transform:translateY(-1px);
}


/* =========================================================
   LESSON HEADER
   ========================================================= */

.sl-lesson-trigger{
  width:100%;
  min-height:88px;
  display:grid;
  grid-template-columns:72px 1fr 150px 34px;
  align-items:center;
  gap:18px;
  padding:15px 22px;
  border:0;
  outline:none;
  background:#FFFFFF;
  cursor:pointer;
  text-align:left;
  font-family:inherit;
  box-shadow:none;
}


/*
   Importante:
   evitamos que el navegador o Elementor
   deje una selección visual permanente.
*/

.sl-lesson-trigger:hover,
.sl-lesson-trigger:focus,
.sl-lesson-trigger:focus-visible,
.sl-lesson-trigger:active{
  background:#FFFFFF;
  outline:none;
  box-shadow:none;
}


/* =========================================================
   LESSON NUMBER
   ========================================================= */

.sl-lesson-number{
  width:58px;
  height:58px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:21px;
  line-height:1;
  font-weight:900;
  transition:
    transform .2s ease,
    filter .2s ease;
}

.sl-lesson:hover .sl-lesson-number{
  filter:brightness(.97);
  transform:scale(1.03);
}


/* =========================================================
   LESSON INFO
   ========================================================= */

.sl-lesson-info{
  min-width:0;
}

.sl-lesson-title{
  display:block;
  color:#07183F;
  font-size:20px;
  line-height:1.2;
  font-weight:850;
  margin-bottom:5px;
}

.sl-lesson-subtitle{
  display:block;
  color:#65758D;
  font-size:14px;
  line-height:1.35;
  font-weight:550;
}


/* =========================================================
   LESSON PROGRESS
   ========================================================= */

.sl-lesson-progress{
  width:150px;
}

.sl-lesson-progress-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:7px;
  color:#536985;
  font-size:12px;
  font-weight:700;
}

.sl-lesson-progress-percent{
  color:#07183F;
  font-weight:850;
}

.sl-lesson-progress-track{
  display:block;
  width:100%;
  height:7px;
  border-radius:999px;
  background:#E3EDF4;
  overflow:hidden;
}

.sl-lesson-progress-fill{
  display:block;
  width:0%;
  height:100%;
  border-radius:999px;
  background:#ED243D;
}


/* =========================================================
   ACCORDION CARET
   ========================================================= */

.sl-lesson-arrow{
  width:32px;
  height:32px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#EAF3FB;
  position:relative;
  transition:
    background .2s ease,
    transform .2s ease;
}


/* Triangle DOWN */

.sl-lesson-arrow::before{
  content:"";
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:8px solid #07183F;
  transition:
    transform .2s ease,
    border-top-color .2s ease;
}


/* Open = triangle UP */

.sl-lesson.is-open .sl-lesson-arrow{
  background:#ED243D;
}

.sl-lesson.is-open .sl-lesson-arrow::before{
  border-top-color:#FFFFFF;
  transform:rotate(180deg);
}


/* =========================================================
   LESSON CONTENT
   ========================================================= */

.sl-lesson-content{
  display:none;
  padding:0 26px 28px;
  background:#F7FBFF;
  border-top:1px solid #D6E5F0;
}

.sl-lesson.is-open .sl-lesson-content{
  display:block;
}


/* =========================================================
   ACTIVITY GROUPS
   ========================================================= */

.sl-activity-group{
  padding-top:24px;
}

.sl-activity-group + .sl-activity-group{
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid #D6E5F0;
}

.sl-activity-heading{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:13px;
}

.sl-activity-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:11px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
}

.sl-activity-heading-text{
  min-width:0;
}

.sl-activity-title{
  display:block;
  color:#07183F;
  font-size:15px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.3px;
}

.sl-activity-label{
  display:block;
  color:#71839A;
  font-size:12px;
  line-height:1.3;
  margin-top:3px;
  font-weight:600;
}


/* =========================================================
   ACTIVITY LIST
   ========================================================= */

.sl-activity-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.sl-activity-item{
  min-height:60px;
  display:grid;
  grid-template-columns:34px 1fr auto;
  align-items:center;
  gap:13px;
  padding:10px 14px;
  background:#FFFFFF;
  border:1px solid #DCE8F1;
  border-radius:12px;
  text-decoration:none;
  box-shadow:0 3px 9px rgba(7,24,63,.045);
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.sl-activity-item:hover{
  border-color:#B8D4E7;
  box-shadow:0 6px 15px rgba(7,24,63,.08);
  transform:translateY(-1px);
}

.sl-activity-status{
  width:28px;
  height:28px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
}

.sl-activity-status.completed{
  background:#DDF4EC;
  color:#229E88;
}

.sl-activity-status.current{
  background:#ED243D;
  color:#FFFFFF;
}

.sl-activity-status.pending{
  background:#EAF0F5;
  color:#7B8B9D;
}

.sl-activity-name{
  min-width:0;
  color:#07183F;
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}

.sl-activity-meta{
  display:block;
  color:#7A8CA0;
  font-size:11px;
  line-height:1.2;
  font-weight:600;
  margin-top:3px;
}

.sl-activity-state{
  min-width:98px;
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 15px;
  border-radius:9px;
  font-size:11px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.7px;
  white-space:nowrap;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    filter .2s ease;
}

.sl-activity-item:not(.current) .sl-activity-state{
  background:#238FD0;
  color:#FFFFFF;
  box-shadow:0 5px 12px rgba(35,143,208,.22);
}

.sl-activity-item.current .sl-activity-state{
  background:#ED243D;
  color:#FFFFFF;
  box-shadow:0 5px 14px rgba(237,36,61,.28);
}

.sl-activity-item:has(.sl-activity-status.completed) .sl-activity-state{
  background:#229E88;
  color:#FFFFFF;
  box-shadow:0 5px 12px rgba(34,158,136,.18);
}

.sl-activity-item:hover .sl-activity-state{
  transform:translateY(-1px);
  filter:brightness(.96);
}

.sl-activity-item.current{
  border:2px solid #F0A2AA;
  background:#FFF9FA;
  padding:9px 13px;
  box-shadow:0 5px 14px rgba(237,36,61,.08);
}

.sl-activity-item.current .sl-activity-name{
  color:#07183F;
}


/* =========================================================
   CATEGORY COLORS
   ========================================================= */

.sl-video .sl-activity-icon{
  background:#DDF2FF;
  color:#238FD0;
}

.sl-practice .sl-activity-icon{
  background:#DDF4EC;
  color:#229E88;
}

.sl-reading .sl-activity-icon{
  background:#EAE2FF;
  color:#6941B4;
}

.sl-music .sl-activity-icon{
  background:#FFE0EA;
  color:#D82F62;
}

.sl-speaking .sl-activity-icon{
  background:#FFF1C7;
  color:#C79412;
}

.sl-quiz .sl-activity-icon{
  background:#FFE0E2;
  color:#D9434A;
}


/* =========================================================
   LESSON NUMBER COLORS
   ========================================================= */

.sl-lesson:nth-child(1) .sl-lesson-number{
  background:#DDF2FF;
  color:#238FD0;
}

.sl-lesson:nth-child(2) .sl-lesson-number{
  background:#D9F5F8;
  color:#159BB5;
}

.sl-lesson:nth-child(3) .sl-lesson-number{
  background:#DDF4EC;
  color:#229E88;
}

.sl-lesson:nth-child(4) .sl-lesson-number{
  background:#FFF1C7;
  color:#C79412;
}

.sl-lesson:nth-child(5) .sl-lesson-number{
  background:#FFE5D2;
  color:#D85D1D;
}

.sl-lesson:nth-child(6) .sl-lesson-number{
  background:#FFE0E2;
  color:#D9434A;
}

.sl-lesson:nth-child(7) .sl-lesson-number{
  background:#FFE0EA;
  color:#D82F62;
}

.sl-lesson:nth-child(8) .sl-lesson-number{
  background:#EAE2FF;
  color:#6941B4;
}

.sl-lesson:nth-child(9) .sl-lesson-number{
  background:#E4DBFA;
  color:#58399D;
}

.sl-lesson:nth-child(10) .sl-lesson-number{
  background:#DCEEFF;
  color:#238FD0;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:950px){

  .sl-curriculum-inner{
    width:min(100% - 40px,700px);
  }

  .sl-lesson-trigger{
    grid-template-columns:58px 1fr 34px;
  }

  .sl-lesson-progress{
    display:none;
  }

  .sl-activity-item{
    grid-template-columns:34px 1fr;
  }

  .sl-activity-state{
    grid-column:2;
    justify-self:start;
  }

}


/* ===== LO QUE ANADE EL CANDADO, AL FINAL PARA QUE MANDE =====
   La maqueta no tiene estados de bloqueo porque es una maqueta. Estos
   selectores usan los MISMOS colores del diseno; no inventan otros. */
.sl-activity-item.esta-cerrado{cursor:not-allowed}
.sl-activity-item.esta-cerrado .sl-activity-name{color:#8C9BAC}
.sl-activity-item.esta-cerrado .sl-activity-state{background:#EAF0F5;color:#8C9BAC;box-shadow:none}
.sl-activity-status.cerrado{background:#EAF0F5;color:#8C9BAC}
.sl-sidebar-item.esta-cerrado{opacity:.55;cursor:not-allowed}
.sl-lesson.esta-cerrada .sl-lesson-trigger{opacity:.6;cursor:not-allowed}
.sl-lesson-candado{display:block;padding:18px 26px 22px;color:#7B8B9D;font-size:13px;
  line-height:1.6;background:#F7FBFF;border-top:1px solid #D6E5F0}
