:root{--primary:#5b3bb4;--primary-dark:#4a2f94;--primary-light:#6f4dc9;--accent:#b43b57;--accent-orange:#3bb497;--accent-green:#94b43b;--dark:var(--med-neutral-900);--light:#f8f9fa;--gray:#6c757d;--gray-light:#e9ecef;--gradient-primary:linear-gradient(135deg, #5b3bb4 0%, #6f4dc9 100%);--gradient-accent:linear-gradient(135deg, #b43b57 0%, #d65a7a 100%);--gradient-dark:linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--gradient-green:linear-gradient(135deg, #94b43b 0%, #a8c952 100%);--gradient-turquoise:linear-gradient(135deg, #3bb497 0%, #4ec9ab 100%);--shadow-sm:0 2px 8px rgba(0,0,0,0.06);--shadow-md:0 8px 24px rgba(0,0,0,0.08);--shadow-lg:0 16px 48px rgba(0,0,0,0.12);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px}.page-hero{background:var(--primary,#3d7fcc);padding:60px 0 40px;color:#fff;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:0 0;animation:pulse 20s ease-in-out infinite}@keyframes pulse{0%,100%{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(5deg)}}.page-hero-content{position:relative;z-index:2}.page-hero-tag{display:inline-block;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px}.page-hero-title{font-size:3rem;font-weight:800;margin:0 0 15px 0;letter-spacing:-.5px;line-height:1.1}@media (max-width:768px){.page-hero-title{font-size:2.2rem}}.page-hero-subtitle{font-size:1.2rem;opacity:.9;max-width:700px;margin:0;font-weight:300}.section{padding:80px 0}.section-light{background:#fff}.section-gray{background:#f8f9fa}.section-dark{background:var(--dark);color:#fff}.container-custom{max-width:1600px;padding:0 5%;margin:0 auto}#edu-continuada-grid .container-custom{max-width:1600px;padding:0 5%}.edu-continuada-header--archive-archive{align-self:stretch;width:100%;box-sizing:border-box}body>div.container-custom,body>main.container-custom,body>main[class*=container-custom],body>section.container-custom{align-self:stretch;width:100%}.section-header{text-align:center;margin-bottom:50px}.section-header.text-left{text-align:left}.section-tag{display:inline-block;background:rgba(233,30,99,.1);color:var(--accent);padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.section-title{font-size:2.5rem;font-weight:800;color:var(--dark);margin:0;letter-spacing:-.5px}.section-dark .section-title{color:#fff}.section-subtitle{font-size:1.1rem;color:var(--gray);margin-top:12px;max-width:600px;margin-left:auto;margin-right:auto}.section-dark .section-subtitle{color:rgba(255,255,255,.8)}.card-modern{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all .4s cubic-bezier(.175, .885, .32, 1.275);text-decoration:none;color:inherit;display:block}.card-modern:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.card-image{position:relative;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.card-modern:hover .card-image img{transform:scale(1.1)}.card-badge{position:absolute;top:15px;left:15px;background:var(--gradient-accent);color:#fff;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase}.post-type-archive-programa .card-badge{background:#3d7fcc}.card-content{padding:24px}.card-meta{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--accent);font-weight:600;margin-bottom:12px}.card-title{font-size:1.15rem;font-weight:700;color:var(--dark);margin:0 0 12px 0;line-height:1.4}.card-excerpt{font-size:.95rem;color:var(--gray);line-height:1.6;margin:0}.list-card-modern{display:flex;gap:20px;background:#fff;padding:20px;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all .3s ease;text-decoration:none;color:inherit;border-left:4px solid transparent}.list-card-modern:hover{transform:translateX(8px);box-shadow:var(--shadow-md);border-left-color:var(--accent-orange)}.list-card-image{width:120px;height:120px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.list-card-image img{width:100%;height:100%;object-fit:cover}.list-card-content{flex:1;min-width:0}.list-card-title{font-size:1.05rem;font-weight:700;color:var(--dark);margin:0 0 8px 0;line-height:1.3}.list-card-meta{display:flex;gap:16px;font-size:.85rem;color:var(--gray);flex-wrap:wrap}.list-card-meta span{display:flex;align-items:center;gap:5px}.date-badge{min-width:70px;height:70px;background:var(--gradient-primary);border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.date-badge .day{font-size:1.8rem;font-weight:800;line-height:1}.date-badge .month{font-size:.75rem;text-transform:uppercase;font-weight:700;color:rgba(255,255,255,.9);letter-spacing:1px;margin-top:2px}.date-badge-sm{min-width:50px;height:50px;border-radius:var(--radius-sm)}.date-badge-sm .day{font-size:1.2rem}.date-badge-sm .month{font-size:.65rem}.btn-modern{display:inline-block;background:#fff;color:var(--primary)!important;padding:16px 40px;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 20px rgba(0,0,0,.2);border:none;cursor:pointer}.btn-modern:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.3)}.btn-primary-modern{background:var(--gradient-primary);color:#fff!important}.btn-accent-modern{background:var(--gradient-accent);color:#fff!important}.btn-view-all{display:inline-block;background:0 0;color:var(--primary);padding:14px 35px;border-radius:50px;font-weight:700;font-size:.95rem;text-decoration:none;border:2px solid var(--primary);transition:all .3s ease}.btn-view-all:hover{background:var(--primary);color:#fff}.btn-cta{display:inline-block;background:#fff;color:var(--primary)!important;padding:18px 45px;border-radius:50px;font-weight:700;font-size:1.05rem;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.2)}.btn-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,.3)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;justify-content:center}@media (max-width:1023px){.grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;justify-content:stretch}@media (max-width:767px){.grid-2{grid-template-columns:1fr}}.med-programa-sections-2col{display:block;column-count:2;column-gap:24px}.med-programa-sections-2col>.med-programa-section{display:inline-block;width:100%;margin-bottom:24px;break-inside:avoid;page-break-inside:avoid}.med-programa-sections-2col>.med-programa-section:last-child{margin-bottom:0}@media (max-width:767px){.med-programa-sections-2col{column-count:1}}.med-programa-section--notice{background:#fff8e1;border-left:4px solid #f0ad4e;padding:1rem 1.2rem;border-radius:8px}.med-programa-section--notice p{margin:0;color:#856404;font-size:.92rem}.grid-2 .card-image__media{aspect-ratio:16/9;background:#f1f5f9}.grid-2 .card-image__media img{object-fit:contain;object-position:center}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.single-header{margin-bottom:40px}.single-meta{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--gray-light)}.single-meta-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--gray)}.single-meta-item .dashicons{font-size:18px;width:18px;height:18px;color:var(--primary)}.single-featured-image{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:30px}.single-featured-image img{width:100%;height:auto;display:block}.single-content{font-size:1.1rem;line-height:1.8;color:#333}.single-content h2,.single-content h3,.single-content h4{margin-top:40px;margin-bottom:20px;font-weight:700;color:var(--dark)}.single-content p{margin-bottom:24px}.single-content ol,.single-content ul{margin-bottom:24px;padding-left:24px}.single-content blockquote{border-left:4px solid var(--primary);padding-left:24px;margin:30px 0;font-style:italic;color:var(--gray)}.sidebar-title{font-family:"Ancizar Serif","Playfair Display",Georgia,"Times New Roman",serif;font-size:1.35rem;font-weight:700;line-height:1.25;color:var(--dark);margin:0 0 14px 0;padding-bottom:10px;border-bottom:1px solid #e5e7eb}body.archive,body.med-page-mode-dependencia,body.med-page-mode-programa,body.single-dependencia,body.single-docente,body.single-med_archivo,body.single-programa,body.tax-carpeta_archivo,body.tax-coleccion,body.tax-educacion_tipo,body.tax-tipo_dependencia,body.tax-tipo_educacion,body.tax-tipo_programa,body.tax-tipo_servicio{background-color:#fff}body.archive,body.med-page-mode-dependencia,body.med-page-mode-programa,body.single-dependencia,body.single-docente,body.single-educacion_continuada,body.single-evento,body.single-med_archivo,body.single-noticia,body.single-programa,body.tax-carpeta_archivo,body.tax-coleccion,body.tax-educacion_tipo,body.tax-tipo_dependencia,body.tax-tipo_educacion,body.tax-tipo_programa,body.tax-tipo_servicio{--primary:#3D7FCC;--primary-dark:#153159;--primary-light:#6FA1DD;--accent:#A61E5C;--accent-turquoise:#00A8A8;--luntha-verde-UN:#5DB130;--gradient-primary:linear-gradient(135deg, #153159 0%, #3D7FCC 100%);--gradient-accent:linear-gradient(135deg, #A61E5C 0%, #D65A7A 100%);--gradient-luntha-verde:linear-gradient(135deg, #5DB130 0%, #A8D980 100%);--gradient-turquoise:linear-gradient(135deg, #00A8A8 0%, #4ECDC4 100%);--color-primary:#3D7FCC;--color-primary-deep:#153159;--color-primary-light:#6FA1DD;--color-accent:#A61E5C;--color-teal:#00A8A8;--color-green:#5DB130;--color-primary-50:#EAF2FC;--color-primary-100:#C5D9F4;--color-primary-200:#9ABDE9}.sidebar-list{list-style:none;padding:0;margin:0}.sidebar-list li{margin-bottom:12px}.sidebar-list a{color:var(--dark);text-decoration:none;transition:color .2s;display:flex;align-items:baseline;gap:8px}.sidebar-list a:hover{color:var(--primary)}.sidebar-list .dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:4px}.luntha-line{height:2px;border:0;margin:0;background:linear-gradient(90deg,var(--color-primary) 0,var(--color-accent) 33%,var(--color-teal) 66%,var(--color-green) 100%)}.luntha-line--blue{height:2px;border:0;margin:0;background:linear-gradient(90deg,var(--color-primary-deep) 0,var(--color-primary) 50%,var(--color-primary-light) 100%)}.luntha-line--accent{height:2px;border:0;margin:0;background:var(--color-accent)}.luntha-line--soft{height:2px;border:0;margin:0;background:rgba(61,127,204,.25)}.filter-group{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.filter-btn{padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.filter-btn.active{background:var(--gradient-primary);color:#fff}.filter-btn:not(.active){background:#fff;color:var(--primary);border-color:var(--primary)}.filter-btn:hover:not(.active){background:var(--primary);color:#fff}.breadcrumbs{display:flex;align-items:center;gap:10px;font-size:.9rem;margin-bottom:30px;flex-wrap:wrap}.breadcrumbs a{color:var(--gray);text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs .separator{color:var(--gray-light)}.breadcrumbs .current{color:var(--dark);font-weight:600}.pagination-modern{display:flex;justify-content:center;gap:8px;margin-top:40px}.pagination-modern .page-numbers{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 12px;border-radius:var(--radius-md);background:#fff;color:var(--dark);text-decoration:none;font-weight:600;transition:all .3s ease;border:1px solid var(--gray-light)}.pagination-modern .page-numbers.current,.pagination-modern .page-numbers:hover{background:var(--gradient-primary);color:#fff;border-color:transparent}.empty-state{text-align:center;padding:60px 20px;background:var(--light);border-radius:var(--radius-lg);border:2px dashed var(--gray-light)}.empty-state .dashicons{font-size:64px;width:64px;height:64px;color:#ccc;margin-bottom:20px}.empty-state h3{font-size:1.5rem;font-weight:700;color:var(--dark);margin:0 0 10px 0}.empty-state p{color:var(--gray);margin:0 0 20px 0}@media (max-width:992px){.section{padding:60px 0}.page-hero{padding:48px 0 32px}.section-title{font-size:2rem}.page-hero-title{font-size:2.2rem}}@media (max-width:768px){.section{padding:40px 0}.page-hero{padding:40px 0 28px}.section-title{font-size:1.75rem}.page-hero-title{font-size:1.8rem}.container-custom{padding:0 20px}}.med-hero-evento,.med-hero-noticia{padding:40px 0 8px;background:#fff}.container-custom:has(> .luntha-archive-header)~.grid-3,.container-custom:has(> .luntha-archive-header)~.grid-4,.container-custom:has(> .luntha-archive-header)~.med-calendario,.container-custom:has(> .luntha-archive-header)~.section,.container-custom:has(> .luntha-programa-hero)~.section,.container-custom:has(> .luntha-programa-hero)~main,.container-custom:has(> .luntha-programa-hero--docente)~.section,.container-custom:has(> .luntha-programa-hero--docente)~main,.container-custom:has(> .med-hero-area-investigacion)~.section,.container-custom:has(> .med-hero-area-investigacion)~main,.container-custom:has(> .med-hero-edu-continuada)~.section,.container-custom:has(> .med-hero-edu-continuada)~main,.container-custom:has(> .med-hero-evento)~.section,.container-custom:has(> .med-hero-evento)~main,.container-custom:has(> .med-hero-noticia)~.section,.container-custom:has(> .med-hero-noticia)~main,.container-custom:has(> .med-hero-publicacion)~.section,.container-custom:has(> .med-hero-publicacion)~main,.luntha-programa-hero~.section,.luntha-programa-hero~main,.med-hero-area-investigacion~.section,.med-hero-area-investigacion~main,.med-hero-edu-continuada~.section,.med-hero-edu-continuada~main,.med-hero-evento~.section,.med-hero-evento~main,.med-hero-noticia~.section,.med-hero-noticia~main,.med-hero-publicacion~.section,.med-hero-publicacion~main{padding-top:24px}.med-hero-evento-row,.med-hero-noticia-row{align-items:end}.med-hero-evento-row,.med-hero-noticia-row{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.med-hero-breadcrumbs{font-size:13px;color:var(--color-ink-muted,#6b7280);margin-bottom:12px}.med-hero-breadcrumbs a{color:var(--primary,#3d7fcc);text-decoration:none}.med-hero-breadcrumbs a:hover{text-decoration:underline}.med-hero-breadcrumbs .sep{margin:0 6px;color:var(--color-ink-muted,#6b7280)}.med-hero-breadcrumbs .current{color:#1e1e1e;font-weight:500}.med-hero-breadcrumbs--standalone{padding-bottom:12px;border-bottom:1px solid var(--color-border,#e5e7eb);margin-bottom:20px}.edu-continuada-single>.med-hero-breadcrumbs--standalone{max-width:1600px;margin-left:auto;margin-right:auto;padding:24px 5% 8px;margin-bottom:4px}body.tax-category>.med-hero-breadcrumbs--standalone,body.tax-coleccion>.med-hero-breadcrumbs--standalone,body.tax-dependencia_alcance>.med-hero-breadcrumbs--standalone,body.tax-evento_tipo>.med-hero-breadcrumbs--standalone,body.tax-post_tag>.med-hero-breadcrumbs--standalone{max-width:1600px;margin-left:auto;margin-right:auto;padding:24px 5% 8px;margin-bottom:4px}.tax-page-header__desc{max-width:1600px;margin:0 auto 16px;padding:0 5%;font-size:1rem;line-height:1.6;color:#4a5568}.med-hero-pills{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.med-pill{display:inline-block;padding:5px 12px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;line-height:1.4}.med-pill-noticia{background:var(--primary,#3d7fcc);color:#fff}.med-pill-evento{background:var(--primary,#3d7fcc);color:#fff}.med-hero-title{font-size:32px;line-height:1.2;color:#0c2444;margin:0 0 16px;font-weight:700}.med-hero-lead{font-size:16px;line-height:1.6;color:#4a5568;margin:0 0 20px}.med-hero-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;padding:16px 0;border-top:1px solid #e2e4e7;border-bottom:1px solid #e2e4e7}.med-meta-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--gray,#646970)}.med-meta-icon{width:36px;height:36px;border-radius:50%;background:var(--primary-50,#e8f0fe);color:var(--primary,#3d7fcc);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.med-meta-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.3px;color:var(--gray,#646970);margin-bottom:1px}.med-meta-value{display:block;color:#1e1e1e;font-weight:500;font-size:13px}.med-meta-value a{color:var(--primary,#3d7fcc);text-decoration:none}.med-meta-value a:hover{text-decoration:underline}.med-hero-actions{display:flex;gap:10px;margin-top:20px}.med-btn{display:inline-block;padding:9px 18px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid transparent;line-height:1.3}.med-btn-primary{background:var(--primary,#3d7fcc);color:#fff}.med-btn-primary:hover{background:#2c66ad;color:#fff}.med-btn-secondary{background:#fff;color:var(--primary,#3d7fcc);border-color:var(--primary,#3d7fcc)}.med-btn-secondary:hover{background:var(--primary-50,#e8f0fe)}.med-hero-image-frame{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,#e0e7f0 0,#c7d2e0 100%);border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08);position:relative}.med-hero-image-frame img{width:100%;height:100%;object-fit:cover;display:block}.med-hero-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:100px;opacity:.4}.med-share-bar{display:flex;gap:8px;margin-top:14px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.med-hero-edu-continuada-share{display:flex;align-items:center;justify-content:center;min-height:120px}.med-hero-edu-continuada-share .med-share-bar{flex-direction:column;align-items:center;gap:10px;margin-top:0;justify-content:center}.med-hero-edu-continuada-share .med-share-label{margin-right:0;margin-bottom:4px}.med-hero-evento.med-hero-edu-continuada .med-hero-evento-row{grid-template-columns:1fr}.med-hero-evento.med-hero-edu-continuada .med-hero-edu-continuada-share{align-items:flex-end;min-height:0;margin-top:12px}.med-hero-evento.med-hero-edu-continuada .med-hero-edu-continuada-share .med-share-bar{flex-direction:row;gap:8px;justify-content:flex-end}.med-hero-evento.med-hero-edu-continuada .med-hero-edu-continuada-share .med-share-label{margin-right:4px;margin-bottom:0}.med-share-label{font-size:12px;color:var(--gray,#646970);margin-right:4px}.med-share-btn{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e2e4e7;display:inline-flex;align-items:center;justify-content:center;color:var(--gray,#646970);text-decoration:none;font-size:14px;font-weight:700;cursor:pointer;transition:color .15s,border-color .15s,background .15s;padding:0;font-family:inherit;line-height:1}.med-share-btn:hover{color:var(--primary,#3d7fcc);border-color:var(--primary,#3d7fcc);background:var(--primary-50,#e8f0fe)}@media (max-width:1024px){.med-hero-area-investigacion-row,.med-hero-evento-row,.med-hero-noticia-row,.med-hero-publicacion-row{grid-template-columns:1fr;gap:24px}.med-hero-image-frame{max-width:480px;margin:0 auto}.med-share-bar{justify-content:center}}@media (max-width:768px){.med-hero-area-investigacion,.med-hero-evento,.med-hero-noticia,.med-hero-publicacion{padding:28px 0 20px}.med-hero-title{font-size:24px}.med-hero-lead{font-size:15px}.med-hero-meta{grid-template-columns:1fr;gap:12px}}.med-hero-publicacion{padding:40px 0 8px;background:#fff}.med-hero-publicacion-row{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.med-hero-publicacion-left{min-width:0}.med-hero-publicacion-right{min-width:0;display:flex;flex-direction:column;gap:16px}.med-pill-publicacion{background:var(--tipo-color,#3d7fcc);color:#fff}.med-pill-coleccion{background:rgba(0,0,0,.05);color:#4a5568}.med-hero-image-placeholder{background:var(--tipo-color,#3d7fcc) 1a;color:var(--tipo-color,#3d7fcc)}.med-hero-area-investigacion{padding:40px 0 8px;background:#fff}.med-hero-area-investigacion-row{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.med-hero-area-investigacion-left{min-width:0}.med-hero-area-investigacion-right{min-width:0;display:flex;flex-direction:column;gap:16px}.med-pill-area{background:#16a085;color:#fff}.edu-continuada-header,.luntha-page-header{max-width:1600px;margin:0 auto 32px;padding:16px 5% 0;align-self:stretch;width:100%}.edu-continuada-header--archive-archive{max-width:1600px;padding:16px 5% 0;margin-bottom:32px}.med-hero-breadcrumbs--standalone:has(+ .edu-continuada-header--archive-archive){align-self:stretch;width:100%;box-sizing:border-box}.edu-continuada-header__title{font-size:clamp(1.75rem, 4vw, 2.75rem);font-weight:800;color:#1a2540;line-height:1.15;margin:0 0 12px;letter-spacing:-.02em}.luntha-page-header__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:12px}.luntha-page-header__title-row>.edu-continuada-header__title,.luntha-page-header__title-row>h1{flex:1 1 auto;min-width:0;margin:0}.luntha-page-header__share{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;margin-top:6px}.luntha-share-btn{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:center;color:#4b5563;text-decoration:none;font-size:13px;font-weight:700;cursor:pointer;transition:color .15s,border-color .15s,background .15s,transform .15s;padding:0;font-family:inherit;line-height:1}.luntha-share-btn:hover{color:var(--primary,#3d7fcc);border-color:var(--primary,#3d7fcc);background:#e8f0fe;transform:translateY(-1px)}.luntha-share-btn--copy{font-size:14px}.luntha-share-btn--copy.is-copied{background:#e8f5e9;border-color:#2e7d32;color:#2e7d32}@media (max-width:640px){.luntha-page-header__title-row{flex-direction:column;align-items:stretch;gap:12px}.luntha-page-header__share{margin-top:0;justify-content:flex-start}}.edu-continuada-header--archive .edu-continuada-header__title{font-size:clamp(1.25rem, 2.5vw, 1.5rem);margin:0 0 16px}.edu-continuada-header--archive .edu-continuada-header__title a{color:#1a2540;text-decoration:none}.edu-continuada-header--archive .edu-continuada-header__title a:hover{color:#3d7fcc;text-decoration:underline}.edu-continuada-header-helper,.luntha-header-helper{background:var(--hh-bg);border:var(--hh-border);border-radius:var(--hh-radius);box-shadow:var(--hh-shadow);min-height:var(--hh-min-height);overflow:hidden;display:flex;align-items:stretch;width:100%}.edu-continuada-header-helper[data-layout=info-cells],.luntha-header-helper[data-layout=info-cells]{display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:stretch;background:var(--hh-bg)}.edu-continuada-header-helper[data-layout=info-cells]>.edu-continuada-card__item,.luntha-header-helper[data-layout=info-cells]>.edu-continuada-card__item,.luntha-header-helper[data-layout=info-cells]>.luntha-helper-cell{display:flex;align-items:center;gap:14px;padding:var(--hh-padding-y) 20px;background:var(--hh-bg);min-width:0;border-right:var(--hh-divider)}.edu-continuada-header-helper[data-layout=info-cells]>.edu-continuada-card__item:last-of-type,.luntha-header-helper[data-layout=info-cells]>.edu-continuada-card__item:last-of-type,.luntha-header-helper[data-layout=info-cells]>.luntha-helper-cell:last-of-type{border-right:none}.edu-continuada-header-helper[data-layout=info-cells]>.edu-continuada-card__action,.luntha-header-helper[data-layout=info-cells]>.edu-continuada-card__action,.luntha-header-helper[data-layout=info-cells]>.luntha-helper-action{display:flex;align-items:center;padding:0 20px;background:var(--hh-bg)}.edu-continuada-header-helper[data-layout=filter-pills],.luntha-header-helper[data-layout=filter-pills]{padding:var(--hh-padding-y) var(--hh-padding-x);align-items:center;flex-wrap:wrap;gap:28px}.luntha-helper-cell{display:flex;align-items:center;gap:14px;padding:var(--hh-padding-y) 20px;background:var(--hh-bg);min-width:0}.edu-continuada-card{background:var(--hh-bg);border:var(--hh-border);border-radius:var(--hh-radius);box-shadow:var(--hh-shadow);min-height:var(--hh-min-height);overflow:hidden}.edu-continuada-card__item{display:flex;align-items:center;gap:14px;padding:var(--hh-padding-y) 20px;background:var(--hh-bg);min-width:0}.edu-continuada-card__icon{flex-shrink:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:var(--page-color,#3d7fcc);font-size:28px;line-height:1}.edu-continuada-card__body{min-width:0;flex:1}.edu-continuada-card__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--page-color,#3d7fcc);margin-bottom:2px;line-height:1.2}.edu-continuada-card__value{font-size:.95rem;font-weight:500;color:#1a2540;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.edu-continuada-card__action{display:flex;align-items:center;background:#fff;padding:0 18px 0 4px}.edu-continuada-card__button{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(180deg,var(--page-color,#1f3b8c) 0,color-mix(in srgb,var(--page-color,#1f3b8c) 80%,#000) 100%);color:#fff;font-weight:700;font-size:.95rem;padding:14px 24px;border-radius:999px;text-decoration:none;white-space:nowrap;transition:background .15s,transform .15s,box-shadow .15s;border:none;cursor:pointer;font-family:inherit;box-shadow:0 2px 6px color-mix(in srgb,var(--page-color,#1f3b8c) 35%,transparent)}.edu-continuada-card__button:focus,.edu-continuada-card__button:hover{background:linear-gradient(180deg,color-mix(in srgb,var(--page-color,#1f3b8c) 110%,#fff) 0,var(--page-color,#1a3580) 100%);color:#fff;transform:translateY(-1px);text-decoration:none;box-shadow:0 4px 12px color-mix(in srgb,var(--page-color,#1f3b8c) 45%,transparent)}.edu-continuada-card__button .dashicons{font-size:18px;width:18px;height:18px;line-height:1;display:inline-block}@media (max-width:1023.98px){.edu-continuada-card,.luntha-header-helper{grid-template-columns:1fr 1fr}.edu-continuada-card__action,.luntha-helper-action{grid-column:1/-1;padding:12px 18px;border-top:1px solid #e5e7eb}.edu-continuada-card__button{width:100%;justify-content:center}}@media (max-width:639.98px){.edu-continuada-card,.luntha-header-helper{grid-template-columns:1fr}.edu-continuada-card__item,.luntha-helper-cell{border-bottom:1px solid #e5e7eb}.edu-continuada-card__item:last-of-type,.luntha-helper-cell:last-of-type{border-bottom:none}}.edu-continuada-header--archive-archive .edu-continuada-card{grid-template-columns:1fr 1fr 1fr auto;border-radius:12px;box-shadow:0 2px 8px rgba(15,26,43,.04)}.edu-continuada-card--filters-only{display:flex!important;flex-wrap:wrap;align-items:center;padding:var(--hh-padding-y) var(--hh-padding-x)!important;gap:28px;background:var(--hh-bg)!important;border-radius:var(--hh-radius)!important;border:var(--hh-border)!important;box-shadow:var(--hh-shadow)!important;min-height:var(--hh-min-height)!important}.edu-continuada-card--filters-only .edu-continuada-card__action{display:flex;flex-wrap:wrap;align-items:center;gap:28px;background:var(--hh-bg);border-radius:0;overflow:visible;flex:1;min-width:0}.edu-continuada-card--filters-only .edu-continuada-card__filter-group{display:flex;align-items:center;gap:12px;min-width:0;flex-wrap:wrap}.edu-continuada-card--filters-only .edu-continuada-card__filter-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#3d7fcc;line-height:1.3;white-space:nowrap;flex-shrink:0}.edu-continuada-card--filters-only .edu-continuada-card__filter-buttons{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-width:0}.edu-continuada-card--filters-only .edu-continuada-card__filter-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border-radius:999px;font-size:.9rem;font-weight:600;color:#3d7fcc;background:#fff;border:1px solid #3d7fcc;text-decoration:none;line-height:1.3;white-space:nowrap;transition:background .15s,color .15s}.edu-continuada-card--filters-only .edu-continuada-card__filter-btn:hover{background:#e8f0fb;color:#2c63ad}.edu-continuada-card--filters-only .edu-continuada-card__filter-btn.is-active{background:#1a3580;color:#fff;border-color:#1a3580}.med-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.6em;height:1.6em;padding:0 .4em;margin-left:.4em;border-radius:999px;background:rgba(26,53,128,.1);color:inherit;font-size:.75rem;font-weight:700;line-height:1}.edu-continuada-card--filters-only .edu-continuada-card__filter-btn.is-active .med-filter-count{background:rgba(255,255,255,.22)}.edu-continuada-card__image{margin:0 0 0;background:#e5e7eb;overflow:hidden;border-radius:12px 12px 0 0}.edu-continuada-card__image a{display:block;line-height:0}.edu-continuada-card__image img{display:block;width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.edu-continuada-card__image a:hover img{transform:scale(1.04)}.edu-continuada-card__image--placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;background:linear-gradient(135deg,#eef0f3 0,#e5e7eb 100%);color:#6b7280;gap:6px}.edu-continuada-card__image--placeholder .dashicons{font-size:36px;width:36px;height:36px;color:#9ca3af}.edu-continuada-card__placeholder-text{font-size:.8rem;font-weight:500;letter-spacing:.02em}.edu-continuada-header--archive-archive .edu-continuada-card__item{padding:14px 16px}.edu-continuada-header--archive-archive .edu-continuada-card__icon{font-size:22px;width:26px;height:26px}.edu-continuada-header--archive-archive .edu-continuada-card__value{font-size:.85rem;-webkit-line-clamp:3}.edu-continuada-card__filters{display:flex;flex-direction:column;gap:10px;margin:0;padding:0}.edu-continuada-card__filter{display:flex;flex-direction:column;gap:4px;min-width:0}.edu-continuada-card__filter-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#3d7fcc;line-height:1.2}.edu-continuada-card__select{font-family:inherit;font-size:.9rem;font-weight:500;color:#1a2540;background:#fff;border:1px solid #c7d2e0;border-radius:8px;padding:8px 28px 8px 10px;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='%233D7FCC' d='M2 4l4 4 4-4z'/></svg>");background-repeat:no-repeat;background-position:right 8px center;min-width:150px;line-height:1.3}.edu-continuada-card__select:focus{outline:2px solid #3D7FCC;outline-offset:1px;border-color:#3d7fcc}.edu-continuada-single__hero{max-width:1600px;margin:0 auto 32px;padding:0 5%}.edu-continuada-single__hero img{width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:12px;display:block}.programa-single__hero{max-width:1600px;margin:0 auto 32px;padding:0 5%}.programa-single__main{padding-bottom:4rem}.programa-single__hero img{width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:12px;display:block}.dependencia-info-page__hero{max-width:1600px;margin:0 auto 32px;padding:0 5%}.dependencia-info-page__hero img{width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:12px;display:block}.edu-continuada-single__main{padding-bottom:4rem}.edu-continuada-single__grid{display:grid;grid-template-columns:380px 1fr;gap:32px;align-items:start}.edu-continuada-single__sidebar{position:sticky;top:24px}.edu-continuada-single__content{min-width:0}.edu-continuada-sidebar-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 22px}.edu-continuada-sidebar-item{padding:14px 0}.edu-continuada-sidebar-item:first-child{padding-top:0}.edu-continuada-sidebar-item:last-child{padding-bottom:0}.edu-continuada-sidebar-item__label{font-size:.95rem;font-weight:700;color:#1a2540;margin-bottom:6px;line-height:1.3}.edu-continuada-sidebar-item__value{font-size:1.0625rem;line-height:1.6;color:#374151}.edu-continuada-sidebar-item__value p{margin:0}.edu-continuada-prose{font-size:1.1875rem;line-height:1.75;color:#1a2540}.edu-continuada-prose p{margin:0 0 1.2em}.edu-continuada-prose strong{color:#1a2540;font-weight:700}.edu-continuada-prose h2,.edu-continuada-prose h3{color:#1a2540;font-weight:800;line-height:1.25;margin:1.6em 0 .6em;letter-spacing:-.01em}.edu-continuada-prose h2{font-size:1.875rem}.edu-continuada-prose h3{font-size:1.4375rem}.edu-continuada-prose ol,.edu-continuada-prose ul{margin:0 0 1.2em 1.4em}.edu-continuada-prose li{margin:.3em 0}.edu-continuada-prose a{color:#3d7fcc;text-decoration:underline}.edu-continuada-prose a:hover{color:#2c63ad}@media (max-width:1023.98px){.edu-continuada-single__grid{grid-template-columns:1fr}.edu-continuada-single__sidebar{position:static}}@media (max-width:639.98px){.edu-continuada-single__hero{margin-bottom:24px}.edu-continuada-single__hero img{max-height:280px}.programa-single__hero{margin-bottom:24px}.programa-single__hero img{max-height:280px}.dependencia-info-page__hero{margin-bottom:24px}.dependencia-info-page__hero img{max-height:280px}}.dependencia-archive>.med-hero-breadcrumbs--standalone,.dependencia-single>.med-hero-breadcrumbs--standalone,.docente-archive>.med-hero-breadcrumbs--standalone,.docente-single>.med-hero-breadcrumbs--standalone,.edu-continuada-archive>.med-hero-breadcrumbs--standalone,.evento-archive>.med-hero-breadcrumbs--standalone,.evento-single>.med-hero-breadcrumbs--standalone,.externos-archive>.med-hero-breadcrumbs--standalone,.externos-single>.med-hero-breadcrumbs--standalone,.med-archivo-archive>.med-hero-breadcrumbs--standalone,.med-archivo-folder-page>.med-hero-breadcrumbs--standalone,.med-archivo-single>.med-hero-breadcrumbs--standalone,.micrositio-single>.med-hero-breadcrumbs--standalone,.noticia-archive>.med-hero-breadcrumbs--standalone,.noticia-single>.med-hero-breadcrumbs--standalone,.programa-archive>.med-hero-breadcrumbs--standalone,.programa-single>.med-hero-breadcrumbs--standalone,.publicacion-archive>.med-hero-breadcrumbs--standalone,.publicacion-single>.med-hero-breadcrumbs--standalone,.servicio-archive>.med-hero-breadcrumbs--standalone,.servicio-single>.med-hero-breadcrumbs--standalone{max-width:1600px;margin-left:auto;margin-right:auto;padding:24px 5% 8px;margin-bottom:4px}.evento-single__main{max-width:1600px;margin:0 auto;padding:0 5% 4rem}.noticia-single__main{max-width:1600px;margin:0 auto;padding:0 5% 4rem}.noticia-single__main .noticia-single__grid{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}@media (max-width:991.98px){.noticia-single__main .noticia-single__grid{grid-template-columns:1fr;gap:24px}}.evento-single__grid{display:grid;grid-template-columns:380px 1fr;gap:32px;align-items:start}.evento-single__sidebar{position:sticky;top:24px}.evento-single__content{min-width:0}.evento-sidebar-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 22px}.evento-sidebar-item{padding:14px 0}.evento-sidebar-item:first-child{padding-top:0}.evento-sidebar-item:last-child{padding-bottom:0}.evento-sidebar-item__label{font-size:.95rem;font-weight:700;color:#1a2540;margin-bottom:6px;line-height:1.3}.evento-sidebar-item__value{font-size:1.0625rem;line-height:1.6;color:#374151}.evento-sidebar-item__value a{color:#3d7fcc;text-decoration:underline}.evento-sidebar-item__value a:hover{color:#2c63ad}.evt-inscription-pill{display:inline-block;background:#ff9800;color:#fff;padding:4px 12px;border-radius:14px;font-size:.85rem;font-weight:600}.evento-single__hero{max-width:1600px;margin:24px auto 0;padding:0 5%;overflow:hidden;border-radius:12px}.evento-single__hero img{width:100%;height:auto;display:block}.evento-single__related{margin-top:56px;padding-top:40px;border-top:1px solid #e5e7eb}.evento-single__related-title{font-size:1.5rem;font-weight:700;color:#1a2540;margin:0 0 24px;letter-spacing:-.01em}.evento-single__related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.evento-related-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 20px;transition:box-shadow .2s ease,transform .2s ease}.evento-related-card:hover{box-shadow:0 4px 16px rgba(15,26,43,.06);transform:translateY(-2px)}.evento-related-card__title{font-size:1.0625rem;font-weight:700;color:#1a2540;margin:0 0 10px;line-height:1.35}.evento-related-card__title a{color:inherit;text-decoration:none}.evento-related-card__title a:hover{color:#3d7fcc;text-decoration:underline}.evento-related-card__date,.evento-related-card__location{font-size:.875rem;color:#6b7280;margin-top:6px;display:flex;align-items:center;gap:6px}.evento-related-card__date .dashicons,.evento-related-card__location .dashicons{font-size:16px;width:16px;height:16px;color:#3d7fcc}@media (max-width:1023.98px){.evento-single__grid{grid-template-columns:1fr}.evento-single__sidebar{position:static}}@media (max-width:639.98px){.evento-single__hero{margin-top:16px}.evento-single__hero img{max-height:280px;object-fit:cover}.evento-single__related-grid{grid-template-columns:1fr}}.docente-single__main{max-width:1600px;margin:0 auto;padding:0 5% 4rem}.docente-perfiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.docente-perfil-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:8px;color:#1a2540;text-decoration:none;font-size:.82rem;font-weight:500;transition:background .15s ease,border-color .15s ease}.docente-perfil-btn:hover{background:#e8f0fb;border-color:#3d7fcc;color:#3d7fcc}.docente-perfil-btn__icon{flex-shrink:0;display:inline-flex;width:16px;height:16px;color:currentColor}.docente-perfil-btn__icon svg{width:16px;height:16px}.docente-page-header__top{display:flex;align-items:center;gap:20px;margin-bottom:12px}.docente-page-header__top>.luntha-page-header__title-row{flex:1 1 auto;min-width:0}.docente-page-header__avatar{flex-shrink:0;width:72px;height:72px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#00a8a8 0,#3d7fcc 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(15,26,43,.08)}.docente-page-header__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.docente-page-header__avatar-fallback{color:#fff;font-size:1.625rem;font-weight:700;line-height:1;letter-spacing:-.02em;user-select:none}.docente-page-header__title{margin:0!important;line-height:1.15}@media (max-width:639.98px){.docente-page-header__top{gap:14px}.docente-page-header__avatar{width:56px;height:56px}.docente-page-header__avatar-fallback{font-size:1.25rem}}@media (max-width:1023.98px){.docente-page-grid{grid-template-columns:1fr}}.edu-continuada-header--archive-archive .edu-continuada-header__title{font-size:clamp(1.75rem, 4vw, 2.75rem);font-weight:800;color:#1a2540;line-height:1.15}.edu-continuada-header__lead{font-size:1.0625rem;line-height:1.55;color:#4b5563;margin:0 0 24px;max-width:780px}.edu-continuada-archive-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media (max-width:1023.98px){.edu-continuada-archive-grid{grid-template-columns:1fr}}.med-hero-breadcrumbs--standalone:has(+ .edu-continuada-header--archive-archive){max-width:1600px;margin-left:auto;margin-right:auto;padding:24px 5% 8px;margin-bottom:4px}html{scroll-behavior:smooth}#edu-continuada-grid{scroll-margin-top:32px}