.navbar{z-index:100;background:var(--surface);transition:background .3s,box-shadow .3s;position:sticky;top:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);background:#f6faffeb;box-shadow:0 1px #c2c6d44d}.navbar__inner{justify-content:space-between;align-items:center;max-width:1360px;margin:0 auto;padding:1.25rem 2rem;display:flex}.navbar__brand{align-items:center;gap:.6rem;text-decoration:none;display:flex}.navbar__logo-icon{background:var(--primary);color:var(--on-primary);justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;display:flex}.navbar__logo-icon-img{object-fit:contain;width:auto;height:40px}.navbar__logo-text{font-family:var(--font-headline);letter-spacing:-.04em;color:var(--on-surface);font-size:1.35rem;font-weight:900}.navbar__links{align-items:center;gap:2rem;display:flex}.navbar__link{font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.01em;color:var(--on-surface);opacity:.7;border-bottom:2px solid #0000;padding-bottom:4px;font-size:.8rem;font-weight:700;text-decoration:none;transition:color .2s,opacity .2s}.navbar__link:hover{color:var(--primary);opacity:1}.navbar__link--active{color:var(--primary);opacity:1;border-bottom-color:var(--primary)}.navbar__cta{background:var(--primary);color:var(--on-primary);font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.12em;padding:.75rem 1.5rem;font-size:.7rem;font-weight:700;text-decoration:none;transition:background .3s;display:inline-block}.navbar__cta:hover{background:var(--primary-container)}.navbar__hamburger{color:var(--on-surface);background:0 0;border:none;padding:.5rem;display:none}.navbar__mobile{background:var(--surface);flex-direction:column;padding:1rem 2rem 2rem;display:flex;overflow:hidden}.navbar__mobile-link{font-family:var(--font-headline);text-transform:uppercase;color:var(--on-surface);opacity:.7;border-bottom:1px solid var(--outline-variant);padding:1rem 0;font-size:.85rem;font-weight:700;text-decoration:none;transition:color .2s,opacity .2s}.navbar__mobile-link:hover,.navbar__mobile-link--active{color:var(--primary);opacity:1}.navbar__mobile-cta{background:var(--primary);color:var(--on-primary);font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.12em;text-align:center;margin-top:1rem;padding:1rem 2rem;font-size:.75rem;font-weight:700;text-decoration:none;display:block}@media (width<=900px){.navbar__links,.navbar__cta{display:none}.navbar__hamburger{display:block}}.footer{background:var(--on-surface);color:var(--surface);padding:4rem 0}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1360px;margin:0 auto;padding:0 3rem;display:flex}.footer__brand-col{flex-direction:column;gap:1.25rem;display:flex}.footer__brand{align-items:center;gap:.5rem;display:flex}.footer__logo-icon{background:var(--primary);justify-content:center;align-items:center;width:32px;height:32px;display:flex}.footer__logo-text{font-family:var(--font-headline);color:var(--surface);font-size:1.25rem;font-weight:900}.footer__legal{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:var(--surface);opacity:.5;max-width:280px;font-size:.65rem;line-height:1.8}.footer__nav{flex-wrap:wrap;gap:2rem;display:flex}.footer__link{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:var(--surface);opacity:.5;font-size:.7rem;text-decoration:none;transition:opacity .2s,color .2s}.footer__link:hover{opacity:1;color:var(--primary)}.footer__link--active{color:var(--primary);opacity:1;font-weight:700}.footer__icons{gap:.75rem;display:flex}.footer__icon-btn{width:40px;height:40px;color:var(--surface);border:1px solid #f6faff26;justify-content:center;align-items:center;text-decoration:none;transition:border-color .3s,background .3s;display:flex}.footer__icon-btn:hover{border-color:var(--primary);background:var(--primary)}@media (width<=768px){.footer__inner{text-align:center;flex-direction:column;align-items:center;padding:0 1.5rem}.footer__brand-col{align-items:center}.footer__nav{justify-content:center}}.section-header{margin-bottom:3.5rem}.section-title{text-transform:uppercase;letter-spacing:-.03em;color:var(--on-surface);margin-bottom:1rem;font-size:1.85rem;font-weight:900}.section-bar{background:var(--primary);width:6rem;height:5px}.btn{font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.1em;text-align:center;padding:1.15rem 2.5rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .3s,color .3s,transform .2s;display:inline-block}.btn:active{transform:scale(.97)}.btn--primary{background:var(--primary);color:var(--on-primary)}.btn--primary:hover{background:var(--primary-container)}.btn--secondary{background:var(--surface-container-highest);color:var(--on-surface)}.btn--secondary:hover{background:var(--surface-variant)}.hero{background:var(--on-surface);align-items:center;min-height:800px;display:flex;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0}.hero__bg-img{object-fit:cover;opacity:.35;filter:grayscale();width:100%;height:100%}.hero__overlay{background:linear-gradient(to right, var(--on-surface) 0%, #171c20d9 50%, transparent 100%);position:absolute;inset:0}.hero__content{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero__text{flex-direction:column;gap:1.5rem;display:flex}.hero__label{letter-spacing:.3em;text-transform:uppercase;color:var(--primary-fixed);font-family:monospace;font-size:.7rem}.hero__title{letter-spacing:-.05em;color:var(--surface);font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:800;line-height:1.05}.hero__title-accent{color:var(--primary-fixed)}.hero__description{color:var(--surface-variant);max-width:540px;font-size:1.05rem;font-weight:300;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;padding-top:.5rem;display:flex}.hero__image-block{justify-content:flex-end;display:flex}.hero__image-frame{aspect-ratio:1;background:var(--surface-container-low);border-left:8px solid var(--primary);width:100%;max-width:500px;padding:8px;position:relative}.hero__image{object-fit:cover;width:100%;height:100%}.hero__stat-badge{background:var(--on-surface);flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;display:flex;position:absolute;bottom:-2rem;left:-2rem}.hero__stat-number{font-family:var(--font-headline);color:var(--surface);font-size:2.5rem;font-weight:900}.hero__stat-label{text-transform:uppercase;letter-spacing:.15em;color:var(--surface);opacity:.5;font-size:.6rem}@media (width<=900px){.hero{min-height:auto;padding:6rem 0 4rem}.hero__content{grid-template-columns:1fr}.hero__image-block{display:none}}.nucleos{background:var(--surface);padding:6rem 0}.nucleos__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.nucleos__card{flex-direction:column;justify-content:space-between;min-height:380px;padding:2rem;transition:background .5s,color .5s;display:flex}.nucleos__card--large{background:var(--surface-container-low);grid-column:span 2;position:relative;overflow:hidden}.nucleos__card--large:hover{background:var(--on-surface)}.nucleos__card--large:hover .nucleos__card-title,.nucleos__card--large:hover .nucleos__card-desc,.nucleos__card--large:hover .nucleos__icon,.nucleos__card--large:hover .nucleos__meta,.nucleos__card--large:hover .nucleos__card-link{color:var(--surface)}.nucleos__card--large:hover .nucleos__icon,.nucleos__card--large:hover .nucleos__meta,.nucleos__card--large:hover .nucleos__card-link{color:var(--primary-fixed)}.nucleos__card--large:hover .nucleos__card-bg{transform:scale(1.05)}.nucleos__card-content{z-index:2;flex-direction:column;justify-content:space-between;width:50%;height:100%;padding-right:1.5rem;display:flex;position:relative}.nucleos__card-bg{object-fit:cover;opacity:1;filter:none;width:50%;height:100%;transition:all .5s;position:absolute;bottom:0;right:0}.nucleos__icon{color:var(--primary);margin-bottom:1rem;font-size:2.25rem;display:block}.nucleos__icon--dark{color:var(--on-surface)}.nucleos__meta{text-transform:uppercase;letter-spacing:.18em;color:var(--primary);margin-bottom:.5rem;font-size:.6rem;font-weight:700}.nucleos__meta--dark{color:var(--on-surface)}.nucleos__card-title{text-transform:uppercase;letter-spacing:-.02em;color:var(--on-surface);margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.nucleos__card-title--dark{color:var(--on-surface)}.nucleos__card-desc{color:var(--on-surface-variant);max-width:360px;font-size:.88rem;line-height:1.6}.nucleos__card-desc--dark{color:var(--on-surface-variant)}.nucleos__card-link{color:var(--primary);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;display:flex}.nucleos__icon-add{color:var(--on-surface);margin-top:auto;font-size:1.5rem}.nucleos__card--laundry{background:var(--surface-container-high);transition:background .5s}.nucleos__card--laundry:hover{background:var(--primary)}.nucleos__card--laundry:hover .nucleos__icon--dark,.nucleos__card--laundry:hover .nucleos__meta--dark,.nucleos__card--laundry:hover .nucleos__card-title--dark,.nucleos__card--laundry:hover .nucleos__card-desc--dark,.nucleos__card--laundry:hover .nucleos__icon-add{color:var(--surface)}.nucleos__card--machinery{background:var(--surface-container-highest);transition:background .5s}.nucleos__card--machinery:hover{background:var(--on-surface)}.nucleos__card--machinery:hover .nucleos__card-title--dark,.nucleos__card--machinery:hover .nucleos__card-desc--dark,.nucleos__card--machinery:hover .nucleos__icon-add{color:var(--surface)}.nucleos__card--machinery:hover .nucleos__icon{color:var(--primary-fixed)}.nucleos__card--machinery:hover .nucleos__meta{color:var(--surface)}.nucleos__specs{background:var(--primary-container);color:var(--on-primary-container);flex-direction:column;justify-content:center;gap:1rem;padding:2rem;display:flex}.nucleos__spec-item{border-left:4px solid var(--on-primary-fixed);background:#00468c33;padding:1rem}.nucleos__spec-label{text-transform:uppercase;letter-spacing:.18em;opacity:.85;margin-bottom:.25rem;font-family:monospace;font-size:.6rem}.nucleos__spec-value{font-size:1.05rem;font-weight:700}.nucleos__factory{grid-column:span 3;height:300px;position:relative;overflow:hidden}.nucleos__factory-img{object-fit:cover;width:100%;height:100%}.nucleos__factory-overlay{mix-blend-mode:multiply;background:#00478d33;position:absolute;inset:0}.nucleos__factory-text{font-family:var(--font-headline);text-transform:uppercase;letter-spacing:-.04em;color:var(--surface);padding:2rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:900;position:absolute;bottom:0;left:0}@media (width<=1024px){.nucleos__grid{grid-template-columns:repeat(2,1fr)}.nucleos__card--large,.nucleos__factory{grid-column:span 2}}@media (width<=600px){.nucleos__grid{grid-template-columns:1fr}.nucleos__card--large,.nucleos__factory{grid-column:span 1}}.cta-section{background:var(--surface-container-low);padding:6rem 0;position:relative;overflow:hidden}.cta-section__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.cta-section__text{flex-direction:column;gap:1.5rem;display:flex}.cta-section__title{text-transform:uppercase;letter-spacing:-.03em;color:var(--on-surface);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900;line-height:1.1}.cta-section__title-accent{color:var(--primary)}.cta-section__desc{color:var(--on-surface-variant);font-size:1.05rem;line-height:1.7}.cta-section__contacts{flex-direction:column;gap:1.25rem;padding-top:.5rem;display:flex}.cta-section__contact-item{align-items:center;gap:1rem;display:flex}.cta-section__contact-icon{background:var(--on-surface);width:48px;height:48px;color:var(--surface);justify-content:center;align-items:center;transition:background .3s;display:flex}.cta-section__contact-item:hover .cta-section__contact-icon{background:var(--primary)}.cta-section__contact-label{text-transform:uppercase;letter-spacing:.12em;color:var(--on-surface-variant);font-size:.6rem;font-weight:700}.cta-section__contact-value{font-size:1.15rem;font-weight:700}.cta-section__form-wrapper{background:var(--surface);border-top:8px solid var(--primary);box-shadow:var(--shadow-ambient);padding:2.5rem}.cta-form{flex-direction:column;gap:1.5rem;display:flex}.cta-form__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.cta-form__field{flex-direction:column;gap:.25rem;display:flex}.cta-form__label{text-transform:uppercase;letter-spacing:.12em;color:var(--on-surface-variant);font-size:.6rem;font-weight:700}.cta-form__input{border:none;border-bottom:2px solid var(--outline-variant);width:100%;color:var(--on-surface);background:0 0;padding:.6rem 0;font-size:.9rem;transition:border-color .3s}.cta-form__input:focus{border-bottom-color:var(--primary)}.cta-form__input::placeholder{color:var(--on-surface-variant);opacity:.4}.cta-form__textarea{resize:vertical;min-height:80px}.cta-form__submit{background:var(--on-surface);width:100%;color:var(--surface);text-transform:uppercase;letter-spacing:.18em;padding:1.25rem;font-size:.72rem;font-weight:700;transition:background .3s}.cta-form__submit:hover{background:var(--primary)}.cta-section__circle{pointer-events:none;border:40px solid #dfe3e933;border-radius:50%;width:24rem;height:24rem;position:absolute;bottom:-6rem;right:-6rem}@media (width<=900px){.cta-section__inner,.cta-form__row{grid-template-columns:1fr}}.btn--dark{background:var(--on-surface);color:var(--on-primary);font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.1em;padding:1.15rem 2.5rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .3s;display:inline-block}.btn--dark:hover{background:var(--inverse-surface)}.btn--outline-white{border:2px solid var(--on-primary);color:var(--on-primary);font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.1em;background:0 0;padding:1.05rem 2.5rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .3s,color .3s;display:inline-block}.btn--outline-white:hover{background:var(--on-primary);color:var(--primary)}.nosotros-hero{background:var(--on-surface);align-items:center;height:650px;display:flex;position:relative;overflow:hidden}.nosotros-hero__bg{position:absolute;inset:0}.nosotros-hero__img{object-fit:cover;opacity:.4;width:100%;height:100%}.nosotros-hero__content{z-index:10;max-width:720px;padding:0 2rem 0 4rem;position:relative}.nosotros-hero__badge{background:var(--primary);color:var(--on-primary);font-family:var(--font-label);letter-spacing:.18em;text-transform:uppercase;margin-bottom:1.5rem;padding:.3rem 1rem;font-size:.6rem;display:inline-block}.nosotros-hero__title{letter-spacing:-.05em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:.95}.nosotros-hero__accent{color:var(--primary-fixed)}.nosotros-hero__desc{color:var(--surface-variant);max-width:540px;font-size:1.05rem;font-weight:300;line-height:1.7}@media (width<=768px){.nosotros-hero{height:auto;padding:6rem 0 4rem}.nosotros-hero__content{padding:0 1.5rem}}.vm-section{background:var(--surface);padding:6rem 2rem}.vm-grid{grid-template-columns:7fr 5fr;gap:0;max-width:1360px;margin:0 auto;display:grid}.vm-card{flex-direction:column;justify-content:center;padding:4rem 5rem;display:flex}.vm-card--vision{background:var(--surface-container-low)}.vm-card--mission{background:var(--on-surface);color:#fff}.vm-card__label{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;font-size:.65rem;font-weight:700}.vm-card__label--light{color:var(--primary-fixed-dim)}.vm-card__title{letter-spacing:-.04em;color:var(--on-surface);margin-bottom:1.5rem;font-size:2.2rem;font-weight:800}.vm-card__title--light{color:#fff}.vm-card__desc{color:var(--on-surface-variant);max-width:500px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.vm-card__desc--light{color:var(--surface-variant);opacity:.8}.vm-card__indicator{align-items:center;gap:1rem;display:flex}.vm-card__bar{background:var(--primary);width:3rem;height:2px;transition:width .3s}.vm-card__indicator:hover .vm-card__bar{width:5rem}.vm-card__badge-text{font-family:var(--font-headline);letter-spacing:-.03em;font-size:.85rem;font-weight:700}.vm-card__stats{grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem;display:grid}.vm-card__stat-number{font-family:var(--font-headline);color:var(--primary-fixed);font-size:1.6rem;font-weight:900}.vm-card__stat-label{text-transform:uppercase;letter-spacing:.12em;color:var(--outline-variant);font-size:.6rem}.vm-image{overflow:hidden}.vm-image__img{object-fit:cover;width:100%;height:100%;min-height:350px;transition:filter .7s}.vm-image__img--grayscale{filter:grayscale()}.vm-image__img--grayscale:hover{filter:grayscale(0)}@media (width<=900px){.vm-grid{grid-template-columns:1fr}.vm-card{padding:3rem 2rem}.vm-image__img{min-height:250px}}.values-section{background:var(--surface-container);padding:6rem 0}.values-section__title{letter-spacing:-.04em;text-transform:uppercase;color:var(--on-surface);margin-bottom:1rem;font-size:2.2rem;font-style:italic;font-weight:900}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.value-card{background:var(--surface-container-highest);flex-direction:column;min-height:320px;padding:2.5rem;display:flex}.value-card--primary{border-bottom:4px solid var(--primary)}.value-card--tertiary{border-bottom:4px solid var(--tertiary)}.value-card--dark{border-bottom:4px solid var(--on-surface)}.value-card__icon{color:var(--primary);margin-bottom:1.5rem;font-size:2.25rem}.value-card__icon--tertiary{color:var(--tertiary)}.value-card__icon--dark{color:var(--on-surface)}.value-card__title{letter-spacing:-.02em;text-transform:uppercase;margin-bottom:1rem;font-size:1.15rem;font-weight:700}.value-card__desc{color:var(--on-surface-variant);margin-bottom:1.5rem;font-size:.88rem;line-height:1.6}.value-card__ref{text-transform:uppercase;letter-spacing:-.02em;color:var(--outline);margin-top:auto;font-family:monospace;font-size:.6rem}@media (width<=768px){.values-grid{grid-template-columns:1fr}}.culture-section{background:var(--surface);padding:6rem 0}.culture-section__inner{align-items:center;gap:4rem;display:flex}.culture-section__image-col{flex:1;position:relative}.culture-section__accent-block{background:var(--primary);opacity:.1;width:6rem;height:6rem;position:absolute;top:-1rem;left:-1rem}.culture-section__img{filter:grayscale();contrast:1.25;z-index:2;width:100%;position:relative}.culture-section__years-badge{background:var(--on-surface);z-index:3;padding:1.5rem;position:absolute;bottom:-2rem;right:-2rem}.culture-section__years-number{font-family:var(--font-headline);color:#fff;font-size:1.75rem;font-weight:900}.culture-section__years-label{text-transform:uppercase;letter-spacing:.12em;color:var(--primary-fixed);font-size:.6rem}.culture-section__text-col{flex:1}.culture-section__label{letter-spacing:.25em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;font-size:.7rem;font-weight:700;display:block}.culture-section__heading{letter-spacing:-.04em;color:var(--on-surface);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:900;line-height:1}.culture-section__heading-accent{color:var(--outline)}.culture-section__desc{color:var(--on-surface-variant);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.culture-section__checks{flex-direction:column;gap:1rem;display:flex}.culture-section__check{align-items:flex-start;gap:.75rem;display:flex}.culture-section__check-title{text-transform:uppercase;margin-bottom:.25rem;font-size:.85rem;font-weight:700}.culture-section__check-desc{color:var(--on-surface-variant);font-size:.75rem}@media (width<=900px){.culture-section__inner{flex-direction:column}.culture-section__years-badge{display:none}}.nosotros-cta{background:var(--primary);text-align:center;padding:5rem 2rem}.nosotros-cta__title{letter-spacing:-.04em;text-transform:uppercase;color:var(--on-primary);margin-bottom:1.5rem;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:900}.nosotros-cta__desc{color:var(--on-primary-container);opacity:.9;max-width:640px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.6}.nosotros-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.servicios-hero{background:var(--surface);padding:5rem 0 4rem}.servicios-hero__label{letter-spacing:.25em;text-transform:uppercase;color:var(--tertiary);margin-bottom:1rem;font-size:.7rem;font-weight:700;display:block}.servicios-hero__title{letter-spacing:-.05em;color:var(--on-surface);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:.92}.servicios-hero__desc{max-width:640px;color:var(--on-surface-variant);font-size:1.05rem;line-height:1.7}.equipment-section{background:var(--surface-container-low);padding:4rem 0}.equipment-section__header{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.equipment-section__ref{text-transform:uppercase;color:var(--outline);font-family:monospace;font-size:.6rem}.equipment-grid{grid-template-rows:auto auto auto;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.eq-card--boiler{background:var(--surface);flex-direction:column;grid-area:span 2/span 2;display:flex;overflow:hidden}.eq-card__image-wrap{height:380px;position:relative;overflow:hidden}.eq-card__img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .7s}.eq-card--boiler:hover .eq-card__img{filter:grayscale(0)}.eq-card__badge{background:var(--primary);color:var(--on-primary);letter-spacing:.12em;text-transform:uppercase;padding:.25rem .75rem;font-size:.6rem;font-weight:700;position:absolute;top:1rem;left:1rem}.eq-card__body{flex-direction:column;flex:1;padding:2rem;display:flex}.eq-card__meta{color:var(--primary);letter-spacing:.12em;margin-bottom:.5rem;font-family:monospace;font-size:.6rem;display:block}.eq-card__meta--tertiary{color:var(--tertiary)}.eq-card__meta--light{color:var(--primary-fixed)}.eq-card__title{text-transform:uppercase;letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.eq-card__title--light{color:#fff}.eq-card__desc{color:var(--on-surface-variant);margin-bottom:1.25rem;font-size:.88rem;line-height:1.6}.eq-card__desc--light{color:var(--surface-variant);opacity:.9}.eq-card__features{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;list-style:none;display:flex}.eq-card__feature{align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.eq-card__btn{background:var(--surface-container-highest);text-transform:uppercase;letter-spacing:.12em;width:100%;color:var(--on-surface);margin-top:auto;padding:1rem;font-size:.7rem;font-weight:700;transition:background .3s,color .3s}.eq-card__btn:hover{background:var(--primary);color:var(--on-primary)}.eq-card--small{background:var(--surface);flex-direction:column;padding:2rem;display:flex}.eq-card__thumb{aspect-ratio:1;background:var(--surface-variant);margin-bottom:1rem;overflow:hidden}.eq-card__thumb-img{object-fit:cover;filter:grayscale();width:100%;height:100%}.eq-card__desc-sm{color:var(--on-surface-variant);margin-bottom:1rem;font-size:.75rem;line-height:1.5}.eq-card__footer{border-top:1px solid var(--outline-variant);margin-top:auto;padding-top:1rem}.eq-card__footer-text{text-transform:uppercase;letter-spacing:.12em;color:var(--outline);font-size:.6rem;font-weight:700}.eq-card--maintenance{background:var(--inverse-surface);color:var(--inverse-on-surface);grid-column:span 2;align-items:center;gap:2rem;padding:2rem;display:flex}.eq-card__maintenance-content{flex:1}.eq-card__maintenance-icon{color:#fff;align-items:center;display:flex}.eq-card__stats{gap:1rem;margin-top:1.5rem;display:flex}.eq-card__stat{border-left:4px solid var(--primary);background:#dfe3e914;padding:1rem}.eq-card__stat-value{font-family:var(--font-headline);font-size:1.25rem;font-weight:900;display:block}.eq-card__stat-label{text-transform:uppercase;letter-spacing:.12em;opacity:.5;font-size:.55rem}@media (width<=1024px){.equipment-grid{grid-template-columns:repeat(2,1fr)}.eq-card--boiler{grid-area:span 1/span 2}.eq-card--maintenance{grid-column:span 2}}@media (width<=600px){.equipment-grid{grid-template-columns:1fr}.eq-card--boiler,.eq-card--maintenance{grid-column:span 1}.eq-card--maintenance{flex-direction:column}.eq-card__maintenance-icon{display:none}}.services-section{background:var(--surface);padding:6rem 0}.services-section__inner{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.services-section__title{letter-spacing:-.04em;text-transform:uppercase;color:var(--on-surface);margin-bottom:1.5rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:800}.services-section__desc{color:var(--on-surface-variant);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.services-list{flex-direction:column;gap:2rem;display:flex}.service-item{gap:1.25rem;display:flex}.service-item__icon{background:var(--surface-container-high);width:48px;height:48px;color:var(--on-surface);flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,color .3s;display:flex}.service-item:hover .service-item__icon{background:var(--primary);color:var(--on-primary)}.service-item__title{text-transform:uppercase;letter-spacing:-.01em;margin-bottom:.4rem;font-size:.9rem;font-weight:700}.service-item__desc{color:var(--on-surface-variant);font-size:.85rem;line-height:1.6}.services-section__image{background:var(--surface-container-highest);min-height:500px;position:relative}.services-section__img{object-fit:cover;width:100%;height:100%;min-height:500px}.services-section__quote{background:var(--primary);max-width:280px;padding:2.5rem;position:absolute;bottom:0;right:0}.services-section__quote-logo{margin-bottom:1.25rem}.services-section__quote-text{color:var(--on-primary);opacity:.9;font-size:.78rem;font-style:italic;font-weight:500;line-height:1.6}@media (width<=900px){.services-section__inner{grid-template-columns:1fr}}.partners-section{background:var(--surface-container-high);padding:3rem 0}.partners-grid{opacity:.4;filter:grayscale();flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.partner-name{font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.18em;font-size:1.15rem;font-weight:900}.proyectos-hero{background:var(--surface);align-items:flex-end;height:600px;display:flex;position:relative;overflow:hidden}.proyectos-hero__bg{position:absolute;inset:0}.proyectos-hero__gradient{z-index:2;background:linear-gradient(to top, var(--on-surface) 0%, transparent 60%);opacity:.6;position:absolute;inset:0}.proyectos-hero__img{object-fit:cover;width:100%;height:100%}.proyectos-hero__content{z-index:10;width:100%;max-width:1360px;margin:0 auto;padding:0 3rem 4rem;position:relative}.proyectos-hero__label{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--primary-fixed);margin-bottom:1rem;font-size:.7rem}.proyectos-hero__title{letter-spacing:-.05em;color:#fff;margin-bottom:1.25rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:.95}.proyectos-hero__bar{background:var(--primary);width:8rem;height:6px}@media (width<=768px){.proyectos-hero{height:auto;min-height:400px}.proyectos-hero__content{padding:0 1.5rem 3rem}}.projects-filter{background:var(--surface-container-low);padding:1.5rem 0}.projects-filter__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.projects-filter__tabs{gap:2rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.projects-filter__tab{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:var(--on-surface-variant);white-space:nowrap;background:0 0;border-bottom:2px solid #0000;padding-bottom:.5rem;font-size:.7rem;font-weight:500;transition:color .2s,border-color .2s}.projects-filter__tab:hover{color:var(--primary)}.projects-filter__tab--active{color:var(--primary);border-bottom-color:var(--primary);font-weight:700}.projects-filter__stats{gap:3rem;display:flex}.projects-filter__stat{flex-direction:column;display:flex}.projects-filter__stat-label{text-transform:uppercase;letter-spacing:-.02em;color:var(--primary);font-size:.6rem;font-weight:700}.projects-filter__stat-value{font-family:var(--font-headline);font-size:1.5rem;font-weight:900}.projects-grid-section{background:var(--surface);padding:3rem 0}.projects-bento{grid-template-columns:repeat(12,1fr);gap:1.5rem;display:grid}.project-card--large{background:var(--surface-container-low);grid-column:span 8;overflow:hidden}.project-card__image-wrap{height:350px;overflow:hidden}.project-card__img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .7s,transform .5s;transform:scale(1.05)}.project-card--large:hover .project-card__img{filter:grayscale(0);transform:scale(1)}.project-card__body{padding:2rem}.project-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.project-card__serial{background:var(--surface-container-highest);letter-spacing:.1em;color:var(--on-surface-variant);margin-bottom:.75rem;padding:.25rem .75rem;font-family:monospace;font-size:.6rem;display:inline-block}.project-card__title{letter-spacing:-.03em;text-transform:uppercase;font-size:1.75rem;font-weight:900}.project-card__desc{color:var(--on-surface-variant);max-width:680px;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.project-card__tags{gap:1rem;display:flex}.project-card__tag{background:var(--surface-container-high);flex-direction:column;padding:.5rem 1rem;display:flex}.project-card__tag-label{color:var(--primary);text-transform:uppercase;font-size:.6rem;font-weight:700}.project-card__tag-value{font-size:.85rem;font-weight:900}.project-card--brief{background:var(--primary);color:var(--on-primary);flex-direction:column;grid-column:span 4;justify-content:space-between;padding:2rem;display:flex}.project-card__brief-meta{letter-spacing:.18em;text-transform:uppercase;color:var(--on-primary-container);font-family:monospace;font-size:.6rem}.project-card__brief-title{letter-spacing:-.04em;margin-top:1rem;font-size:2.2rem;font-weight:900;line-height:1.05}.project-card__brief-desc{opacity:.9;margin-bottom:1.5rem;font-size:.85rem;line-height:1.6}.project-card__brief-specs{border-top:1px solid #fff3;flex-direction:column;gap:.75rem;padding-top:1.25rem;display:flex}.project-card__brief-spec{text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;font-family:monospace;font-size:.65rem;display:flex}.project-card--visual{background:var(--surface-container-low);grid-column:span 4;overflow:hidden}.project-card__visual-image{aspect-ratio:1;position:relative;overflow:hidden}.project-card__visual-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card--visual:hover .project-card__visual-img{transform:scale(1.1)}.project-card__location-badge{color:var(--on-surface);background:#ffffffe6;padding:.25rem 1rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;left:1rem}.project-card__visual-body{padding:1.25rem}.project-card__visual-title{text-transform:uppercase;margin-bottom:.4rem;font-size:1.15rem;font-weight:900}.project-card__visual-desc{color:var(--on-surface-variant);font-size:.82rem}.project-card--biomass{background:var(--surface-container-highest);grid-column:span 8;display:flex;overflow:hidden}.project-card__biomass-text{flex:1;padding:2.5rem}.project-card__biomass-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.project-card__partner-logo{filter:grayscale();opacity:.5;height:2rem}.project-card__partner-label{text-transform:uppercase;letter-spacing:.12em;color:var(--on-surface-variant);font-size:.6rem;font-weight:700}.project-card__biomass-title{letter-spacing:-.04em;text-transform:uppercase;margin-bottom:1.5rem;font-size:2.2rem;font-weight:900;line-height:1}.project-card__biomass-desc{color:var(--on-surface-variant);margin-bottom:2rem;font-size:.85rem;line-height:1.6}.project-card__biomass-btn{border:2px solid var(--on-surface);color:var(--on-surface);text-transform:uppercase;letter-spacing:.12em;background:0 0;padding:.75rem 2rem;font-size:.7rem;font-weight:900;transition:background .3s,color .3s}.project-card__biomass-btn:hover{background:var(--on-surface);color:var(--surface)}.project-card__biomass-image{flex:1;max-width:50%}.project-card__biomass-img{object-fit:cover;width:100%;height:100%;min-height:350px}@media (width<=1024px){.projects-bento{grid-template-columns:1fr}.project-card--large,.project-card--brief,.project-card--visual,.project-card--biomass{grid-column:span 1}.project-card--biomass{flex-direction:column}.project-card__biomass-image{max-width:100%}}.proyectos-cta{background:var(--on-surface);text-align:center;padding:6rem 2rem}.proyectos-cta__title{letter-spacing:-.04em;text-transform:uppercase;color:var(--surface);margin-bottom:1.5rem;font-size:clamp(2rem,4.5vw,4rem);font-weight:900}.proyectos-cta__desc{color:var(--surface-variant);opacity:.8;max-width:640px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.6}.proyectos-cta__actions{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.btn--outline-light{border:1px solid var(--surface-variant);color:var(--surface);font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.1em;background:0 0;padding:1.15rem 2.5rem;font-size:.78rem;font-weight:900;text-decoration:none;transition:background .3s,color .3s;display:inline-block}.btn--outline-light:hover{background:var(--surface);color:var(--on-surface)}.contacto-hero{background:var(--surface);padding:5rem 0 4rem}.contacto-hero__inner{grid-template-columns:2fr 1fr;align-items:flex-end;gap:3rem;display:grid}.contacto-hero__label{font-family:var(--font-headline);letter-spacing:.18em;text-transform:uppercase;color:var(--tertiary);margin-bottom:1rem;font-size:.7rem;font-weight:700;display:block}.contacto-hero__title{letter-spacing:-.05em;color:var(--on-surface);font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:.92}.contacto-hero__accent{color:var(--primary)}.contacto-hero__right{padding-bottom:1rem}.contacto-hero__desc{color:var(--on-surface-variant);border-left:4px solid var(--primary);padding-left:1.5rem;font-size:1.05rem;line-height:1.7}@media (width<=768px){.contacto-hero__inner{grid-template-columns:1fr}}.contact-main{background:var(--surface);padding:0 0 4rem}.contact-main__grid{grid-template-columns:5fr 7fr;gap:0;display:grid}.contact-info{background:var(--on-surface);color:var(--surface);flex-direction:column;justify-content:space-between;min-height:550px;padding:3rem;display:flex}.contact-info__title{letter-spacing:-.03em;text-transform:uppercase;margin-bottom:2.5rem;font-size:1.75rem;font-weight:900}.contact-info__entries{flex-direction:column;gap:2.5rem;display:flex}.contact-info__entry{align-items:flex-start;gap:1.25rem;display:flex}.contact-info__icon{color:var(--primary-fixed-dim);margin-top:2px;font-size:32px}.contact-info__meta{text-transform:uppercase;letter-spacing:.12em;color:var(--surface-variant);margin-bottom:.4rem;font-size:.6rem;font-weight:600}.contact-info__value{font-size:1.15rem;font-weight:500;line-height:1.4}.contact-info__sub{opacity:.5;margin-top:.25rem;font-size:.82rem}.contact-info__socials{border-top:1px solid #dfe3e926;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.contact-info__social{width:40px;height:40px;color:var(--surface);background:#dfe3e914;justify-content:center;align-items:center;text-decoration:none;transition:background .3s;display:flex}.contact-info__social:hover{background:var(--primary)}.contact-form-wrapper{background:var(--surface-container-highest);padding:3rem}.contact-form{flex-direction:column;gap:2rem;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.contact-form__field{flex-direction:column;gap:.35rem;display:flex}.contact-form__label{text-transform:uppercase;letter-spacing:.12em;color:var(--on-surface-variant);font-size:.6rem;font-weight:700}.contact-form__input{border:none;border-bottom:2px solid var(--outline-variant);width:100%;color:var(--on-surface);font-size:.9rem;font-family:var(--font-body);appearance:auto;background:0 0;padding:.75rem 0;transition:border-color .3s}.contact-form__input:focus{border-bottom-color:var(--primary)}.contact-form__input::placeholder{color:var(--on-surface-variant);opacity:.4}.contact-form__textarea{resize:vertical;min-height:100px}.contact-form__submit{background:var(--primary);color:var(--on-primary);font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.18em;justify-content:center;align-items:center;gap:1rem;width:fit-content;padding:1.25rem 3rem;font-size:.82rem;font-weight:900;transition:background .3s;display:inline-flex}.contact-form__submit:hover{background:var(--primary-container)}@media (width<=900px){.contact-main__grid,.contact-form__row{grid-template-columns:1fr}}.map-section{padding:4rem 0}.map-grid{box-shadow:var(--shadow-float);grid-template-columns:3fr 9fr;gap:0;display:grid;overflow:hidden}.map-info{background:var(--surface-container-high);border-left:8px solid var(--primary);flex-direction:column;justify-content:center;padding:2rem;display:flex}.map-info__badge{background:var(--on-surface);color:var(--surface);text-transform:uppercase;letter-spacing:-.02em;width:fit-content;margin-bottom:1rem;padding:.25rem .75rem;font-family:monospace;font-size:.6rem;display:inline-block}.map-info__title{text-transform:uppercase;margin-bottom:1rem;font-size:1.5rem;font-weight:900;line-height:1}.map-info__desc{color:var(--on-surface-variant);margin-bottom:1.5rem;font-size:.78rem;font-weight:500;line-height:1.6}.map-info__status{background:var(--surface-container);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.map-info__status-label{text-transform:uppercase;opacity:.5;font-size:.6rem;font-weight:700}.map-info__status-value{text-transform:uppercase;color:var(--primary);align-items:center;gap:.4rem;font-size:.6rem;font-weight:700;display:flex}.map-info__dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.map-visual{background:var(--surface-variant);height:420px;position:relative;overflow:hidden}.map-visual__img{object-fit:cover;filter:grayscale();opacity:.75;width:100%;height:100%}.map-visual__overlay{mix-blend-mode:multiply;pointer-events:none;background:#00478d0a;position:absolute;inset:0}.map-visual__pin{background:var(--primary);justify-content:center;align-items:center;width:48px;height:48px;animation:3s ease-in-out infinite pin-bounce;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 32px #00478d4d}@keyframes pin-bounce{0%,to{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-8px)}}@media (width<=768px){.map-grid{grid-template-columns:1fr}.map-visual{height:280px}}.brand-section{border-top:2px solid #171c200a;padding:4rem 0}.brand-section__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.brand-section__left{align-items:center;gap:1.5rem;display:flex}.brand-section__logo-wrap{opacity:.4;filter:grayscale()}.brand-section__logo-icon{background:var(--primary);justify-content:center;align-items:center;width:56px;height:56px;display:flex}.brand-section__divider{background:var(--outline-variant);opacity:.3;width:2px;height:3rem}.brand-section__tagline{font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.1em;color:var(--on-surface-variant);max-width:200px;font-size:.72rem;font-weight:700}.brand-section__stats{gap:4rem;display:flex}.brand-section__stat{flex-direction:column;display:flex}.brand-section__stat-number{font-family:var(--font-headline);color:var(--primary);font-size:2.5rem;font-weight:900;line-height:1}.brand-section__stat-label{text-transform:uppercase;letter-spacing:.12em;color:var(--on-surface-variant);font-size:.6rem;font-weight:700}@media (width<=768px){.brand-section__inner{text-align:center;flex-direction:column;align-items:center}.brand-section__left{flex-direction:column}.brand-section__divider{display:none}}:root{--primary:#00478d;--primary-container:#005eb8;--on-primary:#fff;--on-primary-container:#c8daff;--primary-fixed:#d6e3ff;--primary-fixed-dim:#a9c7ff;--on-primary-fixed:#001b3d;--on-primary-fixed-variant:#00468c;--secondary:#4a5f83;--secondary-container:#c0d5ff;--on-secondary:#fff;--on-secondary-container:#475c80;--secondary-fixed:#d6e3ff;--secondary-fixed-dim:#b2c7f0;--on-secondary-fixed:#021b3c;--on-secondary-fixed-variant:#32476a;--tertiary:#793100;--tertiary-container:#9f4300;--on-tertiary:#fff;--on-tertiary-container:#ffcfb9;--tertiary-fixed:#ffdbcb;--tertiary-fixed-dim:#ffb691;--on-tertiary-fixed:#341100;--on-tertiary-fixed-variant:#793100;--surface:#f6faff;--surface-dim:#d6dae0;--surface-bright:#f6faff;--surface-container-lowest:#fff;--surface-container-low:#f0f4fa;--surface-container:#eaeef4;--surface-container-high:#e4e8ee;--surface-container-highest:#dfe3e9;--surface-variant:#dfe3e9;--surface-tint:#005db6;--on-surface:#171c20;--on-surface-variant:#424752;--on-background:#171c20;--background:#f6faff;--outline:#727783;--outline-variant:#c2c6d4;--inverse-surface:#2c3136;--inverse-on-surface:#edf1f7;--inverse-primary:#a9c7ff;--error:#ba1a1a;--error-container:#ffdad6;--on-error:#fff;--on-error-container:#93000a;--font-headline:"Manrope", sans-serif;--font-body:"Inter", sans-serif;--font-label:"Inter", sans-serif;--shadow-ambient:0 8px 32px #171c200d;--shadow-float:0 16px 64px #171c200f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--surface);color:var(--on-surface);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-headline);line-height:1.1}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-headline);border:none;border-radius:0;outline:none}input,select,textarea{font-family:var(--font-body);border-radius:0;outline:none}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;vertical-align:middle}.container{max-width:1360px;margin:0 auto;padding:0 2rem}.uppercase{text-transform:uppercase}.tracking-tight{letter-spacing:-.04em}.tracking-tighter{letter-spacing:-.06em}.tracking-widest{letter-spacing:.15em}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface-container)}::-webkit-scrollbar-thumb{background:var(--outline-variant)}::-webkit-scrollbar-thumb:hover{background:var(--outline)}::selection{background:var(--primary);color:var(--on-primary)}.page-transition-enter{opacity:0;transform:translateY(20px)}.page-transition-enter-active{opacity:1;transition:opacity .4s,transform .4s;transform:translateY(0)}@media (width<=768px){.container{padding:0 1rem}}
