@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Baloo+2:wght@400;500;600;700&display=swap";.App{text-align:center;min-height:100vh;font-family:Poppins,Baloo,sans-serif}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Poppins,Baloo,sans-serif;line-height:1.6}html{scroll-behavior:smooth}.sp-header{position:sticky;top:0;width:100%;z-index:100;background:#ed5453;box-shadow:0 2px 8px #ed545312;padding:0}.sp-header__container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 2em}.sp-header__logo{font-family:"Baloo 2",Poppins,sans-serif;font-size:2rem;color:#fff;display:flex;align-items:center;gap:.4em;font-weight:700;letter-spacing:1px}.sp-header__logo span{color:#fff}.sp-header__nav{display:flex;gap:10px;align-items:center;position:static;background:none;box-shadow:none;height:auto;width:auto;padding:0;transition:none;z-index:100}.sp-header__nav-link{color:#fff;font-family:Poppins,sans-serif;font-size:1.15em;text-decoration:none;font-weight:600;padding:.5em;border-radius:1em;transition:background .2s,color .2s}.sp-header__nav-link:hover,.sp-header__nav-link:focus{background:#ffa5ab;color:#ed5453}.sp-header__burger{display:none;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer;margin-left:1em;z-index:120}@media (max-width: 900px){.sp-header__container{padding:0 1em}.sp-header__nav-link{font-size:1em}}@media (max-width: 700px){.sp-header__container{padding:0 .5em;height:56px}.sp-header__nav{position:fixed;top:0;right:0;height:100vh;width:75vw;max-width:340px;background:#ed5453fa;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.5em;padding:4em 1.5em 1.5em;box-shadow:-2px 0 16px #ed54531a;transform:translate(100%);transition:transform .3s cubic-bezier(.7,0,.3,1),background .2s;z-index:120;display:flex}.sp-header__nav.open{transform:translate(0)}.sp-header__nav-link{font-size:1.05em;width:100%;padding:.7em .5em;border-radius:.5em;text-align:left}.sp-header__burger{display:block}}.sp-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75em 1.5em;border:none;border-radius:2em;font-family:Poppins,Baloo,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #00000012;transition:background .2s,box-shadow .2s,transform .1s;background:#f45f63;color:#fff}.sp-btn--primary{background:linear-gradient(90deg,#ffe6f2,#e0c3fc);color:#d72660}.sp-btn--whatsapp{background:#25d366;color:#fff}.sp-btn:hover,.sp-btn:focus{box-shadow:0 4px 16px #d726601f;transform:translateY(-2px) scale(1.03);outline:2px solid #d72660}.sp-btn__icon{display:flex;align-items:center;font-size:1.2em}.sp-about-section{padding:3em 0 2em;background:#fff}.sp-about-section__container{display:flex;align-items:flex-start;justify-content:center;gap:3em;max-width:1200px;margin:0 auto;flex-wrap:wrap}.sp-about-section__image{flex:1 1 320px;min-width:260px;max-width:400px;display:flex;align-items:center;justify-content:center}.sp-about-section__image img{width:100%;max-width:340px;border-radius:2em;box-shadow:0 4px 24px #ed54531a;background:#f9b5ac22}.sp-about-section__content{flex:2 1 400px;min-width:300px;display:flex;flex-direction:column;gap:1.2em}.sp-about-section__title{font-family:"Baloo 2",Poppins,sans-serif;font-size:2em;color:#ed5453;font-weight:800;margin-bottom:.5em}.sp-about-section__history{font-size:1.1em;color:#444;font-family:Poppins,sans-serif;margin-bottom:1.2em}.sp-about-section__values{display:flex;flex-wrap:wrap;gap:1em}.sp-about-value{background:#f9b5ac22;border-radius:1em;padding:1em 1.5em;min-width:140px;flex:1 1 160px;box-shadow:0 2px 8px #ed545312;border:2px solid rgba(249,181,172,.2);text-align:left}.sp-about-value__title{font-family:"Baloo 2",Poppins,sans-serif;font-size:1.1em;color:#f45f63;font-weight:700;margin-bottom:.2em}.sp-about-value__desc{font-size:.98em;color:#444;font-family:Poppins,sans-serif}@media (max-width: 900px){.sp-about-section__container{flex-direction:column;gap:2em;align-items:center}.sp-about-section__image,.sp-about-section__content{max-width:100%}.sp-about-section__values{flex-direction:column;gap:.7em}}.sp-tag{display:inline-block;padding:.25em .9em;border-radius:1em;font-size:.85em;font-family:Poppins,Baloo,sans-serif;font-weight:600;background:#f9dbbd;color:#450920;box-shadow:0 1px 4px #0000000f;margin-right:.5em;border:1.5px solid #ffa5ab}.sp-tag--bestseller{background:#ffe066;color:#b8860b;border-color:#ffe066}.sp-tag--new{background:#b2f2ff;color:#1976d2;border-color:#b2f2ff}.sp-tag--promo{background:#ffb3c6;color:#d72660;border-color:#ffb3c6}.sp-product-card__body{display:flex;flex-direction:column;max-height:200px}.sp-product-card__body .sp-button{margin-top:auto}.sp-product-card__img-wrapper img{width:100%;height:auto;display:block;object-fit:cover;border-radius:1rem 1rem 0 0;max-width:100%}.sp-catalog-section{width:100%;padding:2rem 1rem;box-sizing:border-box;background:#fff;display:flex;flex-direction:column;align-items:center}.sp-catalog-section__header{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:2rem}.sp-catalog-section__header h2{font-family:Poppins,Baloo,sans-serif;font-size:2em;color:#ed5453;margin:0}.sp-catalog-section__filter{width:100%;max-width:250px}.sp-catalog-section__filter select{padding:.5em 1.2em;border-radius:1.5em;border:1.5px solid #ffa5ab;font-size:1em;font-family:Poppins,Baloo,sans-serif;background:#fff;color:#ed5453;box-shadow:0 1px 4px #d726600f;outline:none;transition:border .2s}.sp-catalog-section__filter select:focus{border:2px solid #d72660}.sp-catalog-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:80%}@media (max-width: 900px){.sp-catalog-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.sp-catalog-section__grid{grid-template-columns:1fr}}.sp-catalog-section__pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.sp-catalog-section__pagination button{background:#fff;border:1px solid #ddd;border-radius:4px;padding:.5em 1em;font-size:1rem;cursor:pointer;transition:background .2s}.sp-catalog-section__pagination button:disabled{opacity:.5;cursor:not-allowed}.sp-catalog-section__pagination span{font-family:Poppins,sans-serif;font-size:1.1em;color:#ed5453;font-weight:600}@media (max-width: 600px){.sp-catalog-section{padding:1rem .5rem}.sp-catalog-section__header{flex-direction:column;align-items:stretch;gap:.5rem}.sp-catalog-section__filter{max-width:100%}.sp-catalog-section__pagination{margin-top:1rem}}.sp-testimonials-section{width:100%;padding:2rem 1rem;box-sizing:border-box}.sp-testimonials-section__title{font-family:"Baloo 2",Poppins,sans-serif;font-size:2rem;color:#ed5453;text-align:center;margin-bottom:2rem;font-weight:800}.sp-testimonials-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1200px;margin:0 auto}.sp-testimonial-card{flex:1 1 0;min-width:0;max-width:none;margin:0 0 1em;background:#fff;border-radius:1rem;box-shadow:0 2px 12px #00000012;padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;scroll-snap-align:center;position:relative;border:2px solid #ffa5ab;transition:box-shadow .2s,border .2s}.sp-testimonial-card:hover{box-shadow:0 8px 32px #f45f632e;border-color:#f45f63}.sp-testimonial-block__avatar img{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.sp-testimonial-block__quote{font-size:1.1rem;margin-bottom:.5rem;text-align:center}.sp-testimonial-block__name{font-weight:700;color:#f45f63;text-align:center}.sp-testimonial-card__quote-mark{font-size:2.5rem;color:#f45f63;align-self:flex-start}.sp-testimonial-card__quote-mark--end{align-self:flex-end}@media (max-width: 1023px){.sp-testimonials-section__grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (max-width: 700px){.sp-testimonials-section__grid{grid-template-columns:1fr;gap:.5rem}}.sp-testimonials-section__carousel-wrapper,.sp-testimonials-section__carousel,.sp-testimonials-section__track,.sp-testimonials-section__slide,.sp-testimonials-section__arrow{display:none!important}@media (max-width: 600px){.sp-testimonials-section{padding:1rem .5rem}.sp-testimonial-card{min-width:90vw;max-width:98vw;padding:1.2rem .5rem 1rem}.sp-testimonial-block__avatar img{width:48px;height:48px}}.sp-benefits-section{padding:3em 0 2em;background:#fff}.sp-benefits-section__title{text-align:center;font-family:"Baloo 2",Poppins,sans-serif;font-size:2em;color:#ed5453;margin-bottom:2em;font-weight:800}.sp-benefits-section__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2em;max-width:1100px;margin:0 auto}.sp-benefit-block{background:#f9b5ac22;border-radius:1.5em;box-shadow:0 2px 12px #ed545312;padding:2em 1.2em 1.5em;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .2s,transform .15s;border:2px solid rgba(249,181,172,.2)}.sp-benefit-block:hover{box-shadow:0 6px 24px #f45f6321;transform:translateY(-4px) scale(1.03);border-color:#ffa5ab}.sp-benefit-block__icon{font-size:2.5em;margin-bottom:.7em;color:#f45f63}.sp-benefit-block__title{font-family:"Baloo 2",Poppins,sans-serif;font-size:1.2em;color:#ed5453;font-weight:700;margin-bottom:.5em}.sp-benefit-block__text{font-size:1em;color:#444;font-family:Poppins,sans-serif}@media (max-width: 900px){.sp-benefits-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.sp-benefits-section__grid{grid-template-columns:1fr}}.sp-floating-whatsapp{position:fixed;right:2em;bottom:2em;z-index:200;display:flex;align-items:center;gap:.7em;background:#25d366;color:#fff;font-family:Poppins,Baloo,sans-serif;font-size:1.1em;font-weight:700;padding:.8em 1.5em;border-radius:2em;box-shadow:0 4px 24px #25d3662e;text-decoration:none;transition:background .2s,box-shadow .2s,transform .1s;animation:sp-float-in .7s cubic-bezier(.23,1,.32,1)}.sp-floating-whatsapp:hover,.sp-floating-whatsapp:focus{background:#128c7e;box-shadow:0 8px 32px #25d36640;transform:translateY(-2px) scale(1.04)}.sp-floating-whatsapp__text{display:block}@media (max-width: 700px){.sp-floating-whatsapp{right:1em;bottom:1em;padding:.7em 1.1em;font-size:1em}.sp-floating-whatsapp__text{display:none}}@keyframes sp-float-in{0%{opacity:0;transform:translateY(40px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.sp-footer{background:#ed5453;color:#fff;padding:2.5em 0 1.2em;font-family:Poppins,Baloo,sans-serif;font-size:1em;border-radius:2em 2em 0 0;box-shadow:0 -2px 16px #ed545312}.sp-footer__container{max-width:1200px;margin:0 auto 1.2em;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:2em}.sp-footer__brand{flex:1 1 220px}.sp-footer__logo{font-size:1.5em;font-family:"Baloo 2",Poppins,sans-serif;font-weight:800;color:#fff;margin-bottom:.3em}.sp-footer__desc{font-size:1em;color:#fff;margin-bottom:.7em}.sp-footer__links{flex:1 1 180px;display:flex;flex-direction:column;gap:.5em}.sp-footer__link{color:#fff;text-decoration:none;font-weight:600;transition:color .2s}.sp-footer__link:hover,.sp-footer__link:focus{color:#fff}.sp-footer__social{flex:1 1 120px;display:flex;gap:1em;align-items:center}.sp-footer__social-link svg{display:block;width:2em;height:2em;transition:transform .2s}.sp-footer__social-link:hover svg,.sp-footer__social-link:focus svg{transform:scale(1.15) rotate(-6deg)}.sp-footer__copy{text-align:center;color:#fff;font-size:.95em;margin-top:1.2em}@media (max-width: 900px){.sp-footer__container{flex-direction:column;align-items:center;gap:1.2em}.sp-footer__brand,.sp-footer__links,.sp-footer__social{width:100%;text-align:center;justify-content:center}}.hero-composition{position:relative;width:50%;min-width:500px;max-width:800px;height:650px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:2em;padding:2em}.hero-composition__logo{position:absolute;top:-20px;z-index:10}.hero-composition__logo img{width:150px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.hero-composition__scene{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-composition__kid{position:relative;z-index:5;animation:kidJump 2s ease-in-out infinite}.hero-composition__kid img{width:120px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}@keyframes kidJump{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width: 768px){.hero-composition{width:80%;min-width:450px;max-width:600px;height:550px}.hero-composition__logo img{width:130px}.hero-composition__kid img{width:110px}}@media (max-width: 480px){.hero-composition{width:90%;min-width:350px;max-width:450px;height:450px}.hero-composition__logo img{width:110px}.hero-composition__kid img{width:100px}}.sp-hero{display:flex;align-items:center;justify-content:center;gap:3em;min-height:420px;padding:3em 0 2em;background:url(/assets/background-PZXLGDBl.png) no-repeat center center;background-size:cover;background-position:center bottom;border-radius:0 0 2.5em 2.5em;flex-wrap:wrap;position:relative}.sp-hero:before{content:"";position:absolute;inset:0;background:#00000032;border-radius:0 0 2.5em 2.5em;z-index:1}.sp-hero__content,.sp-hero__image{position:relative;z-index:2}.sp-hero__content{max-width:480px;text-align:left}.sp-hero__title{font-family:"Baloo 2",Poppins,sans-serif;font-size:2.5rem;color:#fff;margin-bottom:.5em;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.3)}.sp-hero__title span{color:#f45f63;text-shadow:0 2px 4px rgba(0,0,0,.3)}.sp-hero__subtitle{font-size:1.3rem;color:#fff;margin-bottom:1.5em;font-family:Poppins,sans-serif;text-shadow:0 2px 4px rgba(0,0,0,.3)}.sp-hero__cta{display:inline-block;background:#f45f63;color:#fff;font-family:Poppins,sans-serif;font-size:1.1em;font-weight:700;padding:.9em 2.2em;border-radius:2em;text-decoration:none;box-shadow:0 2px 8px #f45f631a;transition:background .2s,color .2s,transform .1s}.sp-hero__cta:hover,.sp-hero__cta:focus{background:#ed5453;color:#ffa5ab;transform:translateY(-2px) scale(1.04)}.sp-hero__image{min-width:220px;max-width:340px;display:flex;align-items:center;justify-content:center}.sp-hero__image img{width:100%;max-width:320px;border-radius:2em}@media (max-width: 900px){.sp-hero{flex-direction:column;gap:2em;padding:2em 0 1em}}@media (max-width: 700px){.sp-header__container{padding:0 .5em;height:56px}.sp-header__nav{position:fixed;top:0;right:0;height:100vh;width:75vw;max-width:340px;background:#ed5453;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.5em;padding:4em 1.5em 1.5em;box-shadow:-2px 0 16px #ed54531a;transform:translate(100%);transition:transform .3s cubic-bezier(.7,0,.3,1),background .2s;z-index:120;display:flex}.sp-header__nav.open{transform:translate(0)}.sp-header__nav-link{font-size:1.2em;color:#fff;width:100%;padding:.7em 0;border-radius:.5em;text-align:left}.sp-header__burger{display:block}}:root{font-family:Poppins,"Baloo 2",system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto;text-align:center}
