*{box-sizing:border-box;margin:0;padding:0}:root{--primary-blue:#021f59;--primary-green:#038c33;--light-gray:#f2f2f2;--dark-gray:#595959;--white:#fff;--black:#000}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--white);color:#595959;color:var(--dark-gray);font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#021f59;background-color:var(--primary-blue);color:var(--white)}.btn-primary:hover{background-color:#031a4a}.btn-secondary{background-color:#038c33;background-color:var(--primary-green);color:var(--white)}.btn-secondary:hover{background-color:#027a2b}.section{padding:80px 0}.section-title{color:#021f59;color:var(--primary-blue);font-size:2.5rem;font-weight:700;margin-bottom:50px;text-align:center}.section-subtitle{color:#595959;color:var(--dark-gray);font-size:1.2rem;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}@media (max-width:1200px){.container{max-width:960px}}@media (max-width:992px){.container{max-width:720px}.section-title{font-size:2.2rem}}@media (max-width:768px){.container{max-width:540px;padding:0 15px}.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.btn{font-size:14px;padding:10px 20px}}@media (max-width:576px){.container{max-width:100%;padding:0 10px}.section{padding:40px 0}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}.btn{font-size:13px;padding:8px 16px}}@media (max-width:480px){.container{padding:0 8px}.section{padding:30px 0}.section-title{font-size:1.6rem}}@media (hover:none) and (pointer:coarse){.btn:hover,.info-card:hover,.producto-card:hover,.service-card:hover,.servicio-detallado:hover,.ubicacion-card:hover{transform:none}.btn{min-height:44px;min-width:44px}.nav-list a{align-items:center;display:flex}.filtro-btn,.nav-list a,.whatsapp-button,.whatsapp-option{min-height:44px}}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=email],input[type=tel],input[type=text],select,textarea{font-size:16px}}.header{background-color:#1c3f2f;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo{color:#fff;text-decoration:none}.logo img{display:block;max-height:70px;width:auto}.logo h1{font-size:3rem;font-weight:700;margin:0}.logo span{color:#e0e0e0;display:block;font-size:1.5rem}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-list a{color:#fff;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-list a.active,.nav-list a:hover{color:#4abc19}.nav-list a:after{background-color:#2315e69f;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-list a.active:after,.nav-list a:hover:after{width:100%}.whatsapp-btn{font-size:.9rem;padding:8px 16px}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:5px}.menu-toggle span{background-color:#fff;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:992px){.nav-list{gap:1.5rem}.logo h1{font-size:2.5rem}}@media (max-width:768px){.logo img{max-height:40px}.nav{background-color:#1c3f2f;box-shadow:2px 0 10px #0000001a;height:calc(100vh - 70px);left:-100%;position:fixed;top:70px;transition:left .3s ease;width:100%}.nav-open{left:0}.nav-list{flex-direction:column;gap:1rem;padding:2rem}.nav-list a{border-bottom:1px solid var(--light-gray);font-size:1.2rem;padding:1rem 0}.menu-toggle{display:flex}.header-actions{display:none}.logo h1{font-size:2rem}.logo span{font-size:1.2rem}}@media (max-width:576px){.logo img{max-height:35px}.header-content{padding:.8rem 0}.logo h1{font-size:1.8rem}.logo span{font-size:1rem}.nav-list{padding:1.5rem}.nav-list a{font-size:1.1rem;padding:.8rem 0}}@media (max-width:480px){.logo img{max-height:30px}.logo h1{font-size:1.5rem}.logo span{font-size:.8rem}}.footer{background-color:#1c3f2f;color:var(--white);margin-top:auto;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:var(--white);font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:var(--white);font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:var(--light-gray);line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--light-gray);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--white)}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{align-items:center;background-color:#4abc19;border-radius:50%;color:var(--white);display:inline-block;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:background-color .3s ease;width:40px}.social-link:hover{background-color:#2e5a23}.contact-info p{color:var(--light-gray);margin-bottom:.5rem}.email-link,.phone-link{color:var(--light-gray);text-decoration:none;transition:color .3s ease}.email-link:hover,.phone-link:hover{color:var(--white)}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1rem}.footer-bottom p{color:var(--light-gray);margin:0}.footer-links{display:flex;gap:1rem}.footer-links a{color:var(--light-gray);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--white)}@media (max-width:992px){.footer-content{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-links{justify-content:center}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1.1rem}}@media (max-width:576px){.footer{padding:1.5rem 0 1rem}.footer-content{gap:1rem}.footer-section{text-align:center}.social-links{justify-content:center}.footer-bottom{gap:.5rem}.footer-links{flex-direction:column;gap:.5rem}}.whatsapp-float{align-items:flex-end;bottom:20px;position:fixed;right:20px;z-index:1000}.whatsapp-float,.whatsapp-options{display:flex;flex-direction:column}.whatsapp-options{animation:slideIn .3s ease-out;gap:10px;margin-bottom:15px}.whatsapp-option{animation:slideInOption .3s ease-out forwards;background:var(--primary-green);border:none;border-radius:25px;box-shadow:0 4px 15px #038c334d;color:var(--white);cursor:pointer;font-size:14px;font-weight:600;opacity:0;padding:12px 20px;transform:translateX(20px);transition:all .3s ease;white-space:nowrap}.whatsapp-option:first-child{animation-delay:.1s}.whatsapp-option:nth-child(2){animation-delay:.2s}.whatsapp-option:nth-child(3){animation-delay:.3s}.whatsapp-option:hover{background:#027a2b;box-shadow:0 6px 20px #038c3366;transform:translateX(0) scale(1.05)}.whatsapp-button{align-items:center;background:var(--primary-green);border:none;border-radius:50px;box-shadow:0 4px 20px #038c334d;color:var(--white);cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;min-width:140px;padding:15px 20px;transition:all .3s ease}.whatsapp-button:hover{background:#027a2b;box-shadow:0 6px 25px #038c3366;transform:scale(1.05)}.whatsapp-icon{font-size:20px}.whatsapp-text{font-size:14px}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInOption{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@media (max-width:992px){.whatsapp-button{min-width:130px}}@media (max-width:768px){.whatsapp-float{bottom:15px;right:15px}.whatsapp-button{min-width:120px;padding:12px 16px}.whatsapp-text{font-size:12px}.whatsapp-option{font-size:12px;padding:10px 16px}}@media (max-width:576px){.whatsapp-float{bottom:10px;right:10px}.whatsapp-button{min-width:110px;padding:10px 14px}.whatsapp-text{font-size:11px}.whatsapp-option{font-size:11px;padding:8px 14px}}@media (max-width:480px){.whatsapp-button{min-width:auto;padding:10px}.whatsapp-text{display:none}.whatsapp-options{margin-bottom:8px}.whatsapp-option{font-size:10px;padding:6px 12px}}@media (max-width:360px){.whatsapp-float{bottom:8px;right:8px}.whatsapp-button{padding:8px}.whatsapp-icon{font-size:18px}}.not-found{align-items:center;background:linear-gradient(135deg,var(--light-gray) 0,#f8f9fa 100%);display:flex;justify-content:center;min-height:100vh;padding:2rem}.not-found-content{background:var(--white);border:1px solid #021f591a;border-radius:16px;box-shadow:0 8px 32px #0000001a;max-width:500px;padding:3rem 2rem;text-align:center}.not-found-icon{animation:bounce 2s infinite;font-size:4rem;margin-bottom:1.5rem}.not-found-title{color:var(--primary-blue);font-size:2rem;font-weight:700;margin-bottom:1rem}.not-found-description{color:var(--dark-gray);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.not-found-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary{background:linear-gradient(135deg,var(--primary-blue) 0,#031a4a 100%);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 6px 20px #021f5966;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,var(--primary-green) 0,#027a2b 100%);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.btn-secondary:hover{box-shadow:0 6px 20px #038c3366;transform:translateY(-2px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.not-found{padding:1rem}.not-found-content{padding:2rem 1.5rem}.not-found-title{font-size:1.5rem}.not-found-description{font-size:1rem}.not-found-actions{align-items:center;flex-direction:column}.btn-primary,.btn-secondary{max-width:200px;width:100%}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.partners-section{background-color:var(--light-gray);margin-top:2rem;padding:4rem 0}.partners-header{margin-bottom:3rem;text-align:center}.partners-header h3{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:2rem;margin-bottom:1rem}.partners-header p{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.1rem;margin:0 auto;max-width:600px}.partners-carousel{margin:0 auto;max-width:1200px}.partners-swiper{padding:1rem 0}.partner-logo{background:var(--white);border:1px solid #021f591a;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:1.5rem}.partner-logo:hover{border-color:var(--primary-blue);box-shadow:0 8px 25px #00000026}.partner-logo img{filter:grayscale(100%);transition:filter .3s ease}.partner-logo:hover img{filter:grayscale(0)}.image-fallback{align-items:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;display:flex;font-size:.9rem;height:100%;justify-content:center;padding:1rem;text-align:center;width:100%}@media (max-width:768px){.partners-section{padding:3rem 0}.partners-header h3{font-size:1.5rem}.partners-header p{font-size:1rem}.partner-logo{height:100px;padding:1rem}.partner-logo img{max-height:60px}}@media (max-width:576px){.partners-section{padding:2rem 0}.partners-header{margin-bottom:2rem}.partners-header h3{font-size:1.3rem}.partners-header p{font-size:.9rem}.partner-logo{height:80px;padding:.8rem}.partner-logo img{max-height:50px}}.hero{align-items:center;background-image:url(/static/media/fondo_home.05a294774340407d49a7.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--white);display:flex;min-height:80vh;padding:100px 0;position:relative}.hero:before{background:#0006;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero>*{position:relative;z-index:2}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{color:var(--primary-green)}.hero-subtitle{color:#fff;font-size:1.3rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image{align-items:center;display:flex;justify-content:center}.hero-placeholder{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px dashed #ffffff4d;border-radius:20px;padding:3rem;text-align:center}.hero-placeholder span{display:block;font-size:4rem;margin-bottom:1rem}.hero-placeholder p{color:var(--light-gray);font-size:1.2rem}.featured-services{background-color:var(--light-gray)}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.service-card{background:var(--white);border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-10px)}.service-icon{display:block;font-size:3rem;margin-bottom:1rem}.service-card h3{color:var(--primary-blue);font-size:1.4rem;margin-bottom:1rem}.service-card p{color:var(--dark-gray);line-height:1.6;margin-bottom:1.5rem}.service-link{color:var(--primary-green);font-weight:600;text-decoration:none;transition:color .3s ease}.service-link:hover{color:var(--primary-blue)}.divisions-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 0}.divisions-header{margin-bottom:4rem;text-align:center}.divisions-header .section-title{color:var(--primary-blue);font-size:2.8rem;font-weight:700;margin-bottom:1rem}.divisions-header .section-subtitle{color:var(--dark-gray);font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.divisions-carousel{margin-bottom:3rem;padding:0 60px;position:relative;width:100%}.divisions-swiper{padding:20px 0;width:100%}.divisions-swiper .swiper-slide{align-items:stretch;display:flex;height:auto;width:100%}.divisions-swiper .swiper-slide-active .product-card{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.divisions-swiper .swiper-slide-next .product-card,.divisions-swiper .swiper-slide-prev .product-card{opacity:.9}.product-card{background:var(--white);border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;height:100%;margin:0;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.product-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.product-image{height:200px;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.1)}.product-badge{background:linear-gradient(135deg,var(--primary-green) 0,var(--primary-blue) 100%);border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;position:absolute;right:15px;text-transform:uppercase;top:15px}.product-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.product-content h3{color:var(--primary-blue);font-size:1.5rem;font-weight:600;margin-bottom:.8rem}.product-description{color:var(--dark-gray);flex-grow:1;font-size:1rem;line-height:1.5;margin-bottom:1rem}.product-features{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem}.feature-tag{background:var(--light-gray);border-radius:12px;color:var(--dark-gray);font-size:.7rem;font-weight:500;padding:.25rem .6rem}.product-price{align-items:baseline;display:flex;gap:.5rem;margin-bottom:.8rem}.price-label{color:var(--dark-gray);font-size:.75rem;font-weight:500}.price-amount{color:var(--primary-green);font-size:1.3rem;font-weight:700}.product-btn{background:linear-gradient(135deg,var(--primary-green) 0,var(--primary-blue) 100%);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:.85rem;font-weight:600;padding:.7rem 1.2rem;text-align:center;text-decoration:none;transition:all .3s ease}.product-btn:hover{box-shadow:0 8px 20px #038c334d;color:#fff;transform:translateY(-2px)}.partners-section{background:var(--white);border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:2rem;text-align:center}.partners-header h3{color:var(--primary-blue);font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.partners-header p{color:var(--dark-gray);font-size:1rem;margin-bottom:2rem}.partners-carousel{padding:1rem 0;position:relative}.partners-swiper{padding:20px 0}.partner-logo{align-items:center;background:var(--light-gray);border-radius:15px;box-shadow:0 5px 15px #0000001a;display:flex;height:120px;justify-content:center;padding:1rem;transition:all .3s ease}.partner-logo:hover{background:var(--white);box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.partner-logo img{filter:grayscale(0);max-height:80px;max-width:100%;object-fit:contain;transition:all .3s ease}.partner-logo:hover img{transform:scale(1.1)}.divisions-cta{background:var(--white);border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;text-align:center}.divisions-cta p{color:var(--dark-gray);font-size:1.1rem;font-weight:500;margin-bottom:1.5rem}.divisions-carousel .custom-nav-btn{align-items:center!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fffffff2!important;border:2px solid var(--primary-green)!important;border-radius:12px!important;box-shadow:0 8px 24px #00000026!important;cursor:pointer!important;display:flex!important;height:60px!important;justify-content:center!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;width:60px!important;z-index:10!important}.divisions-carousel .custom-nav-btn:hover{background:var(--primary-green)!important;border-color:var(--primary-green)!important;box-shadow:0 12px 32px #21965366!important}.divisions-carousel .swiper-button-prev{height:60px!important;left:20px!important;margin-top:-30px!important;width:60px!important}.divisions-carousel .swiper-button-next{height:60px!important;margin-top:-30px!important;right:20px!important;width:60px!important}.divisions-carousel .swiper-button-prev:hover{transform:translateY(-50%) translateX(-3px) scale(1.05)!important}.divisions-carousel .swiper-button-next:hover{transform:translateY(-50%) translateX(3px) scale(1.05)!important}.divisions-swiper .swiper-button-next:after,.divisions-swiper .swiper-button-prev:after{display:none!important}.divisions-swiper .swiper-button-next,.divisions-swiper .swiper-button-prev{margin:0;top:50%;transform:translateY(-50%)}.divisions-swiper .swiper-button-next.swiper-button-disabled,.divisions-swiper .swiper-button-prev.swiper-button-disabled{cursor:not-allowed;opacity:.3;pointer-events:none}.divisions-carousel .custom-nav-btn:before{color:var(--primary-green)!important;font-family:Arial,sans-serif!important;font-size:18px!important;font-weight:900!important;pointer-events:none!important;transition:color .3s ease!important}.divisions-carousel .custom-nav-btn:hover:before{color:#fff!important}.divisions-carousel .swiper-button-prev:before{content:"←"!important;margin-right:2px!important}.divisions-carousel .swiper-button-next:before{content:"→"!important;margin-left:2px!important}.divisions-carousel .custom-nav-btn:after{background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%)!important;border-radius:10px!important;bottom:0!important;content:""!important;left:0!important;opacity:0!important;pointer-events:none!important;position:absolute!important;right:0!important;top:0!important;transition:opacity .3s ease!important}.divisions-carousel .custom-nav-btn:hover:after{animation:shimmer .6s ease-out!important;opacity:1!important}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.divisions-swiper .swiper-pagination{bottom:-40px}.divisions-swiper .swiper-pagination-bullet{background:var(--light-gray);height:12px;opacity:.5;transition:all .3s ease;width:12px}.divisions-swiper .swiper-pagination-bullet-active{background:var(--primary-green);opacity:1;transform:scale(1.2)}.product-card{transition:all .4s cubic-bezier(.4,0,.2,1)}.product-card:hover{box-shadow:0 25px 50px #00000026;transform:translateY(-15px) scale(1.02)}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:slideInUp .6s ease-out}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.4s}.product-card:nth-child(4){animation-delay:.6s}.cta-section{background:linear-gradient(135deg,var(--primary-green) 0,#027a2b 100%);color:var(--white);text-align:center}.cta-content h2{color:var(--white);font-size:2.5rem;margin-bottom:1rem}.cta-content p{color:var(--light-gray);font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width:1400px){.divisions-carousel{padding:0 100px}.divisions-swiper{margin:0 auto;max-width:1200px}.product-image{height:250px}.product-content{padding:2rem}.product-content h3{font-size:1.8rem}.product-description{font-size:1.1rem}.partners-section{padding:2.5rem}.partners-header h3{font-size:2rem}.partner-logo{height:140px}.partner-logo img{max-height:100px}}@media (max-width:1200px){.hero-title{font-size:3rem}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.hero-title{font-size:2.8rem}.hero-content{gap:3rem}.services-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.divisions-carousel{padding:0 50px;width:100%}.divisions-carousel .custom-nav-btn{height:55px!important;width:55px!important}.divisions-carousel .custom-nav-btn:before{font-size:16px!important}.divisions-carousel .swiper-button-prev{height:55px!important;left:15px!important;margin-top:-27px!important;width:55px!important}.divisions-carousel .swiper-button-next{height:55px!important;margin-top:-27px!important;right:15px!important;width:55px!important}.divisions-header .section-title{font-size:2.5rem}}@media (max-width:768px){.hero{min-height:auto;padding:60px 0}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.services-grid{gap:1.5rem;grid-template-columns:1fr}.divisions-carousel{padding:0 30px;width:100%}.divisions-carousel .custom-nav-btn{border-radius:10px!important;height:50px!important;width:50px!important}.divisions-carousel .custom-nav-btn:before{font-size:14px!important}.divisions-carousel .swiper-button-prev{height:50px!important;left:10px!important;margin-top:-25px!important;width:50px!important}.divisions-carousel .swiper-button-next{height:50px!important;margin-top:-25px!important;right:10px!important;width:50px!important}.divisions-header .section-title{font-size:2.2rem}.product-card{height:auto}.product-image{height:180px}.product-content{padding:1.2rem}.product-content h3{font-size:1.4rem}.product-description{font-size:.95rem}.partners-section{padding:1.5rem}.partners-header h3{font-size:1.6rem}.partner-logo{height:100px}.partner-logo img{max-height:70px}.cta-content h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.hero-placeholder{padding:2rem}.hero-placeholder span{font-size:3rem}.about-placeholder{padding:2rem}.about-placeholder span{font-size:3rem}}@media (max-width:576px){.hero{padding:40px 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem}.services-grid{gap:1rem}.service-card{padding:1.5rem}.divisions-header .section-title{font-size:1.8rem}.product-card{height:auto}.product-image{height:150px}.product-content{padding:1rem}.product-content h3{font-size:1.2rem}.product-description{font-size:.9rem}.partners-section{padding:1rem}.partners-header h3{font-size:1.4rem}.partner-logo{height:80px}.partner-logo img{max-height:60px}.about-text p{font-size:1rem}.cta-content h2{font-size:1.8rem}.cta-content p{font-size:1rem}.hero-placeholder{padding:1.5rem}.hero-placeholder span{font-size:2.5rem}.about-placeholder{padding:1.5rem}.about-placeholder span{font-size:2.5rem}}@media (max-width:480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.9rem}.service-card{padding:1rem}.service-icon{font-size:2.5rem}.divisions-header .section-title{font-size:1.6rem}.product-card{height:auto}.product-image{height:160px}.product-content{padding:.8rem}.product-content h3{font-size:1.2rem}.cta-content h2{font-size:1.6rem}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.servicios-hero{background:linear-gradient(135deg,var(--primary-blue) 0,#031a4a 100%);color:var(--white);padding:80px 0;text-align:center}.servicios-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.servicios-subtitle{color:var(--light-gray);font-size:1.2rem;margin:0 auto;max-width:600px}.servicios-alternados{background-color:var(--white)}.servicio-alternado{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:6rem;padding:2rem 0}.servicio-alternado.reverse{direction:rtl}.servicio-alternado.reverse .servicio-contenido{direction:ltr}.servicio-contenido h2{color:var(--primary-blue);font-size:2.5rem;font-weight:600;margin-bottom:1.5rem}.servicio-contenido p{color:var(--dark-gray);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.servicio-caracteristicas h3{color:var(--primary-blue);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.servicio-caracteristicas ul{list-style:none;margin-bottom:2rem;padding:0}.servicio-caracteristicas li{border-bottom:1px solid var(--light-gray);color:var(--dark-gray);font-size:1rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.servicio-caracteristicas li:before{color:var(--primary-green);content:"✓";font-weight:700;left:0;position:absolute}.servicio-imagen{border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease}.servicio-imagen:hover{transform:scale(1.05)}.servicio-imagen img{height:400px;object-fit:cover;width:100%}.proceso-trabajo{background-color:var(--white)}.proceso-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.proceso-paso{background:var(--light-gray);border-radius:15px;padding:2rem;position:relative;text-align:center}.paso-numero{align-items:center;background:var(--primary-green);border-radius:50%;color:var(--white);display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.proceso-paso h3{color:var(--primary-blue);font-size:1.3rem;margin-bottom:1rem}.proceso-paso p{color:var(--dark-gray);line-height:1.6}.cta-servicios{background:linear-gradient(135deg,var(--primary-green) 0,#027a2b 100%);color:var(--white);text-align:center}.cta-servicios .cta-content h2{color:var(--white);font-size:2.5rem;margin-bottom:1rem}.cta-servicios .cta-content p{color:var(--light-gray);font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-servicios .cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:1200px){.servicio-alternado{gap:3rem;margin-bottom:5rem}.servicio-contenido h2{font-size:2.2rem}.servicio-imagen img{height:350px}}@media (max-width:992px){.servicios-title{font-size:2.8rem}.servicio-alternado{gap:2rem;grid-template-columns:1fr;margin-bottom:4rem}.servicio-alternado.reverse{direction:ltr}.servicio-contenido h2{font-size:2rem}.servicio-imagen img{height:300px}.proceso-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.servicios-hero{padding:60px 0}.servicios-title{font-size:2.5rem}.servicios-subtitle{font-size:1.1rem}.servicio-alternado{margin-bottom:3rem;padding:1rem 0}.servicio-contenido h2{font-size:1.8rem}.servicio-contenido p{font-size:1rem}.servicio-imagen img{height:250px}.proceso-grid{grid-template-columns:1fr}.cta-servicios .cta-content h2{font-size:2rem}.cta-servicios .cta-buttons{align-items:center;flex-direction:column}}@media (max-width:576px){.servicios-hero{padding:40px 0}.servicios-title{font-size:2rem}.servicios-subtitle{font-size:1rem}.servicio-alternado{margin-bottom:2rem}.servicio-contenido h2{font-size:1.6rem}.servicio-contenido p{font-size:.95rem}.servicio-imagen img{height:200px}.proceso-paso{padding:1.5rem}.paso-numero{font-size:1.3rem;height:50px;width:50px}.cta-servicios .cta-content h2{font-size:1.8rem}.cta-servicios .cta-content p{font-size:1rem}}@media (max-width:480px){.servicios-title{font-size:1.8rem}.servicios-subtitle{font-size:.9rem}.servicio-contenido h2{font-size:1.4rem}.servicio-contenido p{font-size:.9rem}.servicio-imagen img{height:180px}.proceso-paso{padding:1rem}.cta-servicios .cta-content h2{font-size:1.6rem}}.breadcrumbs{background-color:var(--light-gray);border-bottom:1px solid #e0e0e0;padding:1rem 0}.breadcrumbs span:last-child{color:var(--primary-blue);font-weight:600}.breadcrumb-link{border-radius:4px;color:var(--dark-gray);cursor:pointer;padding:4px 8px;position:relative;transition:all .3s ease}.breadcrumb-link:hover{background-color:#021f591a;color:var(--primary-blue);text-decoration:none;transform:translateY(-1px)}.breadcrumb-link:active{background-color:#021f5933;transform:translateY(0)}.breadcrumb-current{background-color:#021f591a;border-radius:4px;color:var(--primary-blue);font-weight:600;padding:4px 8px}.breadcrumbs .container{color:var(--dark-gray);flex-wrap:wrap;font-size:.9rem;gap:.5rem}.breadcrumbs .container,.breadcrumbs .container>span{align-items:center;display:flex}.productos-layout{grid-gap:0;display:grid;gap:0;grid-template-columns:300px 1fr;min-height:calc(100vh - 200px)}.productos-sidebar{background-color:var(--white);border-right:1px solid #e0e0e0;height:fit-content;padding:2rem 0;position:sticky;top:0}.sidebar-search{border-bottom:1px solid #e0e0e0;margin-bottom:1.5rem;padding:0 1.5rem 1.5rem}.search-input{background-color:var(--light-gray);border:1px solid #e0e0e0;border-radius:8px;font-size:.9rem;padding:.8rem 1rem;width:100%}.search-input:focus{background-color:var(--white);border-color:var(--primary-blue);outline:none}.sidebar-nav{padding:0 1.5rem}.categorias-list{list-style:none;margin:0;padding:0}.categoria-item{margin-bottom:.5rem}.categoria-btn{align-items:center;background:none;border:none;border-radius:6px;color:var(--dark-gray);cursor:pointer;display:flex;font-size:.9rem;justify-content:space-between;padding:.8rem 1rem;text-align:left;transition:all .3s ease;width:100%}.categoria-btn:hover{background-color:var(--light-gray);color:var(--primary-blue)}.categoria-btn.active{background-color:var(--primary-blue);color:var(--white)}.submenu-arrow{font-size:.8rem;transition:transform .3s ease}.categoria-btn:hover .submenu-arrow{transform:rotate(180deg)}.productos-main{align-items:flex-start;background-color:var(--light-gray);padding:2rem}.productos-grid,.productos-main{display:flex;justify-content:center;width:100%}.productos-grid{flex-wrap:wrap;gap:2rem;margin:0 auto;max-width:1400px}.producto-card{background:var(--white);border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;justify-content:space-between;margin:0;min-height:340px;overflow:hidden;padding:1.5rem;position:relative;transition:all .4s ease;width:280px}.producto-card:before{background:linear-gradient(90deg,var(--primary-blue),#031a4a);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.producto-card:hover{border-color:#021f591a;box-shadow:0 12px 32px #00000026;transform:translateY(-5px)}.producto-card:hover:before{transform:scaleX(1)}.producto-titulo{color:var(--primary-blue);font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.1rem;font-weight:700;line-height:1.3;margin-bottom:.8rem;position:relative;text-align:center;transition:color .3s ease}.producto-card:hover .producto-titulo{color:#031a4a}.producto-imagenes{align-items:center;background:linear-gradient(145deg,#f8f9fa,#fff);border:1px solid #0000000d;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;justify-content:center;margin-bottom:.8rem;padding:12px;transition:all .3s ease}.producto-imagenes:hover{box-shadow:0 6px 16px #0000001f;transform:translateY(-2px)}.producto-imagen{animation:fadeInProductImage .6s ease-in-out forwards;background:#fff;border:1px solid #0000001a;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:140px;object-fit:contain;opacity:0;transition:all .3s ease;width:100%}.producto-imagen:hover{box-shadow:0 4px 12px #00000026;filter:brightness(1.05);transform:scale(1.08)}@keyframes fadeInProductImage{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.producto-descripcion{word-wrap:break-word;align-items:flex-start;color:var(--dark-gray);display:flex;flex:1 1;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.85rem;-webkit-hyphens:auto;hyphens:auto;justify-content:center;line-height:1.4;margin-bottom:1rem;overflow:hidden;text-align:center}.producto-cta{text-align:center}.producto-cta .btn{background:linear-gradient(135deg,var(--primary-blue) 0,#031a4a 100%);border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;overflow:hidden;padding:.9rem 1.2rem;position:relative;text-overflow:ellipsis;transition:all .3s ease;white-space:nowrap;width:100%}.producto-cta .btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.producto-cta .btn:hover{background:linear-gradient(135deg,#031a4a 0,var(--primary-blue) 100%);box-shadow:0 8px 24px #021f5966;transform:translateY(-2px)}.producto-cta .btn:hover:before{left:100%}.categorias-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1400px;padding:2rem;width:100%}.categoria-card{background:var(--white);border-radius:12px;box-shadow:0 2px 10px #0000001a;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.categoria-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.categoria-imagen{align-items:center;display:flex;height:200px;justify-content:center;overflow:hidden}.categoria-imagen img{background-color:#f8f9fa;border-radius:8px;height:100%;object-fit:contain;padding:10px;transition:transform .3s ease;width:100%}.categoria-card:hover .categoria-imagen img{transform:scale(1.05)}.categoria-contenido{padding:1rem}.categoria-titulo{color:var(--primary-blue);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.categoria-descripcion{color:var(--dark-gray);font-size:.85rem;line-height:1.4}@media (max-width:768px){.breadcrumbs .container{font-size:.8rem;gap:.3rem}.breadcrumb-current,.breadcrumb-link{padding:3px 6px}}@media (max-width:576px){.breadcrumbs .container{font-size:.75rem;gap:.2rem}.breadcrumb-current,.breadcrumb-link{padding:2px 4px}}@media (max-width:1200px){.productos-layout{grid-template-columns:280px 1fr}.productos-grid{grid-template-columns:repeat(2,1fr)}.categorias-grid{gap:1rem;grid-template-columns:repeat(3,1fr);padding:1.5rem}}@media (max-width:992px){.productos-layout{gap:0;grid-template-columns:1fr}.productos-sidebar{border-bottom:1px solid #e0e0e0;border-right:none;padding:1rem 0;position:static}.sidebar-search{padding:0 1rem 1rem}.sidebar-nav{padding:0 1rem}.categorias-list{display:flex;flex-wrap:wrap;gap:.5rem}.categoria-item{margin-bottom:0}.categoria-btn{padding:.5rem 1rem;white-space:nowrap;width:auto}.productos-main{padding:1.5rem}.productos-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.categorias-grid{gap:1rem;grid-template-columns:repeat(3,1fr);padding:1rem}}@media (max-width:768px){.productos-sidebar{padding:.5rem 0}.sidebar-search{padding:0 .5rem .5rem}.sidebar-nav{padding:0 .5rem}.categorias-list{flex-direction:column;gap:.25rem}.categoria-btn{padding:.8rem 1rem;width:100%}.productos-main{padding:1rem}.productos-grid{gap:1.5rem;justify-content:center}.categorias-grid{gap:1rem;grid-template-columns:repeat(2,1fr);padding:.5rem}.producto-card{min-height:300px;padding:1.2rem;width:260px}.producto-titulo{font-size:1.1rem;margin-bottom:.6rem}.producto-imagen{height:100px}.producto-descripcion{font-size:.8rem;margin-bottom:.8rem}.producto-cta .btn{font-size:.85rem;padding:.7rem .8rem}}@media (max-width:576px){.breadcrumbs{padding:.5rem 0}.breadcrumbs .container{font-size:.8rem}.productos-sidebar{padding:.25rem 0}.sidebar-search{padding:0 .25rem .25rem}.sidebar-nav{padding:0 .25rem}.categoria-btn{font-size:.8rem;padding:.6rem .8rem}.productos-main{padding:.5rem}.productos-grid{gap:1rem;justify-content:center}.categorias-grid{gap:.5rem}.producto-card{min-height:280px;padding:1rem;width:240px}.producto-titulo{font-size:1rem;margin-bottom:.5rem}.producto-imagen{height:80px}.producto-descripcion{font-size:.75rem;line-height:1.3;margin-bottom:.6rem}.producto-cta .btn{font-size:.8rem;padding:.6rem .8rem}}@media (max-width:480px){.productos-layout{min-height:calc(100vh - 150px)}.productos-sidebar{padding:.2rem 0}.categoria-btn{font-size:.75rem;padding:.5rem .6rem}.productos-main{padding:.25rem}.producto-card{min-height:260px;padding:.8rem;width:220px}.categoria-card{padding:.6rem}.categoria-imagen{height:180px}.categoria-contenido{padding:1rem}.categoria-titulo{font-size:1.2rem}.categoria-descripcion{font-size:.8rem}.producto-titulo{font-size:.9rem;margin-bottom:.4rem}.producto-imagen{height:70px}.producto-descripcion{font-size:.7rem;line-height:1.2;margin-bottom:.5rem}.producto-cta .btn{font-size:.75rem;padding:.5rem .6rem}}.producto-detalle{width:100%}.producto-detalle-layout{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;width:100%}.producto-imagen-principal{background:linear-gradient(145deg,#f8f9fa,#fff);border:1px solid #0000000d;border-radius:16px;box-shadow:0 10px 30px #0000001a;margin:0 auto;max-width:600px;padding:20px;position:static;width:100%}.producto-imagen-principal img{animation:fadeInImage .5s ease-in-out forwards;border-radius:12px;box-shadow:0 8px 24px #00000026;cursor:zoom-in;height:450px;object-fit:contain;opacity:0;transition:all .3s ease;width:100%}@keyframes fadeInImage{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.producto-imagen-principal img:hover{box-shadow:0 15px 40px #00000040;filter:brightness(1.05);transform:scale(1.05)}.producto-imagen-principal img:active{transform:scale(1.08);transition:transform .1s ease}.imagen-container{border-radius:16px;height:450px;overflow:hidden;position:relative;width:100%}.btn-nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#333;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:48px;justify-content:center;pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:48px;z-index:10}.btn-nav:hover{background:#fff;box-shadow:0 6px 16px #00000040;transform:translateY(-50%) scale(1.1)}.btn-prev{left:15px}.btn-next{right:15px}.imagen-indicadores{display:flex;gap:8px;justify-content:center;margin-top:15px;padding:10px}.imagen-indicador{background-color:#0003;border:2px solid #0000;border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.imagen-indicador.activo{background-color:var(--primary-blue);transform:scale(1.2)}.imagen-indicador:hover{background-color:#0006;transform:scale(1.1)}.imagen-indicador.activo:hover{background-color:var(--primary-blue)}.imagen-contador{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:6px 12px;position:absolute;right:15px;top:15px;z-index:5}.producto-info{display:flex;flex-direction:column;gap:2rem}.producto-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.producto-titulo-principal{color:#333;flex:1 1;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:2rem;font-weight:700;margin:0}.producto-resumen{color:#4a4a4a;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;line-height:1.6;margin-top:-.5rem}.btn-volver{background:var(--primary-blue);border:1px solid var(--primary-blue);border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.btn-volver:hover{background:#031a4a;border-color:#031a4a;transform:translateY(-1px)}.producto-opciones{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.producto-opciones:last-of-type{margin-bottom:0}.opcion-label{color:#333;font-size:1.1rem;font-weight:600}.opcion-select{background:#fff;border:2px solid #ddd;border-radius:6px;cursor:pointer;font-size:1rem;padding:1rem;transition:border-color .3s ease}.opcion-select:focus{border-color:#007bff;outline:none}.btn-cotizar{align-items:center;background:linear-gradient(135deg,var(--primary-green) 0,#027a2b 100%);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease;width:fit-content}.btn-cotizar:hover:not(:disabled){box-shadow:0 6px 20px #038c3366;transform:translateY(-2px)}.btn-cotizar:disabled{cursor:not-allowed;opacity:.6}.producto-descripcion-detalle{border:1px solid #eee;border-radius:8px;overflow:hidden}.descripcion-header{align-items:center;background:#f8f9fa;color:#333;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:1rem;transition:background-color .3s ease}.descripcion-header:hover{background:#e9ecef}.descripcion-contenido{padding:1.5rem}.descripcion-texto{color:#666;line-height:1.6;margin-bottom:1.5rem}.especificaciones h4{color:#333;font-size:1.1rem;margin-bottom:1rem}.especificaciones ul{list-style:none;padding:0}.especificaciones li{border-bottom:1px solid #eee;color:#666;padding:.5rem 0}.especificaciones li:last-child{border-bottom:none}.especificaciones strong{color:#333;font-weight:600}@media (max-width:768px){.producto-detalle-layout{gap:2rem;grid-template-columns:1fr;max-width:100%}.producto-imagen-principal{max-width:100%}.producto-imagen-principal img{max-height:300px;min-height:250px}.btn-nav{top:105px;top:125px}.caracteristicas-full{margin:24px auto 0;max-width:100%;padding:0 8px}.producto-header{align-items:flex-start;flex-direction:column}.producto-titulo-principal{font-size:1.5rem}}.producto-tabla-especificaciones{background:var(--white);border:1px solid #021f591a;border-radius:12px;box-shadow:0 4px 12px #021f591a;margin-top:2rem;overflow:hidden}.tabla-header{align-items:center;background:linear-gradient(135deg,var(--primary-blue) 0,#031a4a 100%);color:var(--white);display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1.5rem}.tabla-header .icon{font-size:1.2rem}.tabla-contenido{overflow-x:auto;padding:1.5rem}.especificaciones-tabla{background:var(--white);border-collapse:collapse;font-size:.9rem;width:100%}.especificaciones-tabla th{background:var(--light-gray);border-bottom:2px solid var(--primary-blue);color:var(--primary-blue);font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:1rem .75rem;text-align:left;text-transform:uppercase}.especificaciones-tabla td{border-bottom:1px solid #021f591a;line-height:1.4;padding:.75rem;vertical-align:top}.especificaciones-tabla tr:hover{background-color:#021f590d}.categoria-especificacion{background:var(--light-gray);border-right:2px solid var(--primary-blue);color:var(--primary-blue);font-weight:600;min-width:150px}.especificaciones-tabla td:not(.categoria-especificacion){color:var(--dark-gray);font-size:.85rem}.valor-span-all{background:linear-gradient(135deg,var(--light-gray) 0,#038c331a 100%);border-left:3px solid var(--primary-green);color:var(--primary-blue);font-size:.9rem;font-weight:500;text-align:center}@media (max-width:768px){.tabla-contenido{padding:1rem}.especificaciones-tabla{font-size:.8rem}.especificaciones-tabla td,.especificaciones-tabla th{padding:.5rem .4rem}.categoria-especificacion{min-width:120px}.valor-span-all{font-size:.85rem}}@media (max-width:576px){.tabla-header{font-size:1rem;padding:1rem}.tabla-contenido{padding:.75rem}.especificaciones-tabla{font-size:.75rem}.especificaciones-tabla td,.especificaciones-tabla th{padding:.4rem .3rem}.categoria-especificacion{min-width:100px}.valor-span-all{font-size:.8rem}}.producto-caracteristicas{background:var(--white);border:1px solid #021f5914;border-radius:12px;box-shadow:0 6px 18px #021f591f;margin-top:2rem;overflow:hidden}.caracteristicas-full,.especificaciones-full{grid-column:1/-1;margin:30px auto 0;max-width:1400px;padding:0 12px;width:100%}.caracteristicas-header{align-items:center;background:linear-gradient(135deg,var(--primary-blue) 0,#031a4a 100%);color:var(--white);display:flex;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1.5rem}.caracteristicas-header .icon{font-size:1.2rem}.caracteristicas-contenido{padding:1.5rem}.caracteristica-seccion{margin-bottom:2rem}.caracteristica-seccion:last-child{margin-bottom:0}.caracteristica-titulo{align-items:center;border-bottom:2px solid var(--primary-green);color:var(--primary-blue);display:flex;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem}.caracteristica-titulo:before{color:var(--primary-green);content:"▶";font-size:.8rem}.caracteristica-lista{list-style:none;margin:0;padding:0}.caracteristica-item{background:var(--light-gray);border-left:4px solid var(--primary-green);border-radius:8px;color:var(--dark-gray);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.9rem;line-height:1.4;margin-bottom:.5rem;padding:.75rem 1rem;transition:all .3s ease}.caracteristica-item:hover{background:#038c331a;transform:translateX(5px)}.caracteristica-item:last-child{margin-bottom:0}@media (max-width:768px){.caracteristicas-contenido{padding:1rem}.caracteristica-titulo{font-size:1rem}.caracteristica-item{font-size:.85rem;padding:.6rem .8rem}}@media (max-width:576px){.caracteristicas-header{font-size:1rem;padding:1rem}.caracteristicas-contenido{padding:.75rem}.caracteristica-titulo{font-size:.95rem}.caracteristica-item{font-size:.8rem;padding:.5rem .7rem}}.imagen-principal-clickeable{cursor:pointer;transition:transform .3s ease}.imagen-principal-clickeable:hover{transform:scale(1.02)}.image-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000e6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.image-modal-content{background:var(--white);border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:90vw;overflow:hidden;position:relative}.modal-close-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:24px;font-weight:700;height:40px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .3s ease;width:40px;z-index:1001}.modal-close-btn:hover{background:#fff;transform:scale(1.1)}.modal-image-container{align-items:center;display:flex;height:600px;justify-content:center;padding:20px;width:100%}.modal-image{background-color:#f8f9fa;border-radius:8px;height:560px;object-fit:contain;width:800px}.modal-navigation{display:flex;justify-content:space-between;padding:0 20px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%}.modal-nav-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:24px;font-weight:700;height:50px;justify-content:center;pointer-events:auto;transition:all .3s ease;width:50px}.modal-nav-btn:hover{background:#fff;transform:scale(1.1)}.modal-thumbnails{background:var(--light-gray);border-top:1px solid #e0e0e0;display:flex;gap:10px;justify-content:center;padding:20px}.modal-thumbnail{border:2px solid #0000;border-radius:8px;cursor:pointer;height:60px;opacity:.7;overflow:hidden;transition:all .3s ease;width:60px}.modal-thumbnail img{height:100%;object-fit:cover;width:100%}.modal-thumbnail:hover{opacity:1;transform:scale(1.05)}.modal-thumbnail.active{border-color:var(--primary-blue);box-shadow:0 2px 8px #021f594d;opacity:1}@media (max-width:768px){.image-modal-content{max-height:95vh;max-width:95vw}.modal-image-container{height:400px;padding:15px}.modal-image{height:370px;width:600px}.modal-nav-btn{font-size:20px;height:40px;width:40px}.modal-thumbnails{gap:8px;padding:15px}.modal-thumbnail{height:50px;width:50px}}@media (max-width:576px){.modal-image-container{height:300px;padding:10px}.modal-image{height:280px;width:100%}.modal-close-btn{font-size:20px;height:35px;right:10px;top:10px;width:35px}.modal-nav-btn{font-size:18px;height:35px;width:35px}.modal-thumbnail{height:40px;width:40px}}.productos-container{gap:2rem}.paginacion,.productos-container{display:flex;flex-direction:column}.paginacion{align-items:center;border-top:1px solid #e0e0e0;gap:1rem;margin-top:2rem;padding:2rem 0}.paginacion-info{color:var(--dark-gray);font-size:.9rem;font-weight:500}.paginacion-controles{flex-wrap:wrap;gap:.5rem}.btn-paginacion,.paginacion-controles{align-items:center;display:flex;justify-content:center}.btn-paginacion{background-color:var(--white);border:1px solid #e0e0e0;border-radius:6px;color:var(--dark-gray);cursor:pointer;font-size:.9rem;font-weight:500;min-width:40px;padding:.6rem 1rem;transition:all .3s ease}.btn-paginacion:hover:not(:disabled){background-color:var(--primary-blue);border-color:var(--primary-blue);box-shadow:0 4px 8px #021f5933;color:var(--white);transform:translateY(-1px)}.btn-paginacion:active:not(:disabled){box-shadow:0 2px 4px #021f5933;transform:translateY(0)}.btn-paginacion.active{background-color:var(--primary-blue);border-color:var(--primary-blue);color:var(--white);font-weight:600}.btn-paginacion:disabled{background-color:#f5f5f5;border-color:#e0e0e0;box-shadow:none;color:#ccc;cursor:not-allowed;transform:none}.btn-next,.btn-prev{font-weight:500;min-width:80px}.paginacion-numeros{align-items:center;display:flex;gap:.25rem}@media (max-width:768px){.paginacion-controles{gap:.25rem}.btn-paginacion{font-size:.85rem;min-width:35px;padding:.5rem .8rem}.btn-next,.btn-prev{font-size:.8rem;min-width:70px}.producto-imagen-principal{max-width:500px;padding:18px}.imagen-container,.producto-imagen-principal img{height:325px}.btn-nav{font-size:1.1rem;height:42px;width:42px}}@media (max-width:576px){.paginacion{padding:1.5rem 0}.paginacion-info{font-size:.8rem;text-align:center}.paginacion-controles{flex-direction:column;gap:.5rem}.paginacion-numeros{order:2}.btn-prev{order:1}.btn-next{order:3}.btn-paginacion{font-size:.8rem;min-width:30px;padding:.4rem .6rem}.btn-next,.btn-prev{font-size:.75rem;min-width:60px}.btn-nav{font-size:1rem;height:35px;top:50%;transform:translateY(-50%);width:35px}.producto-imagen-principal{max-width:100%;padding:15px}.imagen-container,.producto-imagen-principal img{height:275px}.imagen-indicadores{gap:6px;margin-top:10px}.imagen-indicador{height:8px;width:8px}.imagen-contador{font-size:.7rem;padding:4px 8px;right:10px;top:10px}.producto-card{min-height:300px;padding:1.2rem;width:100%}.producto-imagenes{padding:10px}.producto-imagen{height:120px}.producto-titulo{font-size:1rem}.producto-descripcion{font-size:.8rem}.producto-cta .btn{font-size:.85rem;padding:.8rem 1rem}}@media (min-width:1920px){.productos-grid{gap:2.5rem;max-width:1600px}.categorias-grid{gap:2rem;max-width:1600px}.producto-detalle-layout{gap:5rem;max-width:1600px}.caracteristicas-full{max-width:1600px}.producto-card{min-height:350px;width:320px}}@media (min-width:2560px){.productos-grid{gap:3rem;max-width:2000px}.categorias-grid{gap:2.5rem;max-width:2000px}.producto-detalle-layout{gap:6rem;max-width:2000px}.caracteristicas-full{max-width:2000px}.producto-card{min-height:380px;width:360px}}.contacto-hero{background:linear-gradient(135deg,var(--primary-blue) 0,#031a4a 100%);color:var(--white);padding:80px 0;text-align:center}.contacto-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.contacto-subtitle{color:var(--light-gray);font-size:1.2rem;margin:0 auto;max-width:600px}.contacto-content{background-color:var(--white)}.contacto-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contacto-info h2{color:var(--primary-blue);font-size:2rem;margin-bottom:1rem}.contacto-info>p{color:var(--dark-gray);line-height:1.6}.contacto-details,.contacto-info>p,.contacto-item{margin-bottom:2rem}.contacto-item{align-items:flex-start;display:flex;gap:1rem}.contacto-icon{align-items:center;background:var(--primary-green);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;font-size:2rem;height:50px;justify-content:center;width:50px}.contacto-text h3{color:var(--primary-blue);font-size:1.2rem;margin-bottom:.5rem}.contacto-text p{color:var(--dark-gray);line-height:1.5;margin-bottom:.3rem}.contacto-social h3{color:var(--primary-blue);font-size:1.2rem;margin-bottom:1rem}.contacto-social .social-links{display:flex;flex-wrap:wrap;gap:1rem}.contacto-social .social-link{color:var(--primary-green);font-weight:500;text-decoration:none;transition:color .3s ease}.contacto-social .social-link:hover{color:var(--primary-blue)}.contacto-form{background:var(--light-gray);border-radius:15px;padding:2rem}.contacto-form h2{color:var(--primary-blue);font-size:2rem;margin-bottom:1rem}.contacto-form>p{color:var(--dark-gray);margin-bottom:2rem}.success-message{background:var(--primary-green)}.error-message,.success-message{border-radius:8px;color:var(--white);font-weight:500;margin-bottom:2rem;padding:1rem;text-align:center}.error-message{background:#dc3545}.form{gap:1.5rem}.form,.form-group{display:flex;flex-direction:column}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{color:var(--primary-blue);font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:2px solid var(--light-gray);border-radius:8px;font-size:1rem;padding:12px;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-green);outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{font-size:1.1rem;margin-top:1rem;padding:15px 30px}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.ubicacion-section{background-color:var(--light-gray)}.mapa-container{margin:3rem 0}.mapa-placeholder{background:var(--white);border:2px dashed var(--primary-blue);border-radius:15px;color:var(--primary-blue);padding:4rem;text-align:center}.mapa-placeholder span{display:block;font-size:4rem;margin-bottom:1rem}.mapa-placeholder p{font-size:1.2rem;margin-bottom:.5rem}.ubicacion-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.ubicacion-card{background:var(--white);border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;text-align:center}.ubicacion-card h3{color:var(--primary-blue);font-size:1.3rem;margin-bottom:1rem}.ubicacion-card p{color:var(--dark-gray);line-height:1.6;margin-bottom:1.5rem}.cta-contacto{background:linear-gradient(135deg,var(--primary-green) 0,#027a2b 100%);color:var(--white);text-align:center}.cta-contacto .cta-content h2{color:var(--white);font-size:2.5rem;margin-bottom:1rem}.cta-contacto .cta-content p{color:var(--light-gray);font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-contacto .cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:1200px){.contacto-grid{gap:3rem}}@media (max-width:992px){.contacto-title{font-size:2.8rem}.contacto-grid{gap:2.5rem}.ubicacion-info{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.contacto-hero{padding:60px 0}.contacto-title{font-size:2.5rem}.contacto-subtitle{font-size:1.1rem}.contacto-grid{gap:2rem;grid-template-columns:1fr}.contacto-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.contacto-item{flex-direction:column;text-align:center}.contacto-social .social-links{justify-content:center}.ubicacion-info{grid-template-columns:1fr}.cta-contacto .cta-content h2{font-size:2rem}.cta-contacto .cta-buttons{align-items:center;flex-direction:column}.mapa-placeholder{padding:3rem}.mapa-placeholder span{font-size:3rem}}@media (max-width:576px){.contacto-hero{padding:40px 0}.contacto-title{font-size:2rem}.contacto-subtitle{font-size:1rem}.contacto-grid{gap:1.5rem}.contacto-form{padding:1rem}.contacto-form h2,.contacto-info h2{font-size:1.8rem}.contacto-icon{font-size:1.5rem;height:40px;width:40px}.contacto-text h3{font-size:1.1rem}.contacto-text p{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{font-size:14px;padding:10px}.submit-btn{font-size:1rem;padding:12px 24px}.mapa-placeholder{padding:2rem}.mapa-placeholder span{font-size:2.5rem}.ubicacion-card{padding:1.5rem}.cta-contacto .cta-content h2{font-size:1.8rem}.cta-contacto .cta-content p{font-size:1rem}}@media (max-width:480px){.contacto-title{font-size:1.8rem}.contacto-subtitle{font-size:.9rem}.contacto-form{padding:.8rem}.contacto-form h2,.contacto-info h2{font-size:1.6rem}.contacto-icon{font-size:1.3rem;height:35px;width:35px}.contacto-text h3{font-size:1rem}.contacto-text p{font-size:.8rem}.form-group input,.form-group select,.form-group textarea{font-size:13px;padding:8px}.submit-btn{font-size:.9rem;padding:10px 20px}.mapa-placeholder{padding:1.5rem}.mapa-placeholder span{font-size:2rem}.ubicacion-card{padding:1rem}.cta-contacto .cta-content h2{font-size:1.6rem}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.3ed0d058.css.map*/