@font-face{font-family:Fredoka;src:url(/fonts/Fredoka-VariableFont_wdth,wght.ttf) format("truetype");font-weight:300 700;font-stretch:75% 125%;font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Fredoka,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;line-height:1.6}.header{position:fixed;top:0;width:100%;background:#fff;z-index:100;border-bottom:1px solid #eee}.header-container{max-width:1400px;margin:0 auto;padding:.6rem 2rem;display:flex;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.4rem;text-decoration:none;flex-shrink:0}.logo-img{height:60px;width:auto;object-fit:contain}.nav{display:flex;align-items:center;gap:0;flex:1;justify-content:center}.nav-link{position:relative;text-decoration:none;color:#46b5aa;font-size:1.15rem;font-weight:700;padding:1rem 2rem;transition:color .2s}.nav-link:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:3px;background:#f06292;border-radius:0 0 3px 3px;transition:width .3s}.nav-link:hover:before,.nav-link--active:before{width:80%}.nav-link--active,.nav-link:hover{color:#f06292}.menu-toggle{display:none;background:none;border:none;font-size:1.6rem;cursor:pointer;color:#46b5aa;margin-left:auto}.header-social{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.social-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;text-decoration:none}.social-icon-img{width:35px;height:35px;object-fit:contain}.hero{margin-top:68px;position:relative;overflow:hidden;background:#222}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:0;transform:scale(1.05);transition:opacity 1.2s ease-in-out,transform 6s ease-out}.hero-bg--active{opacity:1;transform:scale(1)}.hero-animate-fade{animation:heroFadeUp 1s cubic-bezier(.16,1,.3,1) forwards}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-overlay{display:none}.hero-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;min-height:80vh;padding:4rem 2rem;position:relative;z-index:2}.hero-content{flex:0 0 50%;z-index:2;padding-left:1rem}.hero-title{font-size:2.8rem;font-weight:700;font-style:italic;color:#fff;line-height:1.15;margin-bottom:1.8rem}.hero-cta{display:inline-block;padding:.75rem 2rem;background:#f06292;color:#fff;font-size:1rem;font-weight:700;font-style:italic;border-radius:25px;text-decoration:none;transition:background .2s,transform .15s}.hero-cta:hover{background:#e04f80;transform:scale(1.04)}.hero-content--right{flex:0 0 auto;margin-left:auto;padding-right:4rem;padding-left:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end}.hero-title--slide2,.hero-title--slide3{font-size:3.2rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:.6rem;white-space:pre-line;text-shadow:1px 2px 8px rgba(0,0,0,.15);font-style:normal}.hero-badge{display:inline-block;background:#46b5aa;color:#fff;font-size:2.2rem;font-weight:800;font-style:italic;padding:.2rem 1.2rem;border-radius:12px;margin-bottom:.8rem;box-shadow:0 3px #0000001a}.hero-badge--pink{background:#f06292}.hero-hearts{width:180px;height:auto;margin-top:.2rem}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:none;background:#f06292;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s,transform .15s}.hero-arrow:hover{background:#e04f80;transform:translateY(-50%) scale(1.1)}.hero-arrow--left{left:2px}.hero-arrow--right{right:2px}.hero-dots{display:flex;justify-content:center;gap:8px;padding:1rem 0;position:relative;z-index:3;background:transparent;margin-top:-2.5rem}.hero-dot{width:10px;height:10px;border-radius:50%;border:2px solid #fff;background:transparent;cursor:pointer;padding:0;transition:background .2s}.hero-dot--active{background:#fff}.btn{display:inline-block;padding:.75rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .1s}.btn:active{transform:scale(.97)}.btn-primary{background:#f06292;color:#fff}.btn-primary:hover{background:#e04f80}.products{position:relative;z-index:2;padding:3rem 2rem 4rem;max-width:1200px;margin:0 auto;text-align:center;overflow:visible}.products-title{font-size:2.8rem;font-weight:900;font-style:italic;color:#46b5aa;margin-bottom:1.5rem}.products-carousel{display:flex;align-items:center;gap:.8rem}.products-arrow{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:2px solid #46b5aa;background:#fff;color:#46b5aa;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,opacity .3s;margin-top:-1.5rem}.products-arrow:hover{background:#46b5aa;color:#fff}.products-track{flex:1;min-width:0;display:flex;gap:1.5rem;padding:.5rem 0;justify-content:center}.products-track.slide-out-left{animation:slideOutLeft .25s ease-in forwards}.products-track.slide-out-right{animation:slideOutRight .25s ease-in forwards}.products-track.slide-in-left{animation:slideInLeft .3s ease-out forwards}.products-track.slide-in-right{animation:slideInRight .3s ease-out forwards}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-60px)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(60px)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}.product-category{flex:0 0 calc(25% - 1.125rem);display:flex;flex-direction:column;align-items:center;gap:.8rem;text-decoration:none;transition:transform .2s}.product-category:hover{transform:scale(1.04)}.product-img-wrapper{width:220px;height:220px;display:flex;align-items:center;justify-content:center}.product-img{width:100%;height:100%;object-fit:contain;transition:transform .2s}.product-category:hover .product-img{transform:scale(1.05)}.product-name{font-size:1.2rem;font-weight:800;color:#333;line-height:1.2;text-align:center}@media(max-width:900px){.product-category{flex:0 0 calc(50% - .75rem)}.product-name{font-size:1rem}.products-title{font-size:2rem}.products-track{flex-wrap:wrap;gap:1rem}}.scrollline-zone{position:relative}.scrollline-overlay{position:absolute;top:10%;left:0;width:100%;height:90%;pointer-events:none;z-index:1}.scrollline-svg{width:100%;height:100%;display:block}@media(max-width:900px){.scrollline-overlay{display:none}}.about{margin-top:2rem;position:relative;min-height:55vh;padding:5rem 2rem;background:#fff;overflow:visible}.about-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:4rem;position:relative;z-index:2}.about-mascot{flex:0 0 42%;display:flex;flex-direction:column;align-items:center}.mascot-img{width:100%;max-width:490px;height:auto;object-fit:contain}.mascot-img--mobile,.np-hero-mascot--mobile,.cp-contact-mascot--mobile{display:none!important}@media(max-width:900px){.mascot-img--desktop,.np-hero-mascot--desktop,.cp-hero-mascot--desktop,.cp-contact-mascot--desktop{display:none!important}.mascot-img--mobile,.np-hero-mascot--mobile,.cp-contact-mascot--mobile{display:block!important}}.about-hearts-img{margin-top:-5.5rem;margin-left:-14.5rem;width:160px;height:auto;object-fit:contain}@keyframes dotFloat1{0%,to{transform:translate(0)}25%{transform:translate(6px,-8px)}50%{transform:translate(-4px,-14px)}75%{transform:translate(-8px,-4px)}}@keyframes dotFloat2{0%,to{transform:translate(0)}25%{transform:translate(-7px,5px)}50%{transform:translate(5px,10px)}75%{transform:translate(9px,-3px)}}@keyframes dotFloat3{0%,to{transform:translate(0)}25%{transform:translate(10px,4px)}50%{transform:translate(4px,-10px)}75%{transform:translate(-6px,-6px)}}.about-dot{position:absolute;width:12px;height:12px;border-radius:50%;background:#a8e6d5}.about-dot--1{top:6%;left:8%}.about-dot--2{top:4%;left:28%}.about-dot--3{top:8%;right:6%}.about-dot--4{top:50%;left:3%}.about-dot--5{bottom:10%;left:10%}.about-dot--6{bottom:8%;right:12%}.about-dot--red{background:#f06292}.about-dot--r1{top:5%;right:3%}.about-dot--r2{top:18%;left:2%}.about-dot--r3{bottom:18%;right:8%}.about-dot--r4{top:35%;right:5%}.about-dot--r5{bottom:5%;left:18%}.about-dot--yellow{background:#d4a843}.about-dot--y1{top:12%;right:10%}.about-dot--y2{bottom:15%;left:25%}.about-dot--y3{top:45%;right:15%}.about-dot--y4{bottom:4%;right:4%}.about-dot--y5{top:25%;left:5%}.about-dot--c1{top:30%;right:2%}.about-dot--c2{bottom:25%;left:6%}.about-dot--c3{top:20%;right:18%}.about-dot--c4{bottom:3%;left:30%}.about-dot--c5{top:40%;right:8%}.about-dot--c6{bottom:14%;right:18%}.about-dot--c7{top:15%;left:15%}.about-dot--c8{bottom:6%;left:3%}.about .about-mascot{opacity:0;transform:translate(-60px);transition:opacity .7s ease,transform .7s ease}.about .about-text{opacity:0;transform:translate(60px);transition:opacity .7s ease,transform .7s ease;transition-delay:.2s}.about .about-dot{opacity:0;transition:opacity .5s ease}.about-visible .about-mascot,.about-visible .about-text{opacity:1;transform:translate(0)}.about-visible .about-dot{opacity:1}.about-visible .about-dot--1{transition-delay:.3s;animation:dotFloat1 6s ease-in-out infinite .8s}.about-visible .about-dot--2{transition-delay:.35s;animation:dotFloat2 7s ease-in-out infinite .85s}.about-visible .about-dot--3{transition-delay:.4s;animation:dotFloat3 8s ease-in-out infinite .9s}.about-visible .about-dot--4{transition-delay:.45s;animation:dotFloat2 6.5s ease-in-out infinite .95s}.about-visible .about-dot--5{transition-delay:.5s;animation:dotFloat1 7.5s ease-in-out infinite 1s}.about-visible .about-dot--6{transition-delay:.55s;animation:dotFloat3 6s ease-in-out infinite 1.05s}.about-visible .about-dot--r1{transition-delay:.35s;animation:dotFloat2 7s ease-in-out infinite .85s}.about-visible .about-dot--r2{transition-delay:.4s;animation:dotFloat3 6.5s ease-in-out infinite .9s}.about-visible .about-dot--r3{transition-delay:.45s;animation:dotFloat1 8s ease-in-out infinite .95s}.about-visible .about-dot--r4{transition-delay:.5s;animation:dotFloat2 7.5s ease-in-out infinite 1s}.about-visible .about-dot--r5{transition-delay:.55s;animation:dotFloat1 6s ease-in-out infinite 1.05s}.about-visible .about-dot--y1{transition-delay:.4s;animation:dotFloat3 7s ease-in-out infinite .9s}.about-visible .about-dot--y2{transition-delay:.45s;animation:dotFloat1 6.5s ease-in-out infinite .95s}.about-visible .about-dot--y3{transition-delay:.5s;animation:dotFloat2 8s ease-in-out infinite 1s}.about-visible .about-dot--y4{transition-delay:.55s;animation:dotFloat3 7.5s ease-in-out infinite 1.05s}.about-visible .about-dot--y5{transition-delay:.6s;animation:dotFloat1 6s ease-in-out infinite 1.1s}.about-visible .about-dot--c1{transition-delay:.45s;animation:dotFloat2 7s ease-in-out infinite .95s}.about-visible .about-dot--c2{transition-delay:.5s;animation:dotFloat3 6s ease-in-out infinite 1s}.about-visible .about-dot--c3{transition-delay:.55s;animation:dotFloat1 7.5s ease-in-out infinite 1.05s}.about-visible .about-dot--c4{transition-delay:.6s;animation:dotFloat2 6.5s ease-in-out infinite 1.1s}.about-visible .about-dot--c5{transition-delay:.65s;animation:dotFloat3 8s ease-in-out infinite 1.15s}.about-visible .about-dot--c6{transition-delay:.7s;animation:dotFloat1 7s ease-in-out infinite 1.2s}.about-visible .about-dot--c7{transition-delay:.5s;animation:dotFloat2 6s ease-in-out infinite 1s}.about-visible .about-dot--c8{transition-delay:.55s;animation:dotFloat3 7.5s ease-in-out infinite 1.05s}.about-text{flex:1}.about-title{font-size:2.9rem;font-weight:800;color:#333;line-height:1.2;margin-bottom:1.5rem}.about-title--teal{color:#46b5aa}.about-highlight{color:#46b5aa;text-decoration:none;font-weight:700}.about-paragraph{font-size:1.3rem;color:#555;line-height:1.45;margin-bottom:.8rem;text-align:justify;max-width:none}@media(max-width:900px){.about{height:auto;min-height:auto}.about-container{flex-direction:column;gap:1.5rem;text-align:left}.about-mascot{flex:none}.mascot-img{max-width:280px}.about-title{font-size:1.5rem;font-weight:900;line-height:1.15;margin-bottom:1rem}.about-paragraph{max-width:100%}.about-dot{display:none}.about-hearts-img{margin-left:0}}.diferencia{position:relative;padding:5rem 2rem 2rem;background:#fff;overflow:visible}.diferencia-container{max-width:1200px;margin:0 auto;display:flex;gap:4rem;align-items:center;position:relative;z-index:2}.diferencia-left{flex:0 0 40%}.diferencia-title{font-size:3.2rem;font-weight:900;font-style:italic;color:#eb5a85;line-height:1.1;margin-bottom:1.5rem}.diferencia-text{font-size:1rem;color:#444;line-height:1.7;margin-bottom:1rem;text-align:justify;max-width:420px}.diferencia-btn{display:inline-block;margin-top:.8rem;padding:.55rem 1.6rem;border:2px solid #46b5aa;border-radius:6px;color:#46b5aa;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.diferencia-btn:hover{background:#46b5aa;color:#fff}.diferencia-cards{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.diferencia-card{border-radius:18px;padding:3rem 1.6rem;color:#fff;display:flex;flex-direction:column;justify-content:center;box-shadow:0 4px 16px #0000001f}.diferencia-card h3{font-size:1.4rem;font-weight:800;font-style:italic;line-height:1.15;margin-bottom:.6rem}.diferencia-card p,.diferencia-card ul{font-size:.88rem;line-height:1.5;opacity:.95}.diferencia-card ul{list-style:none;padding-left:0}.diferencia-card ul li{margin-bottom:.3rem}.diferencia-card ul li:before{content:"• "}.diferencia-card--orange{background:#f7a62e}.diferencia-card--blue{background:#3d80c2}.diferencia-card--purple{background:#7d83bf}.diferencia-card--pink{background:#eb5a85}.diferencia-left{opacity:0;transform:translate(-60px);transition:opacity .7s ease,transform .7s ease}.diferencia-card{opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.dif-visible .diferencia-left{opacity:1;transform:translate(0)}.dif-visible .diferencia-card{opacity:1;transform:translateY(0)}.dif-visible .diferencia-card:nth-child(1){transition-delay:.15s}.dif-visible .diferencia-card:nth-child(2){transition-delay:.3s}.dif-visible .diferencia-card:nth-child(3){transition-delay:.45s}.dif-visible .diferencia-card:nth-child(4){transition-delay:.6s}@media(max-width:900px){.diferencia-container{flex-direction:column;gap:2rem}.diferencia-left{flex:none;text-align:center}.diferencia-title{font-size:2.2rem}.diferencia-text{text-align:center;max-width:100%}.diferencia-cards{grid-template-columns:1fr 1fr;gap:1rem}.diferencia-card{padding:1.4rem 1.2rem}.diferencia-card h3{font-size:1.2rem}.diferencia-card p,.diferencia-card ul{font-size:.8rem}}.cta-banner{position:relative;z-index:2;margin:0;padding:0;margin-bottom:5rem;overflow:hidden}.cta-wave-top{display:block;line-height:0}.cta-wave-top svg{display:block;width:100%;height:70px}.cta-wave-bottom{display:block;line-height:0;background:#fff}.cta-wave-bottom svg{display:block;width:100%;height:70px}.cta-body{position:relative;background:#46b5aa;padding:8rem 2rem;display:flex;align-items:center;justify-content:center;min-height:550px;overflow:visible}.cta-ribbon{position:absolute;z-index:1;overflow:visible}.cta-ribbon--left{right:70%;bottom:-10%;width:50%;height:auto}.cta-ribbon--right{top:-5%;left:60%;width:50%;height:auto}.cta-ribbon--left{-webkit-mask-image:linear-gradient(to right,black 40%,transparent 60%);mask-image:linear-gradient(to right,black 40%,transparent 60%);-webkit-mask-size:250% 100%;mask-size:250% 100%;-webkit-mask-position:100% 0;mask-position:100% 0}.cta-ribbon--right{-webkit-mask-image:linear-gradient(to left,black 40%,transparent 60%);mask-image:linear-gradient(to left,black 40%,transparent 60%);-webkit-mask-size:250% 100%;mask-size:250% 100%;-webkit-mask-position:0 0;mask-position:0 0}.cta-ribbon--left.ribbon-visible{animation:ribbon-reveal-ltr 2s ease-out forwards}.cta-ribbon--right.ribbon-visible{animation:ribbon-reveal-rtl 2s ease-out .3s forwards}.cta-body-inner{position:relative;width:100%;max-width:1100px;min-height:450px;display:flex;align-items:center;justify-content:center}.cta-deco-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:visible}.cta-product-img{position:absolute;z-index:2;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.3))}.cta-product-img--tl{top:-2.5rem;left:1rem;width:220px}.cta-product-img--bl{bottom:-2.5rem;left:2rem;width:240px}.cta-product-img--tr{top:-2.5rem;right:1rem;width:220px}.cta-product-img--br{bottom:-2.5rem;right:2rem;width:200px}.cta-content{position:relative;z-index:2;text-align:center;max-width:600px}.cta-title{font-size:2.8rem;font-weight:900;font-style:italic;color:#fff;line-height:1.2;margin-bottom:1.2rem}.cta-text{font-size:1.2rem;color:#ffffffeb;font-style:italic;line-height:1.6;margin-bottom:2.2rem}.cta-buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.2rem;border:2.5px solid #F5A623;border-radius:30px;font-size:1.05rem;font-weight:800;font-style:italic;text-decoration:none;text-align:center;line-height:1.3;transition:background .2s,color .2s,transform .15s}.cta-btn--primary{background:transparent;color:#fff}.cta-btn--primary:hover{background:#f5a623;color:#fff;transform:scale(1.04)}.cta-btn--secondary{background:transparent;color:#fff}.cta-btn--secondary:hover{background:#f5a623;color:#fff;transform:scale(1.04)}@media(max-width:900px){.cta-body{padding:3rem 1.5rem;min-height:auto}.cta-body-inner{min-height:auto}.cta-title{font-size:1.8rem}.cta-product-img,.cta-deco-lines{display:none}}@media(max-width:500px){.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:280px}}.footer{position:relative;background:#f2f2f2;padding:3.5rem 2rem 3rem;overflow:hidden}.footer-mariposa{position:absolute;pointer-events:none;opacity:1;z-index:0}.footer-mariposa--left{left:1rem;bottom:0;width:300px;height:auto}.footer-mariposa--right{right:1rem;top:0;width:260px;height:auto}.footer-container{max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:3rem;position:relative;z-index:1}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{display:flex;align-items:center;text-decoration:none;margin-bottom:1rem}.footer-logo-img{height:80px;width:auto;object-fit:contain}.footer-follow{font-size:1.05rem;color:#555;font-style:italic;margin-bottom:.6rem}.footer-social{display:flex;align-items:center;gap:.5rem}.footer-social-icon{display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .15s}.footer-social-img{width:24px;height:24px;object-fit:contain}.footer-social-icon:hover{transform:scale(1.15)}.footer-social-divider{color:#46b5aa;font-size:1.1rem;font-weight:300}.footer-links{text-align:center}.footer-links-title{font-size:1.15rem;font-weight:800;font-style:italic;color:#46b5aa;margin-bottom:1rem}.footer-nav{display:flex;flex-direction:column;gap:.3rem}.footer-nav a{text-decoration:none;color:#555;font-size:.95rem;transition:color .2s}.footer-nav a:hover{color:#46b5aa}.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}.footer-contact-item{display:flex;align-items:center;gap:.6rem}.footer-contact-text{font-size:1rem;color:#555}.footer-contact-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#46b5aa;color:#fff;text-decoration:none;transition:background .2s,transform .15s}.footer-contact-icon:hover{background:#3da88e;transform:scale(1.08)}@media(max-width:768px){.footer-container{flex-direction:column;align-items:center;text-align:center;gap:2rem}.footer-brand,.footer-contact{align-items:center}.footer-mariposa{width:180px}}@media(max-width:768px){.header-container{padding:.6rem 1rem}.menu-toggle{display:block}.nav{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 4px 8px #00000014;flex-direction:column;padding:.5rem 0}.nav--open{display:flex}.nav-link{padding:.75rem 1.5rem}.nav-link:before{display:none}.header-social{display:none}.hero-inner{flex-direction:column;min-height:55vh;padding:2rem 1rem;justify-content:center}.hero-content{flex:none;text-align:center;padding-left:0;margin-bottom:0}.hero-title{font-size:1.8rem}}.contact-page{margin-top:68px}.cp-hero{position:relative;background:#46b5aa;padding:4rem 2rem 6rem;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:440px}.cp-hero-mascot{position:absolute;left:-17rem;top:-2rem;bottom:auto;width:505px;max-width:50%;height:auto;z-index:2;transform:rotate(28deg)}.cp-hero-hearts{position:absolute;left:270px;top:5rem;width:140px;height:auto;z-index:3}.cp-hero-ribbon{position:absolute;right:-1rem;top:0;width:200px;height:auto;z-index:1}.cp-hero-content{position:relative;z-index:4;text-align:center;max-width:700px;margin-left:15%}.cp-hero-title{font-size:2.6rem;font-weight:800;font-style:italic;color:#fff;line-height:1.2;margin-bottom:1.5rem}.cp-hero-cta{display:inline-block;padding:.8rem 2.5rem;background:#f06292;color:#fff;font-size:1.1rem;font-weight:700;border-radius:50px;text-decoration:none;transition:background .2s,transform .15s}.cp-hero-cta:hover{background:#e04f80;transform:scale(1.04)}.cp-hero-wave{position:absolute;bottom:0;left:0;width:100%;line-height:0;z-index:5}.cp-hero-wave svg{display:block;width:100%;height:80px}.cp-divider{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2rem 2rem 1rem}.cp-divider-line{flex:1;max-width:300px;height:3px;background:#f06292;border-radius:2px}.cp-divider-logo{height:50px;width:auto;object-fit:contain}.cp-contact{padding:1rem 2rem 4rem;max-width:1100px;margin:0 auto}.cp-contact-header{display:flex;align-items:flex-end;justify-content:center;gap:1rem;margin-bottom:2.5rem}.cp-contact-title{font-size:2.8rem;font-weight:800;font-style:italic;color:#46b5aa}.cp-contact-mascot-wrap{position:relative;width:180px;height:180px}.cp-contact-mascot{width:160px;height:auto;position:absolute;bottom:0;right:0}.cp-contact-hearts{width:80px;height:auto;position:absolute;bottom:17%;left:0}.cp-channels{display:flex;justify-content:center;align-items:stretch;gap:0;margin-bottom:3rem;padding:1rem 0}.cp-hamzi-img{display:block;max-width:280px;width:100%;height:auto;margin:0 auto 2rem}.cp-channel-card{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;padding:1.5rem 2rem;background:transparent}.cp-channel-card:first-child{border-right:1px solid #e0e0e0}.cp-channel-icon{color:#46b5aa;margin-bottom:1.2rem}.cp-channel-icon svg{width:55px;height:55px}.cp-channel-title{font-size:1.6rem;font-weight:800;color:#333;margin-bottom:1.2rem}.cp-channel-desc{font-size:1rem;color:#666;line-height:1.6;margin-bottom:1.5rem;max-width:320px}.cp-channel-info{font-size:1.3rem;font-weight:800;color:#46b5aa}@media(max-width:900px){.cp-channels{flex-direction:column;gap:1rem}.cp-channel-card:first-child{border-right:none;border-bottom:1px solid #e0e0e0;padding-bottom:2.5rem}}.cp-contact-body{display:flex;gap:3rem;align-items:flex-start}.cp-contact-text{flex:0 0 32%;padding-top:1rem}.cp-contact-desc{font-size:1.5rem;color:#46b5aa;line-height:1.25;margin-bottom:1.5rem;font-weight:700;font-style:normal}.cp-contact-desc--highlight{color:#f06292;font-weight:700;font-style:normal}.cp-form{flex:1}.cp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem 2rem}.cp-form-group{display:flex;flex-direction:column;gap:.4rem}.cp-form-group--full{grid-column:1 / -1}.cp-label{font-size:.95rem;font-weight:600;color:#f06292}.cp-input{padding:.6rem .8rem;border:1.5px solid #46b5aa;border-radius:6px;font-size:1rem;font-family:inherit;color:#333;transition:border-color .2s;background-color:#fff}.cp-input:focus{outline:none;border-color:#3da88e}.cp-select{appearance:auto;cursor:pointer;color:#f06292}.cp-textarea{resize:vertical;min-height:100px}.cp-form-terms{display:flex;align-items:flex-start;gap:.6rem;margin-top:1.5rem}.cp-form-terms input[type=checkbox]{margin-top:.25rem;accent-color:#46b5aa;width:18px;height:18px;border:2px solid #46b5aa}.cp-terms-label{font-size:.9rem;color:#f06292;line-height:1.4;font-weight:600}.cp-terms-label a{color:#f06292;text-decoration:underline}.cp-submit{display:block;width:auto;min-width:140px;margin:1.5rem 0 0 auto;margin-left:auto;margin-right:auto;padding:.6rem 3rem;background:#46b5aa;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:25px;cursor:pointer;transition:background .2s,transform .15s}.cp-submit:hover{background:#3da88e;transform:scale(1.04)}.cp-submit:disabled{opacity:.6;cursor:not-allowed}.cp-status{margin-top:1rem;font-size:.9rem;font-weight:600}.cp-status--success{color:#46b5aa}.cp-status--error{color:#e04f80}.cp-presence{background:#46b5aa;padding:0;overflow:hidden;position:relative}.cp-presence:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:#f06292;z-index:2}.cp-map-img{width:100%;max-width:100%;height:auto;object-fit:cover;display:block;margin:0}.cp-presence-container{max-width:1100px;margin:0 auto;padding:0 2rem;position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;z-index:5;pointer-events:none}.cp-presence-title{font-size:2.4rem;font-weight:400;color:#fff;line-height:1.2;text-align:left;margin-bottom:2rem;padding-top:3rem;pointer-events:auto;text-shadow:0 2px 8px rgba(0,0,0,.25)}.cp-presence-title--bold{font-weight:800;font-style:italic}@media(min-width:900px){.cp-presence-title{padding-top:6rem;text-shadow:none}}.cp-description{max-width:900px;margin:0 auto;padding:4rem 2rem;text-align:center}.cp-description p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem;text-align:justify;font-weight:500}.cp-description strong{color:#46b5aa;font-weight:800;text-decoration:none}@media(max-width:900px){.cp-hero{padding:3rem 1.5rem 5rem;min-height:auto}.cp-hero-mascot{width:180px;left:-1rem}.cp-hero-hearts{left:80px;width:80px}.cp-hero-content{margin-left:0}.cp-hero-title{font-size:1.8rem}.cp-hero-ribbon{display:none}.cp-contact-header{flex-direction:column;align-items:center;text-align:center}.cp-contact-title{font-size:2rem}.cp-contact-mascot-wrap{display:none}.cp-contact-body{flex-direction:column}.cp-contact-text{flex:none;text-align:center}.cp-form-grid{grid-template-columns:1fr}.cp-divider-line{max-width:120px}.cp-presence-title{font-size:1.8rem;text-align:left}.cp-map-img{max-width:100%;object-fit:cover;object-position:20% center;min-height:320px}}.products-page{margin-top:68px;background:#fdfdfd;overflow-x:hidden}.pp-search-container{background:#fff;padding:1rem 0}.pp-search-bar{max-width:1000px;margin:0 auto;background:#f4f4f4;border-radius:8px;display:flex;align-items:center;padding:.8rem 1.2rem;gap:.8rem}.pp-search-icon{width:20px;height:20px;color:#dcbfa6;opacity:.6}.pp-search-input{border:none;background:transparent;flex:1;font-size:1rem;font-family:inherit;outline:none;color:#444;font-weight:500}.pp-hero{position:relative;width:100%;aspect-ratio:1920 / 650;min-height:450px;max-height:none;overflow:visible;display:flex;align-items:center;justify-content:center}.pp-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/productos/banner.png) center bottom/cover no-repeat;z-index:1}.pp-hero-elements{position:relative;z-index:2;width:100%;max-width:1300px;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.pp-hero-title-wrapper{position:absolute;display:flex;flex-direction:column;align-items:center;z-index:5}.pp-hero-title-row{display:flex;align-items:flex-end;gap:0}.pp-hero-title-wrapper--right{right:12%;bottom:38%}.pp-hero-title-wrapper--right .pp-hero-hearts{margin-left:150px}.pp-hero-title-wrapper--right .pp-hero-title-row{flex-direction:row}.pp-hero-title-wrapper--right-carro{right:-5%;bottom:45%}.pp-hero-title-wrapper--right-carro .pp-hero-hearts{margin-left:150px;width:90px}.pp-hero-title-wrapper--right-carro .pp-hero-title-row{flex-direction:row}.pp-hero-title-wrapper--right-carro .pp-hero-title{font-size:3.5rem}.pp-hero-title-wrapper--right-carro .pp-hero-mascot{width:115px}.pp-hero-title-wrapper--right-coche{right:-5%;bottom:38%}.pp-hero-title-wrapper--right-coche .pp-hero-hearts{margin-left:150px}.pp-hero-title-wrapper--right-coche .pp-hero-title-row{flex-direction:row}.pp-hero-title-wrapper--right-coche .pp-hero-mascot-inline{margin-left:-35px}.pp-hero-title-wrapper--right-cargador{right:-5%;bottom:35%}.pp-hero-title-wrapper--right-cargador .pp-hero-hearts{margin-left:150px;width:105px}.pp-hero-title-wrapper--right-cargador .pp-hero-title-row{flex-direction:row}.pp-hero-title-wrapper--right-cargador .pp-hero-title{font-size:4rem}.pp-hero-title-wrapper--right-cargador .pp-hero-mascot-inline{margin-left:-45px}.pp-hero-title-wrapper--right-cargador .pp-hero-mascot{width:135px}.pp-hero-title-wrapper--right-panalera{right:-5%;bottom:45%}.pp-hero-title-wrapper--left{left:9%;bottom:38%}.pp-hero-title-wrapper--left .pp-hero-hearts{margin-right:150px;margin-left:0}.pp-hero-title-wrapper--left .pp-hero-title-row{flex-direction:row-reverse}.pp-hero-title-wrapper--left .pp-hero-title{transform:rotate(2deg)}.pp-hero-title-wrapper--left-comer{left:-5%;bottom:25%}.pp-hero-title-wrapper--left-comer .pp-hero-hearts{margin-right:150px;margin-left:0;width:90px}.pp-hero-title-wrapper--left-comer .pp-hero-title-row{flex-direction:row-reverse}.pp-hero-title-wrapper--left-comer .pp-hero-title{transform:rotate(2deg);font-size:3.5rem}.pp-hero-title-wrapper--left-comer .pp-hero-mascot{width:115px}.pp-hero-title-wrapper--left-mecedora{left:0;right:0;margin:0 auto;width:max-content;bottom:75%}.pp-hero-title-wrapper--left-mecedora .pp-hero-hearts{margin-right:150px;margin-left:0;width:90px}.pp-hero-title-wrapper--left-mecedora .pp-hero-title-row{flex-direction:row-reverse}.pp-hero-title-wrapper--left-mecedora .pp-hero-title{transform:rotate(2deg);font-size:3.5rem;white-space:nowrap}.pp-hero-title-wrapper--left-mecedora .pp-hero-mascot{width:115px}.pp-hero-title-wrapper--left-andadera{left:-5%;top:36%;bottom:auto;transform:translateY(-50%)}.pp-hero-title-wrapper--left-andadera .pp-hero-hearts{margin-left:80px;margin-right:0;margin-top:-110px}.pp-hero-title-wrapper--left-andadera .pp-hero-title-row{flex-direction:row}.pp-hero-title-wrapper--left-andadera .pp-hero-title{transform:rotate(2deg)}.pp-hero-title-wrapper--left-andadera .pp-hero-mascot-inline{margin-left:-45px}.pp-hero-title-wrapper--left-bacenilla{left:-5%;bottom:38%}.pp-hero-title-wrapper--left-bacenilla .pp-hero-hearts{margin-left:150px;margin-right:0;margin-top:-5px}.pp-hero-title-wrapper--left-bacenilla .pp-hero-title-row{flex-direction:row}.pp-hero-title-wrapper--left-bacenilla .pp-hero-title{transform:rotate(2deg);font-size:3.5rem}.pp-hero-title-wrapper--left-bacenilla .pp-hero-mascot-inline{margin-left:-50px}.pp-hero-title-wrapper--left-bacenilla .pp-hero-mascot{width:120px}.pp-hero-title-wrapper--left-banera{left:-5%;bottom:38%}.pp-hero-title-wrapper--left-banera .pp-hero-hearts{position:absolute;top:10px;left:35%;transform:translate(-50%);margin:0}.pp-hero-title-wrapper--left-banera .pp-hero-title-row{flex-direction:row}.pp-hero-title-wrapper--left-banera .pp-hero-title{transform:rotate(2deg)}.pp-hero-title-wrapper--left-banera .pp-hero-mascot-inline{margin-left:-45px}.pp-hero-title-wrapper--left-corral{left:-5%;bottom:38%}.pp-hero-title-wrapper--left-corral .pp-hero-hearts{margin-left:150px;margin-right:0;margin-top:-5px;width:90px}.pp-hero-title-wrapper--left-corral .pp-hero-title-row{flex-direction:row}.pp-hero-title-wrapper--left-corral .pp-hero-title{transform:rotate(2deg);font-size:3.5rem}.pp-hero-title-wrapper--left-corral .pp-hero-mascot-inline{margin-left:-50px}.pp-hero-title-wrapper--left-corral .pp-hero-mascot{width:115px}.pp-hero-title-wrapper--right-cuna{right:-10%;top:8%;bottom:auto}.pp-hero-title-wrapper--right-cuna .pp-hero-hearts{margin-left:150px;margin-right:0;margin-top:-5px;width:105px}.pp-hero-title-wrapper--right-cuna .pp-hero-title-row{flex-direction:row}.pp-hero-title-wrapper--right-cuna .pp-hero-title{transform:rotate(2deg);font-size:4rem}.pp-hero-title-wrapper--right-cuna .pp-hero-mascot-inline{margin-left:-50px}.pp-hero-title-wrapper--right-cuna .pp-hero-mascot{width:135px}.pp-hero-title-wrapper--left-jugueteria{left:0%;bottom:38%}.pp-hero-title-wrapper--left-jugueteria .pp-hero-hearts{margin-right:150px;margin-left:0;width:90px}.pp-hero-title-wrapper--left-jugueteria .pp-hero-title-row{flex-direction:row-reverse}.pp-hero-title-wrapper--left-jugueteria .pp-hero-title{transform:rotate(2deg);font-size:3.5rem}.pp-hero-title-wrapper--left-jugueteria .pp-hero-mascot{width:115px}.pp-hero-title-wrapper--left-gimnasio{left:-5%;bottom:38%}.pp-hero-title-wrapper--left-gimnasio .pp-hero-hearts{margin-left:150px;margin-right:0}.pp-hero-title-wrapper--left-gimnasio .pp-hero-title-row{flex-direction:row}.pp-hero-title-wrapper--left-gimnasio .pp-hero-title{transform:rotate(2deg)}.pp-hero-title-wrapper--left-gimnasio .pp-hero-mascot-inline{margin-left:-60px}.pp-hero-title-wrapper--right-panalera{right:-5%;bottom:55%}.pp-hero-title-wrapper--right-panalera .pp-hero-hearts{margin-left:150px}.pp-hero-title-wrapper--right-panalera .pp-hero-title-row{flex-direction:row}.pp-hero-title-wrapper--right-parque{right:-5%;bottom:55%}.pp-hero-title-wrapper--right-parque .pp-hero-hearts{margin-left:150px}.pp-hero-title-wrapper--right-parque .pp-hero-title-row{flex-direction:row}.pp-hero-title{font-size:4.5rem;color:#fff;font-weight:800;padding:.1rem 1.5rem;border-radius:16px;transform:rotate(-2deg);box-shadow:0 4px #0000001a;display:inline-block;margin-bottom:.2rem;line-height:.95}.pp-hero-hearts{width:120px;height:auto;margin-left:150px;margin-top:-20px;position:relative;z-index:6}.pp-hero-mascot-inline{flex-shrink:0;margin-bottom:-30px}.pp-hero-mascot{width:150px;height:auto;filter:drop-shadow(0 5px 15px rgba(0,0,0,.15))}@media(max-width:1550px){.pp-hero-title-wrapper--right-carro,.pp-hero-title-wrapper--right-coche,.pp-hero-title-wrapper--right-cargador,.pp-hero-title-wrapper--right-panalera,.pp-hero-title-wrapper--right-parque,.pp-hero-title-wrapper--right-cuna{right:2%}.pp-hero-title-wrapper--left-comer,.pp-hero-title-wrapper--left-andadera,.pp-hero-title-wrapper--left-bacenilla,.pp-hero-title-wrapper--left-banera,.pp-hero-title-wrapper--left-corral,.pp-hero-title-wrapper--left-gimnasio,.pp-hero-title-wrapper--left-mecedora{left:2%}}@media(max-width:1400px){.pp-hero-title-wrapper--right-carro,.pp-hero-title-wrapper--right-coche,.pp-hero-title-wrapper--right-cargador,.pp-hero-title-wrapper--right-panalera,.pp-hero-title-wrapper--right-parque,.pp-hero-title-wrapper--right-cuna{right:5%}.pp-hero-title-wrapper--left-comer,.pp-hero-title-wrapper--left-andadera,.pp-hero-title-wrapper--left-bacenilla,.pp-hero-title-wrapper--left-banera,.pp-hero-title-wrapper--left-corral,.pp-hero-title-wrapper--left-gimnasio,.pp-hero-title-wrapper--left-mecedora{left:5%}}@media(max-width:1200px){.pp-hero-title-wrapper--right-carro,.pp-hero-title-wrapper--right-coche,.pp-hero-title-wrapper--right-cargador,.pp-hero-title-wrapper--right-panalera,.pp-hero-title-wrapper--right-parque,.pp-hero-title-wrapper--right-cuna{right:12%}.pp-hero-title-wrapper--left-comer,.pp-hero-title-wrapper--left-andadera,.pp-hero-title-wrapper--left-bacenilla,.pp-hero-title-wrapper--left-banera,.pp-hero-title-wrapper--left-corral,.pp-hero-title-wrapper--left-gimnasio,.pp-hero-title-wrapper--left-mecedora{left:12%}}@media(max-width:900px){.pp-hero{height:300px}.pp-hero-title-wrapper--right,.pp-hero-title-wrapper--right-carro,.pp-hero-title-wrapper--right-coche,.pp-hero-title-wrapper--right-cargador,.pp-hero-title-wrapper--right-panalera,.pp-hero-title-wrapper--right-parque,.pp-hero-title-wrapper--right-cuna,.pp-hero-title-wrapper--left,.pp-hero-title-wrapper--left-comer,.pp-hero-title-wrapper--left-andadera,.pp-hero-title-wrapper--left-bacenilla,.pp-hero-title-wrapper--left-banera,.pp-hero-title-wrapper--left-corral,.pp-hero-title-wrapper--left-jugueteria,.pp-hero-title-wrapper--left-gimnasio,.pp-hero-title-wrapper--left-mecedora{inset:auto 0 20%;transform:none;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.pp-hero-title-wrapper--left .pp-hero-title,.pp-hero-title-wrapper--left-comer .pp-hero-title,.pp-hero-title-wrapper--left-andadera .pp-hero-title,.pp-hero-title-wrapper--left-bacenilla .pp-hero-title,.pp-hero-title-wrapper--left-banera .pp-hero-title,.pp-hero-title-wrapper--left-corral .pp-hero-title,.pp-hero-title-wrapper--left-jugueteria .pp-hero-title,.pp-hero-title-wrapper--right-cargador .pp-hero-title,.pp-hero-title-wrapper--right-panalera .pp-hero-title,.pp-hero-title-wrapper--right-parque .pp-hero-title,.pp-hero-title-wrapper--right-cuna .pp-hero-title,.pp-hero-title-wrapper--left-gimnasio .pp-hero-title,.pp-hero-title-wrapper--left-mecedora .pp-hero-title,.pp-hero-title{transform:rotate(0);font-size:2.5rem}.pp-hero-hearts{margin-left:auto;margin-right:auto;width:90px;margin-top:-12px}.pp-hero-title-wrapper--right .pp-hero-hearts,.pp-hero-title-wrapper--right-carro .pp-hero-hearts,.pp-hero-title-wrapper--right-coche .pp-hero-hearts,.pp-hero-title-wrapper--right-cargador .pp-hero-hearts,.pp-hero-title-wrapper--right-panalera .pp-hero-hearts,.pp-hero-title-wrapper--right-parque .pp-hero-hearts,.pp-hero-title-wrapper--left .pp-hero-hearts,.pp-hero-title-wrapper--left-comer .pp-hero-hearts,.pp-hero-title-wrapper--left-andadera .pp-hero-hearts,.pp-hero-title-wrapper--left-bacenilla .pp-hero-hearts,.pp-hero-title-wrapper--left-banera .pp-hero-hearts,.pp-hero-title-wrapper--left-corral .pp-hero-hearts,.pp-hero-title-wrapper--left-jugueteria .pp-hero-hearts,.pp-hero-title-wrapper--right-cuna .pp-hero-hearts,.pp-hero-title-wrapper--left-gimnasio .pp-hero-hearts,.pp-hero-title-wrapper--left-mecedora .pp-hero-hearts{margin-left:auto;margin-right:auto}.pp-hero-title-wrapper--right .pp-hero-title-row,.pp-hero-title-wrapper--right-carro .pp-hero-title-row,.pp-hero-title-wrapper--right-coche .pp-hero-title-row,.pp-hero-title-wrapper--right-cargador .pp-hero-title-row,.pp-hero-title-wrapper--right-panalera .pp-hero-title-row,.pp-hero-title-wrapper--right-parque .pp-hero-title-row,.pp-hero-title-wrapper--left .pp-hero-title-row,.pp-hero-title-wrapper--left-comer .pp-hero-title-row,.pp-hero-title-wrapper--left-andadera .pp-hero-title-row,.pp-hero-title-wrapper--left-bacenilla .pp-hero-title-row,.pp-hero-title-wrapper--left-banera .pp-hero-title-row,.pp-hero-title-wrapper--left-corral .pp-hero-title-row,.pp-hero-title-wrapper--left-jugueteria .pp-hero-title-row,.pp-hero-title-wrapper--right-cuna .pp-hero-title-row,.pp-hero-title-wrapper--left-gimnasio .pp-hero-title-row,.pp-hero-title-wrapper--left-mecedora .pp-hero-title-row{flex-direction:row;align-items:flex-end}.pp-hero-mascot{width:100px}}.pp-main{max-width:1300px;margin:0 auto;padding:3rem 2rem;display:flex;gap:3rem}.pp-sidebar{width:280px;flex-shrink:0}.pp-sidebar-header{background:#46b5aa;color:#fff;padding:1rem 1.5rem;border-radius:16px 16px 0 0;display:flex;align-items:center;gap:.7rem}.pp-sidebar-icon{font-size:1.4rem;font-weight:700}.pp-sidebar-title{font-size:1.4rem;font-weight:800;font-style:italic}.pp-category-list{list-style:none;background:linear-gradient(180deg,#f5f5f5,#eee);border-radius:0 0 16px 16px;overflow:hidden;padding:.5rem 0;box-shadow:0 2px 10px #0000000f}.pp-category-item{display:flex;align-items:center;gap:0;padding:.9rem 1rem;cursor:pointer;transition:background .2s;border-bottom:1px solid rgba(0,0,0,.05)}.pp-category-item:last-child{border-bottom:none}.pp-category-item:hover,.pp-category-item.active{background:#4dbba114}.pp-cat-icon-box{width:55px;height:55px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pp-cat-icon-img{width:100%;height:100%;object-fit:contain}.pp-cat-divider{width:3px;height:30px;background:#46b5aa;border-radius:2px;margin:0 1rem;flex-shrink:0}.pp-cat-name{font-size:1.05rem;color:#555;font-weight:600}.pp-category-item.active .pp-cat-name{color:#46b5aa;font-weight:700}.pp-content{flex:1}.pp-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;font-size:.85rem;color:#888}.pp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.pp-card{background:#f9f9f9;padding:1.2rem;border-radius:16px;text-align:left;transition:transform .2s,box-shadow .2s;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000a}.pp-card:hover{transform:translateY(-5px);background:#fff;box-shadow:0 5px 15px #0000000d}.pp-card-img-wrap{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.pp-card-img-placeholder{width:85%;height:85%;background:#e8e8e8;border-radius:10px}.pp-card-divider{width:100%;height:3px;background:#46b5aa;border-radius:2px;margin:.6rem 0}.pp-card-info{padding:.2rem .2rem .4rem}.pp-card-title{font-size:.95rem;font-weight:600;color:#555;margin-bottom:.15rem}.pp-card-model{font-size:1.05rem;color:#333;font-weight:800}.pp-card-features{list-style:none;padding:0;margin:.5rem 0 0}.pp-card-features li{font-size:.82rem;color:#555;line-height:1.5;padding-left:.9rem;position:relative}.pp-card-features li:before{content:"•";position:absolute;left:0;color:#46b5aa;font-weight:700}.pp-pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem}.pp-page-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.2rem;border:2px solid #46b5aa;background:#fff;border-radius:25px;font-size:.9rem;font-weight:600;color:#46b5aa;cursor:pointer;transition:all .2s}.pp-page-btn:hover{background:#46b5aa;color:#fff}.pp-page-arrow{width:18px;height:18px}.pp-page-number{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#46b5aa;color:#fff;border-radius:50%;font-weight:700;font-size:1rem}.pp-cta{position:relative;background:#46b5aa;overflow:hidden;color:#fff;text-align:center;padding-bottom:5rem}.pp-cta-wave{width:100%;line-height:0;background:#fdfdfd}.pp-cta-wave svg{display:block;width:100%;height:180px}.pp-cta-mariposa{position:absolute;left:0;bottom:0;width:280px;height:auto;opacity:.25;z-index:1;pointer-events:none}.pp-cta-content{position:relative;z-index:2;padding:1rem 2rem 0}.pp-cta-title{font-size:3.2rem;font-weight:800;margin-bottom:1.8rem}.pp-cta-highlight{font-style:italic}.pp-cta-actions{display:flex;align-items:center;justify-content:center;gap:2rem}.pp-cta-btn{padding:.9rem 3rem;background:#f06292;color:#fff;border:none;font-size:1.2rem;font-weight:700;border-radius:30px;cursor:pointer;transition:background .2s,transform .15s}.pp-cta-btn:hover{background:#e04f80;transform:scale(1.04)}.pp-cta-hearts-img{width:120px;height:auto;object-fit:contain}@media(max-width:900px){.pp-main{flex-direction:column;padding:2rem 1rem}.pp-sidebar{width:100%}.pp-category-list{display:flex;overflow-x:auto;border-radius:12px;padding:.3rem 0}.pp-category-item{flex:0 0 auto;flex-direction:column;border-bottom:none;border-right:1px solid rgba(0,0,0,.05);padding:.6rem .8rem;gap:.3rem}.pp-cat-divider{display:none}.pp-cat-icon-box{width:40px;height:40px}.pp-cat-name{font-size:.8rem}.pp-sidebar-header{border-radius:12px 12px 0 0}.pp-grid{grid-template-columns:repeat(2,1fr)}.pp-cta-title{font-size:2.2rem}.pp-cta-mariposa{width:180px;opacity:.15}.pp-cta-hearts-img{width:80px}}@media(max-width:500px){.pp-grid{grid-template-columns:1fr}.pp-hero-title{font-size:2.5rem}.pp-cta-actions{flex-direction:column;gap:1rem}.pp-cta-mariposa{display:none}}.nosotros-page{margin-top:68px;overflow-x:hidden}.np-hero{position:relative;background:url(/assets/somos/banner_2560px.png) center bottom / cover no-repeat;padding:4rem 2rem 8rem;min-height:60vh;overflow:hidden;z-index:1}.np-hero:before{display:none}.np-hero-inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;width:100%;min-height:500px;display:flex;align-items:center}.np-hero-mascot-wrap{position:absolute;right:-100px;bottom:-190px;width:750px;max-width:78%;z-index:3;padding-bottom:4rem}.np-hero-mascot-wrap:after{content:"";position:absolute;bottom:calc(4rem - 8px);left:65%;transform:translate(-50%);width:60%;height:20px;background:radial-gradient(ellipse,rgba(0,0,0,.25) 0%,transparent 70%);border-radius:50%;z-index:-1}.np-hero-mascot{width:100%;height:auto;display:block;filter:drop-shadow(0 4px 20px rgba(0,0,0,.12))}.np-hero-content{position:relative;z-index:4;text-align:left;max-width:600px}.np-hero-title{font-size:5.5rem;font-weight:800;font-style:italic;color:#fff;line-height:1.05;margin-bottom:1.5rem;text-shadow:2px 3px 6px rgba(0,0,0,.18)}.np-hero-title--gold{color:#f5a623;font-style:italic}.np-hero-subtitle{font-size:1.9rem;font-weight:500;color:#fff;line-height:1.45;opacity:.95;margin-bottom:.5rem;font-style:italic}.np-hero-hearts-img{position:absolute;left:40%;bottom:22%;width:200px;height:auto;z-index:4}.np-hero-wave{position:absolute;bottom:0;left:0;width:100%;line-height:0;z-index:5}.np-hero-wave svg{display:block;width:100%;height:160px}.np-about{position:relative;padding:5rem 2rem 6rem;background:#fff;overflow:clip;z-index:0}.np-about-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}.np-about-title{font-size:4.5rem;font-weight:800;font-style:italic;color:#333;margin-bottom:1.5rem;line-height:1.05}.np-about-title--teal{color:#3eb8ad}.np-about-body{display:flex;gap:3rem;align-items:flex-start}.np-about-text{flex:1}.np-about-paragraph{font-size:1.1rem;color:#444;line-height:1.75;margin-bottom:1.5rem;text-align:left;font-weight:500}.np-about-image{flex:0 0 38%}.np-about-img{width:100%;height:auto;border-radius:20px;object-fit:cover}.np-ribbon{position:absolute;z-index:1}.np-ribbon--left{left:-30%;bottom:-21%;width:55%;height:auto;overflow:visible}.np-ribbon--topright{top:5%;left:55%;width:55%;height:auto;overflow:visible}.np-ribbon--bottomleft{bottom:-30px;left:-20px;width:280px;height:220px}@keyframes ribbon-reveal-ltr{0%{-webkit-mask-position:100% 0;mask-position:100% 0}to{-webkit-mask-position:0 0;mask-position:0 0}}@keyframes ribbon-reveal-rtl{0%{-webkit-mask-position:0 0;mask-position:0 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}.np-ribbon--left{-webkit-mask-image:linear-gradient(to right,black 40%,transparent 60%);mask-image:linear-gradient(to right,black 40%,transparent 60%);-webkit-mask-size:250% 100%;mask-size:250% 100%;-webkit-mask-position:100% 0;mask-position:100% 0}.np-ribbon--topright{-webkit-mask-image:linear-gradient(to left,black 40%,transparent 60%);mask-image:linear-gradient(to left,black 40%,transparent 60%);-webkit-mask-size:250% 100%;mask-size:250% 100%;-webkit-mask-position:0 0;mask-position:0 0}.np-ribbon--left.ribbon-visible{animation:ribbon-reveal-ltr 2s ease-out forwards}.np-ribbon--topright.ribbon-visible{animation:ribbon-reveal-rtl 2s ease-out .3s forwards}@keyframes float-dot{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.np-dot{position:absolute;border-radius:50%;z-index:1;animation:float-dot 4s ease-in-out infinite}.np-dot--1{top:3%;left:16%;width:14px;height:14px;background:#46b5aa;animation-duration:4.5s;animation-delay:.1s}.np-dot--2{top:5%;right:8%;width:16px;height:16px;background:#46b5aa;animation-duration:5s;animation-delay:1s}.np-dot--3{top:3%;right:3%;width:10px;height:10px;background:#f06292;animation-duration:3.5s;animation-delay:.5s}.np-dot--4{top:12%;right:14%;width:12px;height:12px;background:#f5a623;animation-duration:4.2s;animation-delay:.8s}.np-dot--5{top:35%;left:1%;width:14px;height:14px;background:#f06292;animation-duration:4s;animation-delay:1.5s}.np-dot--6{bottom:12%;left:10%;width:10px;height:10px;background:#46b5aa;animation-duration:3.8s;animation-delay:.3s}.np-dot--7{bottom:8%;right:12%;width:12px;height:12px;background:#f06292;animation-duration:4.6s;animation-delay:1.2s}.np-dot--8{bottom:15%;right:3%;width:14px;height:14px;background:#46b5aa;animation-duration:3.2s;animation-delay:.6s}.np-mvv{background:#fff;padding:2rem 2rem 4rem}.np-mvv-container{max-width:1100px;margin:0 auto;display:flex;gap:2rem}.np-mvv-card{flex:1;border-radius:20px;overflow:visible;display:flex;flex-direction:column;align-items:center;background:#f5f5f5;position:relative;box-shadow:0 6px 24px #0000001f}.np-mvv-top{width:100%;padding:6.5rem 2rem 7.5rem;text-align:center;border-radius:20px;box-shadow:0 4px 12px #00000026;position:relative;z-index:1}.np-mvv-top--orange{background:#f5a623}.np-mvv-top--pink{background:#f06292}.np-mvv-top--teal{background:#46b5aa}.np-mvv-title{font-size:2.5rem;font-weight:800;color:#fff;margin:0}.np-mvv-icon{margin-top:-45px;position:relative;z-index:2}.np-mvv-icon-img{width:90px;height:90px;object-fit:contain}.np-mvv-bottom{padding:.5rem 2rem 1rem;text-align:center;flex:1;display:flex;align-items:center}.np-mvv-text{font-size:1.05rem;line-height:1.7;color:#444;font-weight:500}.np-cta{position:relative;margin:0;padding:0;overflow:hidden}.np-cta-wave-top{display:block;line-height:0;background:#fff}.np-cta-wave-top svg{display:block;width:100%;height:70px}.np-cta-wave-bottom{display:block;line-height:0;background:#fff}.np-cta-wave-bottom svg{display:block;width:100%;height:70px}.np-cta-body{position:relative;background:radial-gradient(ellipse 50% 45% at center,#f8b84a,#f5a623 40%,#e8941a);padding:4rem 2rem;overflow:visible}.np-cta-ribbon{position:absolute;z-index:1;overflow:visible}.np-cta-ribbon--left{right:70%;bottom:-10%;width:50%;height:auto}.np-cta-ribbon--right{top:-5%;left:60%;width:50%;height:auto}.np-cta-ribbon--left{-webkit-mask-image:linear-gradient(to right,black 40%,transparent 60%);mask-image:linear-gradient(to right,black 40%,transparent 60%);-webkit-mask-size:250% 100%;mask-size:250% 100%;-webkit-mask-position:100% 0;mask-position:100% 0}.np-cta-ribbon--right{-webkit-mask-image:linear-gradient(to left,black 40%,transparent 60%);mask-image:linear-gradient(to left,black 40%,transparent 60%);-webkit-mask-size:250% 100%;mask-size:250% 100%;-webkit-mask-position:0 0;mask-position:0 0}.np-cta-ribbon--left.ribbon-visible{animation:ribbon-reveal-ltr 2s ease-out forwards}.np-cta-ribbon--right.ribbon-visible{animation:ribbon-reveal-rtl 2s ease-out .3s forwards}.np-cta-inner{position:relative;max-width:1100px;margin:0 auto;width:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.np-cta-deco-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.np-cta-product{position:absolute;z-index:1;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.25))}.np-cta-product--tl{top:-2rem;left:-1rem;width:180px;transform:rotate(-15deg)}.np-cta-product--bl{bottom:-2rem;left:1rem;width:200px;transform:rotate(5deg)}.np-cta-product--tr{top:-2rem;right:-1rem;width:180px;transform:rotate(15deg)}.np-cta-product--br{bottom:-2rem;right:1rem;width:170px;transform:rotate(-8deg)}.np-cta-content{position:relative;z-index:2;text-align:center;max-width:700px}.np-cta-title{font-size:2.8rem;font-weight:900;font-style:italic;color:#fff;line-height:1.2;margin-bottom:1.2rem}.np-cta-text{font-size:1.6rem;color:#ffffffed;font-style:italic;line-height:1.6;margin-bottom:2.2rem}.np-cta-buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.np-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2rem;border-radius:20px;font-weight:700;font-size:1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;text-align:center;line-height:1.3}.np-cta-btn:hover{transform:translateY(-2px);background:#eb5a86;border-color:#eb5a86;box-shadow:0 6px 18px #eb5a8659}.np-cta-btn--primary,.np-cta-btn--secondary{background:transparent;color:#fff;border:2px solid #eb5a86}.np-cta-btn--light{background:#fff3e0;color:#333;font-size:1.05rem;padding:1rem 2.5rem}@media(min-width:1970px){.np-hero{min-height:65vh}}@media(min-width:1834px)and (max-width:1969px){.np-hero{min-height:65vh}}@media(max-width:1920px){.np-hero{background:url(/assets/somos/banner_1920px.png) center bottom / cover no-repeat;padding-bottom:6rem;min-height:60vh}.np-hero-mascot-wrap{width:650px;bottom:-160px}}@media(max-height:1360px){.np-hero{background-size:100% 100%!important;background-position:center top!important}}@media(max-width:1280px){.np-hero{background-image:url(/assets/somos/banner_1280px.png)}}@media(max-width:900px){.np-hero{padding:2rem 1.5rem 10rem;min-height:auto;background:url(/assets/somos/banner_1280px.png) center bottom/cover no-repeat}.np-hero-inner{min-height:auto;flex-direction:column;align-items:center;text-align:center;justify-content:center;padding:2rem 0 0}.np-hero-mascot-wrap{display:none!important}.np-hero-content{text-align:center;max-width:100%;flex:none}.np-hero-title{font-size:2.2rem;margin-bottom:.8rem}.np-hero-subtitle{font-size:1rem;margin-bottom:.5rem}.np-hero-hearts-img{position:relative;left:auto;bottom:auto;transform:none;width:90px;margin:.8rem auto 0;display:block;z-index:7}.np-hero-wave svg{height:80px}.np-about{padding:2rem 1.5rem 3rem}.np-about-title{font-size:3rem;text-align:center}.np-about-title br{display:none}.np-about-body{flex-direction:column}.np-about-text{flex:none}.np-about-paragraph{text-align:center}.np-about-image{flex:none;width:100%}.np-dot{display:none}.np-mvv{padding:2rem 1.5rem 3rem}.np-mvv-container{flex-direction:column;gap:2rem}.np-mvv-top{padding:2rem 1.5rem 3rem}.np-mvv-title{font-size:1.6rem}.np-mvv-bottom{padding:1.2rem 1.5rem 2rem}.np-cta-body{padding:3rem 1.5rem}.np-cta-inner{min-height:auto}.np-cta-product,.np-cta-deco-lines{display:none}.np-cta-title{font-size:1.8rem}.np-cta-text{font-size:1rem}.np-cta-buttons{flex-direction:column;align-items:center;gap:1rem}.np-cta-btn{width:100%;max-width:300px}}.pp-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0d1e2dd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1.5rem}.pp-modal-content{position:relative;background:#fff;border-radius:24px;padding:0;max-width:820px;width:100%;box-shadow:0 25px 60px -12px #00000073,0 0 0 1px #ffffff1a;overflow:hidden}.pp-modal-close{position:absolute;top:1rem;right:1rem;width:38px;height:38px;border:none;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#64748b;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2;box-shadow:0 2px 8px #0000001a}.pp-modal-close:hover{background:#fff;color:#0f172a;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.pp-modal-close svg{width:18px;height:18px}.pp-modal-body{display:flex;flex-direction:row;min-height:380px}.pp-modal-img-wrap{flex:0 0 48%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f0f4f8,#e8edf2);padding:2rem;position:relative;overflow:hidden}.pp-modal-img-wrap:before{content:"";position:absolute;width:200%;height:200%;top:-50%;left:-50%;background:radial-gradient(circle at 30% 70%,rgba(70,181,170,.06) 0%,transparent 50%);pointer-events:none}.pp-modal-img{max-width:90%;max-height:320px;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.12));position:relative;z-index:1}.pp-modal-img-placeholder{color:#94a3b8;font-style:italic;font-size:1.1rem}.pp-modal-info{flex:1;padding:2.2rem 2rem;display:flex;flex-direction:column;justify-content:flex-start;gap:1.2rem;overflow-y:auto;max-height:480px}.pp-modal-info-top{display:flex;flex-direction:column;gap:.5rem}.pp-modal-badge{display:inline-block;width:fit-content;padding:.3rem .9rem;border-radius:20px;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.pp-modal-title{font-size:1.6rem;font-weight:800;color:#1e293b;line-height:1.2;margin-top:.3rem}.pp-modal-model{font-size:.95rem;color:#64748b;display:flex;align-items:center}.pp-modal-model span{font-weight:700;color:#46b5aa}.pp-modal-features{border-top:1px solid #e2e8f0;padding-top:1rem}.pp-modal-features-title{font-size:.85rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.7rem;display:flex;align-items:center}.pp-modal-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.pp-modal-features-list li{font-size:.88rem;color:#475569;line-height:1.5;padding:.35rem .7rem .35rem 1.4rem;position:relative;background:#f8fafc;border-radius:8px;transition:background .2s ease}.pp-modal-features-list li:hover{background:#f1f5f9}.pp-modal-features-list li:before{content:"";position:absolute;left:.55rem;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#46b5aa;border-radius:50%}@media(max-width:768px){.pp-modal-body{flex-direction:column;min-height:auto}.pp-modal-content{max-width:500px;max-height:90vh;overflow-y:auto}.pp-modal-img-wrap{flex:none;height:260px;padding:1.5rem}.pp-modal-img{max-height:220px}.pp-modal-info{padding:1.5rem;max-height:none;overflow-y:visible}.pp-modal-title{font-size:1.4rem}}@media(max-width:600px){.np-ribbon{display:none}.pp-modal-overlay{padding:.8rem}.pp-modal-content{max-width:100%;border-radius:18px}.pp-modal-img-wrap{height:220px;padding:1.2rem}.pp-modal-img{max-height:180px}.pp-modal-info{padding:1.2rem 1rem;gap:1rem}.pp-modal-title{font-size:1.25rem}.pp-modal-model{font-size:.88rem}.pp-modal-close{top:.6rem;right:.6rem;width:34px;height:34px}.pp-modal-close svg{width:16px;height:16px}.pp-modal-features-list li{font-size:.82rem;padding:.3rem .6rem .3rem 1.2rem}}@media(max-width:400px){.pp-modal-overlay{padding:.4rem}.pp-modal-img-wrap{height:180px;padding:1rem}.pp-modal-img{max-height:150px}.pp-modal-info{padding:1rem .8rem}.pp-modal-title{font-size:1.1rem}.pp-modal-badge{font-size:.7rem;padding:.25rem .7rem}}@media(max-width:600px){.header-container{padding:.5rem .75rem}.logo-img{height:48px}.hero-inner{padding:1.5rem 1rem;min-height:50vh}.hero-title{font-size:1.6rem;margin-bottom:1.2rem}.hero-title--slide2,.hero-title--slide3{font-size:2rem}.hero-badge{font-size:1.4rem;padding:.15rem .9rem;border-radius:8px}.hero-hearts{width:120px}.hero-content--right{padding-right:1.5rem}.hero-arrow{width:32px;height:32px}.hero-cta{padding:.65rem 1.5rem;font-size:.9rem}.hero-dot{width:8px;height:8px}.about{padding:3rem 1.5rem}.about-title{font-size:1.6rem}.about-paragraph{font-size:.95rem}.mascot-img{max-width:220px}.about-hearts-img{width:100px;margin-top:-3rem}.diferencia{padding:3rem 1.5rem 1.5rem}.diferencia-title{font-size:1.8rem}.diferencia-text{font-size:.9rem;max-width:100%}.diferencia-card h3{font-size:1.1rem}.diferencia-card p,.diferencia-card ul{font-size:.75rem}.products{padding:2rem 1rem 3rem;overflow:hidden}.products-carousel{overflow:hidden}.products-track{flex-wrap:wrap;gap:1rem;justify-content:center}.product-category{flex:0 0 calc(45% - .5rem)}.product-img-wrapper{width:140px;height:140px}.products-title{font-size:1.8rem;margin-bottom:1rem}.products-arrow{width:24px;height:24px}.product-name{font-size:.9rem}.cta-body{padding:3rem 1.5rem;min-height:auto}.cta-title{font-size:1.6rem}.cta-text{font-size:1rem;margin-bottom:1.5rem}.footer{padding:2.5rem 1rem 2rem}.footer-mariposa{width:120px}.footer-logo-img{height:60px}.footer-links-title{font-size:1rem}.footer-contact-text{font-size:.9rem}.pp-hero{height:250px;overflow:hidden}.pp-hero-title{font-size:2rem}.pp-hero-hearts{width:70px;margin-left:auto;margin-right:auto;margin-top:-10px}.pp-hero-mascot{width:85px}.pp-sidebar-header{padding:.7rem 1rem;border-radius:10px 10px 0 0}.pp-sidebar-title{font-size:1.1rem}.pp-cat-icon-box{width:35px;height:35px}.pp-cat-name{font-size:.7rem}.pp-category-item{padding:.5rem .6rem;min-width:70px}.pp-main{padding:1.5rem .75rem;gap:2rem}.pp-grid{gap:1.2rem}.pp-card{padding:.8rem}.pp-card-title{font-size:.85rem}.pp-card-model{font-size:.95rem}.pp-header-row{font-size:.75rem;flex-wrap:wrap;gap:.5rem}.pp-cta-wave svg{height:120px}.pp-search-bar{margin:0 .5rem;padding:.6rem .8rem}.np-hero{background-image:url(/assets/somos/banner_768px.png)}.np-hero-title{font-size:2rem}.np-hero-hearts-img{width:70px}.np-hero-wave svg{height:60px}.np-about-title{font-size:2.4rem}.np-about-paragraph{font-size:1rem}.np-about-body{gap:2rem}.np-mvv-title{font-size:1.4rem}.np-mvv-icon-img{width:70px;height:70px}.np-mvv-icon{margin-top:-35px}.np-mvv-text{font-size:.95rem}.np-mvv-top{padding:1.5rem 1rem 2.5rem}.cp-hero{padding:2rem 1rem 4rem;min-height:auto}.cp-hero-mascot{width:140px;left:-2rem}.cp-hero-hearts{display:none}.cp-hero-title{font-size:1.5rem}.cp-hero-cta{font-size:.95rem;padding:.7rem 1.8rem}.cp-hero-wave svg{height:50px}.cp-contact{padding:1rem 1rem 3rem}.cp-contact-title{font-size:1.8rem}.cp-contact-desc{font-size:1.2rem}.cp-contact-body{gap:2rem}.cp-presence-title{font-size:1.5rem;padding-top:2rem}.cp-map-img{min-height:280px;object-fit:cover;object-position:20% center}.cp-description{padding:3rem 1.5rem}.cp-description p{font-size:1rem}}@media(max-width:480px){.contact-page,.products-page,.nosotros-page,.hero{margin-top:60px}.hero-inner{min-height:45vh;padding:1.2rem .75rem}.hero-title{font-size:1.4rem;margin-bottom:1rem}.hero-title--slide2,.hero-title--slide3{font-size:1.6rem}.hero-badge{font-size:1.1rem;padding:.1rem .7rem}.hero-hearts{width:100px}.hero-content--right{padding-right:1rem}.hero-arrow{width:28px;height:28px}.hero-arrow--left{left:2px}.hero-arrow--right{right:2px}.about{padding:2rem 1rem}.about-container{gap:1.5rem}.about-title{font-size:1.4rem}.about-paragraph{font-size:.9rem;line-height:1.6}.mascot-img{max-width:180px}.about-hearts-img{width:80px;margin-top:-2.5rem}.diferencia-cards{grid-template-columns:1fr;gap:1rem}.diferencia-card{aspect-ratio:auto;padding:1.5rem 1.2rem}.diferencia-title{font-size:1.6rem}.diferencia-card h3{font-size:1rem}.diferencia-card p,.diferencia-card ul{font-size:.8rem}.diferencia-btn{padding:.6rem 1.4rem;font-size:.9rem;min-height:44px}.products{overflow:hidden}.product-category{flex:0 0 calc(45% - .5rem)}.product-img-wrapper{width:120px;height:120px}.products-track{gap:.75rem;flex-wrap:wrap;justify-content:center}.products-title{font-size:1.6rem}.product-name{font-size:.85rem}.cta-title{font-size:1.5rem}.cta-text{font-size:1rem;margin-bottom:1.5rem}.cta-btn{padding:.75rem 1.5rem;font-size:.95rem;min-height:44px}.cta-body{padding:2rem 1rem}.footer{padding:2rem .75rem 1.5rem}.footer-container{gap:1.5rem}.footer-mariposa{width:100px}.pp-hero{height:200px}.pp-hero-title{font-size:1.6rem;padding:.1rem 1rem;border-radius:10px}.pp-hero-hearts{width:50px;margin-top:-8px}.pp-hero-mascot{width:70px}.pp-grid{gap:1rem}.pp-pagination{gap:.8rem}.pp-page-btn{padding:.4rem .8rem;font-size:.8rem;min-height:44px}.pp-cta-title{font-size:1.6rem}.pp-cta-btn{padding:.7rem 2rem;font-size:1rem;min-height:44px}.pp-cta-content{padding:1rem 1rem 0}.pp-modal-close{width:44px;height:44px}.np-hero{padding:1.5rem .75rem 5rem;background-image:url(/assets/somos/banner_480px.png)}.np-hero-inner{padding:1.5rem 0 0}.np-hero-title{font-size:1.8rem}.np-hero-subtitle{font-size:.9rem}.np-hero-hearts-img{width:70px}.np-about{padding:1.5rem 1rem 2rem}.np-about-title{font-size:2rem}.np-about-paragraph{font-size:.9rem;line-height:1.65}.np-about-body{gap:1.5rem}.np-mvv{padding:1.5rem 1rem 2rem}.np-mvv-container{gap:1.5rem}.np-mvv-title{font-size:1.3rem}.np-mvv-text{font-size:.9rem}.np-mvv-bottom{padding:1rem 1.2rem 1.5rem}.np-cta-body{padding:2rem 1rem}.np-cta-title{font-size:1.5rem}.np-cta-text{font-size:.9rem;margin-bottom:1.5rem}.np-cta-btn{padding:.75rem 1.5rem;font-size:.9rem;min-height:44px}.np-cta-wave-top svg,.np-cta-wave-bottom svg{height:40px}.cp-hero-mascot{display:none}.cp-hero-content{margin-left:0}.cp-hero-title{font-size:1.3rem}.cp-hero-cta{font-size:.9rem;padding:.65rem 1.5rem;min-height:44px;display:inline-flex;align-items:center}.cp-hero{padding:1.5rem .75rem 3.5rem}.cp-contact{padding:.75rem .75rem 2rem}.cp-contact-title{font-size:1.5rem}.cp-contact-desc{font-size:1.05rem}.cp-contact-body{gap:1.5rem}.cp-input,.cp-select,.cp-textarea{padding:.7rem .8rem;font-size:1rem;min-height:44px}.cp-submit{min-height:44px;width:100%;max-width:200px}.cp-label{font-size:.9rem}.cp-presence-title{font-size:1.2rem;padding-top:1.5rem;margin-bottom:.5rem}.cp-presence-container{padding:0 1rem}.cp-map-img{min-height:250px;object-fit:cover;object-position:15% center}.cp-description{padding:2.5rem 1rem}.cp-description p{font-size:.95rem;margin-bottom:1.5rem}}@media(max-width:360px){.header-container{padding:.4rem .5rem}.logo-img{height:40px}.nav-link{padding:.7rem 1rem;font-size:1rem}.menu-toggle{font-size:1.4rem;min-width:44px;min-height:44px}.hero-title{font-size:1.2rem}.hero-title--slide2,.hero-title--slide3{font-size:1.3rem}.hero-badge{font-size:.95rem;padding:.1rem .6rem;border-radius:6px}.hero-hearts{width:80px}.hero-content--right{padding-right:.8rem}.hero-inner{min-height:40vh;padding:1rem .5rem}.hero-cta{padding:.6rem 1.2rem;font-size:.85rem}.hero-arrow{width:24px;height:24px}.about{padding:1.5rem .75rem}.about-title{font-size:1.25rem;margin-bottom:1rem}.about-paragraph{font-size:.85rem}.mascot-img{max-width:160px}.about-hearts-img{width:60px;margin-top:-2rem}.diferencia{padding:2rem .75rem 1rem}.diferencia-title{font-size:1.4rem}.diferencia-card{padding:1.2rem 1rem}.diferencia-card h3{font-size:.95rem}.products{padding:1.5rem .75rem 2rem;overflow:hidden}.product-category{flex:0 0 calc(45% - .4rem)}.product-img-wrapper{width:110px;height:110px}.products-title{font-size:1.4rem}.cta-title{font-size:1.3rem}.cta-text{font-size:.9rem}.cta-wave-top svg,.cta-wave-bottom svg{height:40px}.footer-mariposa{display:none}.footer{padding:2rem .75rem 1.5rem}.footer-container{gap:1.5rem}.pp-hero{height:170px}.pp-hero-title{font-size:1.3rem;padding:.1rem .8rem}.pp-hero-hearts{width:40px;margin-top:-6px}.pp-hero-mascot{width:55px}.pp-sidebar-title{font-size:1rem}.pp-cat-icon-box{width:30px;height:30px}.pp-cat-name{font-size:.65rem}.pp-category-item{padding:.4rem .5rem;min-width:60px}.pp-main{padding:1rem .5rem}.pp-grid{gap:.8rem}.pp-card{padding:.6rem;border-radius:12px}.pp-cta-title{font-size:1.3rem}.pp-cta-wave svg{height:100px}.pp-modal-img-wrap{height:180px}.pp-modal-title{font-size:1.1rem}.np-hero{background:url(/assets/somos/banner_480px.png) center bottom/cover no-repeat!important}.np-hero-inner{padding:1rem 0 0}.np-hero-title{font-size:1.5rem}.np-hero-subtitle{font-size:.8rem}.np-hero-hearts-img{width:55px}.np-hero-wave svg{height:40px}.np-about{padding:1rem .75rem 1.5rem}.np-about-title{font-size:1.6rem}.np-about-paragraph{font-size:.85rem}.np-mvv-title{font-size:1.2rem}.np-mvv-icon-img{width:60px;height:60px}.np-mvv-icon{margin-top:-30px}.np-mvv-text{font-size:.85rem}.np-cta-title{font-size:1.3rem}.np-cta-text{font-size:.85rem}.cp-hero-title{font-size:1.15rem}.cp-hero-cta{font-size:.85rem;padding:.6rem 1.2rem}.cp-hero-wave svg{height:35px}.cp-contact-title{font-size:1.3rem}.cp-contact-desc{font-size:.95rem}.cp-divider-line{max-width:80px}.cp-divider-logo{height:35px}.cp-divider{gap:1rem;padding:1.5rem 1rem .75rem}.cp-presence-title{font-size:1rem;padding-top:1.2rem}.cp-map-img{min-height:220px;object-fit:cover;object-position:15% center}.cp-description{padding:2rem .75rem}.cp-description p{font-size:.9rem}}.tp-page{margin-top:68px;background:#fdfdfd;min-height:calc(100vh - 68px)}.tp-hero{background:#46b5aa;color:#fff;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}.tp-hero:after{content:"";position:absolute;bottom:-20px;left:0;width:100%;height:40px;background:#fdfdfd;border-radius:50% 50% 0 0/100% 100% 0 0}.tp-hero-inner{max-width:800px;margin:0 auto;position:relative;z-index:2}.tp-title{font-size:2.8rem;font-weight:800;font-style:italic;margin-bottom:.5rem}.tp-subtitle{font-size:1.1rem;opacity:.9}.tp-content-section{padding:4rem 2rem 6rem}.tp-container{max-width:900px;margin:0 auto}.tp-card{background:#fff;border-radius:20px;padding:3rem 4rem;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(0,0,0,.03)}.tp-card h2{font-size:1.6rem;color:#f06292;margin-top:2.5rem;margin-bottom:1rem;font-weight:700}.tp-card h2:first-of-type{margin-top:0}.tp-card p{font-size:1.05rem;color:#555;line-height:1.8;margin-bottom:1.2rem}.tp-card ul{margin-left:1.5rem;margin-bottom:1.5rem;color:#555}.tp-card li{margin-bottom:.8rem;line-height:1.7}.tp-footer-note{margin-top:4rem;padding-top:2rem;border-top:2px dashed #eee;text-align:center}.tp-footer-note a{color:#f5a623;font-weight:700;text-decoration:none}.tp-footer-note a:hover{text-decoration:underline}@media(max-width:900px){.tp-card{padding:2.5rem 2rem}}@media(max-width:600px){.tp-page{margin-top:60px}.tp-hero{padding:3rem 1.5rem}.tp-title{font-size:2.2rem}.tp-content-section{padding:2rem 1rem 4rem}.tp-card{padding:2rem 1.2rem;border-radius:12px}.tp-card h2{font-size:1.4rem}.tp-card p,.tp-card li{font-size:.95rem}}
