@keyframes eco-spin{to{transform:rotate(360deg)}}:root{--eco-navy:#0c2139;--eco-ink:#172b3b;--eco-olive:#7d864b;--eco-paper:#f7f7f4;--eco-warm:#efeee8;--eco-line:#d9ddd8;--eco-muted:#64736f;--eco-white:#fff;--eco-error:#8c2d18}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--eco-paper);color:var(--eco-ink);font-family:"Instrument Sans",sans-serif}.skip-link{position:fixed;top:12px;left:12px;z-index:100;transform:translateY(-160%);padding:10px 14px;background:var(--eco-navy);color:#fff;border-radius:5px}.skip-link:focus{transform:none}.ecosystem-header{position:relative;z-index:10;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:76px;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid var(--eco-line);background:rgba(247,247,244,.96)}.ecosystem-brand{display:inline-flex;align-items:center;gap:9px;width:max-content;color:var(--eco-navy);font-weight:600;letter-spacing:.22em;text-decoration:none}.ecosystem-brand i{position:relative;width:18px;height:18px;border:1px solid currentColor;border-radius:50%}.ecosystem-brand i::after,.ecosystem-brand i::before{position:absolute;content:"";background:currentColor}.ecosystem-brand i::before{top:8px;left:3px;width:10px;height:1px}.ecosystem-brand i::after{top:3px;left:8px;width:1px;height:10px}.ecosystem-header nav{display:flex;gap:28px}.ecosystem-header nav a{color:var(--eco-muted)}.ecosystem-header nav a,.header-access{font-size:13px;font-weight:500;text-decoration:none}.ecosystem-header nav a:hover,.ecosystem-header nav a[aria-current=page],.header-access{color:var(--eco-navy)}.header-access{justify-self:end;padding:9px 15px;border:1px solid var(--eco-line);border-radius:4px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(28,98,135,.3);outline-offset:3px}.ecosystem-hero{padding:clamp(72px,10vw,142px) clamp(20px,8vw,120px) 68px;background:var(--eco-navy);color:#fff}.ecosystem-eyebrow{margin:0 0 12px;color:var(--eco-olive);font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.ecosystem-hero .ecosystem-eyebrow{color:#c7cf91}.ecosystem-hero h1{max-width:950px;margin:0;font-family:Newsreader,serif;font-size:clamp(50px,8vw,108px);font-weight:400;letter-spacing:-.055em;line-height:.88}.ecosystem-hero h1 span{color:#b8c1bf}.ecosystem-hero>p{max-width:690px;margin:30px 0 36px;color:#c8d0d1;font-size:clamp(17px,2vw,21px);line-height:1.55}.ecosystem-search{max-width:760px}.ecosystem-search>label{display:block;margin-bottom:9px;color:#d8dedc;font-size:12px}.ecosystem-search>div{display:grid;grid-template-columns:1fr auto;gap:8px}.ecosystem-search input{min-width:0;padding:16px 18px;border:1px solid #526273;border-radius:5px;background:#142d47;color:#fff;font:inherit;font-size:16px}.ecosystem-search input::placeholder{color:#93a1aa}.directory-state button,.ecosystem-search button,.primary-link{padding:14px 20px;border:0;border-radius:5px;background:var(--eco-olive);color:#fff;font:inherit;font-weight:600;cursor:pointer;text-decoration:none}.ecosystem-principles{display:grid;grid-template-columns:repeat(3,1fr);max-width:900px;margin:58px 0 0;border-top:1px solid #385068}.ecosystem-principles div{padding:22px 22px 0 0}.ecosystem-principles dt{font-weight:600}.ecosystem-principles dd{margin:5px 0 0;color:#9dacb3;font-size:13px}.ecosystem-directory{max-width:1320px;margin:0 auto;padding:clamp(66px,8vw,110px) clamp(20px,5vw,64px)}.directory-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.directory-heading h2,.ecosystem-contract h2{font-size:clamp(38px,5vw,62px)}.directory-heading h2,.ecosystem-contract h2,.ecosystem-cta h2,.profile-contact h2,.profile-main h2{margin:0;color:var(--eco-navy);font-family:Newsreader,serif;font-weight:400;letter-spacing:-.04em;line-height:1}.profile-contact h2,.profile-main h2{font-size:clamp(38px,5vw,62px)}.directory-heading>p{margin:0;color:var(--eco-muted);font-size:13px}.directory-filters,.directory-filters select{border:1px solid var(--eco-line);background:#fff}.directory-filters{display:grid;grid-template-columns:minmax(180px,260px) minmax(180px,260px) auto;align-items:end;gap:12px;margin:34px 0 26px;padding:18px;border-radius:8px}.directory-filters label{display:grid;gap:7px;color:var(--eco-muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em}.directory-filters select{min-width:0;padding:11px;border-radius:4px;color:var(--eco-ink);font:inherit}.directory-filters button{padding:11px 14px;border:0;background:0 0;color:var(--eco-navy);font:inherit;font-weight:600;cursor:pointer}.directory-state{display:grid;place-items:center;min-height:280px;padding:48px 20px;text-align:center;border:1px dashed var(--eco-line);border-radius:10px}.directory-state>span{width:26px;height:26px;margin-bottom:18px;border:2px solid var(--eco-line);border-top-color:var(--eco-olive);border-radius:50%;animation:eco-spin .8s linear infinite}.directory-state strong{color:var(--eco-navy);font-size:20px}.directory-state p,.profile-card p{margin:8px 0 20px;color:var(--eco-muted)}.directory-state--error{border-style:solid;background:#fff6f2}.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.profile-card{position:relative;display:flex;min-height:330px;flex-direction:column;padding:24px;border:1px solid var(--eco-line);border-top:4px solid var(--profile-accent,var(--eco-olive));border-radius:8px;background:#fff;color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.profile-card:hover{transform:translateY(-4px);border-color:#b7bfb8;box-shadow:0 18px 42px rgba(12,33,57,.09)}.profile-card-head{display:flex;align-items:start;justify-content:space-between;gap:16px}.card-logo,.profile-card h3{color:var(--eco-navy);font-family:Newsreader,serif}.card-logo{display:grid;width:64px;height:64px;place-items:center;overflow:hidden;border:1px solid var(--eco-line);border-radius:9px;background:var(--eco-warm);font-size:28px}.card-logo img,.profile-logo img{width:100%;height:100%;object-fit:contain}.card-status,.card-type{color:var(--eco-olive);font-weight:600;text-transform:uppercase}.card-status{display:inline-flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.08em}.card-status::before{width:7px;height:7px;content:"";border-radius:50%;background:currentColor}.profile-card h3{margin:28px 0 7px;font-size:30px;font-weight:500;line-height:1}.card-type{font-size:11px;letter-spacing:.09em}.profile-card p{display:-webkit-box;overflow:hidden;margin:16px 0;font-size:14px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.card-foot{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:auto;padding-top:20px;border-top:1px solid var(--eco-line);font-size:12px}.card-foot span:first-child{color:var(--eco-muted)}.card-foot span:last-child{color:var(--eco-navy);font-weight:600}.ecosystem-contract{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:clamp(70px,9vw,120px) clamp(20px,8vw,120px);background:var(--eco-warm)}.contract-points{display:grid;border-top:1px solid #cbd0c9}.contract-points article{display:grid;grid-template-columns:110px .7fr 1.3fr;gap:24px;align-items:baseline;padding:27px 0;border-bottom:1px solid #cbd0c9}.contract-points span{color:var(--eco-olive);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.contract-points h3{margin:0;color:var(--eco-navy);font-family:Newsreader,serif;font-size:24px;font-weight:500}.contract-points p{margin:0;color:var(--eco-muted);line-height:1.55}@media (max-width:720px){.contract-points article{grid-template-columns:1fr;gap:8px}}.ecosystem-cta{display:flex;align-items:end;justify-content:space-between;gap:40px;padding:clamp(64px,8vw,110px) clamp(20px,8vw,120px);background:#fff}.ecosystem-cta>div:first-child{max-width:760px}.ecosystem-cta h2{font-size:clamp(40px,6vw,76px)}.ecosystem-cta p{color:var(--eco-muted);font-size:17px}.ecosystem-cta>div:last-child{display:flex;flex-wrap:wrap;gap:10px}.secondary-link{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border:1px solid var(--eco-line);border-radius:5px;color:var(--eco-navy);font-weight:600;text-decoration:none}.ecosystem-footer{display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px;align-items:start;padding:46px clamp(20px,5vw,72px);border-top:1px solid var(--eco-line);background:var(--eco-paper)}.ecosystem-footer p{max-width:520px;margin:0;color:var(--eco-muted);font-size:13px;line-height:1.5}.ecosystem-footer nav{display:flex;justify-content:flex-end;gap:18px}.ecosystem-footer nav a{color:var(--eco-muted);font-size:12px;text-decoration:none}.public-profile{min-height:70vh}.public-profile>.directory-state{max-width:1200px;margin:60px auto}.profile-hero{position:relative;padding:60px clamp(20px,8vw,120px) 72px;border-bottom:1px solid var(--eco-line);background:#fff}.profile-hero::before{position:absolute;inset:0 0 auto;height:6px;content:"";background:var(--profile-accent,var(--eco-olive))}.profile-back{display:inline-block;margin-bottom:48px;color:var(--eco-muted);font-size:13px;text-decoration:none}.profile-identity{display:flex;align-items:center;gap:28px;max-width:1000px}.profile-logo,.profile-name-line h1{color:var(--eco-navy);font-family:Newsreader,serif}.profile-logo{display:grid;flex:0 0 auto;width:112px;height:112px;place-items:center;overflow:hidden;border:1px solid var(--eco-line);border-radius:14px;background:var(--eco-warm);font-size:50px}.profile-type{margin:0 0 8px;color:var(--eco-olive);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.11em}.profile-name-line{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.profile-name-line h1{margin:0;font-size:clamp(48px,7vw,86px);font-weight:400;letter-spacing:-.055em;line-height:.9}.verified-badge{padding:6px 9px;border:1px solid rgba(125,134,75,.38);border-radius:999px;background:#f0f2e4;color:#5d6732;font-size:10px;font-weight:600}.profile-identity>div:last-child>p:not(.profile-type){max-width:720px;margin:18px 0 0;color:var(--eco-muted);font-size:18px;line-height:1.5}.profile-location{font-size:13px!important}.profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin:34px 0 0}.profile-actions a{display:inline-flex;padding:13px 18px;border:1px solid var(--eco-line);border-radius:5px;color:var(--eco-navy);font-weight:600;text-decoration:none}.profile-actions a:first-child{border-color:var(--eco-olive);background:var(--eco-olive);color:#fff}.external-canonical{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:24px clamp(20px,8vw,120px);border-bottom:1px solid var(--eco-line);background:#edf0e5}.external-canonical>span{color:var(--eco-olive);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.external-canonical strong{color:var(--eco-navy)}.external-canonical p{margin:4px 0 0;color:var(--eco-muted);font-size:13px}.external-canonical a{color:var(--eco-navy);font-weight:600}.profile-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:30px;max-width:1320px;margin:0 auto;padding:70px clamp(20px,5vw,64px)}.profile-main{display:grid;gap:60px}.profile-main section{padding:34px;border:1px solid var(--eco-line);border-radius:9px;background:#fff}.profile-contact h2,.profile-main h2{font-size:42px}.profile-main>section>p:last-child{color:var(--eco-muted);line-height:1.7;white-space:pre-line}.profile-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.profile-section-head>span,.service-card p{color:var(--eco-muted);font-size:12px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}.service-card{padding:20px;border:1px solid var(--eco-line);border-radius:6px;background:var(--eco-paper)}.service-card strong{display:block;color:var(--eco-navy)}.service-card p{margin:8px 0 0;font-size:13px;line-height:1.5}.service-card small{display:block;margin-top:13px;color:var(--eco-olive);font-weight:600}.profile-contact{align-self:start;position:sticky;top:20px;padding:30px;border-radius:9px;background:var(--eco-navy);color:#fff}.profile-contact .ecosystem-eyebrow{color:#c8d28f}.profile-contact h2{color:#fff}.contact-facts{display:grid;gap:8px;margin:24px 0}.contact-facts a,.contact-facts span{display:block;padding:11px 0;border-bottom:1px solid #385068;color:#dbe1e3;font-size:13px;text-decoration:none}.profile-contact form{display:grid;gap:13px;margin-top:26px}.profile-contact label{display:grid;gap:7px;color:#d4dcde;font-size:11px;font-weight:600}.profile-contact input,.profile-contact textarea{width:100%;min-width:0;padding:11px;border:1px solid #526273;border-radius:4px;background:#142d47;color:#fff;font:inherit}.profile-contact textarea{min-height:110px;resize:vertical}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-contact button{padding:13px;border:0;border-radius:5px;background:var(--eco-olive);color:#fff;font:inherit;font-weight:600;cursor:pointer}.profile-contact button:disabled{opacity:.6;cursor:wait}.profile-contact form p{margin:0;padding:10px;border-radius:4px;background:#edf0e5;color:var(--eco-navy);font-size:12px}.profile-contact form p.is-error{background:#fff0ec;color:var(--eco-error)}.honeypot{position:absolute;left:-9999px}.profile-powered{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px;margin:0 clamp(20px,8vw,120px) 80px;padding:28px;border:1px solid var(--eco-line);border-radius:9px;background:#fff}.profile-powered strong,.profile-powered>a{color:var(--eco-navy)}.profile-powered p{margin:4px 0 0;color:var(--eco-muted);font-size:13px}.profile-powered>a{font-weight:600}.profile-contact.is-external form{display:none}.profile-contact.is-external::after{display:block;margin-top:24px;color:#c9d2d5;font-size:13px;line-height:1.55;content:"Las consultas se realizan en el sitio oficial de esta empresa."}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.directory-state>span{animation:none}.profile-card{transition:none}}@media (max-width:980px){.ecosystem-header{grid-template-columns:1fr auto}.ecosystem-header nav{display:none}.profile-grid{grid-template-columns:1fr 1fr}.ecosystem-contract{grid-template-columns:1fr}.ecosystem-cta{display:block}.ecosystem-cta>div:last-child{margin-top:24px}.ecosystem-footer,.profile-layout{grid-template-columns:1fr}.ecosystem-footer nav{justify-content:flex-start}.profile-contact{position:static}.external-canonical,.profile-powered,.service-grid{grid-template-columns:1fr}}@media (max-width:640px){.ecosystem-header{min-height:64px}.ecosystem-hero{padding-top:64px}.ecosystem-hero h1{font-size:52px}.ecosystem-principles,.ecosystem-search>div{grid-template-columns:1fr}.ecosystem-principles div{padding-top:16px}.directory-heading{display:block}.directory-heading>p{margin-top:12px}.directory-filters,.profile-grid{grid-template-columns:1fr}.profile-card{min-height:290px}.profile-identity{align-items:flex-start;flex-direction:column}.profile-logo{width:86px;height:86px}.profile-name-line h1{font-size:50px}.form-pair{grid-template-columns:1fr}.profile-contact,.profile-main section{padding:24px}.profile-powered{margin-bottom:40px}.ecosystem-footer nav{flex-wrap:wrap}}