:root{--color-branding-tci: #c41e3a;--color-branding-tci-dark: #9e1830;--color-branding-tci-light: #e02d4a;--color-branding-hidrogeno: #68a623;--color-branding-hidrogeno-dark: #52801c;--color-branding-hidrogeno-light: #7eb83a;--color-accent: #c9a227;--color-text: #1a1a1a;--color-text-muted: #444;--color-bg: #fff;--color-bg-alt: #f5f5f5;--color-bg-dark: #1a1a1a;--font-sans: "Montserrat", system-ui, -apple-system, sans-serif;--font-display: "Montserrat", system-ui, sans-serif;--max-width: 1200px;--section-padding: 4rem 1.5rem;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;width:100%}body{margin:0;width:100%;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;width:100%}.page{width:100%}a{color:var(--color-branding-hidrogeno);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-branding-hidrogeno-dark)}img{max-width:100%;height:auto;display:block}h1,h2,h3{margin:0 0 .5em;line-height:1.2}p{margin:0 0 1em}p:last-child{margin-bottom:0}.section__label{font-size:.875rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-text);font-weight:400;margin-bottom:.5rem}.section__title{font-size:2rem;color:var(--color-text);margin-bottom:1.5rem;position:relative}.section__title:after{content:"";display:block;width:65%;max-width:200px;height:3px;background:var(--color-branding-tci);margin-top:.5rem;margin-left:auto;margin-right:auto}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;box-shadow:none;transition:background .9s ease,box-shadow .9s ease}.header--scrolled{background:linear-gradient(to bottom,#fffffffa,#fffffff2);box-shadow:0 1px #00000014}.header__container{max-width:var(--max-width);margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__logo{display:flex;align-items:center;flex-shrink:0}.header__logo-img{height:88px;width:auto;object-fit:contain;transition:height .3s ease}.header--scrolled .header__logo-img{height:44px}.header__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer;border-radius:4px;transition:background var(--transition)}.header__toggle:hover{background:var(--color-bg-alt)}.header__toggle-bar{display:block;width:22px;height:2px;background:var(--color-text);border-radius:1px;transition:transform var(--transition),opacity var(--transition)}.header__nav{display:flex;align-items:center}.header__menu{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem 1.5rem;margin:0;padding:0;list-style:none}.header__menu-item{margin:0}.header__menu-link{display:block;padding:.5rem 0;font-size:.95rem;font-weight:500;color:var(--color-text);text-decoration:none;transition:color var(--transition)}.header__menu-link:hover{color:var(--color-branding-tci)}.header__menu-link--parent{display:inline-flex;align-items:center;gap:.25rem}.header__menu-arrow{font-size:.6em;opacity:.8;transition:transform var(--transition)}.header__menu-item--has-submenu:hover .header__menu-arrow{transform:rotate(180deg)}.header__submenu{position:absolute;top:100%;left:0;min-width:220px;margin:0;padding:.5rem 0;list-style:none;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001f;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,visibility .2s}.header__menu-item--has-submenu{position:relative}.header__menu-item--has-submenu:hover .header__submenu,.header__submenu--open{opacity:1;visibility:visible;transform:translateY(0)}.header__submenu-item{margin:0}.header__submenu-link{display:block;padding:.5rem 1rem;font-size:.9rem;color:var(--color-text);text-decoration:none;transition:background var(--transition),color var(--transition)}.header__submenu-link:hover{background:var(--color-bg-alt);color:var(--color-branding-tci)}.header__paises{position:relative;margin-left:1rem;padding-left:1rem;border-left:1px solid rgba(0,0,0,.1)}.header__pais-trigger{display:flex;align-items:center;justify-content:center;gap:.25rem;width:26px;height:26px;padding:0;border:none;border-radius:4px;overflow:hidden;background:#0000000f;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition)}.header__pais-trigger:hover{transform:scale(1.05);box-shadow:0 0 0 2px var(--color-branding-tci)}.header__pais-chevron{display:none}.header__paises-dropdown{position:absolute;top:100%;right:0;margin-top:.35rem;padding:.5rem;display:flex;flex-wrap:wrap;gap:.35rem;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001f;border:1px solid rgba(0,0,0,.08);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:50}.header__paises-dropdown--open{opacity:1;visibility:visible;transform:translateY(0)}.header__pais-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;border-radius:4px;overflow:hidden;background:#0000000f;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition)}.header__pais-btn:hover{transform:scale(1.1);box-shadow:0 0 0 2px var(--color-branding-tci)}.header__pais-flag-img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;border-radius:4px}@media(max-width:768px){.header__toggle{display:flex}.header__toggle-bar{background:#fff}.header__nav{position:absolute;top:100%;left:0;right:0;background:#343d46;box-shadow:0 8px 24px #0003;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .2s ease}.header__nav--open{max-height:90vh;opacity:1}.header__paises{margin-left:0;padding-left:0;padding-top:1rem;margin-top:1rem;border-left:none;border-top:1px solid rgba(255,255,255,.12);justify-content:center;flex-shrink:0}.header__paises-dropdown{right:auto;left:50%;transform:translate(-50%,-4px)}.header__paises-dropdown--open{transform:translate(-50%)}.header__pais-trigger:hover,.header__pais-btn:hover{box-shadow:0 0 0 2px #ffffff80}.header__menu{flex-direction:column;align-items:stretch;padding:1.25rem 1.5rem 1.5rem;gap:0}.header__menu-link{padding:.75rem 0;color:#dcdcdc;font-size:.9rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid rgba(255,255,255,.08)}.header__menu-link:hover{color:#fff}.header__menu-item:last-child{margin-top:1rem;border-bottom:none}.header__menu-item:last-child .header__menu-link{display:block;text-align:center;padding:.75rem 1.5rem;background:#6d7377;color:#fff;border-radius:9999px;border:none}.header__menu-item:last-child .header__menu-link:hover{background:#7d8387;color:#fff}.header__menu-link--parent .header__menu-arrow{margin-left:auto;font-size:0}.header__menu-link--parent .header__menu-arrow:before{content:"+";font-size:1rem;opacity:.9}.header__menu-item--has-submenu{flex-direction:column;align-items:stretch}.header__submenu{position:static;min-width:auto;padding:0 0 0 1rem;margin:.5rem 0 0;box-shadow:none;background:#343d46;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transform:none;border-left:2px solid rgba(255,255,255,.25);transition:max-height .25s ease,opacity .2s ease}.header__submenu--open{display:block;max-height:200px;opacity:1;visibility:visible}.header__submenu-link{padding:.5rem 0;font-size:.85rem;color:#dcdcdc}.header__submenu-link:hover{color:#fff;background:transparent}}.footer{background:var(--color-bg-dark);color:#fff}.footer__top{padding:2.5rem var(--section-padding)}.footer__container{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:900px){.footer__container{grid-template-columns:280px 1fr}}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__logo{display:block;width:fit-content}.footer__logo-img{display:block;height:48px;width:auto;filter:brightness(0) invert(1)}.footer__hashtag{font-size:1.1rem;font-weight:600;color:#fff;margin:0}.footer__social{display:flex;gap:.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;text-decoration:none;color:#fff;font-size:1rem;font-weight:700;transition:opacity var(--transition)}.footer__social-link:hover{opacity:.85}.footer__social-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:4px;color:#fff}.footer__social-icon--linkedin{background:#0a66c2}.footer__social-icon--twitter{background:#1da1f2}.footer__social-icon--facebook{background:#1877f2}.footer__social-icon--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.footer__oficinas{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.footer__oficinas{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.footer__oficinas{grid-template-columns:repeat(4,1fr)}}.footer__oficina{display:flex;flex-direction:column;gap:.35rem}.footer__oficina-pais{display:flex;flex-direction:column;gap:.15rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#fff;margin:0 0 .25rem}.footer__oficina-marca,.footer__oficina-pais-nombre{display:block}.footer__oficina-direccion,.footer__oficina-email-label{font-size:.875rem;color:#e0e0e0;margin:0;line-height:1.4}.footer__oficina-tel,.footer__oficina-email{font-size:.875rem;color:var(--color-branding-tci);text-decoration:none;transition:color var(--transition)}.footer__oficina-tel:hover,.footer__oficina-email:hover{color:var(--color-branding-tci-light)}.footer__oficina-email-label{margin-top:.25rem}.footer__bottom{padding:1rem var(--section-padding);border-top:1px solid #333}.footer__container--bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 1.5rem}.footer__legal-link{font-size:.875rem;color:var(--color-branding-tci);text-decoration:none;transition:color var(--transition)}.footer__legal-link:hover{color:var(--color-branding-tci-light)}.footer__cookies{position:fixed;bottom:0;left:0;right:0;padding:1rem 1.5rem;background:#1a1a1afa;border-top:1px solid #333;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;z-index:1000}.footer__cookies p{margin:0;font-size:.875rem;color:#ccc;flex:1;min-width:200px}.footer__cookies-actions{display:flex;align-items:center;gap:1rem}.footer__cookies-link{color:var(--color-branding-tci);text-decoration:none;font-size:.875rem}.footer__cookies-link:hover{color:var(--color-branding-tci-light)}.footer__cookies-accept{padding:.5rem 1rem;background:var(--color-branding-tci);color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;font-size:.875rem;transition:background var(--transition)}.footer__cookies-accept:hover{background:var(--color-branding-tci-dark)}.footer__cookies-link--btn{background:none;border:none;cursor:pointer;font:inherit;padding:0}.footer__cookie-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001;padding:1.5rem}.footer__cookie-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000040;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem 1.75rem}.footer__cookie-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.footer__cookie-modal-title{margin:0;font-size:1.25rem;font-weight:700;color:#1a1a1a}.footer__cookie-modal-close{flex-shrink:0;width:32px;height:32px;border:none;background:#f1f5f9;border-radius:6px;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s,color .2s}.footer__cookie-modal-close:hover{background:#e2e8f0;color:#1a1a1a}.footer__cookie-modal-text{margin:0 0 .75rem;font-size:.9375rem;line-height:1.55;color:#334155}.footer__cookie-modal-link{color:var(--color-branding-tci);text-decoration:underline}.footer__cookie-modal-link:hover{color:var(--color-branding-tci-dark)}.footer__cookie-modal-more{margin-bottom:1.25rem;padding:0;border:none;background:none;font-size:.9rem;color:var(--color-branding-tci);cursor:pointer;text-decoration:underline}.footer__cookie-modal-more:hover{color:var(--color-branding-tci-dark)}.footer__cookie-modal-categories{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.footer__cookie-modal-cat{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.footer__cookie-modal-cat-name{font-size:.9375rem;font-weight:600;color:#1a1a1a}.footer__cookie-modal-cat-badge{font-size:.8125rem;color:#64748b}.footer__cookie-modal-toggle{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.footer__cookie-modal-toggle input{opacity:0;width:0;height:0}.footer__cookie-modal-slider{position:absolute;cursor:pointer;inset:0;background:#cbd5e1;border-radius:26px;transition:background .25s}.footer__cookie-modal-slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;transition:transform .25s}.footer__cookie-modal-toggle input:checked+.footer__cookie-modal-slider{background:#22c55e}.footer__cookie-modal-toggle input:checked+.footer__cookie-modal-slider:before{transform:translate(22px)}.footer__cookie-modal-save{width:100%;padding:.875rem 1.5rem;background:#22c55e;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;transition:background .2s}.footer__cookie-modal-save:hover{background:#16a34a}.chatbot__toggle{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;width:56px;height:56px;border-radius:50%;border:none;background:var(--color-branding-tci);color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 16px #c41e3a66;display:flex;align-items:center;justify-content:center;transition:background var(--transition),transform var(--transition)}.chatbot__toggle:hover{background:var(--color-branding-tci-dark);transform:scale(1.05)}.chatbot__icon{line-height:1}.chatbot__panel{position:fixed;bottom:5rem;right:1.5rem;z-index:999;width:360px;max-width:calc(100vw - 2rem);height:420px;max-height:calc(100vh - 7rem);background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;overflow:hidden}.chatbot__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--color-branding-tci);color:#fff}.chatbot__title{margin:0;font-size:1.1rem;font-weight:700}.chatbot__close{width:32px;height:32px;border:none;background:transparent;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.chatbot__close:hover{background:#fff3}.chatbot__messages{flex:1;padding:1rem;overflow-y:auto;background:var(--color-bg-alt)}.chatbot__welcome{margin:0;font-size:.95rem;color:var(--color-text-muted);line-height:1.5}.chatbot__input-wrap{display:flex;gap:.5rem;padding:1rem;border-top:1px solid var(--color-bg-alt);background:#fff}.chatbot__input{flex:1;padding:.6rem .75rem;font-size:.95rem;border:1px solid #ddd;border-radius:8px;font-family:inherit}.chatbot__input:focus{outline:none;border-color:var(--color-branding-tci)}.chatbot__send{padding:.6rem 1rem;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-branding-tci);border:none;border-radius:8px;cursor:pointer;transition:background var(--transition)}.chatbot__send:hover{background:var(--color-branding-tci-dark)}@media(max-width:480px){.chatbot__panel{right:.5rem;bottom:4.5rem;width:calc(100vw - 1rem)}.chatbot__toggle{right:1rem;bottom:1rem}}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 3rem) 1.5rem 3rem}.hero__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;z-index:1}.hero__content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.hero__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin-bottom:2rem;line-height:1.3}.hero__cta{display:inline-block;padding:.875rem 2rem;background:var(--color-branding-tci);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;text-decoration:none;transition:background var(--transition),transform var(--transition),box-shadow var(--transition)}.hero__cta:hover{background:var(--color-branding-tci-dark);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #c41e3a59}.about{position:relative;padding:3rem 1.5rem var(--section-padding);background:#fff;overflow:hidden}.about__hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.about__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.about__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.about__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.about__hero-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.about__hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.about__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.about__container{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto}.about__sobre{margin-bottom:2rem}.about__sobre-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1.2fr);gap:2rem;align-items:center;margin-top:0}.about__sobre-media{display:flex;justify-content:center}.about__sobre-image{width:100%;max-width:420px;border-radius:12px;object-fit:cover;box-shadow:0 10px 30px #0000002e}@media(max-width:768px){.about__sobre-layout{grid-template-columns:1fr;gap:1.5rem}}.about__container>.about__label,.about__container>.about__title{text-align:center}.about__text{margin-top:1.5rem;margin-bottom:2rem;color:var(--color-text-muted)}.about__sobre-media{margin:0 auto 1.5rem;max-width:520px}.about__sobre-image{width:100%;border-radius:0;object-fit:contain;box-shadow:none}@media(min-width:1024px){.about__container{position:relative}.about__text{max-width:60%}.about__sobre-media{position:absolute;top:55%;right:6%;transform:translateY(-50%);max-width:560px;margin:0;z-index:0;opacity:.9;pointer-events:none;animation:aboutintro-float 4s ease-in-out infinite}.about__sobre-image{box-shadow:none}}.about__proposal{margin-top:2rem;padding:2rem 1.5rem;border-top:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000f}.about__proposal-label{font-size:.95rem;margin-bottom:1rem;color:var(--color-text-muted)}.about__cta{display:inline-block;padding:.75rem 1.5rem;background:var(--color-branding-tci);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;transition:background var(--transition)}.about__cta:hover{background:var(--color-branding-tci-dark);color:#fff}.about__proposal{text-align:center}.about__cta-wrap{display:flex;justify-content:center;margin-top:1rem}.about__cta--dossier{border-radius:9999px;background:var(--color-branding-tci);padding:.875rem 1.75rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em}.about__cta--dossier:hover{background:var(--color-branding-tci-dark);color:#fff}.about__cta--dossier-green{background:var(--color-branding-hidrogeno)}.about__cta--dossier-green:hover{background:var(--color-branding-hidrogeno-dark);color:#fff}.about__cta-wrap--dossier{margin-top:1.5rem;margin-bottom:1rem}.aboutintro__images{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2rem 0;align-items:center;justify-items:center}.aboutintro__image{width:100%;max-width:280px;height:auto;object-fit:contain;margin:0 auto}@keyframes aboutintro-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.aboutintro__image--float{animation:aboutintro-float 3s ease-in-out infinite}.aboutintro__images .aboutintro__image{max-width:none;width:100%;object-fit:cover;border-radius:16px;overflow:hidden}.about__cta-wrap--between-images{margin-top:.5rem;margin-bottom:.5rem}.aboutintro__image--logo{max-width:180px}.aboutstory__images{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0;align-items:center}.aboutstory__image{width:100%;max-width:280px;height:auto;object-fit:contain;margin:0 auto}.aboutstory__image--logo{max-width:180px}.about__mission{position:relative;margin-top:3rem;padding:3rem 2rem;border-radius:16px;overflow:hidden;background:radial-gradient(circle at top left,rgba(199,32,39,.08),transparent 55%),radial-gradient(circle at bottom right,rgba(0,102,204,.08),transparent 55%),url(/assets/fondo-mundo-BXTlgY4_.png) center/cover no-repeat}.about__mission:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#ffffffe6,#ffffffd9,#ffffffe6);pointer-events:none}.about__mission>.about__label,.about__mission>.about__title{position:relative;z-index:1}.about__mission-content{position:relative;z-index:1;margin-top:2rem}.about__mission-text{max-width:760px}.about__mission-video-wrap{width:100%;max-width:960px;margin:2rem auto 0;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000002e;background:#000}.about__mission-video{width:100%;height:100%;display:block}@media(max-width:768px){.about__mission{padding:2.5rem 1.5rem}}.about__valores-wrap{padding:2rem;border-radius:16px;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 4px 16px #0000000f,0 2px 6px #0000000a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}.about__valores-wrap:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a,0 6px 14px #c720271f;border-color:#c7202740;background:#fefafa}.about__valores-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem;max-width:var(--max-width);margin:2rem auto 0;text-align:center}.about__valor-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.about__valor-icon{width:80px;height:80px;object-fit:contain;display:block}.about__valor-name{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text)}@media(max-width:640px){.about__valores-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.about__map-wrap{margin-top:1.5rem;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000000f}.about__map{width:100%;height:420px;min-height:320px}.about__map-wrap .leaflet-popup-content-wrapper{border-radius:8px}.about__president-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:start;margin-top:1.5rem}.about__president-left{display:flex;flex-direction:column;gap:1.5rem}.about__president-quote{margin:0;padding:1.5rem;background:var(--color-bg-alt);border-radius:8px;font-size:1rem;line-height:1.6;color:var(--color-text-muted);position:relative}.about__president-quote p{margin:0}.about__president-quote-marks{font-size:2rem;color:var(--color-branding-tci);font-family:Georgia,serif;line-height:1}.about__president-photo{width:100%;max-width:280px;height:auto;border-radius:8px;object-fit:cover;display:block}.about__president-right .about__text{margin-bottom:0}.about__president-signature{margin-top:1.5rem;margin-bottom:0;font-size:1.1rem;color:var(--color-text)}@media(max-width:768px){.about__president-layout{grid-template-columns:1fr}.about__president-photo{max-width:100%}}.about__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:var(--max-width);margin:0 auto 2rem}.about__card{background:var(--color-bg-alt);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.about__card-image{width:100%;height:auto;display:block;object-fit:cover}.about__card-title{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text);margin:1rem 1rem 0}.about__card-subtitle{font-size:.85rem;color:var(--color-text-muted);margin:.25rem 1rem 0}.about__card-description{font-size:.9rem;color:var(--color-text-muted);margin:1rem 1rem 0}.about__card-cta{display:inline-block;margin:1rem;padding:.5rem 1rem;background:var(--color-branding-tci);color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:4px;transition:background var(--transition)}.about__card-cta:hover{background:var(--color-branding-tci-dark);color:#fff}.about__card-wrap{display:flex;justify-content:center;padding:1rem}.about__card-cta--pill{padding:.5rem 1.25rem;font-size:.8rem;border-radius:9999px;margin:0}@media(max-width:640px){.about__grid{grid-template-columns:1fr}}.hidrogenoIntro{background:var(--color-bg);padding:3rem 1.5rem var(--section-padding);margin-bottom:3rem}.hidrogenoIntro__container{max-width:var(--max-width);margin:0 auto}.hidrogenoIntro__images{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center;justify-items:center;margin-bottom:2rem}.hidrogenoIntro__image{width:100%;height:auto;border-radius:16px;object-fit:cover}.hidrogenoIntro__image--logo{max-width:520px}.hidrogenoIntro__proposal{text-align:center;padding:2rem 1.5rem;background:transparent;border-radius:0;box-shadow:none}.hidrogenoIntro__proposal-label{font-size:.95rem;margin-bottom:1rem;color:var(--color-text-muted)}.hidrogenoIntro__cta-wrap{display:flex;justify-content:center}a.hidrogenoIntro__cta{display:inline-block;padding:.875rem 1.75rem;border-radius:9999px;background:var(--color-branding-hidrogeno);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;transition:background var(--transition)}a.hidrogenoIntro__cta:hover{background:var(--color-branding-hidrogeno-dark);color:#fff}.experience{position:relative;padding:var(--section-padding);background:var(--color-bg-alt);background-size:cover;background-position:center;text-align:center}.experience:before{content:"";position:absolute;inset:0;background:#ffffffd9;pointer-events:none}.experience__container{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto}.experience__title{margin-bottom:2rem}.experience__stats{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem 1.5rem;margin-bottom:2rem;justify-items:center;max-width:900px;margin-left:auto;margin-right:auto}.experience__stat:nth-child(1){grid-column:1;grid-row:1}.experience__stat:nth-child(2){grid-column:3;grid-row:1}.experience__stat:nth-child(3){grid-column:5;grid-row:1}.experience__stat:nth-child(4){grid-column:2;grid-row:2}.experience__stat:nth-child(5){grid-column:4;grid-row:2}.experience__stat:nth-child(6){grid-column:3;grid-row:3}@media(max-width:640px){.experience__stats{grid-template-columns:repeat(3,1fr);max-width:100%}.experience__stat:nth-child(1){grid-column:1;grid-row:1}.experience__stat:nth-child(2){grid-column:2;grid-row:1}.experience__stat:nth-child(3){grid-column:3;grid-row:1}.experience__stat:nth-child(4){grid-column:2;grid-row:2}.experience__stat:nth-child(5){grid-column:3;grid-row:2}.experience__stat:nth-child(6){grid-column:2;grid-row:3}}.experience__cta{display:inline-block;padding:.75rem 1.75rem;background:var(--color-branding-tci);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;text-decoration:none;transition:background .2s ease,color .2s ease}.experience__cta:hover{background:var(--color-branding-tci-dark);color:#fff}.experience__stat{padding:1rem;background:transparent;border-radius:8px}.experience__stat-value{display:block;font-size:2.5rem;font-weight:700;color:var(--color-branding-tci);margin-bottom:.25rem}.experience__stat-value-unit{font-size:.85rem;font-weight:700;color:var(--color-text);margin-left:.1em}.experience__stat-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text)}.experience__tagline{font-size:1.1rem;color:var(--color-text-muted)}.experience__tagline strong{color:var(--color-branding-hidrogeno)}.energias{position:relative;padding:var(--section-padding);overflow:hidden;background:#fff}.energias__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.energias__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0d3d1899;z-index:1}.energias__container{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(200px,280px));justify-content:center;gap:3rem}.energias__tagline{grid-column:1 / -1;text-align:center;margin-bottom:.5rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);position:relative}.energias__tagline:after{content:"";display:block;width:60%;max-width:280px;height:3px;background:var(--color-branding-tci);margin:.5rem auto 0}.energias__tagline strong{color:var(--color-accent)}.energias__card{text-align:center;padding:2rem 1.5rem;max-width:280px;justify-self:center;background:#ffffff14;border-radius:8px;transition:box-shadow var(--transition)}.energias__card-title{font-size:1.25rem;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:1rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.energias__card-cta{display:inline-block;padding:.75rem 1.75rem;background:var(--color-branding-tci);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;text-decoration:none;transition:background .2s ease,color .2s ease}.energias__card-cta:hover{background:var(--color-branding-tci-dark);color:#fff}.servicios{padding:var(--section-padding);background:#fff}.servicios__header{max-width:var(--max-width);margin:0 auto 2rem;text-align:center}.servicios__title{margin-bottom:1rem}.servicios__intro{color:var(--color-text-muted);max-width:640px;margin:0 auto}.servicios__grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.servicios__card{background:transparent;border-radius:8px;min-height:320px;perspective:1000px}.servicios__card-link{display:block;height:100%;min-height:320px;text-decoration:none;color:inherit}.servicios__card-inner{position:relative;width:100%;min-height:320px;transition:transform .6s ease;transform-style:preserve-3d}.servicios__card:hover .servicios__card-inner{transform:rotateY(180deg)}.servicios__card-front,.servicios__card-back{position:absolute;inset:0;border-radius:8px;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden;box-shadow:0 2px 12px #0000000f}.servicios__card-front{background:#fff;display:flex;flex-direction:column;align-items:center}.servicios__card-back{background:#000;transform:rotateY(180deg);display:flex;align-items:center;justify-content:center;padding:1.5rem}.servicios__card-image{width:100%;height:200px;object-fit:cover}.servicios__card-title{padding:1.25rem;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-branding-hidrogeno);text-align:center;width:100%;box-sizing:border-box}.servicios__card-description{font-size:.95rem;color:#fffffff2;line-height:1.6;margin:0}.proyectos{padding-top:0;padding-bottom:4rem;padding-left:0;padding-right:0;background:var(--color-bg)}.proyectos__hero{position:relative;width:100%;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.proyectos__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.proyectos__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.proyectos__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.proyectos__hero-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.proyectos__hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.proyectos__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.proyectos__header{max-width:var(--max-width);margin:0 auto 2rem;padding:0 1.5rem}.proyectos__title{margin:0 0 1.5rem;line-height:1.3}.proyectos__layout{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:260px 1fr;gap:2rem;align-items:start}@media(max-width:768px){.proyectos__layout{grid-template-columns:1fr}}.proyectos__sidebar{position:sticky;top:calc(72px + 1rem);padding:1.25rem;background:var(--color-bg-alt);border-radius:8px}.proyectos__filter-group{margin-bottom:1.5rem}.proyectos__filter-group:last-child{margin-bottom:0}.proyectos__filter-label{display:block;font-size:.875rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.proyectos__select{width:100%;padding:.5rem .75rem;font-size:.9rem;border:1px solid #ddd;border-radius:4px;background:#fff;color:var(--color-text)}.proyectos__filter-buttons{display:flex;flex-direction:column;gap:.5rem}.proyectos__filter-btn{width:100%;padding:.6rem .75rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;text-align:center;border:1px solid #ddd;border-radius:4px;background:#fff;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition)}.proyectos__filter-btn:hover{border-color:var(--color-branding-tci);color:var(--color-branding-tci);box-shadow:0 2px 8px #c41e3a40}.proyectos__filter-btn--active{background:var(--color-branding-tci);border-color:var(--color-branding-tci);color:#fff;box-shadow:0 2px 8px #c41e3a59}.proyectos__filter-btn--active:hover{background:var(--color-branding-tci-dark);border-color:var(--color-branding-tci-dark);color:#fff;box-shadow:0 2px 10px #c41e3a66}.proyectos__filter-list{list-style:none;padding:0;margin:0}.proyectos__filter-item{margin-bottom:.25rem}.proyectos__checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text);cursor:pointer}.proyectos__checkbox-label input{width:1rem;height:1rem;accent-color:var(--color-branding-hidrogeno)}.proyectos__main{min-width:0}.proyectos__grid{display:flex;flex-direction:column;gap:2rem}.proyectos__empty{color:var(--color-text-muted);text-align:center;padding:2rem}.proyectos__empty--no-results{color:var(--color-branding-tci);font-weight:600}.proyectos__error{color:var(--color-branding-tci)}.proyectos__card-link{text-decoration:none;color:inherit;display:block}.proyectos__card-link:hover .proyectos__card-title{color:var(--color-branding-tci)}.proyectos__card{display:grid;grid-template-columns:1fr;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:box-shadow var(--transition)}.proyectos__card:hover{box-shadow:0 6px 20px #00000014}@media(min-width:640px){.proyectos__card{grid-template-columns:320px 1fr}}.proyectos__card-image-wrap{aspect-ratio:16 / 10;overflow:hidden;background:var(--color-bg-alt)}@media(min-width:640px){.proyectos__card-image-wrap{aspect-ratio:auto;min-height:200px}}.proyectos__card-image{width:100%;height:100%;object-fit:cover;display:block}.proyectos__card-body{padding:1.25rem 1.5rem}.proyectos__card-ubicacion{font-size:.875rem;color:var(--color-branding-tci);font-weight:600;margin:0 0 .5rem}.proyectos__card-title{font-size:1.25rem;font-weight:700;color:var(--color-text);margin:0 0 1rem;line-height:1.3}.proyectos__card-details{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1.5rem;margin:0}.proyectos__card-detail{display:flex;flex-direction:column;gap:.15rem}.proyectos__card-detail dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-weight:600;margin:0}.proyectos__card-detail dd{font-size:.9rem;color:var(--color-text);margin:0}.proyecto-detalle{padding-top:0;padding-bottom:4rem;padding-left:0;padding-right:0;background:var(--color-bg)}.proyecto-detalle__portada{position:relative;width:100%;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.proyecto-detalle__portada-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.proyecto-detalle__portada-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.proyecto-detalle__portada-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.proyecto-detalle__portada-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.proyecto-detalle__portada-title{font-size:clamp(1.25rem,3vw,2rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.proyecto-detalle__portada{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.proyecto-detalle__wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.proyecto-detalle__back{display:inline-block;font-size:.9rem;font-weight:600;color:var(--color-branding-tci);text-decoration:none;margin-bottom:1rem;transition:color var(--transition)}.proyecto-detalle__back:hover{color:var(--color-branding-tci-dark)}.proyecto-detalle__pais{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-branding-tci);margin:0 0 .5rem}.proyecto-detalle__titulo{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem;line-height:1.25}.proyecto-detalle__hero{width:100%;max-height:400px;border-radius:8px;overflow:hidden;background:var(--color-bg-alt);margin-bottom:2rem}.proyecto-detalle__hero-img{width:100%;height:100%;object-fit:cover;display:block}.proyecto-detalle__descripcion{margin-bottom:2rem}.proyecto-detalle__descripcion-titulo{font-size:1.125rem;font-weight:700;color:var(--color-text);margin:0 0 .75rem}.proyecto-detalle__descripcion-texto{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0}.proyecto-detalle__meta{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem 2rem;margin:0 0 2.5rem;padding:2rem 2.5rem;background:var(--color-branding-tci);border-radius:12px;color:#fff}.proyecto-detalle__meta-item{display:flex;flex-direction:column;gap:.35rem;text-align:center}.proyecto-detalle__meta-item dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#ffffffe6;font-weight:600;margin:0}.proyecto-detalle__meta-item dd{font-size:1.125rem;font-weight:700;color:#fff;margin:0}@media(max-width:900px){.proyecto-detalle__meta{grid-template-columns:repeat(2,1fr);padding:1.5rem 1.25rem}}@media(max-width:480px){.proyecto-detalle__meta{grid-template-columns:1fr;gap:1rem}}.proyecto-detalle__cta{text-align:center;padding:2rem;background:var(--color-bg-alt);border-radius:8px}.proyecto-detalle__cta-texto{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0 0 1rem}.proyecto-detalle__cta-btn{display:inline-block;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--color-branding-tci);border:2px solid var(--color-branding-tci);border-radius:4px;text-decoration:none;transition:background var(--transition),color var(--transition),border-color var(--transition)}.proyecto-detalle__cta-btn:hover{background:var(--color-branding-tci-dark);border-color:var(--color-branding-tci-dark);color:#fff}.proyecto-detalle-loading,.proyecto-detalle-error{max-width:var(--max-width);margin:2rem auto;padding:2rem;text-align:center}.proyecto-detalle-loading{color:var(--color-text-muted)}.proyecto-detalle-error{color:var(--color-branding-tci);font-weight:600}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.aboutstory{width:100%;max-width:100%;padding-bottom:var(--section-padding);background:var(--color-bg);box-sizing:border-box}.aboutstory__hero{position:relative;width:100%;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.aboutstory__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.aboutstory__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.aboutstory__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.aboutstory__hero-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.aboutstory__hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.aboutstory__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.aboutstory__container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.aboutstory__sobre{margin-bottom:2rem}.aboutstory__sobre-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1.2fr);gap:2rem;align-items:center;margin-top:0}.aboutstory__sobre-media{display:flex;justify-content:center}.aboutstory__sobre-image-wrap{position:relative;overflow:visible;max-width:420px;width:100%;border-radius:12px;box-shadow:0 10px 30px #0000002e;cursor:none}.aboutstory__sobre-image{width:100%;height:auto;display:block;border-radius:12px;object-fit:cover;vertical-align:middle}.aboutstory__sobre-lens{position:fixed;transform:translate(-50%,-50%);border-radius:50%;border:3px solid #fff;box-shadow:0 4px 20px #00000040;pointer-events:none;z-index:10;overflow:hidden;background-repeat:no-repeat}@media(max-width:768px){.aboutstory__sobre-layout{grid-template-columns:1fr;gap:1.5rem}}.aboutstory__container>.aboutstory__label,.aboutstory__container>.aboutstory__title{text-align:center}.aboutstory__text{margin-bottom:2rem;color:var(--color-text-muted)}.aboutstory__proposal{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0;text-align:center}.aboutstory__proposal-label{font-size:.95rem;margin-bottom:1rem;color:var(--color-text-muted)}.aboutstory__cta{display:inline-block;padding:.75rem 1.5rem;background:var(--color-branding-hidrogeno);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;transition:background var(--transition)}.aboutstory__cta:hover{background:var(--color-branding-hidrogeno-dark);color:#fff}.aboutstory__cta-wrap{display:flex;justify-content:center;margin-top:1rem}.aboutstory__cta--dossier{border-radius:9999px;background:var(--color-branding-hidrogeno);padding:.875rem 1.75rem;font-size:.9rem}.aboutstory__cta--dossier:hover{background:var(--color-branding-hidrogeno-dark);color:#fff}.aboutstory__mission{position:relative;margin-top:3rem;padding:3rem 2rem;border-radius:16px;overflow:hidden;background:radial-gradient(circle at top left,rgba(199,32,39,.08),transparent 55%),radial-gradient(circle at bottom right,rgba(0,102,204,.08),transparent 55%),url(/assets/fondo-mundo-BXTlgY4_.png) center/cover no-repeat}.aboutstory__mission:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#ffffffe6,#ffffffd9,#ffffffe6);pointer-events:none}.aboutstory__mission>.aboutstory__label,.aboutstory__mission>.aboutstory__title{position:relative;z-index:1}.aboutstory__mission-content{position:relative;z-index:1;margin-top:2rem}.aboutstory__mission-text{width:100%;max-width:none}.aboutstory__mission-video-wrap{width:100%;max-width:960px;margin:2rem auto 0;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000002e;background:#000}.aboutstory__mission-video{width:100%;height:100%;display:block}@media(max-width:768px){.aboutstory__mission{padding:2.5rem 1.5rem}}.aboutstory__valores-wrap{padding:2rem;border-radius:16px;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 4px 16px #0000000f,0 2px 6px #0000000a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}.aboutstory__valores-wrap:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a,0 6px 14px #c720271f;border-color:#c7202740;background:#fefafa}.aboutstory__valores-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem;max-width:var(--max-width);margin:2rem auto 0;text-align:center}.aboutstory__valor-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.aboutstory__valor-icon{width:80px;height:80px;object-fit:contain;display:block}.aboutstory__valor-name{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text)}@media(max-width:640px){.aboutstory__valores-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.aboutstory__container--offices{margin-top:3rem}.aboutstory__offices-layout{display:grid;grid-template-columns:320px 1fr;gap:2rem;align-items:start;margin-top:1.5rem}.aboutstory__offices-list{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;background:var(--color-bg-alt);border-radius:12px;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000000f}.aboutstory__office-item{padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.08)}.aboutstory__office-item:last-child{padding-bottom:0;border-bottom:none}.aboutstory__office-pais{display:block;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-branding-tci);margin-bottom:.35rem}.aboutstory__office-direccion{font-size:.9rem;color:var(--color-text-muted);margin:0;line-height:1.5}.aboutstory__map-wrap{border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000000f}.aboutstory__map{width:100%;height:420px;min-height:320px}.aboutstory__map-wrap .leaflet-popup-content-wrapper{border-radius:8px}@media(max-width:900px){.aboutstory__offices-layout{grid-template-columns:1fr}.aboutstory__offices-list{order:2}.aboutstory__map-wrap{order:1}}.aboutstory__container--president{margin-top:3rem}.aboutstory__president-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:start;margin-top:1.5rem}.aboutstory__president-left{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.aboutstory__president-quote{margin:0;padding:1.5rem;background:var(--color-bg-alt);border-radius:8px;font-size:1rem;line-height:1.6;color:var(--color-text-muted);position:relative}.aboutstory__president-quote p{margin:0}.aboutstory__president-quote-marks{font-size:2rem;color:var(--color-branding-tci);font-family:Georgia,serif;line-height:1}.aboutstory__president-photo{width:100%;max-width:280px;height:auto;border-radius:8px;object-fit:cover;display:block;margin-left:auto;margin-right:auto}.aboutstory__president-right .aboutstory__text{margin-bottom:0}.aboutstory__president-signature{margin-top:1.5rem;margin-bottom:0;font-size:1.1rem;color:var(--color-text);text-align:right}@media(max-width:768px){.aboutstory__president-layout{grid-template-columns:1fr}.aboutstory__president-photo{max-width:100%}}.aboutstory__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:var(--max-width);margin:0 auto 2rem}.aboutstory__container--certificaciones{margin-top:3rem}.aboutstory__container--certificaciones .aboutstory__title{margin-bottom:2.5rem}.aboutstory__container--certificaciones .aboutstory__grid--pills{margin-top:1.5rem}.aboutstory__grid--pills{grid-template-columns:repeat(2,minmax(0,646px));justify-content:center;gap:2rem}.aboutstory__grid--pills .aboutstory__card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a,0 2px 6px #0000000f;transition:box-shadow var(--transition)}.aboutstory__grid--pills .aboutstory__card:hover{box-shadow:0 8px 24px #0000001f,0 4px 10px #00000014}.aboutstory__grid--pills .aboutstory__card-image{max-height:323px;object-fit:contain;padding:1.25rem 1.25rem 0}.aboutstory__grid--pills .aboutstory__card-wrap{padding:.75rem 1rem 1rem}.aboutstory__card{background:var(--color-bg-alt);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.aboutstory__card-image{width:100%;height:auto;display:block;object-fit:cover}.aboutstory__card-title{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text);margin:1rem 1rem 0}.aboutstory__card-subtitle{font-size:.85rem;color:var(--color-text-muted);margin:.25rem 1rem 0}.aboutstory__card-description{font-size:.9rem;color:var(--color-text-muted);margin:1rem 1rem 0}.aboutstory__card-cta{display:inline-block;margin:1rem;padding:.5rem 1rem;background:var(--color-branding-tci);color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:4px;transition:background var(--transition)}.aboutstory__card-cta:hover{background:var(--color-branding-tci-dark);color:#fff}.aboutstory__card-wrap{display:flex;justify-content:center;padding:1rem}.aboutstory__card-cta--pill{padding:.5rem 1.25rem;font-size:.8rem;border-radius:9999px;margin:0}@media(max-width:640px){.aboutstory__grid{grid-template-columns:1fr}.aboutstory__grid--pills{grid-template-columns:repeat(2,minmax(0,452px));gap:1rem}}.ingenieria{padding-bottom:var(--section-padding);background:var(--color-bg)}.ingenieria__hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.ingenieria__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.ingenieria__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.ingenieria__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.ingenieria__hero-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.ingenieria__hero-titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.ingenieria__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.ingenieria__wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.ingenieria__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-branding-tci);margin:0 0 .5rem}.ingenieria__label--sub{margin-top:1.5rem;margin-bottom:.25rem}.ingenieria__label--section{margin-top:2.5rem;margin-bottom:.5rem}.ingenieria__titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-text);margin:0 0 .25rem;line-height:1.2}.ingenieria__subtitulo{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem;line-height:1.3}.ingenieria__intro{margin-bottom:2rem}.ingenieria__intro p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 1rem}.ingenieria__intro p:last-child{margin-bottom:0}.ingenieria__seccion-titulo{font-size:clamp(1.125rem,2vw,1.35rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem;line-height:1.4}.ingenieria__lista{list-style:none;padding:0;margin:0}.ingenieria__item{padding:1.5rem 0;border-bottom:1px solid var(--color-bg-alt)}.ingenieria__item:first-child{padding-top:0}.ingenieria__item:last-child{border-bottom:none}.ingenieria__item-texto{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 1rem}.ingenieria__cta{display:inline-block;font-size:.9rem;font-weight:600;color:var(--color-branding-tci);text-decoration:none;transition:color var(--transition)}.ingenieria__cta:hover{color:var(--color-branding-tci-dark)}.consultoria{padding-bottom:var(--section-padding);background:var(--color-bg)}.consultoria__hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.consultoria__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.consultoria__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.consultoria__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.consultoria__hero-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.consultoria__hero-titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.consultoria__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.consultoria__wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.consultoria__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-branding-tci);margin:0 0 .5rem}.consultoria__titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-text);margin:0 0 .25rem;line-height:1.2}.consultoria__tagline{font-size:.95rem;font-weight:600;color:var(--color-text-muted);margin:0 0 1rem}.consultoria__subtitulo{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--color-text);margin:0 0 1rem;line-height:1.3}.consultoria__intro{margin-bottom:2rem}.consultoria__intro p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0}.consultoria__seccion-titulo{font-size:clamp(1rem,2vw,1.2rem);font-weight:700;color:var(--color-text);margin:0 0 1.25rem;line-height:1.4}.consultoria__lista{list-style:none;padding:0;margin:0}.consultoria__item{position:relative;padding-left:1.75rem;padding-bottom:1rem;font-size:1rem;line-height:1.6;color:var(--color-text-muted)}.consultoria__item:before{content:"";position:absolute;left:0;top:.5rem;width:.4rem;height:.4rem;background:var(--color-branding-tci);border-radius:50%}.consultoria__item:last-child{padding-bottom:0}.hidrogeno{padding-bottom:var(--section-padding);background:var(--color-bg)}.hidrogeno__hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.hidrogeno__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hidrogeno__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.hidrogeno__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.hidrogeno__hero-label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.hidrogeno__hero-titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.hidrogeno__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.hidrogeno__wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.hidrogeno__label{font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-branding-tci);margin:0 0 1rem}.hidrogeno__intro{margin-bottom:1.5rem}.hidrogeno__intro p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0}.hidrogeno strong{color:var(--color-branding-hidrogeno)}.hidrogeno__titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem;line-height:1.2}.hidrogeno__futuro{margin-bottom:2rem}.hidrogeno__futuro p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 1rem}.hidrogeno__futuro p:last-child{margin-bottom:0}.hidrogeno__bloques{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}.hidrogeno__bloque{padding:1.25rem;background:var(--color-bg-alt);border-radius:8px;border-left:4px solid var(--color-branding-hidrogeno)}.hidrogeno__bloque-contenido{display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.hidrogeno__bloque-icon-wrap{flex-shrink:0}.hidrogeno__bloque-icon{width:64px;height:64px;object-fit:contain}.hidrogeno__bloque-titulo{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-branding-hidrogeno);margin:0 0 .5rem}.hidrogeno__bloque-texto{font-size:.95rem;line-height:1.5;color:var(--color-text-muted);margin:0}.hidrogeno__quote{font-size:1.25rem;font-weight:700;font-style:italic;color:var(--color-text);text-align:center;margin:0 0 2rem;padding:1rem}.hidrogeno__seccion-titulo{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--color-text);margin:0 0 1rem;line-height:1.3}.hidrogeno__seccion-intro,.hidrogeno__seccion-sub{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 .75rem}.hidrogeno__seccion-sub{font-weight:600;color:var(--color-text)}.hidrogeno__lista{list-style:none;padding:0;margin:0 0 1.5rem}.hidrogeno__item{position:relative;padding-left:1.75rem;padding-bottom:.75rem;font-size:1rem;line-height:1.5;color:var(--color-text-muted)}.hidrogeno__item:before{content:"";position:absolute;left:0;top:.45rem;width:.4rem;height:.4rem;background:var(--color-branding-hidrogeno);border-radius:50%}.hidrogeno__item:last-child{padding-bottom:0}.hidrogeno__cta{display:inline-block;font-size:.95rem;font-weight:600;color:var(--color-branding-tci);text-decoration:none;margin-bottom:2rem;transition:color var(--transition)}.hidrogeno__cta:hover{color:var(--color-branding-tci-dark)}.hidrogeno__cta--estudio{padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-transform:none;letter-spacing:.02em;color:#fff;background:var(--color-branding-hidrogeno);border-radius:9999px;text-decoration:none;transition:background var(--transition)}.hidrogeno__cta--estudio:hover{background:var(--color-branding-hidrogeno-dark);color:#fff}.hidrogeno__wrap .hidrogeno__cta-wrap{text-align:center;margin-bottom:2rem}.hidrogeno__wrap .hidrogeno__cta-wrap .hidrogeno__dosier{margin-bottom:0}.hidrogeno__cita{font-size:1rem;font-style:italic;line-height:1.5;color:var(--color-text-muted);margin:0 0 1.5rem;padding-left:1rem;border-left:3px solid var(--color-branding-hidrogeno)}.hidrogeno__cita cite{display:block;margin-top:.5rem;font-size:.9rem;font-style:normal;color:var(--color-text)}.hidrogeno__dosier{display:inline-block;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--color-branding-hidrogeno);border-radius:9999px;text-decoration:none;margin-bottom:2rem;transition:background var(--transition)}.hidrogeno__dosier:hover{background:var(--color-branding-hidrogeno-dark);color:#fff}.hidrogeno__alianzas-titulo{font-size:1.25rem;font-weight:700;color:var(--color-text);margin:0 0 1.5rem;text-align:center}.hidrogeno__marquee-wrap{overflow:hidden;width:100%;margin-bottom:2rem;padding:.5rem 0}.hidrogeno__marquee{display:flex;align-items:center;gap:2.5rem;width:max-content;animation:hidrogeno-marquee 40s linear infinite}.hidrogeno__marquee-link{flex-shrink:0;display:block;line-height:0}.hidrogeno__marquee-img{flex-shrink:0;height:120px;width:auto;max-width:320px;object-fit:contain;filter:grayscale(1);opacity:.85;transition:filter var(--transition),opacity var(--transition)}.hidrogeno__marquee-link:hover .hidrogeno__marquee-img,.hidrogeno__marquee-img:hover{filter:grayscale(0);opacity:1}@keyframes hidrogeno-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hidrogeno__proyectos-cta{padding:2rem;background:var(--color-bg);border-radius:8px;text-align:center}.hidrogeno__proyectos-titulo{font-size:1.125rem;font-weight:700;color:var(--color-text);margin:0 0 1rem}.hidrogeno__proyectos-btn{display:inline-block;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--color-branding-hidrogeno);border-radius:9999px;text-decoration:none;transition:background var(--transition)}.hidrogeno__proyectos-btn:hover{background:var(--color-branding-hidrogeno-dark);color:#fff}.hidrogeno__autoelectrico-wrap{margin-top:2rem;display:flex;justify-content:center;animation:hidrogeno-float 4s ease-in-out infinite}.hidrogeno__autoelectrico{width:100%;max-width:520px;height:auto;display:block}@keyframes hidrogeno-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.eolica{padding-bottom:var(--section-padding);background:var(--color-bg)}.eolica__hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.eolica__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.eolica__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.eolica__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.eolica__hero-label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.eolica__hero-titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.eolica__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.eolica__wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.eolica__label{font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-branding-tci);margin:0 0 1rem}.eolica__intro{margin-bottom:1.5rem}.eolica__intro p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0}.eolica__tagline{font-size:1rem;font-weight:600;color:var(--color-text);margin:0 0 .5rem}.eolica__titulo{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem;line-height:1.3}.eolica__beneficios{list-style:none;padding:0;margin:0 0 2rem;display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.eolica__beneficios{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.eolica__beneficios{grid-template-columns:repeat(3,1fr)}}.eolica__beneficio{position:relative;padding:1.25rem 1.25rem 1.25rem 3rem;background:var(--color-bg-alt);border-radius:8px;font-size:.95rem;font-weight:600;line-height:1.4;color:var(--color-text)}.eolica__beneficio:before{content:"";position:absolute;left:1rem;top:1.35rem;width:.5rem;height:.5rem;background:var(--color-branding-tci);border-radius:50%}.eolica__cta{padding:2rem;background:var(--color-bg-alt);border-radius:8px;text-align:center}.eolica__cta-titulo{font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text);margin:0 0 1rem}.eolica__cta-btn{display:inline-block;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--color-branding-tci);border-radius:4px;text-decoration:none;transition:background var(--transition)}.eolica__cta-btn:hover{background:var(--color-branding-tci-dark);color:#fff}.eolica__aerogeneradores-wrap{margin-top:2rem;display:flex;justify-content:center;animation:eolica-float 4s ease-in-out infinite}.eolica__aerogeneradores{width:100%;max-width:480px;height:auto;display:block}@keyframes eolica-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.solar{padding-bottom:var(--section-padding);background:var(--color-bg)}.solar__hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.solar__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.solar__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.solar__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.solar__hero-label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.solar__hero-titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.solar__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.solar__wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.solar__titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-branding-tci);margin:0 0 1rem;line-height:1.2}.solar__intro{margin-bottom:2rem}.solar__intro p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0}.solar__label{font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text);margin:0 0 .5rem}.solar__experiencia-titulo{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem;line-height:1.2}.solar__stats{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}@media(min-width:640px){.solar__stats{grid-template-columns:repeat(3,1fr)}}.solar__stat{padding:1.5rem;background:var(--color-bg-alt);border-radius:8px;text-align:center;border-left:4px solid var(--color-branding-tci)}.solar__stat-numero{display:block;font-size:1.75rem;font-weight:700;color:var(--color-branding-tci);margin-bottom:.5rem}.solar__stat-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted)}.solar__seccion-titulo{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--color-text);margin:0 0 1.25rem;line-height:1.3}.solar__beneficios{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}@media(min-width:640px){.solar__beneficios{grid-template-columns:repeat(3,1fr)}}.solar__beneficio{padding:1.25rem;background:var(--color-bg-alt);border-radius:8px}.solar__beneficio-sub{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-branding-tci);margin:0 0 .5rem}.solar__beneficio-titulo{font-size:1rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem;line-height:1.3}.solar__beneficio-texto{font-size:.95rem;line-height:1.5;color:var(--color-text-muted);margin:0}.solar__trabajamos-intro{margin-bottom:1.5rem}.solar__trabajamos-intro p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0}.solar__paneles{list-style:none;padding:0;margin:0 0 2rem}.solar__panel{padding:1.25rem 0;border-bottom:1px solid var(--color-bg-alt)}.solar__panel:first-child{padding-top:0}.solar__panel:last-child{border-bottom:none}.solar__panel-titulo{font-size:1rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem;line-height:1.3}.solar__panel-texto{font-size:.95rem;line-height:1.5;color:var(--color-text-muted);margin:0}.solar__cta{padding:2rem;background:var(--color-bg-alt);border-radius:8px;text-align:center}.solar__cta-titulo{font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text);margin:0 0 1rem}.solar__cta-btn{display:inline-block;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--color-branding-tci);border-radius:9999px;text-decoration:none;transition:background var(--transition)}.solar__cta-btn:hover{background:var(--color-branding-tci-dark);color:#fff}.solar__fotovoltaico-wrap{margin-top:2rem;display:flex;justify-content:center;animation:solar-float 4s ease-in-out infinite}.solar__fotovoltaico{width:100%;max-width:520px;height:auto;display:block}@keyframes solar-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.privacy{padding-top:0;padding-bottom:4rem;padding-left:0;padding-right:0;background:var(--color-bg)}.privacy__hero{position:relative;width:100%;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.privacy__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.privacy__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.privacy__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.privacy__hero-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.privacy__hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.privacy__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.privacy__wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.privacy__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-branding-tci);margin:0 0 .5rem}.privacy__titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-text);margin:0 0 2rem;line-height:1.2}.privacy__section{margin-bottom:2rem}.privacy__section-titulo{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;color:var(--color-text);margin:0 0 1rem;line-height:1.3}.privacy__section p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 1rem}.privacy__section p:last-child{margin-bottom:0}.privacy__section a{color:var(--color-branding-tci);text-decoration:none}.privacy__section a:hover{text-decoration:underline}.cookies{padding-top:0;padding-bottom:4rem;padding-left:0;padding-right:0;background:var(--color-bg)}.cookies__hero{position:relative;width:100%;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.cookies__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.cookies__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.cookies__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.cookies__hero-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.cookies__hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.cookies__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.cookies__wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.cookies__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-branding-tci);margin:0 0 .5rem}.cookies__titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-text);margin:0 0 2rem;line-height:1.2}.cookies__section{margin-bottom:2rem}.cookies__section-titulo{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;color:var(--color-text);margin:0 0 1rem;line-height:1.3}.cookies__section p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 1rem}.cookies__section p:last-child{margin-bottom:0}.cookies__section a{color:var(--color-branding-tci);text-decoration:none}.cookies__section a:hover{text-decoration:underline}.cookies__lista{margin:.5rem 0 1rem 1.5rem;padding:0;list-style:disc}.cookies__lista li{margin-bottom:.5rem;font-size:1rem;line-height:1.5;color:var(--color-text-muted)}.cookies__lista a{color:var(--color-branding-tci)}.politica-gestion{padding-top:0;padding-bottom:4rem;padding-left:0;padding-right:0;background:var(--color-bg)}.politica-gestion__hero{position:relative;width:100%;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.politica-gestion__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.politica-gestion__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.politica-gestion__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.politica-gestion__hero-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.politica-gestion__hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.politica-gestion__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.politica-gestion__wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.politica-gestion__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-branding-tci);margin:0 0 .5rem}.politica-gestion__titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-text);margin:0 0 2rem;line-height:1.2}.politica-gestion__section{margin-bottom:2rem}.politica-gestion__section-titulo{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;color:var(--color-text);margin:0 0 1rem;line-height:1.3}.politica-gestion__section p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 1rem}.politica-gestion__section p:last-child{margin-bottom:0}.politica-gestion__section a{color:var(--color-branding-tci);text-decoration:none}.politica-gestion__section a:hover{text-decoration:underline}.politica-gestion__container{max-width:var(--max-width);margin:0 auto 3rem;padding:0 1.5rem}.politica-gestion__container .politica-gestion__label{margin-bottom:.5rem}.politica-gestion__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem}.politica-gestion__grid{display:grid;gap:1.5rem;align-items:stretch}.politica-gestion__grid--2{grid-template-columns:repeat(2,1fr)}.politica-gestion__container--politicas .politica-gestion__card{max-width:420px;margin:0 auto}.politica-gestion__container--politicas .politica-gestion__card-image-wrap{height:270px;padding:.5rem}.politica-gestion__container--politicas .politica-gestion__card-body{padding:.5rem .5rem .75rem}.politica-gestion__container--politicas .politica-gestion__card-title{margin:0 0 .5rem}.politica-gestion__card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #00000014}.politica-gestion__card-image-wrap{width:100%;height:220px;background:var(--color-bg-alt);display:flex;align-items:center;justify-content:center;overflow:hidden}.politica-gestion__card-image{width:100%;height:100%;object-fit:cover;display:block}.politica-gestion__card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.politica-gestion__card-title{font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--color-text);margin:0 0 1rem;line-height:1.3}.politica-gestion__card-download{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text);text-decoration:none;margin-top:auto;transition:color var(--transition)}.politica-gestion__card-download:hover{color:var(--color-branding-tci)}.politica-gestion__card-doc-icon{flex-shrink:0;color:var(--color-branding-tci)}.politica-gestion__container--certificaciones .politica-gestion__card{max-width:420px;margin:0 auto}.politica-gestion__container--certificaciones .politica-gestion__card-image-wrap{height:270px;padding:.5rem}.politica-gestion__container--certificaciones .politica-gestion__card-image{width:auto;max-width:100%;max-height:100%;object-fit:contain}.politica-gestion__container--certificaciones .politica-gestion__card-body{padding:.5rem .5rem .75rem}.politica-gestion__container--certificaciones .politica-gestion__card-title{margin:0 0 .5rem}@media(max-width:768px){.politica-gestion__grid--2{grid-template-columns:1fr}.politica-gestion__container--politicas .politica-gestion__card-image-wrap{height:225px}.politica-gestion__container--certificaciones .politica-gestion__card-image-wrap{height:225px;padding:.5rem}}.contacto{padding-top:0;padding-bottom:4rem;padding-left:0;padding-right:0;background:var(--color-bg)}.contacto__hero{position:relative;width:100%;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.contacto__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.contacto__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.contacto__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.contacto__hero-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.contacto__hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.contacto__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.contacto__wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.contacto__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-branding-tci);margin:0 0 .5rem}.contacto__titulo{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-text);margin:0 0 1rem;line-height:1.2}.contacto__cta-inicio{display:inline-block;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--color-branding-tci);border-radius:9999px;text-decoration:none;margin-bottom:2rem;transition:background var(--transition)}.contacto__cta-inicio:hover{background:var(--color-branding-tci-dark);color:#fff}.contacto__seccion-titulo{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--color-text);margin:0 0 1rem;line-height:1.3}.contacto__intro{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 2rem}.contacto__intro a{color:var(--color-branding-tci);text-decoration:none}.contacto__intro a:hover{text-decoration:underline}.contacto__oficinas{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}@media(min-width:640px){.contacto__oficinas{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.contacto__oficinas{grid-template-columns:repeat(4,1fr)}}.contacto__oficina{padding:1.25rem;background:var(--color-bg-alt);border-radius:8px;border-left:4px solid var(--color-branding-tci)}.contacto__oficina-pais{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text);margin:0 0 .5rem}.contacto__oficina-direccion{font-size:.9rem;line-height:1.4;color:var(--color-text-muted);margin:0 0 .5rem}.contacto__oficina-tels{display:flex;flex-direction:column;gap:.25rem}.contacto__oficina-tel,.contacto__oficina-email{display:block;font-size:.9rem;color:var(--color-branding-tci);text-decoration:none;margin-bottom:.25rem;transition:color var(--transition)}.contacto__oficina-tel:hover,.contacto__oficina-email:hover{color:var(--color-branding-tci-dark)}.contacto__form-section{padding:2rem 0;border-top:1px solid #e0e0e0}.contacto__form-wrap{max-width:560px;padding:2rem;background:var(--color-bg-alt);border-radius:8px;box-shadow:0 2px 12px #0000000f}.contacto__form-titulo{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem}.contacto__form{display:flex;flex-direction:column;gap:1.25rem}.contacto__form-group{display:flex;flex-direction:column;gap:.35rem}.contacto__form-label{font-size:.875rem;font-weight:600;color:var(--color-text)}.contacto__form-input,.contacto__form-textarea{padding:.6rem .75rem;font-size:1rem;font-family:inherit;border:1px solid #ddd;border-radius:4px;background:#fff;color:var(--color-text);transition:border-color var(--transition)}.contacto__form-input:focus,.contacto__form-textarea:focus{outline:none;border-color:var(--color-branding-tci)}.contacto__form-textarea{resize:vertical;min-height:120px}.contacto__form-group--checkbox{flex-direction:row;align-items:flex-start}.contacto__form-checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:var(--color-text-muted);cursor:pointer;font-weight:400}.contacto__form-checkbox-label a{color:var(--color-branding-tci);text-decoration:none}.contacto__form-checkbox-label a:hover{text-decoration:underline}.contacto__form-checkbox{margin-top:.2rem;width:1.125rem;height:1.125rem;accent-color:var(--color-branding-tci);flex-shrink:0}.contacto__form-submit{align-self:flex-start;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--color-branding-tci);border:none;border-radius:9999px;cursor:pointer;transition:background var(--transition)}.contacto__form-submit:hover{background:var(--color-branding-tci-dark)}.trabaja__file-input{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.trabaja__file-btn{display:inline-block;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-transform:none;letter-spacing:.02em;color:#fff;background:#37474f;border:none;border-radius:4px;cursor:pointer;transition:background var(--transition)}.trabaja__file-btn:hover{background:#263238}.trabaja__file-name{font-size:.9rem;color:var(--color-text-muted);margin:.5rem 0 0}.contacto__form-input--select{appearance:auto;cursor:pointer}.blog{padding-top:0;padding-bottom:4rem;padding-left:0;padding-right:0;background:var(--color-bg-alt)}.blog__hero{position:relative;width:100%;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.blog__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.blog__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.blog__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.blog__hero-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.blog__hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.blog__hero{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.blog__header{max-width:var(--max-width);margin:0 auto 2rem;padding:0 1.5rem;text-align:center}.blog__title{margin:0 0 1.5rem}.blog__layout{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:768px){.blog__layout{grid-template-columns:280px 1fr}}.blog__sidebar{position:sticky;top:calc(72px + 1rem);padding:1.25rem;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000f}.blog__sidebar-group{margin-bottom:1.5rem}.blog__sidebar-group:last-child{margin-bottom:0}.blog__sidebar-label{display:block;font-size:.875rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.blog__sidebar-input{width:100%;padding:.5rem .75rem;font-size:.95rem;border:1px solid #ddd;border-radius:4px;font-family:inherit}.blog__sidebar-input:focus{outline:none;border-color:var(--color-branding-tci)}.blog__sidebar-title{font-size:.95rem;font-weight:700;color:var(--color-text);margin:0 0 .75rem}.blog__sidebar-list{list-style:none;padding:0;margin:0}.blog__sidebar-item{margin-bottom:.5rem}.blog__sidebar-cm-button{margin-top:1rem;width:100%;padding:.5rem .75rem;border-radius:999px;border:none;background:var(--color-branding-tci);color:#fff;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.blog__sidebar-cm-button:hover{background:var(--color-branding-tci-dark)}.blog__sidebar-link{font-size:.9rem;color:var(--color-text-muted);text-decoration:none;line-height:1.4;display:block;transition:color var(--transition)}.blog__sidebar-link:hover{color:var(--color-branding-tci)}.blog__main{min-width:0}.blog__empty{text-align:center;padding:2rem;color:var(--color-text-muted)}.blog__error{color:var(--color-branding-tci);font-weight:600}.blog__list{display:flex;flex-direction:column;gap:1.5rem}.blog__card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 12px #0000000f;transition:box-shadow var(--transition)}.blog__card:hover{box-shadow:0 8px 24px #0000001a}.blog__card-title{font-size:1.15rem;font-weight:600;color:var(--color-text);margin:0 0 .5rem;line-height:1.3}.blog__card-title-link{color:inherit;text-decoration:none;transition:color var(--transition)}.blog__card-title-link:hover{color:var(--color-branding-tci)}.blog__card-meta{font-size:.875rem;color:var(--color-text-muted);margin:0 0 .75rem}.blog__card-resumen{font-size:.95rem;color:var(--color-text-muted);line-height:1.6;margin:0 0 1rem}.blog__card-link{display:inline-block;font-size:.9rem;font-weight:600;color:var(--color-branding-tci);text-decoration:none;transition:color var(--transition)}.blog__card-link:hover{color:var(--color-branding-tci-dark)}.blog-detail{padding-top:0;padding-bottom:4rem;padding-left:0;padding-right:0;background:var(--color-bg)}.blog-detail__portada{position:relative;width:100%;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:calc(44px + 2rem) 1.5rem 2rem;margin-bottom:2rem}.blog-detail__portada-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.blog-detail__portada-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.blog-detail__portada-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto}.blog-detail__portada-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;margin:0 0 .5rem}.blog-detail__portada-title{font-size:clamp(1.25rem,3vw,2rem);font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:640px){.blog-detail__portada{min-height:40vh;padding:calc(44px + 1.5rem) 1rem 1.5rem;margin-bottom:1.5rem}}.blog-detail__wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.blog-detail__back{display:inline-block;font-size:.9rem;font-weight:600;color:var(--color-branding-tci);text-decoration:none;margin-bottom:1rem;transition:color var(--transition)}.blog-detail__back:hover{color:var(--color-branding-tci-dark)}.blog-detail__header{margin-bottom:1.5rem}.blog-detail__titulo{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--color-text);margin:0 0 .5rem;line-height:1.25}.blog-detail__meta{font-size:.95rem;color:var(--color-text-muted);margin:0}.blog-detail__imagen-wrap{width:100%;max-height:400px;border-radius:8px;overflow:hidden;background:var(--color-bg-alt);margin-bottom:1.5rem}.blog-detail__imagen{width:100%;height:100%;object-fit:cover;display:block}.blog-detail__contenido{font-size:1rem;line-height:1.7;color:var(--color-text-muted)}.blog-detail__contenido p{margin:0 0 1rem}.blog-detail__contenido p:last-child{margin-bottom:0}.blog-detail-loading,.blog-detail-error{max-width:var(--max-width);margin:2rem auto;padding:2rem;text-align:center}.blog-detail-loading{color:var(--color-text-muted)}.blog-detail-error{color:var(--color-branding-tci);font-weight:600}.login-page{background-color:#a41f24;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.login-card{background-color:#fff;padding:40px 30px;border-radius:10px;text-align:center;width:100%;max-width:400px;box-shadow:0 0 15px #0003;box-sizing:border-box}.login-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.login-logo img{width:120px;height:auto;object-fit:contain}.login-title{margin-bottom:25px;font-size:1.5rem;font-weight:700;color:#a41f24;text-align:center}.login-form{display:flex;flex-direction:column;gap:0}.login-form label{display:block;text-align:left;font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.login-form input{width:100%;padding:12px;margin:10px 0;font-size:16px;font-family:inherit;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;color:#1a1a1a;background:#fff}.login-form input::placeholder{color:transparent}.login-form input:focus{outline:none;border-color:#a41f24;box-shadow:0 0 0 2px #a41f2433}.login-submit{width:100%;padding:12px;margin-top:10px;background-color:#a41f24;color:#fff;border:none;font-size:16px;font-family:inherit;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .3s ease;box-sizing:border-box}.login-submit:hover{background-color:#88191d}.login-submit:disabled{opacity:.7;cursor:not-allowed}.login-error{font-size:.875rem;color:#a41f24;text-align:center;margin-top:.5rem}.usuario-page{min-height:100vh;background-color:#e8e8e8;padding:2rem 1.5rem}.usuario-page.embedded{min-height:auto;padding:0;background:transparent}.usuario-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:1.5rem 2rem;max-width:1100px;margin:0 auto}.usuario-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.25rem}.usuario-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem}.usuario-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .2s ease,transform .1s ease;box-shadow:0 1px 4px #0000001f}.usuario-btn:hover{opacity:.9}.usuario-btn:active{transform:scale(.98)}.usuario-btn--add{background:#2563eb;color:#fff}.usuario-btn--secondary{background:#64748b;color:#fff}.usuario-btn--pdf{background:#94a3b8;color:#fff}.usuario-btn--export{background:#334155;color:#fff}.usuario-search{display:flex;align-items:center;gap:0;margin-left:auto}.usuario-search input{padding:.5rem 1rem;border:1px solid #cbd5e1;border-right:none;border-radius:8px 0 0 8px;font-size:.875rem;width:220px;font-family:inherit}.usuario-search input::placeholder{color:#94a3b8}.usuario-search input:focus{outline:none;border-color:#2563eb}.usuario-search .usuario-btn{border-radius:0 8px 8px 0;background:#2563eb;color:#fff}.usuario-table-wrap{overflow-x:auto;margin-bottom:1rem}.usuario-table{width:100%;border-collapse:collapse;font-size:.875rem}.usuario-table th,.usuario-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.usuario-table th{background:#f1f5f9;font-weight:700;color:#1a1a1a}.usuario-table tbody tr:hover{background:#f8fafc}.usuario-table tbody tr.selected{background:#eff6ff}.usuario-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem}.usuario-pagination button{min-width:36px;height:36px;padding:0;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.875rem;font-weight:600;color:#334155;cursor:pointer;transition:background .2s,border-color .2s}.usuario-pagination button:hover{background:#f1f5f9;border-color:#cbd5e1}.usuario-pagination button.active{background:#2563eb;border-color:#2563eb;color:#fff}.usuario-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.usuario-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000040;width:100%;max-width:440px;padding:1.75rem 2rem}.usuario-modal-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;text-align:center}.usuario-modal .usuario-form-group{margin-bottom:1rem}.usuario-modal .usuario-form-group label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.35rem}.usuario-modal .usuario-form-group input,.usuario-modal .usuario-form-group select{width:100%;padding:.6rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9375rem;font-family:inherit;color:#1a1a1a;background:#fff;box-sizing:border-box}.usuario-modal .usuario-form-group input:focus,.usuario-modal .usuario-form-group select:focus{outline:none;border-color:#2563eb}.usuario-modal .usuario-form-group select{cursor:pointer;appearance:auto}.usuario-modal-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.usuario-modal-actions .usuario-btn--register{background:#16a34a;color:#fff;padding:.6rem 1.5rem}.usuario-modal-actions .usuario-btn--cancel{background:#475569;color:#fff;padding:.6rem 1.5rem}.persona-field-row{display:flex;gap:.5rem;align-items:center}.persona-field-row input,.persona-field-row select{flex:1}.persona-field-row .usuario-btn{flex-shrink:0;padding:.5rem .75rem;font-size:.8125rem}.blog-page{min-height:100vh;background-color:#e8e8e8;padding:2rem 1.5rem}.blog-page.embedded{min-height:auto;padding:0;background:transparent}.blog-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:1.5rem 2rem;max-width:1100px;margin:0 auto}.blog-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.25rem}.blog-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem}.blog-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .2s ease,transform .1s ease;box-shadow:0 1px 4px #0000001f}.blog-btn:hover{opacity:.9}.blog-btn:active{transform:scale(.98)}.blog-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.blog-btn:disabled:hover{opacity:.5}.blog-btn--add{background:#2563eb;color:#fff}.blog-btn--secondary{background:#64748b;color:#fff}.blog-btn--pdf{background:#94a3b8;color:#fff}.blog-btn--export{background:#334155;color:#fff}.blog-search{display:flex;align-items:center;gap:0;margin-left:auto}.blog-search input{padding:.5rem 1rem;border:1px solid #cbd5e1;border-right:none;border-radius:8px 0 0 8px;font-size:.875rem;width:220px;font-family:inherit}.blog-search input:focus{outline:none;border-color:#2563eb}.blog-search .blog-btn{border-radius:0 8px 8px 0;background:#2563eb;color:#fff}.blog-table-wrap{overflow-x:auto;margin-bottom:1rem}.blog-table{width:100%;border-collapse:collapse;font-size:.875rem}.blog-table th,.blog-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.blog-table th{background:#f1f5f9;font-weight:700;color:#1a1a1a}.blog-table tbody tr:hover{background:#f8fafc}.blog-table tbody tr.selected{background:#eff6ff}.blog-table .contenido-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem}.blog-pagination button{min-width:36px;height:36px;padding:0;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.875rem;font-weight:600;color:#334155;cursor:pointer;transition:background .2s,border-color .2s}.blog-pagination button:hover{background:#f1f5f9;border-color:#cbd5e1}.blog-pagination button.active{background:#2563eb;border-color:#2563eb;color:#fff}.blog-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.blog-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000040;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:1.75rem 2rem}.blog-modal-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;text-align:center}.blog-modal .blog-form-group{margin-bottom:1rem}.blog-modal .blog-form-group label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.35rem}.blog-modal .blog-form-group input,.blog-modal .blog-form-group select,.blog-modal .blog-form-group textarea{width:100%;padding:.6rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9375rem;font-family:inherit;color:#1a1a1a;background:#fff;box-sizing:border-box}.blog-modal .blog-form-group textarea{min-height:100px;resize:vertical}.blog-modal .blog-form-group input:focus,.blog-modal .blog-form-group select:focus,.blog-modal .blog-form-group textarea:focus{outline:none;border-color:#2563eb}.blog-modal .blog-form-group input[type=file]{padding:.5rem 0;border:none}.blog-modal .blog-form-group .foto-preview{margin-top:.5rem;max-height:120px;max-width:100%;border-radius:8px;object-fit:cover;border:1px solid #e2e8f0}.blog-table .foto-thumb{width:56px;height:56px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0;vertical-align:middle}.blog-table .foto-cell{width:72px}.blog-modal-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.blog-modal-actions .blog-btn--register{background:#16a34a;color:#fff;padding:.6rem 1.5rem}.blog-modal-actions .blog-btn--cancel{background:#475569;color:#fff;padding:.6rem 1.5rem}.blog-modal--view .blog-view-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;margin-bottom:1rem}.blog-modal--view .blog-form-group{margin-bottom:0}.blog-form-group--full{grid-column:1 / -1}.blog-view-value{margin:0;font-size:.9375rem;color:#1a1a1a;min-height:1.5em}.proyecto-page{min-height:100vh;background-color:#e8e8e8;padding:2rem 1.5rem}.proyecto-page.embedded{min-height:auto;padding:0;background:transparent}.proyecto-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:1.5rem 2rem;max-width:1200px;margin:0 auto}.proyecto-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.25rem}.proyecto-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem}.proyecto-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .2s ease,transform .1s ease;box-shadow:0 1px 4px #0000001f}.proyecto-btn:hover{opacity:.9}.proyecto-btn:active{transform:scale(.98)}.proyecto-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.proyecto-btn:disabled:hover{opacity:.5}.proyecto-btn--add{background:#2563eb;color:#fff}.proyecto-btn--secondary{background:#64748b;color:#fff}.proyecto-btn--pdf{background:#94a3b8;color:#fff}.proyecto-btn--export{background:#334155;color:#fff}.proyecto-search{display:flex;align-items:center;gap:0;margin-left:auto}.proyecto-search input{padding:.5rem 1rem;border:1px solid #cbd5e1;border-right:none;border-radius:8px 0 0 8px;font-size:.875rem;width:220px;font-family:inherit}.proyecto-search input:focus{outline:none;border-color:#2563eb}.proyecto-search .proyecto-btn{border-radius:0 8px 8px 0;background:#2563eb;color:#fff}.proyecto-table-wrap{overflow-x:auto;margin-bottom:1rem}.proyecto-table{width:100%;border-collapse:collapse;font-size:.875rem}.proyecto-table th,.proyecto-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.proyecto-table th{background:#f1f5f9;font-weight:700;color:#1a1a1a}.proyecto-table tbody tr:hover{background:#f8fafc}.proyecto-table tbody tr.selected{background:#eff6ff}.proyecto-table .desc-cell{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proyecto-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem}.proyecto-pagination button{min-width:36px;height:36px;padding:0;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.875rem;font-weight:600;color:#334155;cursor:pointer;transition:background .2s,border-color .2s}.proyecto-pagination button:hover{background:#f1f5f9;border-color:#cbd5e1}.proyecto-pagination button.active{background:#2563eb;border-color:#2563eb;color:#fff}.proyecto-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.proyecto-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000040;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;padding:1.75rem 2rem}.proyecto-modal-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;text-align:center}.proyecto-modal .proyecto-form-group{margin-bottom:1rem}.proyecto-modal .proyecto-form-group label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.35rem}.proyecto-modal .proyecto-form-group input,.proyecto-modal .proyecto-form-group select,.proyecto-modal .proyecto-form-group textarea{width:100%;padding:.6rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9375rem;font-family:inherit;color:#1a1a1a;background:#fff;box-sizing:border-box}.proyecto-modal .proyecto-form-group textarea{min-height:80px;resize:vertical}.proyecto-modal .proyecto-form-group input:focus,.proyecto-modal .proyecto-form-group select:focus,.proyecto-modal .proyecto-form-group input[type=file]{padding:.5rem 0;border:none}.proyecto-modal .proyecto-form-group .foto-preview{margin-top:.5rem;max-height:120px;max-width:100%;border-radius:8px;object-fit:cover;border:1px solid #e2e8f0}.proyecto-table .foto-thumb{width:56px;height:56px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0;vertical-align:middle}.proyecto-table .foto-cell{width:72px}.proyecto-modal .tipos-checkbox-group{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.proyecto-modal .tipos-checkbox-group label{display:inline-flex;align-items:center;gap:.4rem;font-weight:500;cursor:pointer;margin-bottom:0}.proyecto-modal-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.proyecto-modal-actions .proyecto-btn--register{background:#16a34a;color:#fff;padding:.6rem 1.5rem}.proyecto-modal-actions .proyecto-btn--cancel{background:#475569;color:#fff;padding:.6rem 1.5rem}.proyecto-modal--view .proyecto-view-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;margin-bottom:1rem}.proyecto-modal--view .proyecto-form-group{margin-bottom:0}.proyecto-view-value{margin:0;font-size:.9375rem;color:#1a1a1a;min-height:1.5em}.proyecto-modal--view .proyecto-form-group:first-child{grid-column:1 / -1}.menu-admin-page{min-height:100vh;background-color:#e8e8e8;padding:0 1.5rem 2rem}.menu-admin-tabs{display:flex;gap:0;border-bottom:1px solid #e2e8f0;background:#fff;padding:0 2rem;margin:0 -1.5rem;box-shadow:0 1px 3px #0000000f}.menu-admin-tab{padding:1rem 1.25rem;font-size:.9375rem;font-weight:500;color:#64748b;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-1px;font-family:inherit;cursor:pointer;transition:color .2s ease,border-color .2s ease}.menu-admin-tab:hover{color:#334155}.menu-admin-tab.active{color:#9e1830;border-bottom-color:#9e1830}.menu-admin-content{padding-top:1.5rem;max-width:1100px;margin:0 auto}.menu-admin-placeholder{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:3rem 2rem;text-align:center;color:#64748b;font-size:1rem}.menu-admin-placeholder strong{display:block;color:#334155;margin-bottom:.5rem;font-size:1.125rem}
