.navbar{background:#fff;box-shadow:0 2px 10px #0000000d;color:#001219;top:-100px;transition:top .5s ease}.navbar.visible{top:0}.navbar-content{justify-content:space-between;margin:0 auto;max-width:1300px;padding:.8rem 5vw}.navbar-content,.navbar-left{align-items:center;display:flex}.navbar-left{gap:1rem}.navbar-logo{height:clamp(35px,6vw,55px);width:auto}.navbar-title{font-family:Antonio,sans-serif;font-size:clamp(1rem,3vw,1.4rem);font-weight:600}.navbar-links{display:flex;gap:2rem}.navbar-links a{color:#001219;font-family:Antonio,sans-serif;font-size:clamp(.9rem,2vw,1rem);font-weight:500;text-decoration:none;transition:color .3s}.navbar-links a:hover{color:#0a9396}.navbar-hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;height:24px;justify-content:center;padding:0;width:32px}.navbar-hamburger span{background-color:#001219;border-radius:2px;height:3px;transition:.3s;width:100%}.navbar-hamburger.open span:first-child{transform:translateY(9px) rotate(45deg)}.navbar-hamburger.open span:nth-child(2){opacity:0}.navbar-hamburger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.navbar-mobile-menu{align-items:flex-start;background-color:#fff;box-shadow:-2px 0 10px #00000026;display:flex;flex-direction:column;gap:1.5rem;height:calc(100vh - 70px);justify-content:start;max-width:300px;padding:2rem;position:fixed;right:0;top:70px;transform:translateX(100%);transition:transform .3s ease;width:70%}.navbar-mobile-menu.open{transform:translateX(0)}.navbar-mobile-menu a{color:#001219;font-family:Antonio,sans-serif;font-size:1.2rem;text-decoration:none}.navbar-mobile-menu a:hover{color:#0a9396}@media (max-width:768px){.navbar-links{display:none}.navbar-hamburger{display:flex}.navbar-title{font-size:clamp(.9rem,4vw,1.2rem)}}body,html{background-color:#f8f9fa;color:#222;font-family:Poppins,sans-serif;overflow-x:hidden;scroll-behavior:smooth}body{scroll-snap-type:y mandatory}section{scroll-snap-align:start;scroll-snap-stop:always}.hero{align-items:center;background-image:var(--hero-bg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;position:relative;text-align:center;transition:background-image 1s ease-in-out}.hero:after{background:linear-gradient(#000000e6,#000000e6);content:"";inset:0;position:absolute;z-index:1}.hero-logo{filter:drop-shadow(0 0 6px rgba(0,0,0,.5));margin-bottom:1.5rem;width:40vh}.hero h1{text-shadow:0 3px 10px #0009}.hero p{text-shadow:0 2px 8px #0009}.hero:before{background-image:var(--hero-bg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";inset:0;opacity:1;position:absolute;transition:opacity 1s ease-in-out,background-image 1s ease-in-out;z-index:0}.hero-overlay{background:#000000b3;inset:0;position:absolute;z-index:1}.hero h1,.hero p,.hero-logo{position:relative;z-index:2}.hero h1{font-size:3rem;font-weight:600;margin-bottom:1rem}.hero p{color:#e0e0e0;font-size:1.2rem;line-height:1.5;margin-top:1rem;max-width:700px}.services{align-items:center;background:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;padding:60px 20px;position:relative;scroll-snap-align:center;text-align:center}.services h2{color:#1c1c1c;font-size:2.5rem;font-weight:600;margin-bottom:2rem}.services-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;max-width:1000px}.service-card{background:#f9f9f9;border-radius:20px;box-shadow:0 6px 12px #0000001a;padding:30px 25px;text-align:center;transition:all .3s ease;width:280px}.service-card:hover{box-shadow:0 8px 18px #0003;transform:translateY(-8px)}.service-card h3{color:#333;font-size:1.3rem;margin-bottom:.8rem}.service-card p{color:#555;font-size:.95rem;line-height:1.4}.categories{align-items:center;background:#f5f5f5;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;padding:60px 20px;position:relative;scroll-snap-align:center}.categories h2{color:#1c1c1c;font-size:2.5rem;font-weight:600;margin-bottom:2rem}.categories-container{display:flex;flex-wrap:wrap;gap:35px;justify-content:center;max-width:1100px}.category-card{align-items:center;background:#fff;border-radius:22px;box-shadow:0 6px 14px #0000001a;display:flex;flex-direction:column;height:200px;justify-content:center;padding:25px 30px;text-align:center;transition:all .3s ease;width:200px}.category-card:hover{box-shadow:0 10px 25px #00000026;transform:scale(1.05)}.category-icon{height:70px;margin-bottom:15px;width:70px}.category-card h3{color:#333;font-size:1.1rem;margin-top:10px}.modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:100}.modal-content{animation:fadeIn .3s ease;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000004d;max-height:80vh;max-width:900px;overflow-y:auto;padding:30px;text-align:center;width:85%}.modal-animate{animation:scaleIn .3s ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-content h2{font-size:2rem;margin-bottom:1rem}.modal-products{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.modal-product-card{background:#f7f7f7;border-radius:16px;padding:15px 20px;text-align:center;transition:transform .2s ease;width:220px}.modal-product-card:hover{background:#efefef;transform:translateY(-4px)}.modal-product-card h4{color:#333;font-size:1rem;margin:0}.modal-content button{background:#1c1c1c;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:20px;padding:10px 24px;transition:.3s}.modal-content button:hover{background:#333}.about-us{background:#fff;display:flex;justify-content:center;min-height:90vh;overflow:hidden;padding:100px 8%}.about-content,.about-us{align-items:center;position:relative}.about-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;z-index:2}.about-text h2{color:#1c1c1c;font-size:2.6rem;font-weight:700;letter-spacing:-.5px;margin-bottom:1.2rem}.about-text p{color:#444;font-size:1.1rem;line-height:1.8;margin-bottom:1.2rem;text-align:justify}.about-text strong{color:#111}.about-image{align-items:center;display:flex;justify-content:center}.about-image-frame{background:#fafafa;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:15px;transition:transform .3s ease}.about-image-frame:hover{transform:scale(1.03)}.about-image img{border-radius:16px;display:block;max-width:450px;width:100%}@media (max-width:900px){.about-us{flex-direction:column;text-align:center}.categories-container{gap:25px}.service-card{width:85%}.category-card{height:160px;width:160px}.modal-content{padding:20px;width:95%}.hero h1{font-size:2.3rem}.categories h2,.services h2{font-size:2rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes subtleTextureMove{0%{background-position:0 0}to{background-position:400px 400px}}.services:before{animation:subtleTextureMove 120s linear infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='140' height='140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23eaeaea' fill-opacity='.4' d='M0 0h70v70H0zm70 70h70v70H70z'/%3E%3C/svg%3E");background-size:140px 140px;content:"";inset:0;opacity:.3;position:absolute;z-index:0}.services *{position:relative;z-index:1}.categories:before{animation:subtleTextureMove 180s linear infinite;background:radial-gradient(circle at 30% 30%,#00000008,#0000 60%),radial-gradient(circle at 80% 70%,#00000008,#0000 60%);background-size:200% 200%;content:"";inset:0;opacity:.5;position:absolute;z-index:0}.categories *{position:relative;z-index:1}.about-us:before{animation:subtleTextureMove 160s linear infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='180' height='180' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='90' cy='90' r='85' stroke='%23dcdcdc' stroke-width='.5' fill='none'/%3E%3C/svg%3E");background-size:180px 180px;content:"";inset:0;opacity:.25;position:absolute;z-index:0}.about-us *{position:relative;z-index:1}body,html{margin:0;padding:0}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-bottom:1px solid #0000001f;left:0;padding:15px 0;position:fixed;top:0;width:100%;z-index:99999}.navbar ul{display:flex;gap:25px;list-style:none;margin:0;padding:0 40px}.navbar a{color:#111;font-weight:600;text-decoration:none}.servicios-page{background:#f4f4f4;font-family:Inter,sans-serif;overflow-x:hidden;padding-top:80px;position:relative;width:100%;z-index:1}.hero-servicios{align-items:center;background:#fff;display:flex;height:100vh;justify-content:center;padding:0 20px;position:relative;text-align:center;z-index:1}.hero-servicios h1{color:#111;font-size:4rem;font-weight:900}.hero-servicios p{color:#333;font-size:1.35rem;margin-top:12px;opacity:.7}.servicios-intro{align-items:center;background-position:50%;background-size:cover;display:flex;height:100vh;justify-content:center;position:relative;z-index:1}.servicios-intro .overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;border-radius:20px;color:#fff;max-width:750px;padding:50px;text-align:center}.servicios-intro h2{font-size:3rem;font-weight:800}.servicios-intro p{font-size:1.2rem;margin-top:12px}.category-section{align-items:center;background:#fff;border-top:1px solid #e5e5e5;display:flex;height:100vh;justify-content:center;padding:90px 20px;position:relative;z-index:1}.category-section:nth-child(2n){background:#f7f7f7}.category-content{max-width:1000px;text-align:center}.category-icon{margin-bottom:25px;width:130px}.category-title{font-size:3rem;font-weight:900;margin-bottom:25px}.product-cards{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr);margin-top:35px;max-height:55vh;overflow-y:auto;padding-right:10px}.product-card{background:#f4f4f4;border-radius:14px;overflow:hidden;padding:20px 15px;transition:.3s ease}.product-card:hover{background:#eaeaea}.product-name{font-size:1.15rem;font-weight:700;margin-bottom:8px}.product-desc{color:#444;font-size:.95rem;max-height:0;opacity:0;transition:all .25s ease}.product-card:hover .product-desc{margin-top:10px;max-height:140px;opacity:.9}.product-cards::-webkit-scrollbar{width:6px}.product-cards::-webkit-scrollbar-thumb{background:#ccc;border-radius:6px}@media (max-width:1100px){.product-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:800px){.product-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:550px){.product-cards{grid-template-columns:1fr;max-height:none;overflow-y:visible}}.nosotros-container{height:100%;overflow:hidden;width:100%}.scroll-container{height:100vh;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y mandatory}.section{padding:4rem 2rem;text-align:center}.hero-nosotros,.section{align-items:center;display:flex;height:100vh;justify-content:center;position:relative;scroll-snap-align:start}.hero-nosotros{background-position:50%;background-size:cover}.hero-nosotros:after{background:linear-gradient(#0a0a0acc,#0a0a0ad9);content:"";inset:0;position:absolute;z-index:1}.hero-overlay{color:#fff;max-width:700px;padding:2rem;position:relative;text-align:center;z-index:2}.hero-overlay h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-overlay p{font-size:1.3rem;line-height:1.6;opacity:.9}.section-content{max-width:800px}.quienes-somos{background:#f4f4f4}.mvv-section{background:#eaeaea}.cta-section{background:#f9f9f9}.mvv-section{align-items:center;background:radial-gradient(circle at center,#f6f6f6,#e5e5e5)}.mvv-grid,.mvv-section{display:flex;justify-content:center}.mvv-grid{animation:fadeUp 1.2s ease forwards;flex-wrap:wrap;gap:2.5rem;max-width:1000px;opacity:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.mvv-card{background:linear-gradient(145deg,#fff,#f0f0f0);border-radius:20px;box-shadow:0 8px 25px #0000001a;overflow:hidden;padding:2.2rem 1.8rem;position:relative;transition:all .35s ease;width:280px}.mvv-card:before{background:linear-gradient(135deg,#0000000d,#ffffff1a);content:"";inset:0;mix-blend-mode:overlay;opacity:0;position:absolute;transition:opacity .4s ease}.mvv-card:hover:before{opacity:1}.mvv-card:hover{background:linear-gradient(145deg,#fff,#eaeaea);box-shadow:0 15px 35px #00000026;transform:translateY(-10px) scale(1.03)}.mvv-card h3{color:#222;font-size:1.8rem;font-weight:700;margin-bottom:1rem;position:relative}.mvv-card h3:after{background:linear-gradient(90deg,#222,#0000);border-radius:4px;content:"";display:block;height:4px;margin-top:6px;width:50px}.mvv-card p{color:#444;font-size:1.05rem;line-height:1.6}.mvv-card:hover h3{color:#000}.mvv-card:hover h3:after{background:linear-gradient(90deg,#000,#0000)}.btn-cta{background-color:#333;border-radius:40px;color:#fff;display:inline-block;font-weight:600;margin-top:2rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-cta:hover{background-color:#555;transform:scale(1.05)}
/*# sourceMappingURL=main.64a0fad9.css.map*/