:root{--yellow:#ffd400;--ink:#090909;--white:#fff;--paper:#f5f4f0;--muted:#686868;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}a{color:inherit}.container{width:min(1120px,100% - 40px);margin:auto}.site-header{z-index:2;color:#fff;justify-content:space-between;align-items:center;gap:20px;padding:22px max(24px,50vw - 560px);display:flex;position:relative}.brand{letter-spacing:-.5px;align-items:center;gap:10px;font-size:14px;font-weight:900;line-height:.95;text-decoration:none;display:flex}.brand small{letter-spacing:0;margin-top:7px;font-size:9px;font-weight:400;display:block}.brand-mark{background:var(--yellow);color:#111;border-radius:50% 50% 40%;place-items:center;width:44px;height:44px;font-size:27px;display:grid}nav{gap:20px;display:flex}nav a{text-transform:uppercase;font-size:11px;font-weight:800;text-decoration:none}.button{background:var(--yellow);color:#111;text-transform:uppercase;letter-spacing:-.2px;cursor:pointer;border:0;border-radius:4px;padding:15px 19px;font-size:12px;font-weight:900;text-decoration:none;display:inline-block}.button--small{padding:12px 15px;font-size:10px}.button--dark{background:var(--ink);color:#fff}.hero{color:#fff;background:radial-gradient(circle at 78% 42%,#4e4e4e 0,#0000 26%),linear-gradient(118deg,#070707 35%,#272727 100%);min-height:690px;position:relative;overflow:hidden}.hero__content{z-index:1;padding:104px 0 128px;position:relative}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}.hero h1,h2,h3{text-transform:uppercase;letter-spacing:-.06em;margin:0;font-weight:950}.hero h1{max-width:680px;font-size:clamp(58px,9vw,113px);line-height:.83}.hero h1 em{color:var(--yellow);font-style:normal}.hero__intro{color:#f5f5f5;max-width:490px;margin:29px 0;font-size:17px;line-height:1.42}.actions{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.text-link{text-transform:uppercase;font-size:12px;font-weight:900;text-decoration:none}.text-link span{margin-left:5px;font-size:19px}.hero__roots{border:24px solid var(--yellow);opacity:.9;border-radius:43% 57% 63% 37%/48% 32% 68% 52%;width:680px;height:680px;position:absolute;bottom:-270px;right:-100px;transform:rotate(25deg)}section{padding:96px 0}.process{background:var(--yellow);text-align:center}.process h2,.dark-section h2,.documents h2,.form-section h2{font-size:clamp(35px,5vw,57px);line-height:.9}.process__steps{text-align:left;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:32px;margin-top:64px;display:grid}.process__number{font-size:14px;font-weight:950}.process h3{margin:13px 0 10px;font-size:29px}.process p{font-size:15px;line-height:1.4}.arrow{font-size:42px;font-weight:900}.dark-section{background:var(--ink);color:#fff}.section-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px;display:flex}.section-heading>p{color:#bbb;max-width:250px;font-size:14px}.card-grid,.media-grid{grid-template-columns:repeat(3,1fr);gap:17px;display:grid}.case-card{color:#111;background:#fff;border-radius:6px;min-height:240px;padding:23px;position:relative}.demo-tag{color:#555;text-transform:uppercase;letter-spacing:.06em;background:#e7e7e7;margin:0 0 14px;padding:4px 7px;font-size:9px;font-weight:900;display:inline-block}.case-card__location{color:#6b6b6b;margin:5px 0;font-size:12px;font-weight:700}.case-card h3,.media-card h3{font-size:25px;line-height:.93}.case-card>p:not(.case-card__location){color:#494949;font-size:14px;line-height:1.4}.case-card__footer{justify-content:space-between;align-items:center;gap:8px;display:flex;position:absolute;bottom:18px;left:23px;right:23px}.case-card__footer a{text-transform:uppercase;font-size:11px;font-weight:900}.status{color:#1d6622;text-transform:uppercase;background:#d8ebd5;padding:5px 7px;font-size:9px;font-weight:900}.status.en-seguimiento{color:#155eae;background:#dbeaff}.documents{background:var(--paper)}.documents__copy{max-width:550px;line-height:1.5}.document-placeholder{border-left:7px solid var(--yellow);background:#fff;align-items:center;gap:21px;margin-top:38px;padding:30px;display:flex}.document-placeholder>span{font-size:45px}.document-placeholder p{color:var(--muted);font-size:14px}.media-grid{margin-top:36px}.media-card__image{background:linear-gradient(135deg,#444,#181818);border-radius:5px;place-items:center;height:150px;display:grid}.media-card__image span{background:#e22;border-radius:50%;place-items:center;width:43px;height:43px;font-size:17px;display:grid}.media-card h3{letter-spacing:-.045em;font-size:21px}.volunteer{background:var(--yellow)}.volunteer__content{grid-template-columns:1.4fr .8fr auto;align-items:center;gap:35px;display:grid}.volunteer h2{font-size:clamp(38px,5vw,65px);line-height:.84}.volunteer p{font-size:16px;line-height:1.35}.form-section{background:#fff}.form-layout{grid-template-columns:.85fr 1.15fr;gap:70px;display:grid}.form-layout>div>p:not(.section-kicker){line-height:1.5}.notice{border-left:4px solid var(--yellow);background:var(--paper);padding:15px;font-size:13px}.form-section form{gap:15px;display:grid}.form-section label{gap:6px;font-size:12px;font-weight:800;display:grid}.form-section input,.form-section textarea{width:100%;font:inherit;border:1px solid #aaa;padding:12px}.form-section input:focus,.form-section textarea:focus{outline:3px solid var(--yellow);outline-offset:1px}.form-section .checkbox{grid-template-columns:auto 1fr;align-items:start;font-weight:400;line-height:1.35}.checkbox input{width:auto;margin-top:2px}.form-note{color:#666;margin:0;font-size:12px}footer{color:#fff;background:#090909;padding:40px 0}.footer__content{justify-content:space-between;align-items:center;gap:30px;display:flex}.footer__content p{color:#ccc;font-size:12px;line-height:1.5}@media (width<=800px){.site-header{padding:18px 20px}.site-header nav,.site-header .button{display:none}.hero{min-height:630px}.hero__content{padding-top:115px}.hero__intro{font-size:16px}.process__steps{text-align:center;grid-template-columns:1fr;gap:16px;margin-top:38px}.arrow{transform:rotate(90deg)}.card-grid,.media-grid{grid-template-columns:1fr}.section-heading,.volunteer__content,.form-layout,.footer__content{grid-template-columns:1fr;display:grid}.section-heading{align-items:start}.case-card{min-height:220px}.volunteer__content{gap:20px}.footer__content{justify-content:start}.hero__roots{opacity:.55;width:420px;height:420px;bottom:-180px;right:-160px}section{padding:67px 0}}@media (width<=440px){.container{width:min(100% - 32px,1120px)}.hero h1{font-size:53px}.hero__content{padding-top:92px}.actions{gap:17px}.button{padding:14px 15px}.document-placeholder{padding:19px}.volunteer h2{font-size:42px}}:root{--yellow:#ff6b00}.hero h1>span{white-space:pre-line}.brand{flex:none;display:block}.brand--panel{box-shadow:3px 3px 0 var(--yellow);background:#fff;border-radius:2px;padding:4px}.logo-horizontal{width:205px;height:auto;display:block}.logo-compacto{width:min(190px,45vw);height:auto;margin:0 0 24px;display:block}footer .logo-horizontal{width:230px}@media (width<=800px){.logo-horizontal{width:172px}footer .logo-horizontal{width:210px}}.honeypot{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.thanks-page{background:var(--ink);place-items:center;min-height:100vh;padding:32px;display:grid}.thanks-card{border-top:9px solid var(--yellow);background:#fff;width:min(100%,640px);padding:clamp(36px,7vw,72px)}.thanks-card h1{margin:12px 0 22px;font-size:clamp(40px,7vw,68px);line-height:.9}.thanks-card p:not(.section-kicker){max-width:500px;margin:0 0 28px;line-height:1.5}.mobile-menu,.mobile-cta{display:none}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=800px){.site-header{gap:10px}.mobile-cta{background:var(--yellow);min-height:39px;color:var(--ink);text-transform:uppercase;border-radius:3px;align-items:center;margin-left:auto;padding:0 10px;font-size:10px;font-weight:900;text-decoration:none;display:inline-flex}.mobile-menu{display:block;position:relative}.mobile-menu summary{color:#fff;cursor:pointer;border:1px solid #ffffff8c;border-radius:3px;place-items:center;width:39px;height:39px;font-size:23px;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{z-index:5;-webkit-backdrop-filter:blur(12px);background:#090909f5;border:1px solid #ffffff2e;border-radius:7px;gap:4px;width:min(300px,100vw - 32px);padding:8px;position:absolute;top:calc(100% + 9px);right:0;box-shadow:0 14px 30px #0000004d;display:grid!important}.mobile-menu nav a{color:#fff;text-transform:uppercase;border-bottom:0;border-radius:4px;padding:13px 12px;font-size:13px;text-decoration:none}.mobile-menu nav .mobile-menu__cta{background:var(--yellow);color:var(--ink);border:0;border-radius:4px;margin-top:4px;padding:14px 12px;font-weight:900}.mobile-menu summary:focus-visible,.mobile-menu a:focus-visible,.mobile-cta:focus-visible{outline-offset:3px;outline:3px solid #fff}}.document-card{border-left:7px solid var(--yellow);background:#fff;grid-template-columns:auto 1fr;align-items:start;gap:26px;max-width:780px;margin-top:38px;padding:28px;display:grid}.site-header--dark{background:var(--ink)}.archive-hero{background:var(--yellow);padding:74px 0}.archive-hero h1{max-width:850px;font-size:clamp(43px,7vw,82px);line-height:.88}.archive-hero>.container>p:not(.section-kicker){max-width:700px;margin-bottom:0;font-size:18px;line-height:1.45}.archive-list,.case-content{padding:68px 0 96px}.content-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.content-card{border-top:6px solid var(--yellow);background:#fff;flex-direction:column;min-height:270px;padding:26px;display:flex}.content-card h2{margin:10px 0 12px;font-size:31px;line-height:.92}.content-card h2 a,.timeline-item a,.related-case a{text-underline-offset:3px;text-decoration-thickness:2px}.content-card>p:not(.section-kicker){line-height:1.45}.content-card__footer{justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:18px;display:flex}.archive-link{margin:38px 0 0}.meta-row{flex-wrap:wrap;align-items:center;gap:14px;margin-top:28px;font-size:13px;font-weight:700;display:flex}.prose{max-width:760px;font-size:18px;line-height:1.6}.prose p{margin:0 0 1em}.content-image{object-fit:cover;width:100%;max-width:760px;max-height:560px;margin:30px 0;display:block}.case-content section{margin-top:62px}.case-content section>h2{font-size:clamp(31px,4vw,48px);line-height:.9}.document-list{border-top:1px solid #deded9;max-width:880px;margin-top:24px}.small-meta{color:var(--muted);font-size:13px}.timeline{border-left:3px solid var(--yellow);max-width:760px;margin-top:28px}.timeline-item{padding:0 0 30px 26px;position:relative}.timeline-item:before{background:var(--ink);content:"";border-radius:50%;width:15px;height:15px;position:absolute;top:5px;left:-9px}.timeline-item time{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900}.timeline-item h3{margin:7px 0;font-size:25px;line-height:.95}.timeline-item p{margin:0;line-height:1.45}.press-list{border-top:1px solid #deded9;max-width:880px;margin-top:24px;display:grid}.press-link{border-bottom:1px solid #deded9;grid-template-columns:145px 1fr auto;align-items:center;gap:20px;padding:22px 0;text-decoration:none;display:grid}.press-link span:first-child{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}.press-link strong{font-size:18px;line-height:1.1}.related-case{border-left:5px solid var(--yellow);background:#fff;margin-top:45px;padding:20px;font-weight:700}.empty-state{border-left:6px solid var(--yellow);background:#fff;padding:28px}.document-case{border-left:7px solid var(--yellow);background:#fff;max-width:900px;margin-top:38px;padding:30px}.document-case__header{justify-content:space-between;align-items:start;gap:24px;display:flex}.document-case__header h3{font-size:clamp(28px,4vw,42px);line-height:.95}.document-case__summary{max-width:680px;line-height:1.45}.document-case__documents{border-top:1px solid #deded9;margin-top:28px;padding-top:22px}.document-item{border-bottom:1px solid #deded9;grid-template-columns:auto 1fr;align-items:start;gap:20px;padding:20px 0;display:grid}.document-item:last-child{border-bottom:0;padding-bottom:0}.document-item h4{text-transform:uppercase;margin:0;font-size:22px;line-height:1}.document-item p{max-width:620px;line-height:1.45}.document-card__icon{background:var(--ink);color:#fff;place-items:center;width:55px;height:62px;font-size:12px;font-weight:900;display:grid}.document-card h3{font-size:28px;line-height:.95}.case-card__eyebrow,.media-card__link{color:#6b6b6b;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:900;display:inline-block}.media-card a{color:inherit;text-decoration:none;display:block}.media-card__link{color:var(--yellow);margin-top:12px}.document-card p:not(.section-kicker){max-width:560px;line-height:1.45}.document-card__actions{flex-wrap:wrap;align-items:center;gap:20px;margin-top:20px;display:flex}.document-card__actions .button,.document-card__actions .text-link{transition:transform .18s,box-shadow .18s,background-color .18s}.document-card__actions .button:hover{box-shadow:3px 3px 0 var(--yellow);background:#fff;transform:translateY(-2px)}.document-card__actions .text-link:hover{transform:translate(3px)}.media-card__source{border-top:4px solid var(--yellow);min-height:54px;color:var(--yellow);text-transform:uppercase;border-bottom:1px solid #ffffff59;justify-content:space-between;align-items:center;padding:12px 0;font-size:12px;font-weight:900;display:flex}.media-card__source span:last-child{font-size:20px}.facebook-cta{color:#fff;text-transform:uppercase;border:1px solid #ffffff8c;align-items:center;gap:10px;margin-top:34px;padding:14px 17px;font-size:12px;font-weight:900;text-decoration:none;display:inline-flex}.facebook-cta:hover{color:var(--ink);background:#fff}.facebook-cta:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.facebook-feature{color:var(--ink);background:#fff;grid-template-columns:150px 1fr;align-items:center;gap:30px;margin-top:48px;padding:22px;display:grid}.facebook-feature img{object-fit:cover;width:150px;height:150px;display:block}.facebook-feature h3{font-size:29px;line-height:.95}.facebook-feature p:not(.section-kicker){max-width:600px;line-height:1.45}@media (width<=600px){.document-case{padding:22px}.document-case__header{display:block}.document-case__header .status{margin-top:14px;display:inline-block}.document-item{grid-template-columns:1fr;gap:14px}.document-card{grid-template-columns:1fr;gap:16px;padding:22px}.document-card__icon{width:48px;height:53px}.facebook-feature{grid-template-columns:1fr;gap:18px}.facebook-feature img{width:110px;height:110px}.content-grid{grid-template-columns:1fr}.archive-hero{padding:54px 0}.archive-list,.case-content{padding:48px 0 65px}.press-link{grid-template-columns:1fr auto;gap:9px}.press-link strong{grid-area:2/1/auto/-1}}.media-heading{justify-content:space-between;align-items:end;gap:32px;display:flex}.media-heading__copy{color:#c9c9c9;max-width:315px;margin:0;font-size:14px;line-height:1.45}.media-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:38px}.media-card{border-top:4px solid var(--yellow);min-width:0;color:var(--ink);background:#fff;transition:transform .18s,box-shadow .18s}.media-card:hover{box-shadow:7px 7px 0 var(--yellow);transform:translateY(-4px)}.media-card--featured{background:var(--yellow);grid-column:span 2}.media-card a{height:100%;min-height:285px;color:inherit;flex-direction:column;padding:23px;text-decoration:none;display:flex}.media-card__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.media-card__index{font-size:13px;font-weight:950}.media-card__source{color:#555;text-transform:uppercase;border:0;align-items:center;gap:8px;min-height:0;padding:0;font-size:10px;font-weight:900;display:inline-flex}.media-card__source span{color:var(--ink);font-size:18px}.media-card__outlet{color:#666;letter-spacing:.08em;text-transform:uppercase;margin:34px 0 12px;font-size:11px;font-weight:900}.media-card--featured .media-card__outlet{color:#3b3600}.media-card h3{overflow-wrap:anywhere;font-size:clamp(23px,2.5vw,32px);line-height:.94}.media-card__link{color:#555;text-transform:uppercase;margin-top:auto;padding-top:28px;font-size:11px;font-weight:900}.media-card__link span{margin-left:5px;font-size:18px}.media-card--featured .media-card__link{color:var(--ink)}.media-card:focus-within{outline:3px solid var(--yellow);outline-offset:4px}.facebook-feature{grid-template-columns:112px minmax(0,1fr);gap:28px;padding:24px}.facebook-feature img{width:112px;height:112px}.facebook-feature .button{margin-top:8px}.footer__contact{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:18px 28px;font-size:12px;font-weight:800;display:flex}.footer__contact a{text-decoration:none}.footer__contact a:hover{color:var(--yellow)}.footer__facebook{align-items:center;gap:9px;display:inline-flex}.footer__facebook-icon{color:#fff;background:#1877f2;border-radius:50%;place-items:center;width:27px;height:27px;font-family:Arial,sans-serif;font-size:20px;font-weight:900;display:grid}.form-title{letter-spacing:-.035em;padding-top:.08em;display:block;line-height:1.02!important}.required-mark{color:#9d7200;font-weight:900}.optional-mark{color:#686868;font-size:11px;font-weight:400}.form-section label>.field-label-text,.form-section label>input:not([type=checkbox]),.form-section label>textarea,.form-section label>select,.form-section label>.field-help{grid-column:1/-1}.form-section select{width:100%;font:inherit;background:#fff;border:1px solid #aaa;padding:12px}.form-section input[type=file]{background:#fff;padding:9px}.field-help{color:#686868;font-size:11px;font-weight:400;line-height:1.35}.consent-box{border:2px solid var(--yellow);background:#fffbe1;gap:12px;padding:16px;display:grid}.consent-box .checkbox{margin:0}.consent-box strong{color:#6e5200;text-transform:uppercase;font-size:10px}.form-mobile-heading{display:none}html{scroll-padding-top:88px}.site-header{z-index:20;background:#090909fa;transition:background-color .22s,backdrop-filter .22s;position:sticky;top:0}.site-header--scrolled{-webkit-backdrop-filter:blur(10px);background:#090909b8}.media-card{transition:transform .18s,box-shadow .18s,background-color .18s}.media-card--featured:hover{background:#fff}@media (width<=800px){.form-layout{gap:36px}.form-layout>div>.section-kicker,.form-layout>div>.form-title{text-align:center}.form-mobile-heading{color:var(--ink);letter-spacing:.08em;text-align:center;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:900;display:block}.process__steps .arrow{place-items:center;width:100%;height:28px;font-size:0;line-height:1;display:grid;transform:none}.process__steps .arrow:after{content:"↓";font-size:34px}.media-grid{grid-template-columns:minmax(0,1fr);grid-auto-rows:auto;gap:12px;margin-top:28px}.media-card--featured{grid-column:auto}.media-card a{height:auto;min-height:0;padding:18px}.media-card__outlet{margin:20px 0 8px}.media-card h3{font-size:24px;line-height:1}.media-card__link{margin-top:22px;padding-top:0}.logo-compacto{margin-left:auto;margin-right:auto}.footer__content{justify-items:center;gap:20px}.footer__contact{grid-template-columns:auto minmax(0,1fr);justify-content:center;align-items:center;gap:12px;width:100%;display:grid}.footer__facebook{min-width:0}.footer__contact>a:first-child{justify-self:start}.footer__facebook{justify-self:end}}@media (width<=600px){.media{padding:48px 0}.media-heading{display:block}.media-heading__copy{margin-top:22px}.media-card a{padding:16px}.media-card__outlet{margin-top:16px}.media-card h3{font-size:22px}.media-card__link{margin-top:18px}.facebook-feature{grid-template-columns:1fr;gap:18px;margin-top:32px;padding:20px}.facebook-feature img{width:88px;height:88px}.facebook-feature h3{font-size:25px}.facebook-feature .button{text-align:center;width:100%}.footer__contact{gap:10px;font-size:11px}.form-section form,.form-section label{min-width:0}.form-section input,.form-section textarea,.form-section select{max-width:100%}.form-section input[type=file]{font-size:11px}.consent-box{padding:14px}}.button{transition:transform .18s,box-shadow .18s,background-color .18s,color .18s}.button:hover{box-shadow:3px 3px 0 var(--ink);transform:translateY(-2px)}.button:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.button--dark:hover{box-shadow:3px 3px 0 var(--yellow);background:#252525}.text-link{transition:transform .18s,color .18s}.text-link:hover{color:var(--yellow);transform:translate(3px)}@media (width<=800px){.mobile-cta,.mobile-menu__cta{transition:transform .18s,box-shadow .18s}.mobile-cta:hover,.mobile-menu__cta:hover{box-shadow:2px 2px 0 var(--ink);transform:translateY(-1px)}.mobile-menu nav a{transition:background-color .18s,color .18s}.mobile-menu nav a:hover{color:#fff;background:#ffffff1f}.mobile-menu nav .mobile-menu__cta:hover{background:var(--yellow);color:var(--ink);background:var(--yellow)}}
