:root{--navy:#142940;--ink:#213449;--muted:#536578;--green:#086b55;--mint:#5be0bb;--line:#d6e0e8;--paper:#f3f6fa}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.7}a{color:var(--green);text-underline-offset:4px}a:hover{text-decoration-thickness:2px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #b65313;outline-offset:5px}.skip{position:fixed;top:-100px;z-index:100;background:white;padding:12px}.skip:focus{top:8px}header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);padding:16px 3vw;display:flex;gap:24px;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--navy);font-weight:750;text-decoration:none;font-size:15px;line-height:1.3}.mark{background:var(--navy);color:var(--mint);padding:5px 10px;font-family:Georgia,serif;font-size:24px}nav{display:flex;gap:20px;flex-wrap:wrap}nav a{font-size:14px;text-decoration:none;color:var(--muted);padding:5px 0}nav a.active{color:var(--green);box-shadow:0 2px var(--green)}#menu{display:none;font:inherit;border:1px solid var(--line);border-radius:5px;background:white;color:var(--ink);padding:8px 12px}main{max-width:1180px;margin:auto}section{padding:75px 42px;border-bottom:1px solid var(--line);scroll-margin-top:15px}.hero{background:var(--navy);color:#fff;padding-top:65px;position:relative}.eyebrow,.section-label{font-size:13px;font-weight:750;letter-spacing:.13em;color:var(--green);margin-bottom:22px}.eyebrow{color:var(--mint)}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.1;letter-spacing:-.035em}h1{font-size:clamp(3.2rem,7vw,6.3rem);margin:0 0 28px}h1 em{color:var(--mint);font-weight:400}h2{font-size:clamp(2.1rem,4vw,3.1rem);margin:0 0 26px;color:var(--navy)}h3{font-size:1.25rem;line-height:1.35;margin:28px 0 12px}h4{font-size:1.12rem;line-height:1.45;margin:12px 0}p{margin:0 0 18px}p:last-child{margin-bottom:0}.intro{font-size:1.3rem;max-width:700px;color:#dce6ef;line-height:1.6}.hero-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;margin:30px 0 45px}.hero-bottom p{font-size:14px;line-height:1.7;color:#dce6ef;margin:0}.button{display:inline-flex;gap:35px;align-items:center;background:var(--mint);color:var(--navy);padding:15px 24px;font-weight:700;text-decoration:none;border-radius:3px}.facts{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #4b5e72;padding-top:28px;gap:24px}.facts strong{display:block;font-size:1.12rem}.facts span{font-size:14px;color:#cbd9e6;display:block;margin-top:5px;line-height:1.5}.lead{font-size:1.35rem;line-height:1.6;max-width:850px}.callout{border-left:4px solid var(--green);background:#edf7f4;padding:24px 28px;margin:28px 0}.callout>strong{display:block;margin-bottom:10px;color:#075340}.callout p,.callout li{font-size:1rem}.grid{display:grid;gap:18px;margin:26px 0}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid article{background:var(--paper);padding:26px;border-top:3px solid #c6d4e1}.grid h3{margin-top:0}.grid p,.grid li{font-size:1rem}.tag{color:var(--green);font-size:12px;letter-spacing:.08em;font-weight:750}.small{font-size:14px;color:var(--muted)}.table-wrap{overflow-x:auto;margin:26px 0;border:1px solid var(--line);border-radius:4px}table{border-collapse:collapse;width:100%;font-size:15px;line-height:1.6;text-align:left}caption{text-align:left;font-weight:700;padding:16px 20px;background:var(--paper)}th{background:var(--navy);color:white;font-weight:600}th,td{padding:17px 18px;vertical-align:top;border-bottom:1px solid var(--line);min-width:155px}tbody tr:nth-child(even){background:#f6f8fa}tbody tr:last-child td{border-bottom:0}.steps{margin:30px 0}.steps article{display:grid;grid-template-columns:92px 1fr;gap:22px;border-top:1px solid var(--line);padding:24px 0}.steps article>span{color:var(--green);font-family:Georgia,serif;font-size:1.55rem}.steps h3{margin-top:0}.evidence{font-size:14px;font-weight:600;color:var(--green)}details{border:1px solid var(--line);border-radius:5px;margin:26px 0}summary{cursor:pointer;padding:20px 24px;font-weight:700;background:var(--paper);line-height:1.5}summary:hover{background:#e7eef4}.detail-body{padding:24px;margin:0}.detail-body.table-wrap{border:0}.quote{font-family:Georgia,serif;font-size:1.5rem;color:var(--green)}ul,ol{padding-left:24px}li{margin-bottom:10px}.weights{border-top:1px solid var(--line);margin:28px 0}.weights>div{display:flex;gap:25px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.weights b{font-family:Georgia,serif;font-size:2rem;color:var(--green);min-width:85px}.weights p{font-size:1rem}.references{list-style:none;padding:0}.references li{padding:20px 0 20px 22px;text-indent:-22px;border-bottom:1px solid var(--line);overflow-wrap:anywhere}footer{max-width:1180px;margin:auto;padding:28px 42px;display:flex;justify-content:space-between;gap:25px;font-size:14px}footer p{margin:0}@media(min-width:1400px){body{background:#eef2f6}main{background:white}footer{background:#fff}}@media(max-width:1050px){header{flex-wrap:wrap;gap:12px}nav{gap:16px;width:100%;justify-content:center}.brand{font-size:16px}.three{grid-template-columns:1fr}.three article{padding:24px}.facts{grid-template-columns:repeat(2,1fr)}html{scroll-padding-top:140px}}@media(max-width:650px){body{font-size:16px}header{padding:12px 18px}.brand{max-width:220px;font-size:14px}#menu{display:block;font-size:14px}nav{display:none;flex-direction:column;gap:0;max-height:65vh;overflow:auto}nav.open{display:flex}nav a{padding:10px 8px;font-size:16px}section{padding:48px 22px}.hero{padding-top:40px}h1{font-size:3.2rem}.intro{font-size:1.1rem}.hero-bottom{flex-direction:column;align-items:flex-start;gap:24px}.facts{gap:24px 14px}.facts strong{font-size:1rem}.facts span{font-size:14px}.two{grid-template-columns:1fr}.callout{padding:20px}.lead{font-size:1.15rem}.steps article{grid-template-columns:1fr;gap:8px}.steps article>span{font-size:1.25rem}.table-wrap{margin:22px 0}th,td{min-width:180px;padding:14px}summary{padding:17px}.detail-body{padding:18px}.weights>div{gap:15px}.weights b{min-width:65px;font-size:1.6rem}footer{padding:25px 22px;flex-direction:column;gap:8px}html{scroll-padding-top:85px}.eyebrow,.section-label{font-size:12px}.quote{font-size:1.25rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media print{header,.button,footer a{display:none}body{background:white;font-size:11pt}main{max-width:none}section{padding:25px 0;break-inside:auto}.hero{background:white;color:var(--ink)}.hero *{color:var(--ink)!important}h1{font-size:40pt}h2{font-size:25pt}.grid{display:block}.grid article{margin:10px 0}.table-wrap{overflow:visible}th,td{min-width:0;padding:8px;font-size:10pt}.facts{border-color:#aaa}details .detail-body{display:block}a{color:inherit}section{scroll-margin:0}}

/* Jerarquía tipográfica de la presentación académica */
h1{font-family:Inter,system-ui,sans-serif;font-size:clamp(2rem,4.3vw,3.7rem);line-height:1.18;font-weight:650;letter-spacing:-.025em;max-width:980px}h2{font-family:Inter,system-ui,sans-serif;font-size:clamp(1.7rem,3vw,2.35rem);font-weight:650;line-height:1.25;letter-spacing:-.02em}.hero{padding-top:48px}.intro{max-width:900px;font-size:1.12rem}.section-label{letter-spacing:.07em}nav{gap:15px}.brand{flex-shrink:0}section p{max-width:95ch}.table-wrap{overscroll-behavior-x:contain}@media(max-width:650px){h1{font-size:2rem}h2{font-size:1.65rem}.hero{padding-top:35px}.brand{max-width:200px}header{gap:10px}.intro{font-size:1rem}}

.program-objectives{margin:28px 0}.program-objectives ol{margin:0;padding-left:28px;max-width:850px}.program-objectives li{padding:5px 0;border-bottom:1px solid var(--line)}.program-objectives li::marker{color:var(--green);font-weight:700}

/* Presentación editorial del proyecto; todo el contenido permanece en el HTML. */
body{background:#fff;font-size:1.125rem;line-height:1.8}
.grid p,.grid li,.callout p,.callout li{font-size:1.0625rem}
.lead{line-height:1.7}
table{font-size:16px;line-height:1.7}
main{max-width:1220px}
header{padding:17px max(3vw,calc((100vw - 1190px)/2));gap:28px;border-bottom:1px solid #c6d4df}
.mark{display:none}
.brand{font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;font-weight:600;letter-spacing:-.025em;line-height:1.18;max-width:320px}
nav{column-gap:23px;row-gap:10px}
nav a{font-size:16px;line-height:1.4}
nav a.active{box-shadow:0 1px var(--green)}
section{padding:80px 58px 84px;border-bottom:1px solid #cbd6de}
main>section:nth-of-type(4),main>section:nth-of-type(6),main>section:nth-of-type(8){background:#f8fafb}
.section-label{display:flex;gap:8px;align-items:baseline;margin-bottom:6px;color:var(--muted);letter-spacing:.055em;font-size:13px;font-weight:650}
.section-number{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.55rem,4vw,3.45rem);font-weight:400;line-height:1;color:#6b8793;letter-spacing:-.08em;min-width:78px}
.section-name{line-height:1.5}
section:not(.hero)>h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.05rem,3.1vw,2.95rem);font-weight:400;letter-spacing:-.032em;margin:-3px 0 42px;max-width:none}
section:not(.hero)>h2+p{margin-left:0;max-width:none}
section:not(.hero)>h2+p.lead{max-width:none}
section>h3{margin-top:52px;padding-top:15px;border-top:1px solid var(--line);font-family:Georgia,"Times New Roman",serif;font-size:1.47rem;font-weight:500}
.hero{padding:76px 60px 65px;background:var(--navy)}
.hero .eyebrow{margin-bottom:28px;font-size:13px;letter-spacing:.12em}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.08;font-size:clamp(3.3rem,5.45vw,5.45rem);letter-spacing:-.04em;max-width:1050px;margin-left:0;margin-bottom:38px}
.hero .intro{max-width:960px;margin-left:0;font-size:1.16rem;line-height:1.55;text-align:justify;text-justify:inter-word;hyphens:none}
.hero-bottom{margin:54px 0 70px;align-items:end}
.hero-bottom p{font-size:15px}
.button{background:transparent;color:var(--mint);border:0;border-bottom:1px solid var(--mint);border-radius:0;padding:6px 0;gap:32px;font-size:15px;font-weight:600}
.button:hover{color:#fff;border-color:#fff}
.facts{gap:0;padding-top:22px;border-top:1px solid #71899b}
.facts>div{padding:8px 22px 0;border-left:1px solid #667e90}
.facts>div:first-child{padding-left:0;border-left:0}
.facts strong{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:1.45rem;line-height:1.22}
.facts span{font-size:14px;color:#d6e2e9;margin-top:8px}
.program-objectives{margin:46px 0 43px;max-width:none}
.program-objectives h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:1.45rem}
.program-objectives ol{padding-left:32px}
.program-objectives li{padding:9px 0}
#propuesta .callout{max-width:none;margin-left:0;background:#f2f7f5;border-left-width:2px}
#propuesta>p{margin-left:0;max-width:none;font-size:1em;line-height:1.8;font-weight:400}
.grid article{background:#f1f5f8;border-top:1px solid #adbfc8;padding:27px}
#contexto>p+.grid article{background:transparent;border-top:1px solid var(--navy);padding:23px 16px 18px 0}
#contexto>.grid:last-of-type{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
#contexto>.grid:last-of-type article{background:transparent;border:0;border-right:1px solid var(--line);padding:22px 20px}
#contexto>.grid:last-of-type article:nth-child(3n){border-right:0}
#contexto>.grid:last-of-type article:last-child{border-right:0}
#contexto>.grid:last-of-type h4{margin:0 0 12px}
#curriculo .table-wrap{border:0;border-top:2px solid var(--navy);border-radius:0;margin-bottom:10px}
#curriculo caption{background:transparent;padding:18px 14px;font-family:Georgia,"Times New Roman",serif;font-size:1.2rem}
#curriculo table{font-size:16.5px;line-height:1.8}
#curriculo th,#curriculo td{padding:24px 17px}
#curriculo tbody tr:nth-child(even){background:transparent}
#curriculo tbody tr:hover{background:#eef4f5}
#curriculo .small,#aprendizaje>.small{font-size:13px;color:var(--muted)}
.steps{position:relative;margin:48px 0 65px;border-left:1px solid #87a99f}
.steps article{position:relative;grid-template-columns:115px minmax(0,1fr);gap:34px;border:0;border-bottom:1px solid var(--line);padding:27px 0 29px 33px}
.steps article:first-child{border-top:1px solid var(--line)}
.steps article::before{content:"";position:absolute;width:9px;height:9px;left:-5px;top:37px;border:2px solid var(--green);border-radius:50%;background:#fff}
.steps article>span{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;color:var(--green);line-height:1.5}
.steps h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:1.3rem}
#experiencia>.grid article{background:transparent;border-top:1px solid var(--green);padding:22px 20px 0 0}
#experiencia>.grid article h4{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:1.2rem}
#experiencia>.grid.three{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:24px 28px}
#experiencia>.grid.three article:first-child{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);grid-template-rows:auto 1fr;column-gap:28px}
#experiencia>.grid.three article:first-child h4{grid-column:1;grid-row:1}
#experiencia>.grid.three article:first-child p{grid-column:1;grid-row:2}
#experiencia .example-prototype{grid-column:2;grid-row:1/3;display:block;width:100%;max-width:490px;height:auto;justify-self:end;border:1px solid var(--line)}
#aprendizaje h3:first-of-type+.grid article{background:#fff;border:0;border-left:2px solid #5a9281}
#aprendizaje h3:last-of-type+.grid article{background:#eef2f5;border:0;border-left:2px solid #7e98a8}
#aprendizaje .grid h4{font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;font-weight:500}
#aprendizaje>.small{margin-top:26px}
#tecnologia .grid article{background:transparent;border-top:1px solid #9aadb9;padding:24px 21px 20px 0}
#tecnologia .grid article h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:1.55rem;margin:5px 0 13px}
#tecnologia .grid article h3{display:flex;align-items:center;gap:12px;min-height:34px}
#tecnologia .tool-logo{display:block;width:auto;height:30px;max-width:40px;object-fit:contain;flex:none}
#tecnologia .tag{font-size:12px;font-weight:600;letter-spacing:.045em;color:var(--muted)}
#implantacion .grid.three,#evaluacion .grid.three{gap:23px;margin-top:44px}
#implantacion .grid.three article,#evaluacion .grid.three article{background:transparent;border:0;border-top:2px solid var(--green);position:relative;padding:27px 10px 14px 0}
#implantacion .grid.three article:not(:last-child)::after,#evaluacion .grid.three article:not(:last-child)::after{content:"";position:absolute;top:-5px;right:-15px;width:8px;height:8px;border-top:2px solid var(--green);border-right:2px solid var(--green);transform:rotate(45deg)}
#implantacion .grid.three h3,#evaluacion .grid.three h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:1.33rem}
#implantacion .callout{margin-top:43px;background:#eff4f4;border-left-width:2px}
#evaluacion .grid.two{gap:0 28px;margin-top:29px;border-top:1px solid var(--line)}
#evaluacion .grid.two article{background:transparent;border:0;border-bottom:1px solid var(--line);padding:22px 15px 22px 0}
#evaluacion .grid.two h4{font-family:Georgia,"Times New Roman",serif;font-size:1.2rem;font-weight:500;margin-top:0}
#evaluacion details{border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0}
#evaluacion summary{background:transparent;padding-left:0}
#fuentes .references{margin:42px 0 0;width:100%;max-width:none;border-top:0}
#fuentes .references li{padding:0 0 0 26px;text-indent:-26px;margin-bottom:68px;border-bottom:0;font-size:17px;line-height:1.8;font-weight:400}
#fuentes .references li:last-child{margin-bottom:0}
#fuentes .references strong{font-weight:400}
#fuentes .references a{font-size:16px}

/* Una retícula horizontal común para las secciones editoriales. */
#propuesta>p,main>section:not(.hero)>h2+p{margin-left:0;width:100%;max-width:none;font-size:1em;line-height:1.8;font-weight:400;margin-bottom:18px}
main>section:not(.hero)>h2{width:100%;max-width:none}
main>section:not(.hero)>p{max-width:none}
#propuesta .program-objectives ol{max-width:none}
main>section:not(.hero)>.section-label,main>section:not(.hero)>h2,main>section:not(.hero)>h3,main>section:not(.hero)>p,main>section:not(.hero)>.grid,main>section:not(.hero)>.table-wrap,main>section:not(.hero)>.steps,main>section:not(.hero)>.program-objectives,main>section:not(.hero)>.callout,main>section:not(.hero)>details,main>section:not(.hero)>.references,main>section:not(.hero)>img{width:100%;max-width:none;margin-left:0;margin-right:0}
/* Solo el texto desarrollado se justifica; los rótulos y los controles mantienen su alineación. */
main section p,#fuentes .references li,#curriculo tbody td:nth-child(2){text-align:justify;text-justify:inter-word;hyphens:none}
.hero-bottom p{ text-align:left }
#contexto .context-image{display:block;width:100%;max-width:none;height:auto;margin:36px 0 14px;border:1px solid var(--line)}
#evaluacion .evaluation-image{display:block;width:100%;max-width:none;height:auto;margin:38px 0 0;border:1px solid var(--line)}

@media(max-width:1050px){
 header{padding:15px 30px}
 #contexto>.grid:last-of-type{grid-template-columns:repeat(3,minmax(0,1fr))}
 #contexto>.grid:last-of-type article{border-right:0;border-bottom:1px solid var(--line)}
 #aprendizaje .grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
 #implantacion .grid.three,#evaluacion .grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){
 header{padding:13px 20px}
 .brand{font-size:1.16rem;max-width:230px}
 nav{column-gap:23px;row-gap:0}
 body{font-size:1.0625rem}
 section{padding:54px 23px 59px}
 .section-number{font-size:2.55rem;min-width:59px}
 .section-name{font-size:12px}
 section:not(.hero)>h2{font-size:2rem;margin:7px 0 32px}
 main>section:not(.hero)>h2{width:100%}
 section:not(.hero)>h2+p,section:not(.hero)>h2+p.lead{margin-left:0}
 .hero{padding:62px 24px 46px}
 .hero h1{font-size:clamp(2.65rem,9vw,4.25rem);margin-left:0;line-height:1.08}
 .hero .intro{margin-left:0}
 .hero-bottom{margin:40px 0 55px}
 .facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}
 .facts>div{padding:0 0 0 14px}
 .facts>div:nth-child(odd){padding-left:0;border-left:0}
 .facts strong{font-size:1.27rem}
 .program-objectives,#propuesta .callout{margin-left:0}
 #propuesta>p{margin-left:0}
 #contexto>.grid:last-of-type{grid-template-columns:1fr}
 #contexto>.grid:last-of-type article{padding:18px 0}
 #contexto .context-image{width:100%;max-width:none;margin:25px 0 8px}
 #curriculo th,#curriculo td{padding:20px 13px}
 .steps{margin:35px 0 51px}
 .steps article{display:block;padding:22px 0 24px 23px}
 .steps article::before{top:32px}
 .steps article>span{display:block;font-size:1.27rem;margin-bottom:5px}
 #aprendizaje .grid.three,#implantacion .grid.three,#evaluacion .grid.three{grid-template-columns:1fr}
 #aprendizaje .grid.three{gap:13px}
 #implantacion .grid.three,#evaluacion .grid.three{gap:0;margin-left:0;border-left:1px solid #87a99f}
 #implantacion .grid.three article,#evaluacion .grid.three article{border-top:0;border-bottom:1px solid var(--line);padding:20px 0 22px 22px}
 #implantacion .grid.three article::before,#evaluacion .grid.three article::before{content:"";position:absolute;left:-5px;top:31px;width:9px;height:9px;border-radius:50%;background:var(--green)}
 #implantacion .grid.three article:not(:last-child)::after,#evaluacion .grid.three article:not(:last-child)::after{display:none}
 #evaluacion .grid.two{grid-template-columns:1fr}
 #fuentes .references{margin-left:0;width:100%}
 #propuesta>p,main>section:not(.hero)>h2+p{margin-left:0;width:100%}
 #experiencia>.grid.three{grid-template-columns:1fr}
 #experiencia>.grid.three article:first-child{display:block}
 #experiencia .example-prototype{margin-top:18px;max-width:100%}
}
@media print{
 .mark{display:none}
 section{padding:26px 0}
 .hero{padding:25px 0}
 .section-number{color:#555}
 .steps article::before{background:#fff}
}
