.cursos-wrapper{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 4rem}.cursos-login-required,.cursos-empty{text-align:center;padding:5rem 1rem}.cursos-empty p:first-child{font-size:1.2rem;font-weight:600}.cursos-empty-sub{color:#777;font-size:.9rem;margin-top:.5rem}.cursos-shell{display:flex;gap:0;border-radius:16px;overflow:hidden;min-height:620px;box-shadow:0 2px 24px #00000012;background:#fff}.cursos-sidebar-list{width:250px;flex-shrink:0;background:#0d0d0d;padding:1.75rem 1.25rem}.cursos-sidebar-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#888;margin:0 0 1rem;font-weight:600}.cursos-list-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.cursos-list-link{display:block;padding:11px 14px;border-radius:10px;font-size:.88rem;color:#bbb;text-decoration:none;transition:all .2s;border:1px solid transparent}.cursos-list-link:hover{color:#fff;background:#ffffff0f}.cursos-list-link.active{background:#fff;color:#0d0d0d;font-weight:600}.cursos-main-area{flex:1;min-width:0;display:flex;flex-direction:column}.curso-bloque{display:flex;flex-direction:column;flex:1}.cursos-header{padding:2rem 2.25rem 1.5rem;border-bottom:1px solid #ececec}.cursos-header h1{font-size:1.6rem;font-weight:700;margin:0 0 .35rem;letter-spacing:-.02em}.cursos-desc{color:#777;font-size:.92rem;margin:0 0 1.25rem;max-width:560px}.cursos-progress-track{height:8px;background:#efefef;border-radius:99px;overflow:hidden;max-width:420px}.cursos-progress-fill{height:100%;background:linear-gradient(90deg,#0d0d0d,#444);border-radius:99px;transition:width .5s cubic-bezier(.4,0,.2,1)}.cursos-progress-label{display:inline-block;margin-top:8px;font-size:.78rem;font-weight:600;color:#444}.cursos-body{display:flex;flex:1;min-height:0}.cursos-lecciones-nav{width:280px;flex-shrink:0;border-right:1px solid #ececec;padding:1.25rem 1rem;overflow-y:auto;display:flex;flex-direction:column;gap:6px;background:#fafafa}.leccion-item{display:flex;align-items:center;gap:12px;width:100%;text-align:left;background:none;border:1px solid transparent;border-radius:12px;padding:12px 14px;cursor:pointer;font-family:inherit;transition:all .18s}.leccion-item:hover{background:#fff;border-color:#e5e5e5}.leccion-item.active{background:#fff;border-color:#0d0d0d;box-shadow:0 2px 8px #0000000f}.leccion-num{width:28px;height:28px;border-radius:50%;border:1.5px solid #d5d5d5;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#888;background:#fff;transition:all .2s}.leccion-item.done .leccion-num{background:#0d0d0d;border-color:#0d0d0d;color:#fff}.leccion-item.active .leccion-num{border-color:#0d0d0d;color:#0d0d0d}.leccion-item.active.done .leccion-num{color:#fff}.leccion-info{display:flex;flex-direction:column;gap:2px;min-width:0}.leccion-titulo{font-size:.85rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leccion-tipo{font-size:.7rem;color:#999;text-transform:uppercase;letter-spacing:.06em}.cursos-contenido{flex:1;padding:2rem 2.25rem;overflow-y:auto;min-width:0}.leccion-panel{display:none;animation:cursoFadeIn .25s ease}.leccion-panel.active{display:block}@keyframes cursoFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.leccion-panel-header{margin-bottom:1.5rem}.leccion-panel-header h2{font-size:1.25rem;font-weight:700;margin:.5rem 0 0;letter-spacing:-.01em}.badge-tipo{display:inline-block;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;border-radius:99px;font-weight:700}.badge-video{background:#0d0d0d;color:#fff}.badge-texto,.badge-pdf{background:#efefef;color:#333}.badge-quiz{background:#ffd60a;color:#1a1a1a}.leccion-video iframe{width:100%;aspect-ratio:16/9;border-radius:14px;border:none;box-shadow:0 4px 20px #0000001f}.leccion-texto{font-size:.98rem;line-height:1.8;color:#2a2a2a;max-width:640px}.leccion-texto h1,.leccion-texto h2,.leccion-texto h3{margin-top:1.5em;margin-bottom:.5em}.leccion-texto img{max-width:100%;border-radius:12px;margin:1rem 0}.pdf-card{display:flex;align-items:center;gap:14px;border:1.5px solid #e5e5e5;border-radius:14px;padding:18px 20px;text-decoration:none;color:#111;max-width:440px;transition:all .2s}.pdf-card:hover{border-color:#0d0d0d;transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.pdf-icon{font-size:1.7rem}.pdf-name{display:block;font-weight:700;font-size:.92rem}.pdf-size{display:block;font-size:.78rem;color:#888;margin-top:2px}.leccion-quiz{max-width:560px}.quiz-pregunta{font-weight:700;font-size:1.05rem;margin-bottom:1rem}.quiz-opciones{display:flex;flex-direction:column;gap:10px}.quiz-opcion{display:flex;align-items:center;gap:12px;border:1.5px solid #e5e5e5;border-radius:12px;padding:14px 16px;cursor:pointer;font-size:.92rem;transition:all .18s;background:#fff}.quiz-opcion:hover{border-color:#999}.quiz-opcion:has(input:checked){border-color:#0d0d0d;background:#f7f7f7;font-weight:600}.quiz-opcion input[type=radio]{accent-color:#0d0d0d;width:16px;height:16px}.quiz-feedback{margin-top:1rem;padding:12px 16px;border-radius:12px;font-size:.88rem;font-weight:600}.quiz-feedback.correcto{background:#e6f7ef;color:#0a5c3e}.quiz-feedback.incorrecto{background:#fdeaea;color:#9b2020}.leccion-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #ececec;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.leccion-contador{font-size:.78rem;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.cursos-wrapper .btn{border:1.5px solid #d5d5d5;background:#fff;border-radius:99px;padding:11px 22px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.cursos-wrapper .btn:hover{border-color:#0d0d0d}.cursos-wrapper .btn-primary{background:#0d0d0d;border-color:#0d0d0d;color:#fff}.cursos-wrapper .btn-primary:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.cursos-wrapper .btn-primary:disabled{background:#0a5c3e;border-color:#0a5c3e;cursor:default;transform:none;box-shadow:none}@media(max-width:900px){.cursos-shell{flex-direction:column;min-height:auto}.cursos-sidebar-list{width:100%;padding:1rem 1.25rem}.cursos-list-nav{flex-direction:row;overflow-x:auto;padding-bottom:4px}.cursos-list-link{white-space:nowrap}.cursos-body{flex-direction:column}.cursos-lecciones-nav{width:100%;flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid #ececec;padding:.75rem 1rem}.leccion-item{width:auto;flex-shrink:0;padding:10px 12px}.leccion-titulo{max-width:140px}.cursos-header,.cursos-contenido{padding:1.5rem 1.25rem}}.leccion-tipo,.badge-tipo{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/16/assets/cursos.css.map */
