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