@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";:root{--black: #1D1D1B;--white: #FFFFFF;--grey-dark: #2d2d2a;--grey: #5c5c5a;--grey-mid: #8a8a88;--grey-light: #e8e8e6;--bg-light: #F5F5F5;--primary: var(--black);--primary-light: var(--grey-dark);--bg-white: var(--white);--text-dark: var(--black);--text-muted: var(--grey);--text-light: var(--white);--transition: all .3s ease;--font-sans: "Montserrat", sans-serif;--font-serif: "Montserrat", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip;overflow-y:visible}body{font-family:var(--font-sans);background-color:var(--bg-white);color:var(--text-dark);line-height:1.6;font-size:1rem;overflow-x:clip;overflow-y:visible}h1,h2,h3,h4{font-family:var(--font-sans);font-weight:700;color:var(--text-dark);letter-spacing:-.02em}.container{width:100%;max-width:none;margin:0 auto;padding:0 5%}.container-narrow{max-width:720px}section{padding:5rem 0}.section-light{background-color:var(--bg-light)}.section-accent{background-color:var(--primary);color:var(--text-light)}.section-accent h2,.section-accent h3{color:var(--text-light)}.section-accent .section-intro{color:#fff}.section-accent .feature-card p{color:#fffffff2;font-size:1rem;line-height:1.65}.quienes-somos-grid{display:grid;grid-template-columns:2fr 3fr;gap:5.5rem;align-items:center}.quienes-somos-title{font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:1.25rem;color:var(--text-light)}.quienes-somos-intro{font-size:1rem;line-height:1.7;color:#ffffffeb;margin-bottom:1.5rem}.quienes-somos-tagline{font-size:1rem;font-weight:400;color:#ffffffe6;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.quienes-somos-tagline-icon{font-size:1.25rem;color:#fffffff2}.quienes-somos-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.quienes-somos-list li{font-size:1rem;color:#ffffffe6;display:flex;align-items:center;gap:.5rem}.quienes-somos-list .material-icons{font-size:1.25rem;color:#fffffff2;flex-shrink:0}.quienes-somos-image-wrap{border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #0000004d;transition:box-shadow .35s ease;max-width:380px;margin-left:auto}.quienes-somos-image-wrap:hover{box-shadow:0 20px 50px #0006}.quienes-somos-image{width:100%;height:auto;display:block;object-fit:cover;transition:transform .5s ease;filter:grayscale(100%)}.quienes-somos-image-wrap:hover .quienes-somos-image{transform:scale(1.05)}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.25rem;margin-bottom:1rem}#servicios .section-title{margin-bottom:.75rem}.section-intro{text-align:center;max-width:560px;margin:0 auto 2rem;color:var(--text-muted);font-size:1rem;line-height:1.6}.divider{width:48px;height:3px;background-color:var(--black);margin:0 auto}.divider-light{background-color:var(--grey-mid)}.btn{display:inline-block;padding:.85rem 2rem;background-color:var(--black);color:var(--white);text-decoration:none;border-radius:8px;font-weight:600;font-family:var(--font-sans);font-size:.95rem;transition:var(--transition);border:none;cursor:pointer}.btn:hover{background-color:var(--grey-dark);transform:translateY(-1px)}.btn-hero{background:var(--black);padding:1rem 2.25rem;font-size:1rem;box-shadow:0 4px 20px #00000026}.btn-hero:hover{background:var(--grey-dark);box-shadow:0 6px 28px #0003}.hero .btn-hero{background:var(--white);color:var(--black);border:2px solid rgba(255,255,255,.9);box-shadow:0 4px 24px #00000040}.hero .btn-hero:hover{background:var(--grey-light);color:var(--black);border-color:var(--white);box-shadow:0 6px 32px #0000004d}.hero-invite{color:#ffffffeb;font-size:1rem;margin-bottom:1.25rem;max-width:32ch}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero .btn-hero-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.7);padding:1rem 2.25rem;font-size:1rem}.hero .btn-hero-outline:hover{background:#ffffff1f;border-color:var(--white)}.section-bridge{font-size:.95rem;color:var(--grey-dark);margin-top:.75rem;margin-bottom:0;font-style:italic}.section-bridge-light{color:#ffffffe0;margin-top:1.5rem}.header-btn{background-color:var(--white);color:var(--black);border:1px solid rgba(255,255,255,.5)}.header-btn:hover{background-color:var(--grey-light);color:var(--black);border-color:var(--white)}header{height:80px;display:flex;align-items:center;justify-content:center;padding:0;background-color:#1d1d1b66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:var(--text-light);position:fixed;width:100%;top:0;z-index:1000;transition:var(--transition);border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden}.header-inner{width:100%;margin:0 auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between}header.scrolled{height:72px;background-color:#1d1d1bf5;box-shadow:0 4px 24px #0003}.logo-container{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit}.logo-img{height:101px;width:auto;object-fit:contain;display:block}.logo{font-family:var(--font-sans);font-size:1rem;font-weight:600;opacity:.95;letter-spacing:.02em}nav ul{display:flex;list-style:none;gap:2.5rem}nav ul li a{color:var(--text-light);text-decoration:none;font-size:.9rem;font-weight:500;transition:var(--transition);opacity:.9}nav ul li a:hover{opacity:1;color:var(--grey-light)}.mobile-menu-toggle{display:none;background:transparent;border:none;color:var(--text-light);width:44px;height:44px;cursor:pointer;align-items:center;justify-content:center;padding:0}.mobile-menu-toggle i{font-size:28px}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#1d1d1bfa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.active{display:block;opacity:1}.mobile-menu{padding:2rem;padding-top:90px;height:100%;overflow-y:auto}.mobile-menu-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:1px solid rgba(255,255,255,.3);color:var(--text-light);width:44px;height:44px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.mobile-menu-close:hover{background:#ffffff1a}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:0}.mobile-menu ul li{border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu ul li a{display:block;padding:1.25rem 0;color:var(--text-light);font-size:1.1rem}.mobile-menu-cta{margin-top:1rem;padding:1rem 1.5rem!important;background:var(--black);border-radius:8px;text-align:center}.mobile-menu-cta:hover{background:var(--grey-dark);color:#fff!important}.hero{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;color:var(--text-light);position:relative;overflow:hidden;overflow-x:hidden}.hero-slides{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 2s ease-in-out}.hero-bg.hero-bg-active{opacity:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1d1d1bb3,#0000008c);z-index:1}.hero-container{position:relative;z-index:2;width:100%;max-width:100%;overflow-x:hidden}.hero-content{max-width:640px;width:100%;box-sizing:border-box;padding:0}.hero-content h1{animation:heroFadeIn .7s ease .1s both}.hero-content .hero-sub{animation:heroFadeIn .6s ease .25s both}.hero-content .hero-buttons{animation:heroFadeIn .6s ease .4s both}.hero-content .hero-benefits{animation:heroFadeIn .6s ease .55s both}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease-out,transform .65s ease-out}.reveal.in-view{opacity:1;transform:translateY(0)}.reveal.in-view .reveal-stagger>*{animation:fadeInUp .6s ease-out both}.reveal.in-view .reveal-stagger>*:nth-child(1){animation-delay:0s}.reveal.in-view .reveal-stagger>*:nth-child(2){animation-delay:.08s}.reveal.in-view .reveal-stagger>*:nth-child(3){animation-delay:.16s}.reveal.in-view .reveal-stagger>*:nth-child(4){animation-delay:.24s}.reveal.in-view .reveal-stagger>*:nth-child(5){animation-delay:.32s}.reveal.in-view .reveal-stagger>*:nth-child(6){animation-delay:.4s}.reveal.in-view .reveal-stagger>*:nth-child(7){animation-delay:.48s}.reveal.in-view .reveal-stagger>*:nth-child(8){animation-delay:.56s}.reveal .reveal-stagger>*{opacity:0}@media(prefers-reduced-motion:reduce){.reveal,.reveal.in-view,.hero-content h1,.hero-content .hero-sub,.hero-content .hero-buttons,.hero-content .hero-benefits{animation:none!important;opacity:1!important;transform:none!important;transition:none!important}.reveal .reveal-stagger>*{opacity:1!important}}.hero h1{color:var(--text-light);font-size:clamp(1.6rem,3.2vw,2.5rem);line-height:1;margin-bottom:1.5rem;font-weight:700;overflow-wrap:break-word;word-wrap:break-word;max-width:100%}.hero h1 .hero-line{display:block;white-space:nowrap;line-height:1}.hero h1 .hero-line-2{margin-top:.15em}.hero-sub{font-size:1.15rem;opacity:.95;margin-bottom:1.75rem;width:62ch;max-width:100%;line-height:1.4}.hero-benefits{list-style:none;display:flex;flex-direction:column;gap:.6rem}.hero-benefits li{display:flex;align-items:center;gap:.5rem;font-size:.95rem;opacity:.95}.hero-benefits .material-icons{font-size:1.25rem;color:var(--grey-light);flex-shrink:0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.step-card{background:var(--bg-white);padding:2rem;border-radius:12px;box-shadow:0 4px 24px #0000000f;transition:var(--transition)}.step-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.step-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--black);color:#fff;font-weight:700;font-size:1.25rem;border-radius:10px;margin-bottom:1.25rem}.step-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-dark)}.step-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}#cotizar{padding:5rem 0}.cotizar-title{font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:3rem;text-align:left}.cotizar-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.cotizar-steps{position:relative;padding-left:0}.cotizar-steps:before{content:"";position:absolute;left:1.2rem;top:7.5rem;bottom:4rem;width:2px;background:var(--grey-light);z-index:0}.cotizar-step{display:flex;gap:1.25rem;margin-bottom:2rem;position:relative;z-index:1}.cotizar-step:last-of-type{margin-bottom:1.5rem}.cotizar-num{flex-shrink:0;width:2.5rem;height:2.5rem;border:2px solid var(--grey-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--black);background:var(--white)}.cotizar-step-content h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-dark)}.cotizar-step-content p{color:var(--text-muted);font-size:.95rem;line-height:1.65}.cotizar-cta{display:inline-flex;align-items:center;gap:.35rem;color:var(--black);font-weight:600;font-size:.95rem;text-decoration:none;margin-top:.5rem;transition:var(--transition)}.cotizar-cta-icon{font-size:1.1rem}.cotizar-cta:hover{opacity:.8;text-decoration:underline}.cotizar-images{position:sticky;top:6rem;border-radius:12px;overflow:hidden;aspect-ratio:3 / 4;max-height:75vh}.cotizar-image-wrap.cotizar-slide{position:absolute;inset:0;border-radius:12px;overflow:hidden}.cotizar-image-wrap.cotizar-slide .cotizar-image{width:100%;height:100%;max-height:none;object-fit:cover}.cotizar-image-wrap.cotizar-slide:first-child{animation:cotizar-fade-a 14s ease-in-out infinite}.cotizar-image-wrap.cotizar-slide:last-child{animation:cotizar-fade-b 14s ease-in-out infinite}@keyframes cotizar-fade-a{0%,45%{opacity:1}50%,95%{opacity:0}to{opacity:1}}@keyframes cotizar-fade-b{0%,45%{opacity:0}50%,95%{opacity:1}to{opacity:0}}.cotizar-image{width:100%;height:auto;max-height:75vh;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px #0000001f;transition:transform .5s ease,box-shadow .35s ease}.cotizar-image-wrap:hover .cotizar-image{transform:scale(1.05);box-shadow:0 16px 48px #0000002e}section#nuestros-trabajos{overflow-x:clip}#nuestros-trabajos .section-title{margin-bottom:.5rem}.instagram-reels-wrap{margin-top:2rem;margin-left:auto;margin-right:auto}.instagram-reels-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,340px));gap:2rem;justify-content:center;justify-items:center;align-items:start;max-width:min(1120px,100%);margin-left:auto;margin-right:auto}.instagram-reel-item{width:100%;max-width:540px;min-width:0}.instagram-reel-item iframe{max-width:100%}@media(max-width:768px){.instagram-reels-wrap{margin-left:-5%;margin-right:-5%;width:110%;max-width:none;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:.5rem}.instagram-reels-wrap::-webkit-scrollbar{height:6px}.instagram-reels-wrap::-webkit-scrollbar-track{background:var(--grey-light);border-radius:3px}.instagram-reels-wrap::-webkit-scrollbar-thumb{background:var(--grey-mid);border-radius:3px}.instagram-reels-grid{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:flex-start;align-items:stretch;padding:0 5%;width:max-content}.instagram-reel-item{flex:0 0 auto;width:min(320px,85vw);max-width:none;scroll-snap-align:start}.instagram-reels-grid{scroll-snap-type:x mandatory}}.video-lightbox{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.video-lightbox.open{opacity:1;visibility:visible}.video-lightbox-backdrop{position:absolute;inset:0;background:#000000eb;cursor:pointer}.video-lightbox-close{position:absolute;top:1.5rem;right:1.5rem;z-index:2001;width:48px;height:48px;border:none;border-radius:50%;background:var(--white);color:var(--black);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.video-lightbox-close:hover{background:var(--grey-light);transform:scale(1.05)}.video-lightbox-close i{font-size:28px}.video-lightbox-player{position:relative;z-index:2001;width:100%;max-width:360px;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000080}.video-lightbox-video{width:100%;height:auto;max-height:80vh;display:block;background:#000}section#acabados{overflow-x:clip}#acabados .section-title{margin-bottom:.5rem}.acabados-carousel-wrap{position:relative;width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden;margin-top:2rem}.acabados-carousel{overflow:hidden;width:100%}.acabados-track{display:flex;gap:1.25rem;padding:1rem 2rem;width:max-content;animation:acabados-scroll 150s linear infinite;will-change:transform}.acabados-carousel-wrap:hover .acabados-track{animation-play-state:paused}@media(max-width:1024px){.acabados-carousel-wrap{overflow:hidden;touch-action:pan-y}.acabados-carousel{overflow:visible;width:max-content}.acabados-carousel-wrap .acabados-track{animation:none;will-change:transform}}@keyframes acabados-scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.acabados-video-card{flex:0 0 220px;width:220px;aspect-ratio:9 / 16;border-radius:12px;overflow:hidden;background:var(--grey-light);box-shadow:0 4px 24px #0000001a;cursor:pointer;transition:box-shadow .35s ease,transform .35s ease}.acabados-video-card:hover{box-shadow:0 12px 40px #0000002e;transform:scale(1.03)}.acabados-video,.acabados-img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;transition:transform .5s ease}.acabados-video-card:hover .acabados-img{transform:scale(1.12)}.vision-mission{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:2rem}.vision-block,.mission-block{background:var(--bg-white);padding:2rem;border-radius:12px;box-shadow:0 4px 24px #0000000f;border-left:4px solid var(--black)}.vision-block h3,.mission-block h3{font-size:1.25rem;margin-bottom:1rem;color:var(--black)}.vision-block p,.mission-block p{color:var(--text-muted);font-size:.95rem;line-height:1.7}section#servicios{overflow-x:clip}.services-carousel-wrap{position:relative;width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden}.services-carousel{overflow:hidden;width:100%}.carousel-track{display:flex;gap:1.5rem;padding:1rem 2rem;width:max-content;animation:carousel-scroll 100s linear infinite;will-change:transform}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.services-carousel-wrap:hover .carousel-track{animation-play-state:paused}.flip-card{flex:0 0 280px;min-width:280px;height:320px;perspective:1000px;cursor:pointer}.flip-card-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d}.flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;left:0;top:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 4px 24px #00000014}.flip-card-front{background:var(--white);border:2px solid var(--grey-light)}.flip-card-back{background:var(--black);color:var(--white);transform:rotateY(180deg);justify-content:center;align-items:stretch;text-align:left;overflow:hidden;padding:1.25rem}.flip-card-icon{font-size:96px;color:var(--black);margin-bottom:1rem}.flip-card-front h3{font-size:1.15rem;margin-bottom:.5rem;color:var(--black)}.flip-card-front p{font-size:.85rem;color:var(--text-muted);margin:0}.flip-card-back h3{font-size:.9rem;margin-bottom:.6rem;color:var(--white);flex-shrink:0;line-height:1.3}.flip-card-back ul{list-style:none;margin:0;padding:0;font-size:.8rem;line-height:1.45;color:#ffffffe6}.flip-card-back ul li{padding:.15rem 0 .15rem 1rem;position:relative}.flip-card-back ul li:before{content:"";position:absolute;left:0;top:.5em;width:4px;height:4px;border-radius:50%;background:var(--white)}.section-cta{text-align:center}.link-arrow{color:var(--black);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:var(--transition)}.link-arrow:hover{color:var(--grey-dark)}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.project-card{aspect-ratio:4/3;border-radius:12px;overflow:hidden;position:relative;background:linear-gradient(135deg,var(--black) 0%,var(--grey-dark) 100%);display:flex;align-items:flex-end;padding:1.5rem;text-decoration:none;color:#fff;transition:var(--transition)}.project-card:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 50%);z-index:1}.project-card:hover{transform:scale(1.02);box-shadow:0 12px 40px #0003}.project-label{position:relative;z-index:2;font-family:var(--font-sans);font-size:1.35rem;font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{text-align:center;padding:1.5rem 1rem}.feature-icon{font-size:72px;color:var(--grey-mid);margin-bottom:1rem;display:block}.feature-card h3{font-size:1.15rem;margin-bottom:.5rem;color:var(--text-light)}.feature-card p{font-size:1rem;line-height:1.6}.testimonial{text-align:center;padding:2rem 0}.testimonial p{font-size:1.25rem;line-height:1.7;color:var(--text-muted);font-style:italic;margin-bottom:1rem}.testimonial cite{font-size:.95rem;color:var(--text-muted);font-style:normal}footer{background-color:var(--primary);color:var(--text-light);padding:4rem 0 2rem}.footer-section .footer-logo-link{display:block;margin:0;padding:0;line-height:0;font-size:0}.footer-logo{height:100px;width:auto;object-fit:contain;opacity:.95;margin:0;padding:0;margin-top:-1.25rem;margin-bottom:-.75rem;display:block;vertical-align:top}.footer-section .footer-logo-link:hover .footer-logo{opacity:1}.footer-hero{text-align:center;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:3rem}.footer-hero h2{color:var(--text-light);font-size:2rem;margin-bottom:.75rem}.footer-hero p{opacity:.9;margin-bottom:1.5rem}.footer-hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.footer-hero-buttons .btn-hero{min-width:10rem}.btn-hero-footer-primary{background:var(--white)!important;color:var(--black)!important;border:2px solid rgba(255,255,255,.9)}.btn-hero-footer-primary:hover{background:var(--grey-light)!important;color:var(--black)!important;border-color:var(--white)}.btn-hero-outline-footer{background:transparent!important;color:var(--white);border:2px solid rgba(255,255,255,.8)}.btn-hero-outline-footer:hover{background:#ffffff1f!important;border-color:var(--white)}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;gap:2rem;margin-bottom:2rem}.footer-content .footer-section:first-child{padding-top:0;padding-bottom:0;margin-top:-1.25rem;margin-bottom:-1rem}.footer-section h4{color:var(--text-light);font-family:var(--font-sans);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-vision-mission{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-top:2.5rem;padding-bottom:2rem;margin-top:2rem;margin-bottom:2rem;border-top:1px solid rgba(255,255,255,.15)}.footer-vm-block h4{color:var(--text-light);font-family:var(--font-sans);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.footer-vm-block p{margin:0;font-size:.9rem;line-height:1.55;opacity:.9}.footer-section p{margin:0;margin-top:.5rem;font-size:.9rem;opacity:.85;display:flex;align-items:center;gap:.5rem}.footer-section a{color:var(--text-light);text-decoration:none;opacity:.85}.footer-section a:hover{opacity:1;color:var(--grey-light)}.footer-icon{font-size:1.1rem;color:var(--grey-mid);flex-shrink:0}.footer-social-links{display:flex;gap:.75rem;flex-wrap:wrap}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff1f;color:var(--text-light);transition:background .2s,color .2s}.footer-social-link:hover{background:#ffffff40;color:var(--white)}.footer-social-icon{width:1.25rem;height:1.25rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.85rem;opacity:.7;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem}.footer-bottom p{margin:0}.footer-credit{display:inline-flex;align-items:center;gap:0;font-size:.7rem}.footer-credit-icon{font-size:.6rem;color:#ffffffa6;margin:0 .08rem 0 0}.footer-credit-text{color:#fff9;margin-right:.15rem}.footer-credit-link{color:#ffffffd9;text-decoration:none;font-weight:700}.footer-credit-link:hover{color:var(--white);text-decoration:underline}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:var(--black);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 20px #0003;transition:var(--transition);z-index:1000}.scroll-to-top:hover{background:var(--grey-dark);transform:translateY(-4px)}.scroll-to-top i{font-size:24px}.lightbox{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lightbox.open{opacity:1;visibility:visible}.lightbox-backdrop{position:absolute;inset:0;background:#000000eb;cursor:pointer}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;z-index:2001;width:48px;height:48px;border:none;border-radius:50%;background:var(--white);color:var(--black);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.lightbox-close:hover{background:var(--grey-light);transform:scale(1.05)}.lightbox-close i{font-size:28px}.lightbox-img{position:relative;z-index:2001;max-width:95vw;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080}@media(max-width:1024px){.steps-grid{grid-template-columns:1fr}.features-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}section#servicios{overflow-x:visible;overflow-y:visible}#servicios .container{overflow-x:visible}.services-carousel-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x;min-height:320px}.services-carousel-wrap::-webkit-scrollbar{display:none}.services-carousel{overflow:visible;width:max-content;min-width:300vw}.services-carousel-wrap .flip-card{scroll-snap-align:start;flex-shrink:0}.carousel-track{animation:none}}@media(min-width:769px)and (max-width:1024px){.container,.header-inner{padding:0 4%}nav ul{gap:1.25rem}nav ul li a{font-size:.85rem}.logo-img{height:72px}.header-btn{padding:.65rem 1.25rem;font-size:.85rem}section{padding:4rem 0}.hero-content{padding:0 1rem}.hero h1{font-size:clamp(1.5rem,3.2vw,1.9rem)}.hero-sub{font-size:clamp(.95rem,1.8vw,1.05rem)}.section-title h2{font-size:1.85rem}.flip-card{flex:0 0 240px;min-width:240px;height:280px}.flip-card-icon{font-size:72px}.flip-card-front h3{font-size:1.05rem}.acabados-video-card{flex:0 0 200px;width:200px}.acabados-track{padding:1rem 1.5rem;gap:1rem}.carousel-track{padding:1rem 1.5rem;gap:1.25rem}.services-carousel-wrap{min-height:320px}.vision-mission{gap:2rem}.vision-block,.mission-block{padding:1.5rem}.footer-hero h2{font-size:1.75rem}.footer-content{gap:1.75rem}}@media(max-width:768px){nav#main-nav{display:none}.header-btn{display:none}.mobile-menu-toggle{display:flex}.logo{font-size:.9rem}.logo-img{height:68px}.hero{min-height:85vh}.hero-content{padding:0 1.25rem}.hero-container{overflow-x:visible}.hero h1{font-size:clamp(1.35rem,4.5vw,1.75rem);overflow-wrap:break-word}.hero h1 .hero-line,.hero h1 .hero-line-2{white-space:nowrap}.hero-sub{font-size:clamp(.9rem,2.2vw,1rem)}.hero-buttons{gap:.65rem;margin-bottom:1.5rem}.hero-buttons .btn,.hero .btn-hero-outline{padding:.75rem 1.5rem;font-size:.92rem}.hero-benefits li{font-size:.9rem}section{padding:3.5rem 0}.section-title h2{font-size:1.75rem}.container{padding:0 5%}.vision-mission{grid-template-columns:1fr;gap:1.5rem}#cotizar{padding-top:1rem}.cotizar-grid{grid-template-columns:1fr;gap:0;row-gap:0}.cotizar-title{font-size:1.75rem;margin-bottom:1.5rem}.cotizar-step-content h3{font-size:1.05rem}.cotizar-step-content p{font-size:.9rem}.cotizar-steps{margin-bottom:0}.cotizar-step{margin-bottom:1rem}.cotizar-step:last-of-type{margin-bottom:.5rem}.cotizar-cta{margin-top:.25rem;margin-bottom:0;padding-bottom:0}.cotizar-images{position:relative;aspect-ratio:3 / 4;max-height:70vh;overflow:hidden;border-radius:12px;box-shadow:0 8px 32px #0000001f;margin-top:-2rem;padding-top:0}.cotizar-image-wrap.cotizar-slide{position:absolute;inset:0;animation:none}.cotizar-image-wrap.cotizar-slide:first-child{animation:cotizar-fade-a 14s ease-in-out infinite}.cotizar-image-wrap.cotizar-slide:last-child{animation:cotizar-fade-b 14s ease-in-out infinite}.cotizar-image-wrap.cotizar-slide .cotizar-image{width:100%;height:100%;object-fit:cover}.cotizar-image-wrap{position:absolute}.cotizar-image{max-height:none}.cotizar-steps:before{bottom:2rem}.quienes-somos-grid{grid-template-columns:1fr;gap:2rem}.quienes-somos-content{order:-1}.quienes-somos-image-wrap{margin-left:0}.acabados-video-card{flex:0 0 260px;width:260px}.acabados-track{padding:1rem;gap:1rem}.flip-card{flex:0 0 260px;min-width:260px;height:300px}.flip-card-icon{font-size:64px}.flip-card-front h3{font-size:1rem}.projects-grid{grid-template-columns:1fr;gap:1rem}.project-card{aspect-ratio:16/9}.features-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-vision-mission{grid-template-columns:1fr;gap:1.5rem;padding-top:2rem;margin-top:1.5rem}.footer-hero h2{font-size:1.5rem}.scroll-to-top{bottom:1.5rem;right:1.5rem;width:44px;height:44px}section#servicios{overflow-x:visible;overflow-y:visible}.services-carousel-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x;min-height:320px}.services-carousel-wrap::-webkit-scrollbar{display:none}.services-carousel-wrap .carousel-track{animation:none}}@media(min-width:481px)and (max-width:768px){.container{padding:0 5%}.footer-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-section:last-child{grid-column:1 / -1;text-align:center}.footer-social-links{justify-content:center}.flip-card{flex:0 0 220px;min-width:220px;height:260px}.acabados-video-card{flex:0 0 240px;width:240px}}@media(max-width:480px){.container,.header-inner{padding:0 1rem}.logo-img{height:60px}.hero{min-height:82vh}.hero-content{padding:0 .5rem;max-width:100%}.hero-container{overflow-x:visible}.hero h1{font-size:clamp(.95rem,4.5vw,1.5rem);line-height:1.25;overflow-wrap:break-word;max-width:100%}.hero h1 .hero-line,.hero h1 .hero-line-2{white-space:normal}.hero-sub{font-size:.9rem;line-height:1.5}.hero-buttons{flex-direction:column;width:100%;gap:.5rem;margin-bottom:1.25rem}.hero-buttons .btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:0;min-height:42px;padding:.65rem 1.35rem;font-size:.9rem;text-align:center}.hero-benefits{gap:.5rem}.hero-benefits li{font-size:.85rem}.hero-benefits .material-icons{font-size:1.1rem}section{padding:2.5rem 0}.section-title h2{font-size:1.5rem}.section-intro{font-size:.95rem}.quienes-somos-grid{gap:1.5rem}.quienes-somos-title{font-size:1.5rem}.quienes-somos-intro,.quienes-somos-tagline,.quienes-somos-list li{font-size:.95rem}.quienes-somos-image{border-radius:10px}.vision-block,.mission-block{padding:1.25rem}.vision-block h3,.mission-block h3{font-size:1.1rem}.flip-card{flex:0 0 240px;min-width:240px;height:280px}.flip-card-icon{font-size:56px}.flip-card-front h3{font-size:.95rem}.flip-card-front p,.flip-card-back ul{font-size:.8rem}.carousel-track,.acabados-track{padding:.75rem 1rem;gap:.75rem}.acabados-video-card{flex:0 0 min(280px,82vw);width:min(280px,82vw)}#acabados .section-title{margin-bottom:.25rem}.acabados-carousel-wrap{margin-top:1.25rem}.project-card{padding:1rem}.project-label{font-size:1.1rem}.features-grid{gap:1.5rem}.feature-card{padding:1.25rem .75rem}.feature-icon{font-size:58px}.feature-card h3{font-size:1rem}.feature-card p{font-size:.95rem}#cotizar{padding-top:.75rem}.cotizar-title{font-size:1.5rem;margin-bottom:1.25rem}.cotizar-step-content h3{font-size:1rem}.cotizar-step-content p{font-size:.9rem}.cotizar-steps{gap:1.5rem}.cotizar-step{margin-bottom:.75rem}.cotizar-step:last-of-type{margin-bottom:.35rem}.cotizar-cta{font-size:.95rem;padding:.5rem 0 0;margin-top:.15rem}.cotizar-grid{gap:0;row-gap:0}.cotizar-images{margin-top:-2.5rem}.footer-content{grid-template-columns:1fr;gap:1.25rem}.footer-section:last-child{grid-column:auto;text-align:left}.footer-social-links{justify-content:flex-start}.footer-hero{padding-bottom:2rem;margin-bottom:2rem}.footer-hero h2{font-size:1.35rem}.footer-hero p{font-size:.9rem;margin-bottom:1rem}.footer-hero-buttons{flex-direction:column}.footer-hero-buttons .btn-hero{min-width:100%;min-height:48px}.footer-vision-mission{padding-top:1.5rem;margin-top:1.5rem;gap:1.25rem}.footer-vm-block p{font-size:.85rem}.footer-social-link{width:2.75rem;height:2.75rem}.footer-social-icon{width:1.1rem;height:1.1rem}.scroll-to-top{bottom:1.25rem;right:1rem;width:40px;height:40px}.mobile-menu ul li a{padding:1rem 0;font-size:1rem}.mobile-menu-cta{min-height:48px;display:flex;align-items:center;justify-content:center}}
