.g-doc{--g-verde:var(--color-secondary,#003421);--g-oro:var(--color-primary,#cba16a);--g-crema:var(--color-base-200,#ebe6d2);--g-crema-1:#f4f1e4;--g-crema-2:#fbf9f1;--g-borde:var(--color-base-300,#d8d1b9);--g-rojo:#b03a2e;--g-verde-check:#2aa15c;--g-naranja:#c8632b;--g-tinta:#1c2b23;--g-font-title:var(--font-secondary,"Kameron Variable", Georgia, serif);--g-font-body:var(--font-primary,"Poppins", system-ui, sans-serif);--g-container:1400px;--g-reading:46rem;--g-measure:52rem;--g-radius:10px;font-family:var(--g-font-body);color:var(--g-tinta);background:var(--g-crema-2);line-height:1.6}.g-container{max-width:var(--g-container);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.g-doc :where(img,svg){max-width:100%;height:auto}.g-header-band{background:var(--background,#22523f);padding-block:clamp(1rem,3vw,1.5rem)}.g-hero{background:var(--g-verde);color:var(--g-crema);text-align:center;padding-block:clamp(2.5rem,7vw,4.5rem)}.g-hero__badge{border:1px solid var(--g-oro);color:var(--g-oro);letter-spacing:.14em;text-transform:uppercase;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.g-hero__title{font-family:var(--g-font-title);letter-spacing:.02em;text-transform:uppercase;margin:.6rem 0 .2rem;font-size:clamp(2.2rem,6vw,3.6rem);font-weight:800}.g-hero__sub{opacity:.85;margin:.4rem 0 0}.g-hero__rule{background:var(--g-oro);border:0;width:min(420px,70%);height:1px;margin:1.3rem auto}.g-hero__art{max-width:720px;margin:1.4rem auto 0}.g-objective{color:var(--g-verde);border-radius:var(--g-radius);max-width:var(--g-reading);text-align:left;background:#e7e9e5;grid-template-columns:40px 1fr;gap:1rem;margin:1.5rem auto 0;padding:clamp(1rem,3vw,1.5rem);display:grid}.g-objective h3{font-family:var(--g-font-title);margin:0 0 .35rem;font-size:1.05rem}.g-objective p{margin:0;font-size:.95rem}.g-section{border-bottom:1px solid var(--g-borde);scroll-margin-top:6rem}.g-section__summary{cursor:pointer;align-items:baseline;gap:.75rem;padding:1.25rem 0;list-style:none;display:flex}.g-section__summary::-webkit-details-marker{display:none}.g-section__summary--static{cursor:default}.g-section__num{color:#fff;background:var(--g-verde);flex:none;align-self:center;padding:.15rem .5rem;font-size:.9rem;font-weight:700}.g-section__icon{object-fit:contain;flex:none;align-self:center;width:2.5rem;height:2.5rem}.g-section__title{font-family:var(--g-font-title);color:var(--g-verde);flex:1;margin:0;font-size:clamp(1.15rem,2.6vw,1.5rem);font-weight:700;line-height:1.25}.g-section__chevron{color:var(--g-verde);flex:none;align-self:center;transition:transform .2s}.g-section[open]>.g-section__summary .g-section__chevron{transform:rotate(90deg)}.g-section__body{padding-bottom:2rem}.g-section.is-target{outline:2px solid var(--g-oro);outline-offset:3px}.g-section--illustrated{background-image:var(--g-sec-bg);color:#fff;border-radius:var(--g-radius);background-position:50%;background-size:cover;border-bottom:0;margin-block:1.5rem;padding-inline:clamp(1rem,4vw,2rem)}.g-section--illustrated .g-section__title{color:#fff}.guide-prose{max-width:none}.guide-prose>:where(p,ul,ol,blockquote,h2,h3,h4,h5,h6,.g-callout,.g-callout__outer-title){max-width:var(--g-measure)}.guide-prose>.g-callout--full{max-width:none}.guide-prose>*+*{margin-top:.9em}.guide-prose p{font-size:1.02rem}.guide-prose :where(h2){font-family:var(--g-font-title);color:var(--g-verde);margin-top:1.6em;scroll-margin-top:6rem;font-size:1.3rem;font-weight:800}.guide-prose :where(h3){font-family:var(--g-font-title);color:var(--g-verde);margin-top:1.6em;scroll-margin-top:6rem;font-size:1.15rem}.guide-prose :where(h4){margin-top:1.2em;font-weight:700}.guide-prose ul{padding-left:1.25rem;list-style:outside}.guide-prose ol{padding-left:1.25rem;list-style:decimal}.guide-prose ul ul,.guide-prose ol ul{list-style:circle}.guide-prose li+li{margin-top:.35em}.guide-prose blockquote{border-left:4px solid var(--g-oro);color:var(--g-verde);margin:1.2em 0;padding:.4em 0 .4em 1rem;font-weight:600}.guide-prose strong{color:var(--g-verde)}.g-small{color:#6b6455;font-size:.82rem}.guide-prose>:where(h2,h3,h4)+.g-small{margin-top:.25em}.g-grid{gap:1.5rem;display:grid}.g-grid--gap-small{gap:.75rem}.g-grid--gap-large{gap:2.5rem}.g-grid[data-cols=auto]{grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr))}.g-grid[data-cols="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.g-grid[data-cols="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.g-grid[data-cols="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}.g-grid[data-cols="5"]{grid-template-columns:repeat(5,minmax(0,1fr))}@media (width<=900px){.g-grid[data-cols="4"],.g-grid[data-cols="5"]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.g-grid:not([data-cols=auto]){grid-template-columns:minmax(0,1fr)}.g-grid[data-mobile-cols="2"]{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.g-grid--icons{text-align:center}.g-grid--icons img{object-fit:contain;width:auto;height:90px;margin:0 auto .5rem}.g-grid--icons p{margin:0;font-size:.9rem}.g-grid--cards .g-card__art img{object-fit:contain;width:auto;max-width:100%;height:104px}@media (width<=620px){.g-grid--cards .g-card__art img{height:88px}}.g-grid--soft{border-radius:var(--g-radius);background:#fef4e6;border:1px solid #f0d5b8;gap:1rem 1.25rem;padding:1.25rem 1.5rem}.g-grid--soft .g-card__art img{width:auto;height:66px}.g-grid--soft .g-card__body{font-size:.82rem;line-height:1.35}@media (width<=900px){.g-grid--soft[data-cols="5"]{grid-template-columns:repeat(3,1fr)}}@media (width<=620px){.g-grid--soft[data-cols="5"]{grid-template-columns:repeat(2,1fr)}}.g-table-wrap{border-radius:var(--g-radius);border:1px solid #f0d5b8;margin-block:1.25rem;overflow-x:auto}.g-table{border-collapse:collapse;background:var(--g-crema-2);width:100%;min-width:640px;font-size:.9rem}.g-table__caption{caption-side:top;text-align:left;color:var(--g-verde);padding:.6rem .9rem;font-weight:700}.g-table thead th{background:var(--g-verde);color:#fff;text-align:left;letter-spacing:.04em;text-transform:uppercase;padding:.65rem .9rem;font-size:.78rem;font-weight:600}.g-table tbody td{vertical-align:top;border-top:1px solid #f0d5b8;padding:.75rem .9rem}.g-table__row td:first-child{color:#6b6455;white-space:nowrap;font-style:italic}.g-table__row td:nth-child(2){color:var(--g-verde);font-weight:700}.g-table__note-row td{background:#fef4e6;border-top:0;font-size:.85rem}.g-card{background:var(--g-crema-2);border:1px solid var(--g-borde);border-radius:var(--g-radius);flex-direction:column;gap:.7rem;padding:1.1rem;display:flex}.g-card--plain{background:#fff}.g-card__head{flex-wrap:nowrap;align-items:flex-start;gap:.5rem;display:flex}.g-card__head .g-ic{margin-top:.1rem}.g-card__icon{object-fit:contain;flex:none;width:3rem;height:3rem}.g-card__n{color:#fff;background:var(--g-verde);flex:none;padding:.12rem .45rem;font-size:.85rem;font-weight:700}.g-card__title{color:var(--g-verde);margin:0;font-size:.98rem;font-weight:700}.g-card__head .g-card__title{overflow-wrap:anywhere;min-width:0}.g-card__state{flex:none;display:inline-flex}.g-card__state .g-ic{margin-top:0}.g-card__state--top{justify-content:center;margin-bottom:.4rem;display:flex}.g-card--state-end>.g-card__state--top{justify-content:flex-end}.g-ic{flex:none}.g-card--state-large{text-align:center;align-items:center}.g-card--state-large .g-card__head{flex-direction:column;align-items:center;gap:.4rem}.g-card--state-large .g-card__title{font-size:1rem}.g-card--state-large .g-card__body{text-align:center}.g-card__art{margin:0}.g-card__art img{margin-inline:auto}.g-card__art--narrow img{max-width:340px;margin-inline:auto}.g-card__art--full img{width:100%;margin-inline:0}.g-card__art--cover img{border-radius:var(--g-radius);display:block}.g-card--framed .g-card__art--full{align-self:stretch}.g-card--framed .g-card__art--full img{object-fit:contain;width:100%;max-height:250px}.g-card--frameless{background:0 0;border:0;padding:0}.g-card--frameless.g-card--accent-red,.g-card--frameless.g-card--accent-green{border-top:0}.g-card:has(.g-card__art){background:0 0;border-color:#0000}.g-card.g-card--framed{background:var(--g-crema-2);border:1px solid var(--g-borde);padding:1.1rem}.g-card.g-card--soft{background:#fef4e6;border:1px solid #f0d5b8;padding:1rem 1.25rem;overflow:visible}.g-grid .g-card--soft.g-card--centered .g-card__art img{object-fit:contain;width:100%;height:auto;max-height:220px}.g-grid .g-card--soft:not(.g-card--centered){justify-content:center}.g-card--centered{text-align:center;align-items:center}.g-card--centered .g-card__head{flex-direction:row;justify-content:center;align-items:center;gap:.35rem;min-height:2.7em}.g-card--centered .g-card__title{text-transform:uppercase;letter-spacing:.03em;font-size:.9rem;line-height:1.25}.g-card--centered .g-card__body{text-align:center}.g-card--centered .g-card__head:has(>.g-card__n):not(:has(>.g-card__title)){justify-content:flex-start}.g-card--centered.g-card--text-left .g-card__body{text-align:left}.g-card--checklist .g-card__body ul{text-align:left;gap:.34rem;margin:0;padding-left:0;list-style:none;display:grid}.g-card--checklist .g-card__body li{grid-template-columns:1rem 1fr;align-items:start;gap:.55rem;display:grid}.g-card--checklist .g-card__body li:before{content:"";background:url(/guias/terremotos-antes/green-x.svg) 50%/contain no-repeat;flex:none;width:1rem;height:1rem;margin-top:.12rem}.g-card--checklist.g-card--left{min-height:220px;padding:1.5rem}.g-card--checklist.g-card--left .g-card__body{font-size:calc(.92rem - 3px)}.g-card__body{font-size:.92rem}.g-card__body>*+*{margin-top:.4em}.g-card__body ul{padding-left:1.1rem}.g-card__body:empty{display:none}.g-card__body .g-figure{margin:.7rem 0 0}.g-card__body .g-figure--full img{width:100%;height:auto}.g-figure--badge{margin:.3rem 0 0}.g-figure--badge img{width:auto;height:56px}.g-card__stack>*+*{margin-top:.5rem}.g-card--left,.g-card--right{align-items:start;column-gap:1.25rem;display:grid}.g-card--left{grid-template-columns:minmax(120px,190px) 1fr}.g-card--right{grid-template-columns:1fr minmax(170px,38%)}.g-card--left .g-card__stack{grid-column:2}.g-card--left .g-card__art{grid-column:1}.g-card--left>.g-card__state--top,.g-card--right>.g-card__state--top{grid-column:1/-1}.g-card--right .g-card__stack{grid-column:1}.g-card--right .g-card__art{grid-column:2}.g-card--left .g-card__art img,.g-card--right .g-card__art img{width:auto;max-height:300px}@media (width>=621px){.g-card--left:has(.g-card__art--full){grid-template-columns:minmax(240px,1.35fr) minmax(0,1fr)}.g-card--right:has(.g-card__art--full){grid-template-columns:minmax(0,1fr) minmax(240px,1.35fr)}.g-card--left:has(.g-card__art--full) .g-card__art img,.g-card--right:has(.g-card__art--full) .g-card__art img{width:100%;max-height:none}}.g-card--left.g-card--split,.g-card--right.g-card--split{grid-template-columns:var(--g-card-split);gap:1.25rem 2rem}.g-column>.g-card--split+.g-card--split{margin-top:1.5rem}.g-card--left.g-card--split>.g-card__state--top,.g-card--right.g-card--split>.g-card__state--top{justify-content:flex-start}.g-card--left.g-card--split .g-card__art,.g-card--right.g-card--split .g-card__art{min-width:0}.g-card--left.g-card--split .g-card__art img,.g-card--right.g-card--split .g-card__art img{object-fit:contain;width:100%;height:auto;max-height:none}.g-card--compact{grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:.9rem}.g-card--compact .g-card__art img{width:auto;max-height:60px}@media (width<=620px){.g-card--left,.g-card--right,.g-card--left.g-card--split,.g-card--right.g-card--split{grid-template-columns:1fr}.g-card--left>*,.g-card--right>*{grid-column:1!important}.g-card--left .g-card__art img,.g-card--right .g-card__art img{max-height:none}.g-card--compact{grid-template-columns:auto minmax(0,1fr)}.g-card--compact>*{grid-column:auto!important}.g-card--compact .g-card__art img{max-height:60px}}.g-card--accent-red{border-top:3px solid var(--g-rojo)}.g-card--accent-red .g-card__title{color:var(--g-rojo)}.g-card--accent-green{border-top:3px solid var(--g-verde-check)}.g-card--accent-green .g-card__title{color:var(--g-verde-check)}.g-card--accent-red .g-card__head,.g-card--accent-green .g-card__head{text-transform:uppercase;letter-spacing:.04em;font-size:.82rem}.g-figure{margin:1.5rem 0}.g-figure--narrow{max-width:420px}.g-figure--content{max-width:var(--g-reading)}.g-figure--full{max-width:100%}.g-figure--spacious{margin:2.5rem 0}.g-figure--spacious img{object-fit:contain;max-height:400px;margin:0 auto}.g-figure--framed img{border:1px solid var(--g-borde);border-radius:var(--g-radius);background:#fff}.g-figure--transparent img{border:0;border-radius:0}.g-figure img{margin-inline:auto;display:block}.g-figure--labeled{text-align:center;margin-inline:auto}.g-figure--labeled img,.g-figure--full:not(.g-figure--badge):not(.g-figure--spacious)>img{width:100%;height:auto}.g-figure p.g-figure__label{font-family:var(--g-font-title);text-transform:uppercase;letter-spacing:.04em;color:var(--g-verde);text-align:center;margin:0 0 .55rem;font-size:clamp(1rem,2.4vw,1.2rem);font-weight:800;line-height:1.2}.g-figure figcaption{color:var(--g-verde);opacity:.85;text-align:center;margin-top:.5rem;font-size:.85rem}.g-figure figcaption .g-credit{opacity:.7;font-size:.78rem;display:block}@media (width<=720px){.g-figure--connector img{transform:rotate(90deg)}}.g-callout{border-radius:var(--g-radius);border-left:4px solid var(--g-oro);background:var(--g-crema-1);margin:1.25rem 0;padding:1rem 1.15rem}.g-callout__col{min-width:0}.g-callout__col>:last-child{margin-bottom:0}.g-callout__icon{color:var(--g-rojo);margin-bottom:.25rem;display:block}.g-callout__text{font-size:inherit}.g-callout__title{letter-spacing:.03em;text-transform:uppercase;margin:0 0 .3rem;font-size:.9rem;font-weight:700}.g-callout--important{border-color:var(--g-rojo);background:#f9ebe9}.g-callout--important .g-callout__title{color:var(--g-rojo)}.g-callout--alerta{background:#fdf6dd;border-color:#e2bc14}.g-callout--alerta .g-callout__title{color:#8a6f00}.g-callout--info .g-callout__title{color:var(--g-verde)}.g-callout--ok{border-color:var(--g-verde-check);background:#eaf5ee}.g-callout--ok .g-callout__title{color:var(--g-verde-check)}.g-callout--note{border-color:var(--g-oro)}.g-callout--note .g-callout__title{color:var(--g-naranja)}.g-callout--soft{background:#fef4e6;border:1px solid #f0d5b8}.g-callout--soft .g-callout__title{color:var(--g-naranja)}.g-callout__outer-title{font-family:var(--g-font-title);color:var(--g-verde);text-transform:uppercase;letter-spacing:.04em;max-width:none;margin:1.25rem 0 .45rem;font-size:.95rem;font-weight:700}.g-callout__outer-title+.g-callout--megaphone{margin-top:0}.g-callout--megaphone{background:var(--g-naranja);color:#fff;border:0;border-radius:4px;max-width:none;padding:.7rem 1.4rem}.g-callout--megaphone .g-callout__col{text-align:center;justify-content:center;align-items:center;gap:.7rem;display:flex}.g-callout--megaphone .g-callout__megaphone{flex:none}.g-callout--megaphone .g-callout__text{text-transform:uppercase;letter-spacing:.02em;font-weight:700;line-height:1.35}@media (width<=620px){.g-callout--megaphone .g-callout__col{flex-direction:column;gap:.4rem}}.g-callout--bleed,.g-callout--with-emblem{position:relative;overflow:visible}.g-callout--bleed .g-callout__image{pointer-events:none;width:auto;max-width:none;height:clamp(110px,15vw,170px);position:absolute;bottom:0;right:.25rem}.g-callout--bleed .g-callout__col{padding-right:clamp(150px,25vw,300px)}.g-callout--with-emblem{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:0 1rem;display:grid}.g-callout--with-emblem .g-callout__col{padding-left:0}.g-callout--with-emblem .g-callout__emblem{pointer-events:none;justify-self:center;width:auto;max-width:100%;height:clamp(48px,6vw,72px)}.g-callout--with-image.g-callout--with-emblem:where(:not(.g-callout--stacked):not(.g-callout--image-left)){grid-template-columns:minmax(0,1fr) minmax(110px,32%)}.g-callout--with-image.g-callout--with-emblem:where(:not(.g-callout--stacked):not(.g-callout--image-left)) .g-callout__emblem{grid-area:1/1;justify-self:start;width:40px;height:40px;max-height:none}.g-callout--with-image.g-callout--with-emblem:where(:not(.g-callout--stacked):not(.g-callout--image-left)) .g-callout__col{grid-area:2/1}.g-callout--with-image.g-callout--with-emblem:where(:not(.g-callout--stacked):not(.g-callout--image-left)) .g-callout__image{grid-area:1/2/span 2}@media (width<=640px){.g-callout--bleed .g-callout__col{padding-right:0}.g-callout--bleed .g-callout__image{height:auto;max-height:140px;margin:.7rem auto 0;display:block;position:static}.g-callout--with-emblem{grid-template-columns:1fr;justify-items:center;gap:.6rem 0}.g-callout--with-emblem .g-callout__col{width:100%}.g-callout--with-emblem .g-callout__emblem{max-width:100%;height:auto;max-height:64px;margin:0}}.g-callout--with-image{background:var(--g-crema-1);grid-template-columns:1fr minmax(110px,32%);align-items:center;gap:.5rem 1.25rem;display:grid}.g-callout--with-image .g-callout__image{place-self:center end;width:auto;max-width:100%;height:auto;max-height:210px}.g-callout--with-image.g-callout--image-lg{grid-template-columns:minmax(0,1fr) minmax(150px,50%)}.g-callout--with-image.g-callout--image-lg .g-callout__image{width:100%;height:auto;max-height:420px}.g-callout--with-image.g-callout--stacked{grid-template-columns:1fr;justify-items:center}.g-callout--with-image.g-callout--stacked .g-callout__image{order:-1;justify-self:center;width:100%;height:auto;max-height:380px;margin-bottom:.5rem}.g-callout--with-image.g-callout--stacked .g-callout__col{text-align:left;width:100%}.g-callout--with-image.g-callout--stacked .g-callout__emblem{float:right;width:auto;height:40px;margin:0 0 .5rem .75rem}.g-callout--with-image.g-callout--image-left{grid-template-columns:minmax(150px,42%) minmax(0,1fr)}.g-callout--with-image.g-callout--image-left .g-callout__image{grid-column:1;place-self:center start;max-height:340px}.g-callout--with-image.g-callout--image-left .g-callout__col{text-align:center;grid-column:2}.g-callout--with-image.g-callout--image-left .g-callout__emblem{width:auto;height:40px;margin-bottom:.4rem}.g-callout--soft.g-callout--with-image{background:#fef4e6}.g-callout--with-image.g-callout--bleed.g-callout--with-emblem{grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem 1rem}.g-callout--with-image.g-callout--bleed.g-callout--with-emblem .g-callout__emblem{justify-self:start;width:auto;height:auto;max-height:84px;position:static}.g-callout--with-image.g-callout--bleed.g-callout--with-emblem .g-callout__col{padding:0}.g-callout--with-image.g-callout--bleed.g-callout--with-emblem .g-callout__image{place-self:center end;width:auto;max-width:100%;height:auto;max-height:1000px;position:static}@media (width<=620px){.g-callout--with-image{grid-template-columns:1fr}.g-callout--with-image .g-callout__image{justify-self:center;max-width:150px;margin-top:.5rem}.g-callout--with-image.g-callout--image-left{grid-template-columns:1fr}.g-callout--with-image.g-callout--image-left .g-callout__image{grid-column:auto;justify-self:center;max-width:220px;margin-top:0}.g-callout--with-image.g-callout--image-left .g-callout__col{grid-column:auto}.g-callout--with-image.g-callout--bleed.g-callout--with-emblem{grid-template-columns:1fr;justify-items:center}.g-callout--with-image.g-callout--bleed.g-callout--with-emblem .g-callout__col{text-align:left}.g-callout--with-image.g-callout--bleed.g-callout--with-emblem .g-callout__image{justify-self:center;max-width:220px}}.g-columns{align-items:start;gap:1.5rem;display:grid}.g-columns[data-align=center]{align-items:center}.g-columns[data-n="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.g-columns[data-n="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.g-columns[data-n="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=720px){.g-columns{grid-template-columns:1fr!important}.g-column--flex-row{flex-direction:row;align-items:center;gap:.75rem;display:flex}.g-column--flex-row>*{margin-inline:0}.g-column .g-figure--full img{object-fit:contain;max-height:240px}}.g-column{min-width:0}.g-column:not(.g-column--flex-row):not(.g-column--span)>*+*{margin-top:.9em}.g-column--soft{border-radius:var(--g-radius);background:#fef4e6;border:1px solid #f0d5b8;padding:1rem 1.25rem}.g-column--soft>:first-child{margin-top:0}.g-column--soft>:last-child{margin-bottom:0}.g-columns--soft{border-radius:var(--g-radius);background:#fef4e6;border:1px solid #f0d5b8;padding:1.25rem 1.5rem}.g-columns--soft .g-column--soft{background:0 0;border:0;border-radius:0;padding:0}.g-column--center{text-align:center;flex-direction:column;justify-content:center;display:flex}.g-column--center>*{margin-inline:auto}.g-column--center>.g-figure--full{align-self:stretch;width:100%;margin-inline:0}.g-column--center :where(ul,ol){text-align:left;display:inline-block}.g-column--span{grid-column:1/-1}.g-column--span:has(>.g-figure){align-items:center;gap:1rem;display:flex}.g-column--span>.g-figure{flex:none;margin:0}.g-column--span>.g-figure img{width:auto;height:52px}.g-column--span>:not(.g-figure){margin:0}.g-column .g-figure--full img{width:100%;height:auto}.g-legend{background:var(--g-naranja);color:#fff;border-radius:var(--g-radius);grid-template-columns:repeat(2,1fr);gap:.75rem 1.5rem;margin:0 0 1.5rem;padding:1rem 1.25rem;display:grid}.g-legend__item{align-items:center;gap:.6rem;font-size:.92rem;font-weight:600;line-height:1.2;display:flex}.g-legend__item img{object-fit:contain;background:0 0;flex:none;width:28px;height:28px}.g-legend__item--full{grid-column:1/-1}@media (width<=560px){.g-legend{grid-template-columns:1fr}}.g-orange-container{border-radius:var(--g-radius);background:#fef4e6;border:1px solid #f0d5b8;margin:1.25rem 0;padding:1rem 1.25rem}.g-orange-container__header{font-family:var(--g-font-title);color:var(--g-naranja);margin:0 0 .75rem;font-size:clamp(1.1rem,2.6vw,1.4rem);font-weight:800}.g-orange-container__body{color:var(--g-tinta);font-size:.95rem;line-height:1.5}.g-orange-container__body>*+*{margin-top:.5em}.g-orange-container--inline{flex-wrap:wrap;justify-content:center;gap:.75rem 2rem;display:flex}.g-orange-container__item{align-items:center;gap:.6rem;display:flex}.g-orange-container__icon{object-fit:contain;flex:none;width:28px;height:28px}.g-orange-container__text{flex-direction:column;justify-content:center;display:flex}.g-orange-container__label{color:var(--g-naranja);font-weight:600}.g-orange-container__value{color:var(--g-tinta)}.g-triad{margin:1.75rem 0}.g-triad__title{font-family:var(--g-font-title);color:var(--g-verde);margin:0 0 .5rem}.g-triad__motto{font-family:var(--g-font-title);color:var(--g-verde);text-align:center;letter-spacing:.02em;margin:0 0 1rem;font-size:clamp(1.4rem,4vw,2.1rem);font-weight:800}.g-triad__steps{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=720px){.g-triad__steps{grid-template-columns:1fr}}.g-step{background:var(--g-crema-1);border:1px solid var(--g-borde);border-radius:var(--g-radius);text-align:center;padding:1rem}.g-step__title{font-family:var(--g-font-title);color:var(--g-verde);margin:.5rem 0 .25rem;font-weight:700}.g-step__n{background:var(--g-rojo);color:#fff;border-radius:999px;place-content:center;width:2rem;height:2rem;font-weight:700;display:inline-grid}.g-step__body{font-size:.88rem}.g-step img{margin:.5rem auto 0}.g-state-list{gap:.5em;margin:0;padding:0;list-style:none;display:grid}.g-state-list__item{grid-template-columns:1.1rem 1fr;align-items:start;gap:.55rem;display:grid}.g-state-list__icon{margin-top:.15em}.g-state-list__icon .g-ic{display:block}.g-state-list__item--img{grid-template-columns:2.1rem 1fr;align-items:center}.g-state-list__item--img .g-state-list__icon{margin-top:0}.g-state-list__item--img .g-state-list__icon img{width:100%;height:auto;display:block}.g-remember__body .g-state-list{gap:.55rem;display:grid}.g-remember__body .g-state-list li{grid-template-columns:2.1rem 1fr;display:grid}.g-remember__body .g-state-list li:before{content:none}.g-dialogue{margin:1.5rem 0}.g-dialogue__bubbles{grid-template-columns:repeat(2,1fr);gap:1rem 1.1rem;display:grid}.g-dialogue__bubble{background:var(--g-bubble-bg);color:var(--g-bubble-fg);text-align:center;border-radius:16px;padding:.8rem 1.1rem;font-weight:600;line-height:1.4;position:relative}.g-dialogue__bubble>:where(p){margin:0}.g-dialogue__bubble:after{content:"";border:9px solid #0000;border-top-color:var(--g-bubble-bg);border-bottom:0;width:0;height:0;position:absolute;bottom:-8px;left:1.6rem}.g-dialogue--yellow{--g-bubble-bg:#fcde7c;--g-bubble-fg:#4b3d0c}.g-dialogue--soft{--g-bubble-bg:#f8efd0;--g-bubble-fg:#5b4b1e}.g-dialogue--with-art{grid-template-columns:minmax(150px,32%) 1fr;align-items:center;gap:1.5rem;display:grid}.g-dialogue__art{margin:0}.g-dialogue__art img{border-radius:var(--g-radius);width:100%;height:auto;display:block}@media (width<=640px){.g-dialogue--with-art{grid-template-columns:1fr;gap:1rem}.g-dialogue__bubbles{grid-template-columns:1fr}.g-dialogue__art{max-width:280px;margin-inline:auto}}.g-icons{--icons-size:128px;--icons-min:148px;grid-template-columns:repeat(auto-fill, minmax(min(var(--icons-min), 100%), 1fr));align-items:start;gap:.5rem .9rem;margin:1.5rem 0;display:grid}.g-icons--fixed{grid-template-columns:repeat(var(--icons-cols), minmax(0, 1fr))}.g-icons>.g-callout{grid-column:span 2;align-self:stretch}.g-icons--soft{border-radius:var(--g-radius);background:#fef4e6;border:1px solid #f0d5b8;padding:1.4rem 1.4rem 1.15rem}.g-icons--framed .g-icon__frame{background:var(--g-crema-1);border-radius:var(--g-radius);border:1px solid #ece2cf;padding:.7rem}.g-icons--framed .g-icon__img{height:calc(var(--icons-size) - .4rem)}.g-icon{text-align:center;flex-direction:column;align-items:center;gap:.45rem;min-width:0;margin:0;display:flex}.g-icon__frame{width:100%;line-height:0;position:relative}.g-icon__img{width:100%;height:var(--icons-size);object-fit:contain}.g-icon__badge{margin-bottom:.55rem;line-height:0;display:block}.g-icon__badge .g-ic{display:block}.g-icon__n{color:#fff;background:var(--g-verde);margin-bottom:.55rem;padding:.12rem .45rem;font-size:.85rem;font-weight:700}.g-icon__label{overflow-wrap:anywhere;min-width:0;max-width:100%;color:var(--g-tinta);text-wrap:balance;font-size:.9rem;font-weight:400;line-height:1.3}.g-icon__label>:where(p){margin:0}@media (width<=700px){.g-icons{--icons-size:96px;--icons-min:116px;gap:.35rem .6rem;padding:1.1rem}}@media (width<=620px){.g-icons,.g-icons--fixed{grid-template-columns:repeat(2,minmax(0,1fr))}}.g-remember{border-radius:var(--g-radius);background:#e7e7e4;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1rem;margin:1.75rem 0;padding:1rem 1.25rem;display:grid}@media (width<=620px){.g-remember{grid-template-columns:minmax(0,1fr)}}.g-remember--cream{background:var(--g-crema-1)}.g-remember--green{background:#e7efe9}.g-remember__label{letter-spacing:.08em;color:var(--g-verde);text-transform:uppercase;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;display:flex}.g-remember__body ul{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.g-remember__body li{grid-template-columns:1.2rem 1fr;gap:.5rem;font-size:.9rem;display:grid}.g-remember__body li:before{content:"✓";color:var(--g-verde-check);font-weight:700}.g-remember__body p{margin:0;font-size:.9rem}.g-principles{background:var(--g-verde);color:var(--g-crema);border-radius:var(--g-radius);margin:1.75rem 0;padding:.35rem 1.5rem}.g-principles__body ul{margin:0;padding:0;list-style:none}.g-principles__body li{text-transform:uppercase;letter-spacing:.04em;text-align:center;border-bottom:1px solid #ebe6d259;padding:.85rem .25rem;font-size:.82rem;font-weight:700;line-height:1.45}.g-principles__body li:last-child{border-bottom:0}.g-principles__body p{text-align:center;margin:0;padding:.85rem .25rem}.g-remember--with-image{position:relative;overflow:visible}.g-remember--with-image .g-remember__body{padding-right:clamp(190px,34vw,380px)}.g-remember__img{pointer-events:none;width:auto;height:clamp(104px,14vw,160px);position:absolute;bottom:0;right:.25rem}@media (width<=720px){.g-remember--with-image .g-remember__body{padding-right:0}.g-remember__img{grid-column:1/-1;justify-self:center;width:auto;height:auto;max-height:130px;margin-top:.6rem;position:static}}.g-column--center .g-columns,.g-column--center .g-columns .g-column{gap:.5rem}@media (width<=720px){.g-column--center .g-columns .g-column--center{padding:0}.g-column--center .g-columns .g-figure img{max-width:120px}}.g-downloads{margin:2rem 0}.g-downloads__title{font-family:var(--g-font-title);color:var(--g-verde);margin:0 0 .75rem;font-size:1.2rem}.g-downloads__row{flex-wrap:wrap;gap:.6rem;display:flex}.g-btn{background:var(--g-verde);color:#fff;align-items:center;gap:.45rem;padding:.6rem 1.2rem;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.g-btn:hover{background:color-mix(in srgb, var(--g-verde) 85%, #000);color:#fff}.g-btn--ghost{color:var(--g-verde);box-shadow:inset 0 0 0 2px var(--g-verde);background:0 0}.g-next{border-top:1px solid color-mix(in srgb, var(--g-verde) 15%, transparent);margin:2.5rem 0 0;padding-top:1.5rem}.g-next__kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--g-verde);margin:0 0 .6rem;font-size:.78rem;font-weight:600}.g-ic{vertical-align:middle;display:inline-block}.g-ic--check{color:var(--g-verde-check)}.g-ic--cross{color:var(--g-rojo)}.g-layout{gap:2rem;display:grid}.g-layout__main{min-width:0}@media (width>=1280px){.g-layout{grid-template-columns:minmax(0,4fr) minmax(240px,1fr)}.g-layout__toc{order:2}.g-layout__main{order:1}}.g-reading-progress{z-index:60;background:color-mix(in srgb, var(--g-verde) 18%, transparent);pointer-events:none;height:3px;position:fixed;inset:0 0 auto}.g-reading-progress>span{background:var(--g-oro);width:0;height:100%;transition:width .1s linear;display:block}.g-toc{max-height:calc(100vh - 3rem);padding-right:.5rem;position:sticky;top:1.5rem;overflow-y:auto}.g-toc__label{text-transform:uppercase;letter-spacing:.12em;color:var(--g-verde);margin:0 0 .6rem;font-size:.72rem;font-weight:700}.g-toc ol{margin:0;padding:0;list-style:none}.g-toc__link{color:var(--g-tinta);padding:.28rem 0;font-size:.88rem;line-height:1.35;text-decoration:none;transition:color .15s;display:block}.g-toc__link:hover{color:var(--g-verde)}.g-toc__link.is-active{color:var(--g-verde);font-weight:600}.g-toc__mobile{border:1px solid var(--g-borde);border-radius:var(--g-radius);margin-bottom:1.5rem;display:block}.g-toc__mobile>summary{cursor:pointer;padding:.75rem 1rem;font-weight:600}.g-toc__mobile nav{padding:0 1rem 1rem}@media (width>=1280px){.g-toc__mobile{display:none}}.g-toc__desktop{display:none}@media (width>=1280px){.g-toc__desktop{display:block}}.g-controls{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.g-controls button{font:inherit;cursor:pointer;border:1px solid var(--g-verde);color:var(--g-verde);background:0 0;padding:.35rem .8rem;font-size:.82rem}.g-controls button.is-primary{background:var(--g-verde);color:#fff}.g-resume-toast{z-index:70;max-width:calc(100vw - 2rem);color:var(--g-crema);background:var(--g-verde);border:1px solid var(--g-oro);opacity:0;align-items:center;gap:.75rem;padding:.6rem .5rem .6rem .9rem;font-size:.85rem;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%)translateY(1rem);box-shadow:0 6px 20px #00000040}.g-resume-toast.show{opacity:1;transform:translate(-50%)translateY(0)}.g-resume-toast button{color:inherit;cursor:pointer;opacity:.8;background:0 0;border:0;padding:.25rem .4rem;font-size:1rem}.g-dochead{background:var(--g-crema);color:var(--g-verde)}.g-dochead__inner{padding-block:clamp(2rem,5vw,3.5rem)}.g-dochead__kicker{text-transform:uppercase;letter-spacing:.14em;margin:0 0 .5rem;font-size:.78rem;font-weight:600}.g-dochead__title{font-family:var(--g-font-title);margin:0;font-size:clamp(1.9rem,5vw,3rem);font-weight:800;line-height:1.1}.g-dochead__sub{opacity:.85;max-width:46rem;margin:.75rem 0 0;font-size:1.1rem}.g-dochead__alcance{opacity:.75;max-width:46rem;margin:.6rem 0 0;font-size:.9rem;line-height:1.5}.g-dochead__alcance strong{opacity:1}.g-dochead__meta{opacity:.8;flex-wrap:wrap;gap:1rem;margin-top:.9rem;font-size:.85rem;display:flex}@media print{.g-toc,.g-reading-progress,.g-resume-toast,.g-controls,.g-downloads__row{display:none!important}.g-section{break-inside:avoid}.g-section__body{display:block!important}.g-hero,.g-section--illustrated{color:#000!important;background:0 0!important}.g-section--illustrated .g-section__title{color:#000!important}}
