:root{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;font-family:Montserrat,sans-serif}*{box-sizing:border-box}.header{background:#fff;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:1000}.header-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem;cursor:pointer}.logo-square{background:#1a3a2e;color:#fff;width:45px;height:45px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;font-family:Montserrat,sans-serif;border-radius:4px}.logo-text{font-family:Montserrat,sans-serif;font-weight:700;font-size:1.25rem;color:#1a1a1a;text-transform:lowercase}.main-nav{display:flex;gap:3rem;flex:1;justify-content:flex-end}.main-nav a{text-decoration:none;color:#1a1a1a;font-size:.875rem;font-weight:600;letter-spacing:.5px;font-family:Montserrat,sans-serif;transition:color .3s;position:relative}.main-nav a:hover{color:#1a3a2e}.main-nav a:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background:#1a3a2e;transition:width .3s ease}.main-nav a:hover:after{width:100%}@media(max-width:1024px){.header-container{padding:1rem 2rem}.main-nav{display:none}.logo-text{font-size:1.1rem}.logo-square{width:40px;height:40px;font-size:1.25rem}}.info-banner{background:#004d5c;color:#fff;display:flex;align-items:center;justify-content:center;padding:.75rem 2rem;gap:3rem;font-size:.9rem;position:relative}.banner-desktop{display:flex;align-items:center;justify-content:center;gap:3rem;width:100%}.banner-mobile{display:none}.banner-item{display:flex;align-items:center}.banner-divider{width:1px;height:20px;background:#ffffff4d}.banner-item strong{font-weight:600}@media(max-width:768px){.info-banner{padding:1rem;min-height:60px}.banner-desktop{display:none}.banner-mobile{display:block;width:100%;text-align:center}.banner-carousel{position:relative;overflow:hidden;height:40px;display:flex;align-items:center;justify-content:center}.banner-slide{position:absolute;width:100%;opacity:0;transform:translate(100%);transition:all .5s ease-in-out;white-space:nowrap}.banner-slide.active{opacity:1;transform:translate(0);position:relative}.banner-slide.prev{transform:translate(-100%)}.banner-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.dot{width:8px;height:8px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease}.dot.active{background:#fff;width:24px;border-radius:4px}.banner-divider{display:none}}.footer{background:#1a1a1a;color:#fff}.footer-container{max-width:1200px;margin:0 auto;padding:4rem 2rem 3rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}.footer-brand{padding-right:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;margin-bottom:1.25rem}.footer-logo-square{width:40px;height:40px;background:#1a3a2e;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-weight:700;font-size:1.25rem;border-radius:6px}.footer-logo-text{font-family:Montserrat,sans-serif;font-weight:600;font-size:1.5rem;color:#fff}.footer-description{font-family:Montserrat,sans-serif;font-size:.9rem;line-height:1.7;color:#a0a0a0;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.footer-social a{width:40px;height:40px;background:#2a2a2a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer-social a:hover{background:#1a3a2e;transform:translateY(-3px)}.footer-social a svg{width:18px;height:18px;color:#fff}.footer-links h4,.footer-contact h4{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{font-family:Montserrat,sans-serif;font-size:.9rem;color:#a0a0a0;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#fff;padding-left:5px}.footer-contact .contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-contact .contact-item svg{width:18px;height:18px;color:#1a3a2e;flex-shrink:0}.footer-contact .contact-item span{font-family:Montserrat,sans-serif;font-size:.9rem;color:#a0a0a0}.footer-bottom{border-top:1px solid #2a2a2a;background:#151515}.footer-bottom-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-family:Montserrat,sans-serif;font-size:.85rem;color:#666;margin:0}.footer-legal{display:flex;gap:2rem}.footer-legal a{font-family:Montserrat,sans-serif;font-size:.85rem;color:#666;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#fff}@media(max-width:968px){.footer-container{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:span 2;padding-right:0}}@media(max-width:768px){.footer-container{grid-template-columns:1fr;padding:3rem 1.5rem 2rem;gap:2rem}.footer-brand{grid-column:span 1;text-align:center}.footer-logo,.footer-social{justify-content:center}.footer-links,.footer-contact{text-align:center}.footer-contact .contact-item{justify-content:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem}.footer-legal{gap:1.5rem}.footer-bottom{padding-bottom:80px}}@media(max-width:480px){.footer-legal{flex-direction:column;gap:.75rem}}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.06);padding-bottom:env(safe-area-inset-bottom);transform:translateY(100%);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease}.mobile-nav.visible{transform:translateY(0);opacity:1}.mobile-nav-container{display:flex;justify-content:space-around;align-items:center;padding:.5rem .25rem;max-width:100%}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;padding:.5rem .75rem;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;min-width:60px}.nav-icon{width:24px;height:24px;margin-bottom:4px;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-icon svg{width:100%;height:100%;color:#8e8e93;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-label{font-family:Montserrat,sans-serif;font-size:.625rem;font-weight:500;color:#8e8e93;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.nav-indicator{position:absolute;bottom:2px;width:4px;height:4px;border-radius:50%;background:transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-nav-item.active .nav-icon svg{color:#1a3a2e;stroke-width:2.5}.mobile-nav-item.active .nav-label{color:#1a3a2e;font-weight:600}.mobile-nav-item.active .nav-indicator{background:#1a3a2e}.mobile-nav-item:active{transform:scale(.95)}.mobile-nav-item:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#1a3a2e1a;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.mobile-nav-item:active:before{width:60px;height:60px}@media(max-width:1024px){.mobile-nav{display:block}}@media(max-width:380px){.mobile-nav-item{padding:.5rem;min-width:50px}.nav-label{font-size:.55rem}.nav-icon{width:22px;height:22px}}.hero{background:#f8f8f8;padding:4rem 2rem}.hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{padding-left:2rem}.hero-text h1{font-family:Montserrat,sans-serif;font-size:2.75rem;line-height:1.2;color:#1a1a1a;margin-bottom:1.5rem;font-weight:600}.hero-description{font-family:Montserrat,sans-serif;font-size:1.05rem;line-height:1.7;color:#4a4a4a;margin-bottom:2.5rem;font-weight:400}.hero-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}.hero-link{text-decoration:none;color:#1a1a1a;font-size:1rem;font-weight:500;font-family:Montserrat,sans-serif;display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 0;position:relative;transition:all .3s ease}.hero-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:#1a1a1a;transition:width .3s ease}.hero-link:hover:after{width:100%}.hero-link:hover{color:#1a3a2e}.arrow{font-size:1.1rem;font-weight:300;transition:transform .3s ease;opacity:.7}.hero-link:hover .arrow{transform:translate(4px);opacity:1}.hero-image{position:relative;overflow:hidden;border-radius:8px}.hero-video{width:100%;height:100%;min-height:600px;object-fit:cover;display:block}.video-controls{position:absolute;bottom:1.5rem;right:1.5rem;display:flex;gap:.75rem;z-index:10}.video-control-btn{width:44px;height:44px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-control-btn:hover{transform:scale(1.1);background:#fff;box-shadow:0 6px 20px #0003}.video-control-btn:active{transform:scale(.95)}.video-control-btn svg{width:20px;height:20px;color:#1a3a2e}.hero-image img{width:100%;height:auto;display:block;object-fit:cover}@media(max-width:968px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-text{padding-left:0;text-align:center}.hero-text h1{font-size:1.75rem}.hero-description{font-size:.95rem;line-height:1.6}.hero-links{justify-content:center;gap:1.5rem}.hero-video{min-height:400px}.video-controls{bottom:1rem;right:1rem;gap:.5rem}.video-control-btn{width:40px;height:40px}.video-control-btn svg{width:18px;height:18px}}@media(max-width:480px){.hero-text h1{font-size:1.5rem}.hero-description{font-size:.9rem}.hero-links{gap:1rem 1.5rem}.hero-link{font-size:.9rem}}.trust-brands{background:#f8f9fa;padding:5rem 2rem;overflow:hidden}.trust-brands-container{max-width:1400px;margin:0 auto;text-align:center}.trust-label{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:3px;color:#1a3a2e;text-transform:uppercase;display:block;margin-bottom:1rem}.trust-title{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:400;color:#1a1a1a;margin:0 0 4rem;font-style:italic}.brands-carousel{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.brands-track{display:flex;align-items:center;gap:5rem;animation:scroll 25s linear infinite;width:fit-content}.brand-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:60px;min-width:150px;filter:grayscale(100%);opacity:.6;transition:all .4s ease}.brand-item:hover{filter:grayscale(0%);opacity:1}.brand-item img{max-height:50px;max-width:150px;width:auto;height:auto;object-fit:contain}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brands-carousel:hover .brands-track{animation-play-state:paused}@media(max-width:968px){.trust-brands{padding:4rem 1.5rem}.trust-title{font-size:1.75rem;margin-bottom:3rem}.brands-track{gap:3rem}.brand-item{min-width:120px;height:50px}.brand-item img{max-height:40px;max-width:120px}}@media(max-width:480px){.trust-title{font-size:1.5rem}.brands-track{gap:2.5rem;animation-duration:20s}.brand-item{min-width:100px;height:40px}.brand-item img{max-height:35px;max-width:100px}}.page-empresas{min-height:100vh}.empresas-hero{background:linear-gradient(135deg,#1a3a2e,#2d5a4a);color:#fff;padding:8rem 2rem 6rem;text-align:center}.empresas-hero-content{max-width:800px;margin:0 auto}.page-label{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;opacity:.8;display:block;margin-bottom:1.5rem}.empresas-hero h1{font-family:Montserrat,sans-serif;font-size:3rem;font-weight:600;margin-bottom:1.5rem;line-height:1.2}.empresas-hero p{font-family:Montserrat,sans-serif;font-size:1.15rem;line-height:1.7;opacity:.9;max-width:600px;margin:0 auto}.empresas-beneficios{padding:6rem 2rem;background:#f8f9fa}.beneficios-container{max-width:1200px;margin:0 auto}.beneficios-container h2{font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:600;text-align:center;margin-bottom:4rem;color:#1a1a1a}.beneficios-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.beneficio-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.beneficio-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.beneficio-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:#e8f5e9;border-radius:50%;display:flex;align-items:center;justify-content:center}.beneficio-icon svg{width:28px;height:28px;color:#1a3a2e}.beneficio-card h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.beneficio-card p{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.6;color:#666}.empresas-cta{padding:6rem 2rem;background:#fff}.cta-container{max-width:600px;margin:0 auto;text-align:center}.cta-container h2{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.cta-container p{font-family:Montserrat,sans-serif;font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:2rem}.cta-button{display:inline-block;background:#1a3a2e;color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:600;font-size:1rem;transition:all .3s ease}.cta-button:hover{background:#2d5a4a;transform:translateY(-2px);box-shadow:0 4px 15px #1a3a2e4d}@media(max-width:1024px){.beneficios-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.empresas-hero{padding:6rem 1.5rem 4rem}.empresas-hero h1{font-size:2rem}.empresas-hero p{font-size:1rem}.empresas-beneficios{padding:4rem 1.5rem}.beneficios-container h2{font-size:1.75rem;margin-bottom:3rem}.beneficios-grid{grid-template-columns:1fr;gap:1.5rem}.empresas-cta{padding:4rem 1.5rem}.cta-container h2{font-size:1.5rem}}.page-catalogos{min-height:100vh}.catalogos-hero{background:linear-gradient(135deg,#1a3a2e,#2d5a4a);color:#fff;padding:8rem 2rem 6rem;text-align:center}.catalogos-hero-content{max-width:800px;margin:0 auto}.catalogos-hero h1{font-family:Montserrat,sans-serif;font-size:3rem;font-weight:600;margin-bottom:1.5rem;line-height:1.2}.catalogos-hero p{font-family:Montserrat,sans-serif;font-size:1.15rem;line-height:1.7;opacity:.9;max-width:600px;margin:0 auto}.catalogos-grid-section{padding:6rem 2rem;background:#f8f9fa}.catalogos-container{max-width:1200px;margin:0 auto}.catalogos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.catalogo-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.catalogo-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a}.catalogo-image{height:220px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);display:flex;align-items:center;justify-content:center}.catalogo-placeholder svg{width:80px;height:80px;color:#1a3a2e;opacity:.3}.catalogo-content{padding:2rem}.catalogo-content h3{font-family:Montserrat,sans-serif;font-size:1.35rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.catalogo-content p{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.catalogo-actions{display:flex;gap:1rem}.btn-download{display:inline-flex;align-items:center;gap:.5rem;background:#1a3a2e;color:#fff;padding:.75rem 1.25rem;border-radius:8px;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:600;font-size:.9rem;transition:all .3s ease}.btn-download svg{width:18px;height:18px}.btn-download:hover{background:#2d5a4a}.btn-view{display:inline-flex;align-items:center;background:transparent;color:#1a3a2e;padding:.75rem 1.25rem;border-radius:8px;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:600;font-size:.9rem;border:2px solid #1a3a2e;transition:all .3s ease}.btn-view:hover{background:#1a3a2e;color:#fff}.catalogos-info{padding:6rem 2rem;background:#fff}.info-container{max-width:800px;margin:0 auto}.info-content{text-align:center;background:linear-gradient(135deg,#f8f9fa,#e8f5e9);padding:4rem 3rem;border-radius:20px}.info-content h2{font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.info-content p{font-family:Montserrat,sans-serif;font-size:1.05rem;line-height:1.6;color:#666;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}@media(max-width:968px){.catalogos-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.catalogos-hero{padding:6rem 1.5rem 4rem}.catalogos-hero h1{font-size:2rem}.catalogos-hero p{font-size:1rem}.catalogos-grid-section{padding:4rem 1.5rem}.catalogo-image{height:180px}.catalogo-content{padding:1.5rem}.catalogo-actions{flex-direction:column}.btn-download,.btn-view{justify-content:center}.catalogos-info{padding:4rem 1.5rem}.info-content{padding:3rem 1.5rem}.info-content h2{font-size:1.5rem}}.page-nosotros{min-height:100vh}.nosotros-hero{background:linear-gradient(135deg,#1a3a2e,#2d5a4a);color:#fff;padding:8rem 2rem 6rem;text-align:center}.nosotros-hero-content{max-width:800px;margin:0 auto}.nosotros-hero h1{font-family:Montserrat,sans-serif;font-size:3rem;font-weight:600;margin-bottom:1.5rem;line-height:1.2}.nosotros-hero p{font-family:Montserrat,sans-serif;font-size:1.15rem;line-height:1.7;opacity:.9;max-width:650px;margin:0 auto}.nosotros-historia{padding:6rem 2rem;background:#fff}.historia-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.historia-content h2{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#1a1a1a}.historia-content p{font-family:Montserrat,sans-serif;font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.historia-image{display:flex;justify-content:center}.image-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:16px;display:flex;align-items:center;justify-content:center}.image-placeholder svg{width:100px;height:100px;color:#1a3a2e;opacity:.3}.nosotros-valores{padding:6rem 2rem;background:#f8f9fa}.valores-container{max-width:1200px;margin:0 auto}.valores-container h2{font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:600;text-align:center;margin-bottom:4rem;color:#1a1a1a}.valores-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.valor-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.valor-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.valor-number{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#e8f5e9;margin-bottom:1rem}.valor-card h3{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:600;color:#1a3a2e;margin-bottom:.75rem}.valor-card p{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.6;color:#666}.nosotros-cifras{padding:5rem 2rem;background:#1a3a2e}.cifras-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.cifra-item{display:flex;flex-direction:column;gap:.5rem}.cifra-numero{font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:700;color:#fff}.cifra-label{font-family:Montserrat,sans-serif;font-size:.95rem;color:#fffc}.nosotros-cta{padding:6rem 2rem;background:#fff}.nosotros-cta .cta-container{max-width:600px;margin:0 auto;text-align:center}.nosotros-cta h2{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.nosotros-cta p{font-family:Montserrat,sans-serif;font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:2rem}.nosotros-cta .cta-button{display:inline-block;background:#1a3a2e;color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:600;font-size:1rem;transition:all .3s ease}.nosotros-cta .cta-button:hover{background:#2d5a4a;transform:translateY(-2px);box-shadow:0 4px 15px #1a3a2e4d}@media(max-width:1024px){.valores-grid{grid-template-columns:repeat(2,1fr)}.cifras-container{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(max-width:768px){.nosotros-hero{padding:6rem 1.5rem 4rem}.nosotros-hero h1{font-size:2rem}.nosotros-hero p{font-size:1rem}.nosotros-historia{padding:4rem 1.5rem}.historia-container{grid-template-columns:1fr;gap:2rem}.historia-content h2{font-size:1.75rem}.image-placeholder{height:280px}.nosotros-valores{padding:4rem 1.5rem}.valores-container h2{font-size:1.75rem;margin-bottom:3rem}.valores-grid{grid-template-columns:1fr;gap:1.5rem}.nosotros-cifras{padding:4rem 1.5rem}.cifras-container{grid-template-columns:repeat(2,1fr);gap:2rem}.cifra-numero{font-size:2.5rem}.nosotros-cta{padding:4rem 1.5rem}.nosotros-cta h2{font-size:1.5rem}}.page-contacto{min-height:100vh}.contacto-hero{background:linear-gradient(135deg,#1a3a2e,#2d5a4a);color:#fff;padding:8rem 2rem 6rem;text-align:center}.contacto-hero-content{max-width:800px;margin:0 auto}.contacto-hero h1{font-family:Montserrat,sans-serif;font-size:3rem;font-weight:600;margin-bottom:1.5rem;line-height:1.2}.contacto-hero p{font-family:Montserrat,sans-serif;font-size:1.15rem;line-height:1.7;opacity:.9;max-width:600px;margin:0 auto}.contacto-content{padding:6rem 2rem;background:#f8f9fa}.contacto-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}.contacto-info{padding:2rem}.contacto-info h2{font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:600;margin-bottom:2rem;color:#1a1a1a}.info-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-icon{width:48px;height:48px;background:#e8f5e9;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon svg{width:22px;height:22px;color:#1a3a2e}.info-text h4{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.info-text p{font-family:Montserrat,sans-serif;font-size:.95rem;color:#666;line-height:1.5}.social-links h4{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icons a{width:44px;height:44px;background:#1a3a2e;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-icons a:hover{background:#2d5a4a;transform:translateY(-3px)}.social-icons a svg{width:20px;height:20px;color:#fff}.contacto-form-container{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #00000014}.contacto-form h2{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#1a1a1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:500;color:#1a1a1a;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-family:Montserrat,sans-serif;font-size:.95rem;color:#1a1a1a;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1a3a2e;box-shadow:0 0 0 3px #1a3a2e1a}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.submit-btn{width:100%;padding:1rem 2rem;background:#1a3a2e;color:#fff;border:none;border-radius:10px;font-family:Montserrat,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover:not(:disabled){background:#2d5a4a;transform:translateY(-2px);box-shadow:0 4px 15px #1a3a2e4d}.submit-btn:disabled{background:#6b8f7a;cursor:not-allowed;transform:none}.form-message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:.95rem;text-align:center}.form-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media(max-width:968px){.contacto-container{grid-template-columns:1fr;gap:3rem}.contacto-info{padding:0}.form-row{grid-template-columns:1fr;gap:0}}@media(max-width:768px){.contacto-hero{padding:6rem 1.5rem 4rem}.contacto-hero h1{font-size:2rem}.contacto-hero p{font-size:1rem}.contacto-content{padding:4rem 1.5rem}.contacto-form-container{padding:2rem 1.5rem}.contacto-info h2,.contacto-form h2{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#fff}#root{width:100%;margin:0;padding:0}@media(max-width:1024px){.app{padding-bottom:90px}}
