{"product_id":"lonchera-loca","title":"lonchera loca","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003e46. LONCHERAS LOCAS - Copia plantilla\u003c\/title\u003e\n  \u003clink rel=\"icon\" href=\"\/lovable-uploads\/718127d1-7fb3-4e6a-86ba-88c10692f5e6.png\" type=\"image\/png\"\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n    \n    body {\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      line-height: 1.5;\n    }\n    \n    img {\n      max-width: 100%;\n      height: auto;\n    }\n    \n    .responsive-container {\n      width: 100%;\n      min-height: 100vh;\n    }\n    \n    .desktop, .tablet, .mobile {\n      display: none;\n    }\n    \n    @media (min-width: 1024px) {\n      .desktop {\n        display: block !important;\n      }\n    }\n    \n    @media (min-width: 768px) and (max-width: 1023px) {\n      .tablet {\n        display: block !important;\n      }\n    }\n    \n    @media (max-width: 767px) {\n      .mobile {\n        display: block !important;\n      }\n    }\n  \u003c\/style\u003e\n  \n\n\n  \u003cdiv class=\"responsive-container desktop\"\u003e\n\u003cmeta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' data: blob: https: 'unsafe-inline' 'unsafe-eval'; img-src * data: blob: https:; media-src * data: blob: https:; font-src * data: https: blob:; style-src 'self' 'unsafe-inline' https:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; connect-src *; frame-src * data: blob: https:; frame-ancestors 'self'\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eLoncheras Locas - Comidas Divertidas y Saludables\u003c\/title\u003e\n\u003c!-- Tailwind CSS --\u003e\u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\u003c!-- Google Fonts --\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700;900\u0026amp;family=Poppins:wght@400;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003c!-- Font Awesome Icons (para los iconos) --\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cstyle\u003e \/* ------------------- *\/ \/* CONFIGURACIÓN GENERAL *\/ \/* ------------------- *\/ :root { --color-principal: #B24DDC; --color-decorativo: #FCD16D; --color-destaque: #00E1F1; --color-texto-blanco: #FFFFFF; } html { scroll-behavior: smooth; } body { font-family: 'Poppins', sans-serif; font-size: 15px; \/* Móvil *\/ color: #333; background-color: #FFFFFF; } @media (min-width: 768px) { body { font-size: 19px; \/* Desktop *\/ } } \/* Tipografías personalizadas *\/ .font-montserrat-black { font-family: 'Montserrat', sans-serif; font-weight: 900; } .font-montserrat-bold { font-family: 'Montserrat', sans-serif; font-weight: 700; } .font-poppins-regular { font-family: 'Poppins', sans-serif; font-weight: 400; } .font-poppins-extrabold { font-family: 'Poppins', sans-serif; font-weight: 800; } \/* Estilos de Títulos Responsivos *\/ .hero-promesa { font-size: 19px; } .hero-subpromesa { font-size: 17px; } .section-title { font-size: 20px; text-transform: uppercase; text-align: center; margin-bottom: 50px; color: var(--color-principal); } @media (min-width: 768px) { .hero-promesa { font-size: 30px; } .hero-subpromesa { font-size: 26px; } .section-title { font-size: 30px; } } \/* Estilos de Botones *\/ .btn-action { display: inline-block; padding: 1rem 2.5rem; color: var(--color-texto-blanco); border-radius: 12px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; \/* Móvil *\/ text-transform: uppercase; text-align: center; background: linear-gradient(90deg, var(--color-destaque), var(--color-decorativo), var(--color-principal), var(--color-destaque)); background-size: 300% 100%; animation: gradient-flow 10s linear infinite; transition: all 0.8s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .btn-action:hover { filter: brightness(1.3); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); } @keyframes gradient-flow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @media (min-width: 768px) { .btn-action { font-size: 22px; } } \/* Hero: Fondo Estático *\/ #hero { background-image: url('https:\/\/i.postimg.cc\/bwQcvRYh\/ow41-Ox-Cgi-Vy9x-KDOUqm3-F.png'); background-position: center; background-repeat: no-repeat; background-size: cover; } \/* Línea decorativa *\/ .decorative-line { display: block; width: 100%; height: 2px; background-color: var(--color-decorativo); margin-top: 0.5rem; } \/* Rubber Band Effect *\/ .rubber-band { animation: rubberBand 1s 1; } @keyframes rubberBand { 0% { transform: scale(1); } 30% { transform: scaleX(1.25) scaleY(0.75); } 40% { transform: scaleX(0.75) scaleY(1.25); } 50% { transform: scaleX(1.15) scaleY(0.85); } 65% { transform: scaleX(0.95) scaleY(1.05); } 75% { transform: scaleX(1.05) scaleY(0.95); } 100% { transform: scale(1); } } \/* Acordeón de FAQ *\/ .faq-item { margin-bottom: 5px; border-radius: 5px; overflow: hidden; } .faq-item summary { background-color: var(--color-principal); color: white; padding: 15px 25px; cursor: pointer; list-style: none; position: relative; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; transition: background-color 0.3s; } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary:hover { background-color: var(--color-decorativo); } .faq-item summary::after { content: '\\f067'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); transition: transform 0.3s ease; } .faq-item[open] \u003e summary::after { content: '\\f068'; } .faq-respuesta { background-color: white; padding: 25px; border: 1px solid #eee; border-top: none; } .faq-respuesta p { margin: 0; color: var(--color-principal); } \u003c\/style\u003e\n\u003cstyle\u003e*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 \/ 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 \/ 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }\/* ! tailwindcss v3.4.17 | MIT License | https:\/\/tailwindcss.com *\/*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0px}.right-0{right:0px}.top-0{top:0px}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.-mr-4{margin-right:-1rem}.-mt-4{margin-top:-1rem}.mb-2{margin-bottom:0.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:0.5rem}.mt-12{margin-top:3rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-64{height:16rem}.h-auto{height:auto}.min-h-screen{min-height:100vh}.w-48{width:12rem}.w-64{width:16rem}.w-full{width:100%}.max-w-\\[1140px\\]{max-width:1140px}.max-w-\\[1920px\\]{max-width:1920px}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.gap-12{gap:3rem}.gap-8{gap:2rem}.space-y-2 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.space-y-3 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}.space-y-4 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:0.5rem}.rounded-md{border-radius:0.375rem}.border-2{border-width:2px}.border-4{border-width:4px}.border-dashed{border-style:dashed}.bg-black\\\/30{background-color:rgb(0 0 0 \/ 0.3)}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 \/ var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 \/ var(--tw-bg-opacity, 1))}.bg-white\\\/10{background-color:rgb(255 255 255 \/ 0.1)}.object-cover{object-fit:cover}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pl-4{padding-left:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\\[2\\.5rem\\]{font-size:2.5rem}.text-\\[3\\.5rem\\]{font-size:3.5rem}.text-\\[8px\\]{font-size:8px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.text-black{--tw-text-opacity:1;color:rgb(0 0 0 \/ var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235 \/ var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 \/ var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113 \/ var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 \/ var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21 \/ var(--tw-text-opacity, 1))}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 \/ 0.1), 0 4px 6px -4px rgb(0 0 0 \/ 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 \/ 0.1), 0 2px 4px -2px rgb(0 0 0 \/ 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.hover\\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 \/ var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\\:inline{display:inline}.sm\\:w-56{width:14rem}.sm\\:max-w-lg{max-width:32rem}.sm\\:flex-row{flex-direction:row}.sm\\:items-center{align-items:center}.sm\\:space-x-4 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\\:space-y-0 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\\:text-5xl{font-size:3rem;line-height:1}.sm\\:text-6xl{font-size:3.75rem;line-height:1}.sm\\:text-\\[11px\\]{font-size:11px}}@media (min-width: 768px){.md\\:h-80{height:20rem}.md\\:w-80{width:20rem}.md\\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.md\\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.md\\:text-center{text-align:center}.md\\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media (min-width: 1024px){.lg\\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.lg\\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}\u003c\/style\u003e\n\u003cscript\u003e\n            (()=\u003e{const e=s=\u003e{const a=s.getAttribute(\"data-allow-multiple\")===\"true\",o=function(i){var p;i.preventDefault(),i.stopPropagation();const l=i.currentTarget,c=l.getAttribute(\"data-accordion-toggle\"),u=s.querySelector(`[data-accordion-content=\"${c}\"]`),m=l.querySelector(\".accordion-icon\");if(!u)return;const h=u.style.maxHeight\u0026\u0026u.style.maxHeight!==\"0px\";if(!a\u0026\u0026!h\u0026\u0026(s.querySelectorAll(\".accordion-content\").forEach(v=\u003e{v!==u\u0026\u0026(v.style.maxHeight=\"0\",v.style.opacity=\"0\",v.style.paddingTop=\"0\",v.style.paddingBottom=\"0\")}),s.querySelectorAll(\".accordion-icon\").forEach(v=\u003e{v!==m\u0026\u0026(v.style.transform=\"rotate(0deg)\")})),h)u.style.maxHeight=\"0\",u.style.opacity=\"0\",u.style.paddingTop=\"0\",u.style.paddingBottom=\"0\",m\u0026\u0026(m.style.transform=\"rotate(0deg)\");else if(u.style.maxHeight=u.scrollHeight+\"px\",u.style.opacity=\"1\",u.style.paddingTop=\"20px\",u.style.paddingBottom=\"20px\",m){const v=((p=l.closest('[data-converted-type=\"accordion\"]'))==null?void 0:p.getAttribute(\"data-icon-type\"))||\"plus\";m.style.transform=v===\"plus\"?\"rotate(45deg)\":\"rotate(180deg)\"}};s.querySelectorAll(\"[data-accordion-toggle]\").forEach(i=\u003e{var c;const l=i.cloneNode(!0);(c=i.parentNode)==null||c.replaceChild(l,i),l.addEventListener(\"click\",o)}),s.querySelectorAll(\".accordion-content\").forEach(i=\u003e{i.style.maxHeight=\"0\",i.style.opacity=\"0\",i.style.overflow=\"hidden\",i.style.transition=\"all 0.3s ease\",i.style.paddingTop=\"0\",i.style.paddingBottom=\"0\"}),s.querySelectorAll(\".accordion-icon\").forEach(i=\u003e{i.style.transform=\"rotate(0deg)\",i.style.transition=\"transform 0.3s ease\"})};document.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e),new MutationObserver(s=\u003e{s.forEach(a=\u003e{a.addedNodes.forEach(o=\u003e{if(o.nodeType===Node.ELEMENT_NODE){const i=o;i.getAttribute(\"data-converted-type\")===\"accordion\"\u0026\u0026e(i),i.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e)}})})}).observe(document.body,{childList:!0,subtree:!0})})();\n          \u003c\/script\u003e\u003cstyle\u003e\n        \/* CLONE Editor Responsive Constraints *\/\n        html, body {\n          margin: 0 !important;\n          padding: 0 !important;\n          box-sizing: border-box !important;\n          overflow-x: hidden !important;\n          \/* Solo mostrar barra de scroll en desktop *\/\n          overflow-y: auto !important;\n        }\n        \n        body {\n          max-width: 100% !important;\n          min-height: 100vh !important;\n          overflow-x: hidden !important;\n          overflow-y: auto !important;\n        }\n        \n        \/* Ocultar todas las scrollbars en tablet y móvil *\/\n        \n        \/* Mostrar scrollbar solo en desktop *\/\n        html::-webkit-scrollbar,\n        body::-webkit-scrollbar {\n          display: block !important;\n          width: 12px !important;\n          height: 12px !important;\n        }\n        html::-webkit-scrollbar-track,\n        body::-webkit-scrollbar-track {\n          background: #f1f1f1 !important;\n        }\n        html::-webkit-scrollbar-thumb,\n        body::-webkit-scrollbar-thumb {\n          background: #c1c1c1 !important;\n          border-radius: 6px !important;\n        }\n        html::-webkit-scrollbar-thumb:hover,\n        body::-webkit-scrollbar-thumb:hover {\n          background: #a8a8a8 !important;\n        }\n        \n        \n        \/* Viewport-specific width constraints to prevent overflow *\/\n        \n        \n        \n        \n        .editor-selected {\n          outline: 2px solid hsl(162 89% 39%) !important;\n          outline-offset: 2px !important;\n          box-shadow: 0 0 0 4px hsla(162 89% 39% \/ 0.1) !important;\n        }\n        \n        \/* Estilos especiales para videos seleccionables *\/\n        video, iframe {\n          cursor: pointer !important;\n          transition: all 0.2s ease !important;\n        }\n        \n        video:hover, iframe:hover {\n          opacity: 0.9 !important;\n          transform: scale(1.01) !important;\n        }\n        \n        video.editor-selected, iframe.editor-selected {\n          outline: 2px solid hsl(162 89% 39%) !important;\n          outline-offset: 2px !important;\n          box-shadow: 0 0 0 4px hsla(162 89% 39% \/ 0.1) !important;\n          transform: none !important;\n        }\n        .editor-toolbar {\n          position: absolute;\n          background: hsl(0 0% 100%);\n          border: 1px solid hsl(162 89% 39%);\n          border-radius: 8px;\n          padding: 8px;\n          display: flex;\n          gap: 8px;\n          z-index: 10001;\n          box-shadow: 0 4px 12px hsla(210 24% 8% \/ 0.15);\n          backdrop-filter: blur(8px);\n          animation: slideIn 0.2s ease-out;\n        }\n        @keyframes slideIn {\n          from {\n            opacity: 0;\n            transform: translateY(-10px);\n          }\n          to {\n            opacity: 1;\n            transform: translateY(0);\n          }\n        }\n        .editor-toolbar button {\n          background: hsl(162 89% 39%);\n          color: hsl(0 0% 100%);\n          border: none;\n          border-radius: 4px;\n          padding: 6px 8px;\n          cursor: pointer;\n          font-size: 11px;\n          font-weight: 500;\n          transition: all 0.15s ease;\n        }\n        .editor-toolbar button:hover {\n          background: hsl(162 89% 35%);\n          transform: translateY(-1px);\n        }\n        .editor-toolbar button:active {\n          transform: translateY(0);\n        }\n      \u003c\/style\u003e\n\u003cscript\u003e\n            (()=\u003e{const e=s=\u003e{const a=s.getAttribute(\"data-allow-multiple\")===\"true\",o=function(i){var p;i.preventDefault(),i.stopPropagation();const l=i.currentTarget,c=l.getAttribute(\"data-accordion-toggle\"),u=s.querySelector(`[data-accordion-content=\"${c}\"]`),m=l.querySelector(\".accordion-icon\");if(!u)return;const h=u.style.maxHeight\u0026\u0026u.style.maxHeight!==\"0px\";if(!a\u0026\u0026!h\u0026\u0026(s.querySelectorAll(\".accordion-content\").forEach(v=\u003e{v!==u\u0026\u0026(v.style.maxHeight=\"0\",v.style.opacity=\"0\",v.style.paddingTop=\"0\",v.style.paddingBottom=\"0\")}),s.querySelectorAll(\".accordion-icon\").forEach(v=\u003e{v!==m\u0026\u0026(v.style.transform=\"rotate(0deg)\")})),h)u.style.maxHeight=\"0\",u.style.opacity=\"0\",u.style.paddingTop=\"0\",u.style.paddingBottom=\"0\",m\u0026\u0026(m.style.transform=\"rotate(0deg)\");else if(u.style.maxHeight=u.scrollHeight+\"px\",u.style.opacity=\"1\",u.style.paddingTop=\"20px\",u.style.paddingBottom=\"20px\",m){const v=((p=l.closest('[data-converted-type=\"accordion\"]'))==null?void 0:p.getAttribute(\"data-icon-type\"))||\"plus\";m.style.transform=v===\"plus\"?\"rotate(45deg)\":\"rotate(180deg)\"}};s.querySelectorAll(\"[data-accordion-toggle]\").forEach(i=\u003e{var c;const l=i.cloneNode(!0);(c=i.parentNode)==null||c.replaceChild(l,i),l.addEventListener(\"click\",o)}),s.querySelectorAll(\".accordion-content\").forEach(i=\u003e{i.style.maxHeight=\"0\",i.style.opacity=\"0\",i.style.overflow=\"hidden\",i.style.transition=\"all 0.3s ease\",i.style.paddingTop=\"0\",i.style.paddingBottom=\"0\"}),s.querySelectorAll(\".accordion-icon\").forEach(i=\u003e{i.style.transform=\"rotate(0deg)\",i.style.transition=\"transform 0.3s ease\"})};document.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e),new MutationObserver(s=\u003e{s.forEach(a=\u003e{a.addedNodes.forEach(o=\u003e{if(o.nodeType===Node.ELEMENT_NODE){const i=o;i.getAttribute(\"data-converted-type\")===\"accordion\"\u0026\u0026e(i),i.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e)}})})}).observe(document.body,{childList:!0,subtree:!0})})();\n          \u003c\/script\u003e\u003cdiv class=\"max-w-[1920px] mx-auto\" data-editor-processed=\"true\"\u003e\n\u003c!-- SECCIÓN 1 – HEAD (HERO) --\u003e\u003csection id=\"hero\" class=\"relative min-h-screen flex items-center py-20\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"absolute inset-0 bg-black\/30\" data-editor-processed=\"true\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"relative z-10 w-full max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-xl text-left\" data-editor-processed=\"true\"\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/nrKFHXR4\/LOGO-1.png\" alt=\"Logo Loncheras Locas\" class=\"w-full max-w-md sm:max-w-lg mb-8\" style=\"width: 576px;\" data-editor-processed=\"true\"\u003e\u003ch1 class=\"hero-promesa font-montserrat-black text-white uppercase mb-4\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; width: 686px !important; height: 135px !important; color: rgb(255, 209, 231) !important; top: 20px;\"\u003e ¿Te frustra ver la lonchera de tu hijo regresar intacta cada día? \u003c\/h1\u003e\n\u003cp class=\"hero-subpromesa font-montserrat-bold text-gray-200 mb-8\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 657px !important; height: 117px !important; color: rgb(255, 255, 255) !important;\"\u003e Descubre cómo preparar loncheras saludables, divertidas y listas en minutos que tus hijos devorarán con gusto. \u003c\/p\u003e\n\u003ca href=\"#oferta\" class=\"btn-action\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; top: 20px;\"\u003e¡QUIERO TRANSFORMAR SUS LONCHERAS HOY!\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-start sm:items-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-white text-sm\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; min-height: 50px !important; top: 40px;\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cmain data-editor-processed=\"true\"\u003e\u003c!-- SECCIÓN 2 – OBJECIONES --\u003e\u003csection class=\"py-20\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003e¿Tu hijo rechaza todo lo que le empacas? Este método es para ti.\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center\" data-editor-processed=\"true\"\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/zBD16Rr1\/n-TOzb7ssv-Bv7-RTv-Judk-HZ-1-min.png\" alt=\"Niño rechazando comida\" class=\"rounded-lg shadow-lg w-full border-2\" style=\"border-color: var(--color-destaque);\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"space-y-4 text-left\" data-editor-processed=\"true\"\u003e\n\u003cp data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important;\"\u003e\u003csvg width=\"1em\" height=\"1em\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" style=\"display: inline; vertical-align: middle; margin-right: 0.25em;\" data-editor-processed=\"true\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Mi hijo es muy selectivo, no come nada.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important;\"\u003e\u003csvg width=\"1em\" height=\"1em\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" style=\"display: inline; vertical-align: middle; margin-right: 0.25em;\" data-editor-processed=\"true\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"No tengo tiempo para inventar recetas cada día.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important;\"\u003e\u003csvg width=\"1em\" height=\"1em\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" style=\"display: inline; vertical-align: middle; margin-right: 0.25em;\" data-editor-processed=\"true\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Ya probé de todo, y siempre vuelve con la comida.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important;\"\u003e\u003csvg width=\"1em\" height=\"1em\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" style=\"display: inline; vertical-align: middle; margin-right: 0.25em;\" data-editor-processed=\"true\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Quiero que coma saludable, pero no sé cómo hacer que le guste.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important;\"\u003e\u003csvg width=\"1em\" height=\"1em\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" style=\"display: inline; vertical-align: middle; margin-right: 0.25em;\" data-editor-processed=\"true\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Siempre termino enviando lo mismo por falta de ideas.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important;\"\u003e\u003csvg width=\"1em\" height=\"1em\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" style=\"display: inline; vertical-align: middle; margin-right: 0.25em;\" data-editor-processed=\"true\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Me preocupa lo que come en el colegio.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 3 – MÉTODO ÚNICO --\u003e\u003csection class=\"py-20 bg-gray-50\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eEl Método “Nutre-Juega”: Nutrición Inteligente + Diversión Visual\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"space-y-4 text-left\" data-editor-processed=\"true\"\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCrear combinaciones coloridas que despiertan el apetito.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eDiseñar loncheras equilibradas sin pensar demasiado.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eUsar ingredientes comunes de formas sorprendentes.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eIntroducir frutas y verduras sin que tu hijo proteste.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eAprovechar el tiempo con recetas de menos de 5 minutos.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eDesarrollar hábitos alimenticios sanos sin presión.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/Df1yQNvS\/a3ccd7f9-min-1-1.png\" alt=\"Lonchera divertida\" class=\"w-full\" data-editor-processed=\"true\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 4 – TESTIMONIOS --\u003e\u003csection class=\"py-20\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; background: linear-gradient(135deg, rgb(101, 57, 126), rgb(247, 205, 106), rgb(253, 86, 74), rgb(255, 148, 194)) !important;\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; color: rgb(255, 255, 255) !important;\"\u003eCientos de Mamás lo Validan. Esto es lo que dicen:\u003c\/h2\u003e\n\u003cdiv class=\"flex justify-center text-yellow-400 mb-8\" data-editor-processed=\"true\"\u003e\n\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-8\" data-editor-processed=\"true\"\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/tTk2h4C4\/download-1.png\" alt=\"Testimonio 1\" class=\"w-full h-auto object-cover rounded-lg shadow-lg border-2\" style=\"border-color: var(--color-destaque); aspect-ratio: 9\/16;\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/HnL331V4\/download-2.png\" alt=\"Testimonio 2\" class=\"w-full h-auto object-cover rounded-lg shadow-lg border-2\" style=\"border-color: var(--color-destaque); aspect-ratio: 9\/16;\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/hv3s5ZmF\/download-3.png\" alt=\"Testimonio 3\" class=\"w-full h-auto object-cover rounded-lg shadow-lg border-2\" style=\"border-color: var(--color-destaque); aspect-ratio: 9\/16;\" data-editor-processed=\"true\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 5 – LO QUE LOGRARÁS --\u003e\u003csection class=\"py-20 bg-gray-50\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eTransforma tu Rutina y Alimenta con Propósito\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8 text-left mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-balance-scale-right mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eAprender a balancear cada lonchera.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-birthday-cake mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eReemplazar el azúcar sin que tu hijo lo note.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-utensils mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePlatos completos como nuggets saludables o burritos.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-leaf mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eComplementos como hummus de remolacha.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-cookie-bite mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePostres sin culpa como brownies saludables.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-cocktail mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eBebidas como batidos de aguacate o jugos antigripa.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 6 – BONOS --\u003e\u003csection class=\"py-20\" style=\"background-color: var(--color-principal);\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center text-white\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title text-white rubber-band\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; font-weight: 700 !important;\"\u003e3 Bonos de Alto Impacto para Facilitarte la Vida\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-3 gap-8 mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"relative bg-white\/10 rounded-lg p-6 border-2\" style=\"border-color: var(--color-destaque);\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00;\" data-editor-processed=\"true\"\u003eGRATIS\u003c\/span\u003e\u003cdiv class=\"image-resize-wrapper\" style=\"position: relative !important; display: block !important; width: 291.462px !important; height: 373.062px !important; margin: 0px 0px 16px !important;\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/YCZbtPjb\/34540cc4-min-1.png\" alt=\"Bono 1\" class=\"w-full mb-4\" data-editor-processed=\"true\" style=\"margin: 0px !important; width: 400px !important; height: 400px !important; display: block !important; max-width: none !important; min-width: 0px !important; max-height: none !important; min-height: 0px !important; object-fit: fill !important; position: relative; left: -40px; top: -10px;\" data-desktop-style-height=\"400px\" data-desktop-style-width=\"400px\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"font-bold uppercase mb-2\" data-editor-processed=\"true\"\u003eBono #1: \"5 Minutos y Listo\" - Plan Express\u003c\/h3\u003e\n\u003cp class=\"text-sm\" data-editor-processed=\"true\"\u003e15 combinaciones rápidas que se preparan en menos de 5 minutos.\u003c\/p\u003e\n\u003cp class=\"mt-4\" data-editor-processed=\"true\"\u003e\u003cspan class=\"line-through text-red-400\" data-editor-processed=\"true\"\u003ePrecio Normal: $12\u003c\/span\u003e | \u003cspan class=\"font-bold uppercase\" style=\"color: #1BEB6F;\" data-editor-processed=\"true\"\u003eHoy Gratis\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative bg-white\/10 rounded-lg p-6 border-2\" style=\"border-color: var(--color-destaque);\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00;\" data-editor-processed=\"true\"\u003eGRATIS\u003c\/span\u003e\u003cdiv class=\"image-resize-wrapper\" style=\"position: relative !important; display: block !important; width: 291.462px !important; height: 375.475px !important; margin: 0px 0px 16px !important;\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/3wG9NZv7\/6481a0a4-min-1.png\" alt=\"Bono 2\" class=\"w-full mb-4\" data-editor-processed=\"true\" style=\"margin: 0px !important; width: 400px !important; height: 400px !important; display: block !important; max-width: none !important; min-width: 0px !important; max-height: none !important; min-height: 0px !important; object-fit: fill !important; position: relative; left: -30px; top: -10px;\" data-desktop-style-width=\"400px\" data-desktop-style-height=\"400px\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"font-bold uppercase mb-2\" data-editor-processed=\"true\"\u003eBono #2: \"Mi Hijo no Come\" - Soluciones Prácticas\u003c\/h3\u003e\n\u003cp class=\"text-sm\" data-editor-processed=\"true\"\u003eTécnicas probadas para que los niños acepten nuevas comidas sin peleas.\u003c\/p\u003e\n\u003cp class=\"mt-4\" data-editor-processed=\"true\"\u003e\u003cspan class=\"line-through text-red-400\" data-editor-processed=\"true\"\u003ePrecio Normal: $12\u003c\/span\u003e | \u003cspan class=\"font-bold uppercase\" style=\"color: #1BEB6F;\" data-editor-processed=\"true\"\u003eHoy Gratis\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative bg-white\/10 rounded-lg p-6 border-2\" style=\"border-color: var(--color-destaque);\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00;\" data-editor-processed=\"true\"\u003eGRATIS\u003c\/span\u003e\u003cdiv class=\"image-resize-wrapper\" style=\"position: relative !important; display: block !important; width: 291.475px !important; height: 371.3px !important; margin: 0px 0px 16px !important;\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/0ybVRv5z\/30f75cbf-min-1.png\" alt=\"Bono 3\" class=\"w-full mb-4\" data-editor-processed=\"true\" style=\"margin: 0px !important; width: 400px !important; height: 400px !important; display: block !important; max-width: none !important; min-width: 0px !important; max-height: none !important; min-height: 0px !important; object-fit: fill !important; position: relative; left: -30px; top: -20px;\" data-desktop-style-width=\"400px\" data-desktop-style-height=\"400px\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"font-bold uppercase mb-2\" data-editor-processed=\"true\"\u003eBono #3: Acceso a Comunidad Privada\u003c\/h3\u003e\n\u003cp class=\"text-sm\" data-editor-processed=\"true\"\u003eÚnete a un grupo privado para compartir ideas y recibir apoyo en tiempo real.\u003c\/p\u003e\n\u003cp class=\"mt-4\" data-editor-processed=\"true\"\u003e\u003cspan class=\"line-through text-red-400\" data-editor-processed=\"true\"\u003ePrecio Normal: $10\u003c\/span\u003e | \u003cspan class=\"font-bold uppercase\" style=\"color: #1BEB6F;\" data-editor-processed=\"true\"\u003eHoy Gratis\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 7 – OFERTA --\u003e\u003csection class=\"py-20\" id=\"oferta\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eLa Oferta Más Deliciosa del Año (Y al Precio Más Bajo)\u003c\/h2\u003e\n\u003cdiv class=\"grid lg:grid-cols-2 gap-8 items-stretch mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"bg-white rounded-lg p-8 border-2\" style=\"border-color: var(--color-decorativo);\" data-editor-processed=\"true\"\u003e\n\u003ch3 class=\"font-montserrat-bold text-xl text-center mb-4\" data-editor-processed=\"true\"\u003eESTO ES LO QUE TE LLEVAS HOY MISMO:\u003c\/h3\u003e\n\u003cdiv class=\"image-resize-wrapper\" style=\"position: relative !important; display: block !important; width: 462.8px !important; height: 260.325px !important; margin: 0px 0px 24px !important;\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/MZg7MBzp\/Copia-de-Sin-t-tulo-1.png\" alt=\"Contenido del paquete\" class=\"w-full rounded-md mb-6\" data-editor-processed=\"true\" style=\"margin: 0px !important; width: 462.8px !important; height: 260.325px !important; display: block !important; max-width: none !important; min-width: 0px !important; max-height: none !important; min-height: 0px !important; object-fit: fill !important; position: relative !important;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-left space-y-4 text-sm\" data-editor-processed=\"true\"\u003e\n\u003cdiv data-editor-processed=\"true\"\u003e\n\u003ch4 class=\"font-bold\" data-editor-processed=\"true\"\u003eEBOOK LONCHERAS LOCAS – Valor real: $68.00\u003c\/h4\u003e\n\u003cp class=\"pl-4\" data-editor-processed=\"true\"\u003e100 recetas distribuidas en 10 capítulos prácticos: desde comidas completas hasta snacks, postres y bebidas saludables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-editor-processed=\"true\"\u003e\n\u003ch4 class=\"font-bold\" data-editor-processed=\"true\"\u003e3 BONOS EXCLUSIVOS – Valor real: $34.00\u003c\/h4\u003e\n\u003cul class=\"list-disc list-inside pl-4\" data-editor-processed=\"true\"\u003e\n\u003cli data-editor-processed=\"true\"\u003eBONO #1: \"5 MINUTOS Y LISTO\" - PLAN EXPRESS DE LONCHERAS\u003c\/li\u003e\n\u003cli data-editor-processed=\"true\"\u003eBONO #2: \"MI HIJO NO COME\" - SOLUCIONES PRÁCTICAS PARA NIÑOS QUISQUILLOSOS\u003c\/li\u003e\n\u003cli data-editor-processed=\"true\"\u003eBONO #3: ACCESO PRIVADO A LA COMUNIDAD EXCLUSIVA EN WHATSAPP\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative text-white rounded-lg p-8 text-center flex flex-col justify-center border-2 border-dashed\" style=\"background-color: var(--color-principal); border-color: rgb(252, 209, 109); overflow: visible !important; min-height: 50px !important; border-width: 6px; border-style: dashed;\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00;\" data-editor-processed=\"true\"\u003eOFERTA\u003c\/span\u003e\u003cp class=\"font-poppins-extrabold uppercase text-2xl md:text-3xl\" data-editor-processed=\"true\"\u003eVALOR TOTAL: \u003cspan class=\"line-through\" data-editor-processed=\"true\"\u003e$102.00\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"font-poppins-extrabold uppercase text-[2.5rem] sm:text-5xl my-4\" style=\"color: rgb(255, 255, 255) !important; position: relative !important; overflow: visible !important;\" data-editor-processed=\"true\"\u003eHOY SOLO PAGAS:\u003c\/p\u003e\n\u003cp class=\"font-montserrat-bold text-[3.5rem] sm:text-6xl mb-8\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; color: rgb(0, 225, 241) !important;\"\u003e$12.00\u003c\/p\u003e\n\u003ca href=\"https:\/\/pay.hotmart.com\/D104230566C?checkoutMode=10\u0026amp;bid=1770081938685\" class=\"btn-action\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; top: 20px;\"\u003e¡QUIERO APROVECHAR ESTA OFERTA YA!\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-center justify-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-white text-sm\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; min-height: 50px !important; top: 50px;\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 8 – GARANTÍA --\u003e\u003csection class=\"py-20\" style=\"background-color: var(--color-principal); color: white;\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title text-white\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; font-weight: 700 !important;\"\u003eTienes 7 días para probarlo sin riesgo\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center mt-12\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; min-height: 50px !important;\"\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/brqt5whM\/selo-garantia-png-2.webp\" alt=\"Sello de Garantía\" class=\"w-full max-w-sm mx-auto\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"text-left md:text-center\" data-editor-processed=\"true\"\u003e\n\u003cp class=\"mb-4\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; text-align: left !important;\"\u003eSi en 7 días sientes que no te facilita la vida, que tus hijos disfrutan más la comida y que todo se vuelve más práctico, simplemente solicita tu reembolso. Sin preguntas.\u003c\/p\u003e\n\u003ca href=\"#oferta\" class=\"btn-action\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; left: -20px; top: 20px;\"\u003eQUIERO LOS 7 DÍAS DE GARANTÍA\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-center justify-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-white text-sm\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; min-height: 50px !important; width: 569px !important; height: 50px !important; top: 20px;\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important;\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 9 – QUIÉN SOY --\u003e\u003csection class=\"py-20\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important;\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eDe madre preocupada a guía para cientos de familias\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"text-left\" data-editor-processed=\"true\"\u003e\n\u003ch3 class=\"text-2xl font-bold mb-2\" data-editor-processed=\"true\"\u003eMi nombre es Carolina Mendez,\u003c\/h3\u003e\n\u003cp class=\"text-lg mb-4\" style=\"color: var(--color-decorativo);\" data-editor-processed=\"true\"\u003esoy nutricionista y chef especializada en alimentación infantil.\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003eMi misión es ayudarte a lograr que tus hijos crezcan sanos, disfruten de la comida y tú te sientas segura al alimentarlos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-resize-wrapper\" style=\"position: relative !important; display: block !important; width: 320px !important; height: 320px !important; margin: 0px !important;\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/pT0tHXW5\/p3-Do-Mfq-Zzcoo-V2ce-YMh-ZW-1-min.png\" alt=\"Carolina Mendez\" class=\"w-64 h-64 md:w-80 md:h-80 object-cover rounded-full mx-auto border-4 shadow-lg\" style=\"border-color: var(--color-destaque); margin: 0px !important; width: 320px !important; height: 320px !important; display: block !important; max-width: none !important; min-width: 0px !important; max-height: none !important; min-height: 0px !important; object-fit: fill !important; position: relative; left: 90px;\" data-editor-processed=\"true\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 10 – PREGUNTAS FRECUENTES --\u003e\u003csection class=\"py-20 bg-gray-50\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003e¿Todavía con dudas? Aquí respondemos las más comunes:\u003c\/h2\u003e\n\u003cdiv class=\"faq-container mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Desde qué edad puedo usar las recetas?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eDesde los 6 meses, con opciones que acompañan cada etapa hasta los 9 años.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Qué pasa si mi hijo tiene alergias?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eIncluye recetas adaptadas y un bono especial con sustituciones seguras.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Son recetas complicadas?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eNo. Usamos ingredientes comunes, accesibles y preparaciones simples.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Puedo adaptar las recetas para toda la familia?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e¡Sí! Son ideales también para adultos que quieran comer más saludable.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Qué pasa si no me gusta?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eTienes 7 días para solicitar un reembolso completo. Sin preguntas.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Cómo accedo al ebook y los bonos?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eDespués de la compra, recibirás todo por correo al instante.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-center mt-12\" data-editor-processed=\"true\"\u003e\n\u003ca href=\"#oferta\" class=\"btn-action\" data-editor-processed=\"true\"\u003eVIVE LA EXPERIENCIA “PEQUEÑOS GOURMETS”\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-center justify-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-gray-600 text-sm\" data-editor-processed=\"true\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 11 – PIE DE PÁGINA --\u003e\u003cfooter class=\"py-12\" style=\"background-color: var(--color-principal); color: #a0aec0;\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; min-height: 50px !important; color: rgb(255, 255, 255) !important;\"\u003e\n\u003cdiv class=\"image-resize-wrapper\" style=\"position: relative !important; display: block !important; width: 224px !important; height: 73.6875px !important; margin: 0px 434px 32px !important;\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/nrKFHXR4\/LOGO-1.png\" alt=\"Logo Pequeños Gourmets\" class=\"mx-auto mb-8 w-48 sm:w-56\" data-editor-processed=\"true\" style=\"margin: 0px !important; width: 224px !important; height: 73.6875px !important; display: block !important; max-width: none !important; min-width: 0px !important; max-height: none !important; min-height: 0px !important; object-fit: fill !important; position: relative !important;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-[8px] sm:text-[11px] space-y-3\" data-editor-processed=\"true\"\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ca href=\"#\" class=\"hover:text-white\" data-editor-processed=\"true\"\u003eTérminos de Uso\u003c\/a\u003e – \u003ca href=\"#\" class=\"hover:text-white\" data-editor-processed=\"true\"\u003ePolíticas de Privacidad\u003c\/a\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003eDESCARGOS DE RESPONSABILIDAD IMPORTANTES: Este sitio no pertenece ni está respaldado por Facebook, Inc. en ninguna forma. FACEBOOK es una marca registrada de FACEBOOK, Inc.\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003eEste producto no garantiza resultados. Cualquier referencia al desempeño de una estrategia no debe interpretarse como una garantía de éxito.\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003ePequeños Gourmets – Todos los derechos reservados.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/footer\u003e\u003c\/main\u003e\n\u003c\/div\u003e\n\u003cscript\u003e document.addEventListener('DOMContentLoaded', function () { \/\/ Script para el acordeón de FAQ const allDetails = document.querySelectorAll('.faq-item'); allDetails.forEach(details =\u003e { details.addEventListener('toggle', event =\u003e { if (details.open) { allDetails.forEach(otherDetails =\u003e { if (otherDetails !== details) { otherDetails.removeAttribute('open'); } }); } }); }); \/\/ Abrir la primera pregunta por defecto if (allDetails.length \u003e 0) { allDetails[0].setAttribute('open', ''); } }); \u003c\/script\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"responsive-container tablet\"\u003e\n\u003cmeta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' data: blob: https: 'unsafe-inline' 'unsafe-eval'; img-src * data: blob: https:; media-src * data: blob: https:; font-src * data: https: blob:; style-src 'self' 'unsafe-inline' https:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; connect-src *; frame-src * data: blob: https:; frame-ancestors 'self'\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eLoncheras Locas - Comidas Divertidas y Saludables\u003c\/title\u003e\n\u003c!-- Tailwind CSS --\u003e\u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\u003c!-- Google Fonts --\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700;900\u0026amp;family=Poppins:wght@400;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003c!-- Font Awesome Icons (para los iconos) --\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cstyle\u003e \/* ------------------- *\/ \/* CONFIGURACIÓN GENERAL *\/ \/* ------------------- *\/ :root { --color-principal: #B24DDC; --color-decorativo: #FCD16D; --color-destaque: #00E1F1; --color-texto-blanco: #FFFFFF; } html { scroll-behavior: smooth; } body { font-family: 'Poppins', sans-serif; font-size: 15px; \/* Móvil *\/ color: #333; background-color: #FFFFFF; } @media (min-width: 768px) { body { font-size: 19px; \/* Desktop *\/ } } \/* Tipografías personalizadas *\/ .font-montserrat-black { font-family: 'Montserrat', sans-serif; font-weight: 900; } .font-montserrat-bold { font-family: 'Montserrat', sans-serif; font-weight: 700; } .font-poppins-regular { font-family: 'Poppins', sans-serif; font-weight: 400; } .font-poppins-extrabold { font-family: 'Poppins', sans-serif; font-weight: 800; } \/* Estilos de Títulos Responsivos *\/ .hero-promesa { font-size: 19px; } .hero-subpromesa { font-size: 17px; } .section-title { font-size: 20px; text-transform: uppercase; text-align: center; margin-bottom: 50px; color: var(--color-principal); } @media (min-width: 768px) { .hero-promesa { font-size: 30px; } .hero-subpromesa { font-size: 26px; } .section-title { font-size: 30px; } } \/* Estilos de Botones *\/ .btn-action { display: inline-block; padding: 1rem 2.5rem; color: var(--color-texto-blanco); border-radius: 12px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; \/* Móvil *\/ text-transform: uppercase; text-align: center; background: linear-gradient(90deg, var(--color-destaque), var(--color-decorativo), var(--color-principal), var(--color-destaque)); background-size: 300% 100%; animation: gradient-flow 10s linear infinite; transition: all 0.8s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .btn-action:hover { filter: brightness(1.3); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); } @keyframes gradient-flow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @media (min-width: 768px) { .btn-action { font-size: 22px; } } \/* Hero: Fondo Estático *\/ #hero { background-image: url('https:\/\/i.postimg.cc\/bwQcvRYh\/ow41-Ox-Cgi-Vy9x-KDOUqm3-F.png'); background-position: center; background-repeat: no-repeat; background-size: cover; } \/* Línea decorativa *\/ .decorative-line { display: block; width: 100%; height: 2px; background-color: var(--color-decorativo); margin-top: 0.5rem; } \/* Rubber Band Effect *\/ .rubber-band { animation: rubberBand 1s 1; } @keyframes rubberBand { 0% { transform: scale(1); } 30% { transform: scaleX(1.25) scaleY(0.75); } 40% { transform: scaleX(0.75) scaleY(1.25); } 50% { transform: scaleX(1.15) scaleY(0.85); } 65% { transform: scaleX(0.95) scaleY(1.05); } 75% { transform: scaleX(1.05) scaleY(0.95); } 100% { transform: scale(1); } } \/* Acordeón de FAQ *\/ .faq-item { margin-bottom: 5px; border-radius: 5px; overflow: hidden; } .faq-item summary { background-color: var(--color-principal); color: white; padding: 15px 25px; cursor: pointer; list-style: none; position: relative; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; transition: background-color 0.3s; } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary:hover { background-color: var(--color-decorativo); } .faq-item summary::after { content: '\\f067'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); transition: transform 0.3s ease; } .faq-item[open] \u003e summary::after { content: '\\f068'; } .faq-respuesta { background-color: white; padding: 25px; border: 1px solid #eee; border-top: none; } .faq-respuesta p { margin: 0; color: var(--color-principal); } \u003c\/style\u003e\n\u003cstyle\u003e*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 \/ 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 \/ 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }\/* ! tailwindcss v3.4.17 | MIT License | https:\/\/tailwindcss.com *\/*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0px}.right-0{right:0px}.top-0{top:0px}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.-mr-4{margin-right:-1rem}.-mt-4{margin-top:-1rem}.mb-2{margin-bottom:0.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:0.5rem}.mt-12{margin-top:3rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-64{height:16rem}.h-auto{height:auto}.min-h-screen{min-height:100vh}.w-48{width:12rem}.w-64{width:16rem}.w-full{width:100%}.max-w-\\[1140px\\]{max-width:1140px}.max-w-\\[1920px\\]{max-width:1920px}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.gap-12{gap:3rem}.gap-8{gap:2rem}.space-y-2 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.space-y-3 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}.space-y-4 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:0.5rem}.rounded-md{border-radius:0.375rem}.border-2{border-width:2px}.border-4{border-width:4px}.border-dashed{border-style:dashed}.bg-black\\\/30{background-color:rgb(0 0 0 \/ 0.3)}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 \/ var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 \/ var(--tw-bg-opacity, 1))}.bg-white\\\/10{background-color:rgb(255 255 255 \/ 0.1)}.object-cover{object-fit:cover}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pl-4{padding-left:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\\[2\\.5rem\\]{font-size:2.5rem}.text-\\[3\\.5rem\\]{font-size:3.5rem}.text-\\[8px\\]{font-size:8px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.text-black{--tw-text-opacity:1;color:rgb(0 0 0 \/ var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235 \/ var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 \/ var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113 \/ var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 \/ var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21 \/ var(--tw-text-opacity, 1))}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 \/ 0.1), 0 4px 6px -4px rgb(0 0 0 \/ 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 \/ 0.1), 0 2px 4px -2px rgb(0 0 0 \/ 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.hover\\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 \/ var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\\:inline{display:inline}.sm\\:w-56{width:14rem}.sm\\:max-w-lg{max-width:32rem}.sm\\:flex-row{flex-direction:row}.sm\\:items-center{align-items:center}.sm\\:space-x-4 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\\:space-y-0 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\\:text-5xl{font-size:3rem;line-height:1}.sm\\:text-6xl{font-size:3.75rem;line-height:1}.sm\\:text-\\[11px\\]{font-size:11px}}@media (min-width: 768px){.md\\:h-80{height:20rem}.md\\:w-80{width:20rem}.md\\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.md\\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.md\\:text-center{text-align:center}.md\\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media (min-width: 1024px){.lg\\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.lg\\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}\u003c\/style\u003e\n\u003cscript\u003e\n            (()=\u003e{const e=s=\u003e{const a=s.getAttribute(\"data-allow-multiple\")===\"true\",o=function(i){var p;i.preventDefault(),i.stopPropagation();const l=i.currentTarget,c=l.getAttribute(\"data-accordion-toggle\"),u=s.querySelector(`[data-accordion-content=\"${c}\"]`),m=l.querySelector(\".accordion-icon\");if(!u)return;const h=u.style.maxHeight\u0026\u0026u.style.maxHeight!==\"0px\";if(!a\u0026\u0026!h\u0026\u0026(s.querySelectorAll(\".accordion-content\").forEach(v=\u003e{v!==u\u0026\u0026(v.style.maxHeight=\"0\",v.style.opacity=\"0\",v.style.paddingTop=\"0\",v.style.paddingBottom=\"0\")}),s.querySelectorAll(\".accordion-icon\").forEach(v=\u003e{v!==m\u0026\u0026(v.style.transform=\"rotate(0deg)\")})),h)u.style.maxHeight=\"0\",u.style.opacity=\"0\",u.style.paddingTop=\"0\",u.style.paddingBottom=\"0\",m\u0026\u0026(m.style.transform=\"rotate(0deg)\");else if(u.style.maxHeight=u.scrollHeight+\"px\",u.style.opacity=\"1\",u.style.paddingTop=\"20px\",u.style.paddingBottom=\"20px\",m){const v=((p=l.closest('[data-converted-type=\"accordion\"]'))==null?void 0:p.getAttribute(\"data-icon-type\"))||\"plus\";m.style.transform=v===\"plus\"?\"rotate(45deg)\":\"rotate(180deg)\"}};s.querySelectorAll(\"[data-accordion-toggle]\").forEach(i=\u003e{var c;const l=i.cloneNode(!0);(c=i.parentNode)==null||c.replaceChild(l,i),l.addEventListener(\"click\",o)}),s.querySelectorAll(\".accordion-content\").forEach(i=\u003e{i.style.maxHeight=\"0\",i.style.opacity=\"0\",i.style.overflow=\"hidden\",i.style.transition=\"all 0.3s ease\",i.style.paddingTop=\"0\",i.style.paddingBottom=\"0\"}),s.querySelectorAll(\".accordion-icon\").forEach(i=\u003e{i.style.transform=\"rotate(0deg)\",i.style.transition=\"transform 0.3s ease\"})};document.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e),new MutationObserver(s=\u003e{s.forEach(a=\u003e{a.addedNodes.forEach(o=\u003e{if(o.nodeType===Node.ELEMENT_NODE){const i=o;i.getAttribute(\"data-converted-type\")===\"accordion\"\u0026\u0026e(i),i.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e)}})})}).observe(document.body,{childList:!0,subtree:!0})})();\n          \u003c\/script\u003e\u003cstyle\u003e\n        \/* CLONE Editor Responsive Constraints *\/\n        html, body {\n          margin: 0 !important;\n          padding: 0 !important;\n          box-sizing: border-box !important;\n          overflow-x: hidden !important;\n          \/* Solo mostrar barra de scroll en desktop *\/\n          overflow-y: auto !important;\n        }\n        \n        body {\n          max-width: 100% !important;\n          min-height: 100vh !important;\n          overflow-x: hidden !important;\n          overflow-y: auto !important;\n        }\n        \n        \/* Ocultar todas las scrollbars en tablet y móvil *\/\n        \n        \/* Mostrar scrollbar solo en desktop *\/\n        html::-webkit-scrollbar,\n        body::-webkit-scrollbar {\n          display: block !important;\n          width: 12px !important;\n          height: 12px !important;\n        }\n        html::-webkit-scrollbar-track,\n        body::-webkit-scrollbar-track {\n          background: #f1f1f1 !important;\n        }\n        html::-webkit-scrollbar-thumb,\n        body::-webkit-scrollbar-thumb {\n          background: #c1c1c1 !important;\n          border-radius: 6px !important;\n        }\n        html::-webkit-scrollbar-thumb:hover,\n        body::-webkit-scrollbar-thumb:hover {\n          background: #a8a8a8 !important;\n        }\n        \n        \n        \/* Viewport-specific width constraints to prevent overflow *\/\n        \n        \n        \n        \n        .editor-selected {\n          outline: 2px solid hsl(162 89% 39%) !important;\n          outline-offset: 2px !important;\n          box-shadow: 0 0 0 4px hsla(162 89% 39% \/ 0.1) !important;\n        }\n        \n        \/* Estilos especiales para videos seleccionables *\/\n        video, iframe {\n          cursor: pointer !important;\n          transition: all 0.2s ease !important;\n        }\n        \n        video:hover, iframe:hover {\n          opacity: 0.9 !important;\n          transform: scale(1.01) !important;\n        }\n        \n        video.editor-selected, iframe.editor-selected {\n          outline: 2px solid hsl(162 89% 39%) !important;\n          outline-offset: 2px !important;\n          box-shadow: 0 0 0 4px hsla(162 89% 39% \/ 0.1) !important;\n          transform: none !important;\n        }\n        .editor-toolbar {\n          position: absolute;\n          background: hsl(0 0% 100%);\n          border: 1px solid hsl(162 89% 39%);\n          border-radius: 8px;\n          padding: 8px;\n          display: flex;\n          gap: 8px;\n          z-index: 10001;\n          box-shadow: 0 4px 12px hsla(210 24% 8% \/ 0.15);\n          backdrop-filter: blur(8px);\n          animation: slideIn 0.2s ease-out;\n        }\n        @keyframes slideIn {\n          from {\n            opacity: 0;\n            transform: translateY(-10px);\n          }\n          to {\n            opacity: 1;\n            transform: translateY(0);\n          }\n        }\n        .editor-toolbar button {\n          background: hsl(162 89% 39%);\n          color: hsl(0 0% 100%);\n          border: none;\n          border-radius: 4px;\n          padding: 6px 8px;\n          cursor: pointer;\n          font-size: 11px;\n          font-weight: 500;\n          transition: all 0.15s ease;\n        }\n        .editor-toolbar button:hover {\n          background: hsl(162 89% 35%);\n          transform: translateY(-1px);\n        }\n        .editor-toolbar button:active {\n          transform: translateY(0);\n        }\n      \u003c\/style\u003e\n\u003cscript\u003e\n            (()=\u003e{const e=s=\u003e{const a=s.getAttribute(\"data-allow-multiple\")===\"true\",o=function(i){var p;i.preventDefault(),i.stopPropagation();const l=i.currentTarget,c=l.getAttribute(\"data-accordion-toggle\"),u=s.querySelector(`[data-accordion-content=\"${c}\"]`),m=l.querySelector(\".accordion-icon\");if(!u)return;const h=u.style.maxHeight\u0026\u0026u.style.maxHeight!==\"0px\";if(!a\u0026\u0026!h\u0026\u0026(s.querySelectorAll(\".accordion-content\").forEach(v=\u003e{v!==u\u0026\u0026(v.style.maxHeight=\"0\",v.style.opacity=\"0\",v.style.paddingTop=\"0\",v.style.paddingBottom=\"0\")}),s.querySelectorAll(\".accordion-icon\").forEach(v=\u003e{v!==m\u0026\u0026(v.style.transform=\"rotate(0deg)\")})),h)u.style.maxHeight=\"0\",u.style.opacity=\"0\",u.style.paddingTop=\"0\",u.style.paddingBottom=\"0\",m\u0026\u0026(m.style.transform=\"rotate(0deg)\");else if(u.style.maxHeight=u.scrollHeight+\"px\",u.style.opacity=\"1\",u.style.paddingTop=\"20px\",u.style.paddingBottom=\"20px\",m){const v=((p=l.closest('[data-converted-type=\"accordion\"]'))==null?void 0:p.getAttribute(\"data-icon-type\"))||\"plus\";m.style.transform=v===\"plus\"?\"rotate(45deg)\":\"rotate(180deg)\"}};s.querySelectorAll(\"[data-accordion-toggle]\").forEach(i=\u003e{var c;const l=i.cloneNode(!0);(c=i.parentNode)==null||c.replaceChild(l,i),l.addEventListener(\"click\",o)}),s.querySelectorAll(\".accordion-content\").forEach(i=\u003e{i.style.maxHeight=\"0\",i.style.opacity=\"0\",i.style.overflow=\"hidden\",i.style.transition=\"all 0.3s ease\",i.style.paddingTop=\"0\",i.style.paddingBottom=\"0\"}),s.querySelectorAll(\".accordion-icon\").forEach(i=\u003e{i.style.transform=\"rotate(0deg)\",i.style.transition=\"transform 0.3s ease\"})};document.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e),new MutationObserver(s=\u003e{s.forEach(a=\u003e{a.addedNodes.forEach(o=\u003e{if(o.nodeType===Node.ELEMENT_NODE){const i=o;i.getAttribute(\"data-converted-type\")===\"accordion\"\u0026\u0026e(i),i.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e)}})})}).observe(document.body,{childList:!0,subtree:!0})})();\n          \u003c\/script\u003e\u003cdiv class=\"max-w-[1920px] mx-auto\" data-editor-processed=\"true\"\u003e\n\u003c!-- SECCIÓN 1 – HEAD (HERO) --\u003e\u003csection id=\"hero\" class=\"relative min-h-screen flex items-center py-20\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"absolute inset-0 bg-black\/30\" data-editor-processed=\"true\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"relative z-10 w-full max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\" style=\"overflow: visible !important; min-height: 200px; display: flex; align-items: center; justify-content: center;\"\u003e\u003cdiv class=\"max-w-xl text-left\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"image-resize-wrapper\" style=\"position: relative !important; display: block !important; width: 512px !important; height: 174.213px !important; margin: 0px 0px 32px !important;\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/nrKFHXR4\/LOGO-1.png\" alt=\"Logo Loncheras Locas\" class=\"w-full max-w-md sm:max-w-lg mb-8\" data-editor-processed=\"true\" style=\"margin: 0px !important; width: 512px !important; height: 174.213px !important; display: block !important; max-width: none !important; min-width: 0px !important; max-height: none !important; min-height: 0px !important; object-fit: fill !important; position: relative; left: 30px;\"\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-promesa font-montserrat-black text-white uppercase mb-4\" data-editor-processed=\"true\" style=\"color: rgb(255, 209, 231) !important; position: relative !important; overflow: visible !important; text-align: center !important;\"\u003e ¿Te frustra ver la lonchera de tu hijo regresar intacta cada día? \u003c\/h1\u003e\n\u003cp class=\"hero-subpromesa font-montserrat-bold text-gray-200 mb-8\" data-editor-processed=\"true\" style=\"color: rgb(255, 255, 255) !important; position: relative !important; overflow: visible !important; text-align: center !important;\"\u003e Descubre cómo preparar loncheras saludables, divertidas y listas en minutos que tus hijos devorarán con gusto. \u003c\/p\u003e\n\u003ca href=\"#oferta\" class=\"btn-action\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; top: 10px;\"\u003e¡QUIERO TRANSFORMAR SUS LONCHERAS HOY!\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-start sm:items-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-white text-sm\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; min-height: 50px !important; top: 30px;\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cmain data-editor-processed=\"true\"\u003e\u003c!-- SECCIÓN 2 – OBJECIONES --\u003e\u003csection class=\"py-20\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003e¿Tu hijo rechaza todo lo que le empacas? Este método es para ti.\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center\" data-editor-processed=\"true\"\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/zBD16Rr1\/n-TOzb7ssv-Bv7-RTv-Judk-HZ-1-min.png\" alt=\"Niño rechazando comida\" class=\"rounded-lg shadow-lg w-full border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"space-y-4 text-left\" data-editor-processed=\"true\"\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 17px !important; height: 17px !important; font-size: 17px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Mi hijo es muy selectivo, no come nada.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 17px !important; height: 17px !important; font-size: 17px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"No tengo tiempo para inventar recetas cada día.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 17px !important; height: 17px !important; font-size: 17px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Ya probé de todo, y siempre vuelve con la comida.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 17px !important; height: 17px !important; font-size: 17px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Quiero que coma saludable, pero no sé cómo hacer que le guste.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 17px !important; height: 17px !important; font-size: 17px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Siempre termino enviando lo mismo por falta de ideas.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 17px !important; height: 17px !important; font-size: 17px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Me preocupa lo que come en el colegio.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 3 – MÉTODO ÚNICO --\u003e\u003csection class=\"py-20 bg-gray-50\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eEl Método “Nutre-Juega”: Nutrición Inteligente + Diversión Visual\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"space-y-4 text-left\" data-editor-processed=\"true\"\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCrear combinaciones coloridas que despiertan el apetito.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eDiseñar loncheras equilibradas sin pensar demasiado.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eUsar ingredientes comunes de formas sorprendentes.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eIntroducir frutas y verduras sin que tu hijo proteste.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eAprovechar el tiempo con recetas de menos de 5 minutos.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eDesarrollar hábitos alimenticios sanos sin presión.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/Df1yQNvS\/a3ccd7f9-min-1-1.png\" alt=\"Lonchera divertida\" class=\"w-full\" data-editor-processed=\"true\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 4 – TESTIMONIOS --\u003e\u003csection class=\"py-20\" data-editor-processed=\"true\" style=\" background: linear-gradient(135deg, rgb(101, 57, 126), rgb(247, 205, 106), rgb(253, 86, 74), rgb(255, 148, 194)) !important\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\" style=\" color: rgb(255, 255, 255) !important\"\u003eCientos de Mamás lo Validan. Esto es lo que dicen:\u003c\/h2\u003e\n\u003cdiv class=\"flex justify-center text-yellow-400 mb-8\" data-editor-processed=\"true\"\u003e\n\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-8\" data-editor-processed=\"true\"\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/tTk2h4C4\/download-1.png\" alt=\"Testimonio 1\" class=\"w-full h-auto object-cover rounded-lg shadow-lg border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/HnL331V4\/download-2.png\" alt=\"Testimonio 2\" class=\"w-full h-auto object-cover rounded-lg shadow-lg border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/hv3s5ZmF\/download-3.png\" alt=\"Testimonio 3\" class=\"w-full h-auto object-cover rounded-lg shadow-lg border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 5 – LO QUE LOGRARÁS --\u003e\u003csection class=\"py-20 bg-gray-50\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eTransforma tu Rutina y Alimenta con Propósito\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8 text-left mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-balance-scale-right mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eAprender a balancear cada lonchera.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-birthday-cake mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eReemplazar el azúcar sin que tu hijo lo note.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-utensils mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePlatos completos como nuggets saludables o burritos.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-leaf mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eComplementos como hummus de remolacha.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-cookie-bite mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePostres sin culpa como brownies saludables.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-cocktail mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eBebidas como batidos de aguacate o jugos antigripa.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 6 – BONOS --\u003e\u003csection class=\"py-20\" style=\"background-color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center text-white\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title text-white rubber-band\" data-editor-processed=\"true\" style=\" font-weight: 700 !important\"\u003e3 Bonos de Alto Impacto para Facilitarte la Vida\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-3 gap-8 mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"relative bg-white\/10 rounded-lg p-6 border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00\" data-editor-processed=\"true\"\u003eGRATIS\u003c\/span\u003e\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/YCZbtPjb\/34540cc4-min-1.png\" alt=\"Bono 1\" class=\"w-full mb-4\" data-editor-processed=\"true\" data-desktop-style-height=\"400px\" data-desktop-style-width=\"400px\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"font-bold uppercase mb-2\" data-editor-processed=\"true\"\u003eBono #1: \"5 Minutos y Listo\" - Plan Express\u003c\/h3\u003e\n\u003cp class=\"text-sm\" data-editor-processed=\"true\"\u003e15 combinaciones rápidas que se preparan en menos de 5 minutos.\u003c\/p\u003e\n\u003cp class=\"mt-4\" data-editor-processed=\"true\"\u003e\u003cspan class=\"line-through text-red-400\" data-editor-processed=\"true\"\u003ePrecio Normal: $12\u003c\/span\u003e | \u003cspan class=\"font-bold uppercase\" style=\"color: #1BEB6F\" data-editor-processed=\"true\"\u003eHoy Gratis\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative bg-white\/10 rounded-lg p-6 border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00\" data-editor-processed=\"true\"\u003eGRATIS\u003c\/span\u003e\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/3wG9NZv7\/6481a0a4-min-1.png\" alt=\"Bono 2\" class=\"w-full mb-4\" data-editor-processed=\"true\" data-desktop-style-width=\"400px\" data-desktop-style-height=\"400px\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"font-bold uppercase mb-2\" data-editor-processed=\"true\"\u003eBono #2: \"Mi Hijo no Come\" - Soluciones Prácticas\u003c\/h3\u003e\n\u003cp class=\"text-sm\" data-editor-processed=\"true\"\u003eTécnicas probadas para que los niños acepten nuevas comidas sin peleas.\u003c\/p\u003e\n\u003cp class=\"mt-4\" data-editor-processed=\"true\"\u003e\u003cspan class=\"line-through text-red-400\" data-editor-processed=\"true\"\u003ePrecio Normal: $12\u003c\/span\u003e | \u003cspan class=\"font-bold uppercase\" style=\"color: #1BEB6F\" data-editor-processed=\"true\"\u003eHoy Gratis\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative bg-white\/10 rounded-lg p-6 border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00\" data-editor-processed=\"true\"\u003eGRATIS\u003c\/span\u003e\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/0ybVRv5z\/30f75cbf-min-1.png\" alt=\"Bono 3\" class=\"w-full mb-4\" data-editor-processed=\"true\" data-desktop-style-width=\"400px\" data-desktop-style-height=\"400px\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"font-bold uppercase mb-2\" data-editor-processed=\"true\"\u003eBono #3: Acceso a Comunidad Privada\u003c\/h3\u003e\n\u003cp class=\"text-sm\" data-editor-processed=\"true\"\u003eÚnete a un grupo privado para compartir ideas y recibir apoyo en tiempo real.\u003c\/p\u003e\n\u003cp class=\"mt-4\" data-editor-processed=\"true\"\u003e\u003cspan class=\"line-through text-red-400\" data-editor-processed=\"true\"\u003ePrecio Normal: $10\u003c\/span\u003e | \u003cspan class=\"font-bold uppercase\" style=\"color: #1BEB6F\" data-editor-processed=\"true\"\u003eHoy Gratis\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 7 – OFERTA --\u003e\u003csection class=\"py-20\" id=\"oferta\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eLa Oferta Más Deliciosa del Año (Y al Precio Más Bajo)\u003c\/h2\u003e\n\u003cdiv class=\"grid lg:grid-cols-2 gap-8 items-stretch mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"bg-white rounded-lg p-8 border-2\" style=\"border-color: var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\n\u003ch3 class=\"font-montserrat-bold text-xl text-center mb-4\" data-editor-processed=\"true\"\u003eESTO ES LO QUE TE LLEVAS HOY MISMO:\u003c\/h3\u003e\n\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/MZg7MBzp\/Copia-de-Sin-t-tulo-1.png\" alt=\"Contenido del paquete\" class=\"w-full rounded-md mb-6\" data-editor-processed=\"true\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-left space-y-4 text-sm\" data-editor-processed=\"true\"\u003e\n\u003cdiv data-editor-processed=\"true\"\u003e\n\u003ch4 class=\"font-bold\" data-editor-processed=\"true\"\u003eEBOOK LONCHERAS LOCAS – Valor real: $68.00\u003c\/h4\u003e\n\u003cp class=\"pl-4\" data-editor-processed=\"true\"\u003e100 recetas distribuidas en 10 capítulos prácticos: desde comidas completas hasta snacks, postres y bebidas saludables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-editor-processed=\"true\"\u003e\n\u003ch4 class=\"font-bold\" data-editor-processed=\"true\"\u003e3 BONOS EXCLUSIVOS – Valor real: $34.00\u003c\/h4\u003e\n\u003cul class=\"list-disc list-inside pl-4\" data-editor-processed=\"true\"\u003e\n\u003cli data-editor-processed=\"true\"\u003eBONO #1: \"5 MINUTOS Y LISTO\" - PLAN EXPRESS DE LONCHERAS\u003c\/li\u003e\n\u003cli data-editor-processed=\"true\"\u003eBONO #2: \"MI HIJO NO COME\" - SOLUCIONES PRÁCTICAS PARA NIÑOS QUISQUILLOSOS\u003c\/li\u003e\n\u003cli data-editor-processed=\"true\"\u003eBONO #3: ACCESO PRIVADO A LA COMUNIDAD EXCLUSIVA EN WHATSAPP\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative text-white rounded-lg p-8 text-center flex flex-col justify-center border-2 border-dashed\" style=\"background-color: var(--color-principal);  border-color: rgb(252, 209, 109);  border-style: dashed\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00\" data-editor-processed=\"true\"\u003eOFERTA\u003c\/span\u003e\u003cp class=\"font-poppins-extrabold uppercase text-2xl md:text-3xl\" data-editor-processed=\"true\"\u003eVALOR TOTAL: \u003cspan class=\"line-through\" data-editor-processed=\"true\"\u003e$102.00\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"font-poppins-extrabold uppercase text-[2.5rem] sm:text-5xl my-4\" style=\"color: rgb(255, 255, 255) !important\" data-editor-processed=\"true\"\u003eHOY SOLO PAGAS:\u003c\/p\u003e\n\u003cp class=\"font-montserrat-bold text-[3.5rem] sm:text-6xl mb-8\" data-editor-processed=\"true\" style=\" color: rgb(0, 225, 241) !important\"\u003e$12.00\u003c\/p\u003e\n\u003ca href=\"https:\/\/pay.hotmart.com\/D104230566C?checkoutMode=10\u0026amp;bid=1770081938685\" class=\"btn-action\" data-editor-processed=\"true\"\u003e¡QUIERO APROVECHAR ESTA OFERTA YA!\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-center justify-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-white text-sm\" data-editor-processed=\"true\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 8 – GARANTÍA --\u003e\u003csection class=\"py-20\" style=\"background-color: var(--color-principal);  color: white\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title text-white\" data-editor-processed=\"true\" style=\" font-weight: 700 !important\"\u003eTienes 7 días para probarlo sin riesgo\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center mt-12\" data-editor-processed=\"true\"\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/brqt5whM\/selo-garantia-png-2.webp\" alt=\"Sello de Garantía\" class=\"w-full max-w-sm mx-auto\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"text-left md:text-center\" data-editor-processed=\"true\"\u003e\n\u003cp class=\"mb-4\" data-editor-processed=\"true\"\u003eSi en 7 días sientes que no te facilita la vida, que tus hijos disfrutan más la comida y que todo se vuelve más práctico, simplemente solicita tu reembolso. Sin preguntas.\u003c\/p\u003e\n\u003ca href=\"#oferta\" class=\"btn-action\" data-editor-processed=\"true\"\u003eQUIERO LOS 7 DÍAS DE GARANTÍA\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-center justify-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-white text-sm\" data-editor-processed=\"true\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 9 – QUIÉN SOY --\u003e\u003csection class=\"py-20\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eDe madre preocupada a guía para cientos de familias\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"text-left\" data-editor-processed=\"true\"\u003e\n\u003ch3 class=\"text-2xl font-bold mb-2\" data-editor-processed=\"true\"\u003eMi nombre es Carolina Mendez,\u003c\/h3\u003e\n\u003cp class=\"text-lg mb-4\" style=\"color: var(--color-decorativo)\" data-editor-processed=\"true\"\u003esoy nutricionista y chef especializada en alimentación infantil.\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003eMi misión es ayudarte a lograr que tus hijos crezcan sanos, disfruten de la comida y tú te sientas segura al alimentarlos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/pT0tHXW5\/p3-Do-Mfq-Zzcoo-V2ce-YMh-ZW-1-min.png\" alt=\"Carolina Mendez\" class=\"w-64 h-64 md:w-80 md:h-80 object-cover rounded-full mx-auto border-4 shadow-lg\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 10 – PREGUNTAS FRECUENTES --\u003e\u003csection class=\"py-20 bg-gray-50\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003e¿Todavía con dudas? Aquí respondemos las más comunes:\u003c\/h2\u003e\n\u003cdiv class=\"faq-container mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Desde qué edad puedo usar las recetas?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eDesde los 6 meses, con opciones que acompañan cada etapa hasta los 9 años.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Qué pasa si mi hijo tiene alergias?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eIncluye recetas adaptadas y un bono especial con sustituciones seguras.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Son recetas complicadas?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eNo. Usamos ingredientes comunes, accesibles y preparaciones simples.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Puedo adaptar las recetas para toda la familia?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e¡Sí! Son ideales también para adultos que quieran comer más saludable.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Qué pasa si no me gusta?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eTienes 7 días para solicitar un reembolso completo. Sin preguntas.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Cómo accedo al ebook y los bonos?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eDespués de la compra, recibirás todo por correo al instante.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-center mt-12\" data-editor-processed=\"true\"\u003e\n\u003ca href=\"#oferta\" class=\"btn-action\" data-editor-processed=\"true\"\u003eVIVE LA EXPERIENCIA “PEQUEÑOS GOURMETS”\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-center justify-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-gray-600 text-sm\" data-editor-processed=\"true\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 11 – PIE DE PÁGINA --\u003e\u003cfooter class=\"py-12\" style=\"background-color: var(--color-principal);  color: #a0aec0\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\" style=\" color: rgb(255, 255, 255) !important\"\u003e\n\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/nrKFHXR4\/LOGO-1.png\" alt=\"Logo Pequeños Gourmets\" class=\"mx-auto mb-8 w-48 sm:w-56\" data-editor-processed=\"true\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-[8px] sm:text-[11px] space-y-3\" data-editor-processed=\"true\"\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ca href=\"#\" class=\"hover:text-white\" data-editor-processed=\"true\"\u003eTérminos de Uso\u003c\/a\u003e – \u003ca href=\"#\" class=\"hover:text-white\" data-editor-processed=\"true\"\u003ePolíticas de Privacidad\u003c\/a\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003eDESCARGOS DE RESPONSABILIDAD IMPORTANTES: Este sitio no pertenece ni está respaldado por Facebook, Inc. en ninguna forma. FACEBOOK es una marca registrada de FACEBOOK, Inc.\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003eEste producto no garantiza resultados. Cualquier referencia al desempeño de una estrategia no debe interpretarse como una garantía de éxito.\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003ePequeños Gourmets – Todos los derechos reservados.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/footer\u003e\u003c\/main\u003e\n\u003c\/div\u003e\n\u003cscript\u003e document.addEventListener('DOMContentLoaded', function () { \/\/ Script para el acordeón de FAQ const allDetails = document.querySelectorAll('.faq-item'); allDetails.forEach(details =\u003e { details.addEventListener('toggle', event =\u003e { if (details.open) { allDetails.forEach(otherDetails =\u003e { if (otherDetails !== details) { otherDetails.removeAttribute('open'); } }); } }); }); \/\/ Abrir la primera pregunta por defecto if (allDetails.length \u003e 0) { allDetails[0].setAttribute('open', ''); } }); \u003c\/script\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"responsive-container mobile\"\u003e\n\u003cmeta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' data: blob: https: 'unsafe-inline' 'unsafe-eval'; img-src * data: blob: https:; media-src * data: blob: https:; font-src * data: https: blob:; style-src 'self' 'unsafe-inline' https:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; connect-src *; frame-src * data: blob: https:; frame-ancestors 'self'\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eLoncheras Locas - Comidas Divertidas y Saludables\u003c\/title\u003e\n\u003c!-- Tailwind CSS --\u003e\u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\u003c!-- Google Fonts --\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700;900\u0026amp;family=Poppins:wght@400;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003c!-- Font Awesome Icons (para los iconos) --\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cstyle\u003e \/* ------------------- *\/ \/* CONFIGURACIÓN GENERAL *\/ \/* ------------------- *\/ :root { --color-principal: #B24DDC; --color-decorativo: #FCD16D; --color-destaque: #00E1F1; --color-texto-blanco: #FFFFFF; } html { scroll-behavior: smooth; } body { font-family: 'Poppins', sans-serif; font-size: 15px; \/* Móvil *\/ color: #333; background-color: #FFFFFF; } @media (min-width: 768px) { body { font-size: 19px; \/* Desktop *\/ } } \/* Tipografías personalizadas *\/ .font-montserrat-black { font-family: 'Montserrat', sans-serif; font-weight: 900; } .font-montserrat-bold { font-family: 'Montserrat', sans-serif; font-weight: 700; } .font-poppins-regular { font-family: 'Poppins', sans-serif; font-weight: 400; } .font-poppins-extrabold { font-family: 'Poppins', sans-serif; font-weight: 800; } \/* Estilos de Títulos Responsivos *\/ .hero-promesa { font-size: 19px; } .hero-subpromesa { font-size: 17px; } .section-title { font-size: 20px; text-transform: uppercase; text-align: center; margin-bottom: 50px; color: var(--color-principal); } @media (min-width: 768px) { .hero-promesa { font-size: 30px; } .hero-subpromesa { font-size: 26px; } .section-title { font-size: 30px; } } \/* Estilos de Botones *\/ .btn-action { display: inline-block; padding: 1rem 2.5rem; color: var(--color-texto-blanco); border-radius: 12px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; \/* Móvil *\/ text-transform: uppercase; text-align: center; background: linear-gradient(90deg, var(--color-destaque), var(--color-decorativo), var(--color-principal), var(--color-destaque)); background-size: 300% 100%; animation: gradient-flow 10s linear infinite; transition: all 0.8s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .btn-action:hover { filter: brightness(1.3); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); } @keyframes gradient-flow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @media (min-width: 768px) { .btn-action { font-size: 22px; } } \/* Hero: Fondo Estático *\/ #hero { background-image: url('https:\/\/i.postimg.cc\/bwQcvRYh\/ow41-Ox-Cgi-Vy9x-KDOUqm3-F.png'); background-position: center; background-repeat: no-repeat; background-size: cover; } \/* Línea decorativa *\/ .decorative-line { display: block; width: 100%; height: 2px; background-color: var(--color-decorativo); margin-top: 0.5rem; } \/* Rubber Band Effect *\/ .rubber-band { animation: rubberBand 1s 1; } @keyframes rubberBand { 0% { transform: scale(1); } 30% { transform: scaleX(1.25) scaleY(0.75); } 40% { transform: scaleX(0.75) scaleY(1.25); } 50% { transform: scaleX(1.15) scaleY(0.85); } 65% { transform: scaleX(0.95) scaleY(1.05); } 75% { transform: scaleX(1.05) scaleY(0.95); } 100% { transform: scale(1); } } \/* Acordeón de FAQ *\/ .faq-item { margin-bottom: 5px; border-radius: 5px; overflow: hidden; } .faq-item summary { background-color: var(--color-principal); color: white; padding: 15px 25px; cursor: pointer; list-style: none; position: relative; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; transition: background-color 0.3s; } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary:hover { background-color: var(--color-decorativo); } .faq-item summary::after { content: '\\f067'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); transition: transform 0.3s ease; } .faq-item[open] \u003e summary::after { content: '\\f068'; } .faq-respuesta { background-color: white; padding: 25px; border: 1px solid #eee; border-top: none; } .faq-respuesta p { margin: 0; color: var(--color-principal); } \u003c\/style\u003e\n\u003cstyle\u003e*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 \/ 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 \/ 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }\/* ! tailwindcss v3.4.17 | MIT License | https:\/\/tailwindcss.com *\/*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0px}.right-0{right:0px}.top-0{top:0px}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.-mr-4{margin-right:-1rem}.-mt-4{margin-top:-1rem}.mb-2{margin-bottom:0.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:0.5rem}.mt-12{margin-top:3rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-64{height:16rem}.h-auto{height:auto}.min-h-screen{min-height:100vh}.w-48{width:12rem}.w-64{width:16rem}.w-full{width:100%}.max-w-\\[1140px\\]{max-width:1140px}.max-w-\\[1920px\\]{max-width:1920px}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.gap-12{gap:3rem}.gap-8{gap:2rem}.space-y-2 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.space-y-3 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}.space-y-4 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:0.5rem}.rounded-md{border-radius:0.375rem}.border-2{border-width:2px}.border-4{border-width:4px}.border-dashed{border-style:dashed}.bg-black\\\/30{background-color:rgb(0 0 0 \/ 0.3)}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 \/ var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 \/ var(--tw-bg-opacity, 1))}.bg-white\\\/10{background-color:rgb(255 255 255 \/ 0.1)}.object-cover{object-fit:cover}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pl-4{padding-left:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\\[2\\.5rem\\]{font-size:2.5rem}.text-\\[3\\.5rem\\]{font-size:3.5rem}.text-\\[8px\\]{font-size:8px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.text-black{--tw-text-opacity:1;color:rgb(0 0 0 \/ var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235 \/ var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 \/ var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113 \/ var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 \/ var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21 \/ var(--tw-text-opacity, 1))}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 \/ 0.1), 0 4px 6px -4px rgb(0 0 0 \/ 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 \/ 0.1), 0 2px 4px -2px rgb(0 0 0 \/ 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.hover\\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 \/ var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\\:inline{display:inline}.sm\\:w-56{width:14rem}.sm\\:max-w-lg{max-width:32rem}.sm\\:flex-row{flex-direction:row}.sm\\:items-center{align-items:center}.sm\\:space-x-4 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\\:space-y-0 \u003e :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\\:text-5xl{font-size:3rem;line-height:1}.sm\\:text-6xl{font-size:3.75rem;line-height:1}.sm\\:text-\\[11px\\]{font-size:11px}}@media (min-width: 768px){.md\\:h-80{height:20rem}.md\\:w-80{width:20rem}.md\\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.md\\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.md\\:text-center{text-align:center}.md\\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media (min-width: 1024px){.lg\\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.lg\\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}\u003c\/style\u003e\n\u003cscript\u003e\n            (()=\u003e{const e=s=\u003e{const a=s.getAttribute(\"data-allow-multiple\")===\"true\",o=function(i){var p;i.preventDefault(),i.stopPropagation();const l=i.currentTarget,c=l.getAttribute(\"data-accordion-toggle\"),u=s.querySelector(`[data-accordion-content=\"${c}\"]`),m=l.querySelector(\".accordion-icon\");if(!u)return;const h=u.style.maxHeight\u0026\u0026u.style.maxHeight!==\"0px\";if(!a\u0026\u0026!h\u0026\u0026(s.querySelectorAll(\".accordion-content\").forEach(v=\u003e{v!==u\u0026\u0026(v.style.maxHeight=\"0\",v.style.opacity=\"0\",v.style.paddingTop=\"0\",v.style.paddingBottom=\"0\")}),s.querySelectorAll(\".accordion-icon\").forEach(v=\u003e{v!==m\u0026\u0026(v.style.transform=\"rotate(0deg)\")})),h)u.style.maxHeight=\"0\",u.style.opacity=\"0\",u.style.paddingTop=\"0\",u.style.paddingBottom=\"0\",m\u0026\u0026(m.style.transform=\"rotate(0deg)\");else if(u.style.maxHeight=u.scrollHeight+\"px\",u.style.opacity=\"1\",u.style.paddingTop=\"20px\",u.style.paddingBottom=\"20px\",m){const v=((p=l.closest('[data-converted-type=\"accordion\"]'))==null?void 0:p.getAttribute(\"data-icon-type\"))||\"plus\";m.style.transform=v===\"plus\"?\"rotate(45deg)\":\"rotate(180deg)\"}};s.querySelectorAll(\"[data-accordion-toggle]\").forEach(i=\u003e{var c;const l=i.cloneNode(!0);(c=i.parentNode)==null||c.replaceChild(l,i),l.addEventListener(\"click\",o)}),s.querySelectorAll(\".accordion-content\").forEach(i=\u003e{i.style.maxHeight=\"0\",i.style.opacity=\"0\",i.style.overflow=\"hidden\",i.style.transition=\"all 0.3s ease\",i.style.paddingTop=\"0\",i.style.paddingBottom=\"0\"}),s.querySelectorAll(\".accordion-icon\").forEach(i=\u003e{i.style.transform=\"rotate(0deg)\",i.style.transition=\"transform 0.3s ease\"})};document.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e),new MutationObserver(s=\u003e{s.forEach(a=\u003e{a.addedNodes.forEach(o=\u003e{if(o.nodeType===Node.ELEMENT_NODE){const i=o;i.getAttribute(\"data-converted-type\")===\"accordion\"\u0026\u0026e(i),i.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e)}})})}).observe(document.body,{childList:!0,subtree:!0})})();\n          \u003c\/script\u003e\u003cstyle\u003e\n        \/* CLONE Editor Responsive Constraints *\/\n        html, body {\n          margin: 0 !important;\n          padding: 0 !important;\n          box-sizing: border-box !important;\n          overflow-x: hidden !important;\n          \/* Solo mostrar barra de scroll en desktop *\/\n          overflow-y: auto !important;\n        }\n        \n        body {\n          max-width: 100% !important;\n          min-height: 100vh !important;\n          overflow-x: hidden !important;\n          overflow-y: auto !important;\n        }\n        \n        \/* Ocultar todas las scrollbars en tablet y móvil *\/\n        \n        \/* Mostrar scrollbar solo en desktop *\/\n        html::-webkit-scrollbar,\n        body::-webkit-scrollbar {\n          display: block !important;\n          width: 12px !important;\n          height: 12px !important;\n        }\n        html::-webkit-scrollbar-track,\n        body::-webkit-scrollbar-track {\n          background: #f1f1f1 !important;\n        }\n        html::-webkit-scrollbar-thumb,\n        body::-webkit-scrollbar-thumb {\n          background: #c1c1c1 !important;\n          border-radius: 6px !important;\n        }\n        html::-webkit-scrollbar-thumb:hover,\n        body::-webkit-scrollbar-thumb:hover {\n          background: #a8a8a8 !important;\n        }\n        \n        \n        \/* Viewport-specific width constraints to prevent overflow *\/\n        \n        \n        \n        \n        .editor-selected {\n          outline: 2px solid hsl(162 89% 39%) !important;\n          outline-offset: 2px !important;\n          box-shadow: 0 0 0 4px hsla(162 89% 39% \/ 0.1) !important;\n        }\n        \n        \/* Estilos especiales para videos seleccionables *\/\n        video, iframe {\n          cursor: pointer !important;\n          transition: all 0.2s ease !important;\n        }\n        \n        video:hover, iframe:hover {\n          opacity: 0.9 !important;\n          transform: scale(1.01) !important;\n        }\n        \n        video.editor-selected, iframe.editor-selected {\n          outline: 2px solid hsl(162 89% 39%) !important;\n          outline-offset: 2px !important;\n          box-shadow: 0 0 0 4px hsla(162 89% 39% \/ 0.1) !important;\n          transform: none !important;\n        }\n        .editor-toolbar {\n          position: absolute;\n          background: hsl(0 0% 100%);\n          border: 1px solid hsl(162 89% 39%);\n          border-radius: 8px;\n          padding: 8px;\n          display: flex;\n          gap: 8px;\n          z-index: 10001;\n          box-shadow: 0 4px 12px hsla(210 24% 8% \/ 0.15);\n          backdrop-filter: blur(8px);\n          animation: slideIn 0.2s ease-out;\n        }\n        @keyframes slideIn {\n          from {\n            opacity: 0;\n            transform: translateY(-10px);\n          }\n          to {\n            opacity: 1;\n            transform: translateY(0);\n          }\n        }\n        .editor-toolbar button {\n          background: hsl(162 89% 39%);\n          color: hsl(0 0% 100%);\n          border: none;\n          border-radius: 4px;\n          padding: 6px 8px;\n          cursor: pointer;\n          font-size: 11px;\n          font-weight: 500;\n          transition: all 0.15s ease;\n        }\n        .editor-toolbar button:hover {\n          background: hsl(162 89% 35%);\n          transform: translateY(-1px);\n        }\n        .editor-toolbar button:active {\n          transform: translateY(0);\n        }\n      \u003c\/style\u003e\n\u003cscript\u003e\n            (()=\u003e{const e=s=\u003e{const a=s.getAttribute(\"data-allow-multiple\")===\"true\",o=function(i){var p;i.preventDefault(),i.stopPropagation();const l=i.currentTarget,c=l.getAttribute(\"data-accordion-toggle\"),u=s.querySelector(`[data-accordion-content=\"${c}\"]`),m=l.querySelector(\".accordion-icon\");if(!u)return;const h=u.style.maxHeight\u0026\u0026u.style.maxHeight!==\"0px\";if(!a\u0026\u0026!h\u0026\u0026(s.querySelectorAll(\".accordion-content\").forEach(v=\u003e{v!==u\u0026\u0026(v.style.maxHeight=\"0\",v.style.opacity=\"0\",v.style.paddingTop=\"0\",v.style.paddingBottom=\"0\")}),s.querySelectorAll(\".accordion-icon\").forEach(v=\u003e{v!==m\u0026\u0026(v.style.transform=\"rotate(0deg)\")})),h)u.style.maxHeight=\"0\",u.style.opacity=\"0\",u.style.paddingTop=\"0\",u.style.paddingBottom=\"0\",m\u0026\u0026(m.style.transform=\"rotate(0deg)\");else if(u.style.maxHeight=u.scrollHeight+\"px\",u.style.opacity=\"1\",u.style.paddingTop=\"20px\",u.style.paddingBottom=\"20px\",m){const v=((p=l.closest('[data-converted-type=\"accordion\"]'))==null?void 0:p.getAttribute(\"data-icon-type\"))||\"plus\";m.style.transform=v===\"plus\"?\"rotate(45deg)\":\"rotate(180deg)\"}};s.querySelectorAll(\"[data-accordion-toggle]\").forEach(i=\u003e{var c;const l=i.cloneNode(!0);(c=i.parentNode)==null||c.replaceChild(l,i),l.addEventListener(\"click\",o)}),s.querySelectorAll(\".accordion-content\").forEach(i=\u003e{i.style.maxHeight=\"0\",i.style.opacity=\"0\",i.style.overflow=\"hidden\",i.style.transition=\"all 0.3s ease\",i.style.paddingTop=\"0\",i.style.paddingBottom=\"0\"}),s.querySelectorAll(\".accordion-icon\").forEach(i=\u003e{i.style.transform=\"rotate(0deg)\",i.style.transition=\"transform 0.3s ease\"})};document.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e),new MutationObserver(s=\u003e{s.forEach(a=\u003e{a.addedNodes.forEach(o=\u003e{if(o.nodeType===Node.ELEMENT_NODE){const i=o;i.getAttribute(\"data-converted-type\")===\"accordion\"\u0026\u0026e(i),i.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(e)}})})}).observe(document.body,{childList:!0,subtree:!0})})();\n          \u003c\/script\u003e\u003cdiv class=\"max-w-[1920px] mx-auto\" data-editor-processed=\"true\"\u003e\n\u003c!-- SECCIÓN 1 – HEAD (HERO) --\u003e\u003csection id=\"hero\" class=\"relative min-h-screen flex items-center py-20\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"absolute inset-0 bg-black\/30\" data-editor-processed=\"true\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"relative z-10 w-full max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-xl text-left\" data-editor-processed=\"true\"\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/nrKFHXR4\/LOGO-1.png\" alt=\"Logo Loncheras Locas\" class=\"w-full max-w-md sm:max-w-lg mb-8\" data-editor-processed=\"true\"\u003e\u003ch1 class=\"hero-promesa font-montserrat-black text-white uppercase mb-4\" data-editor-processed=\"true\" style=\"color: rgb(255, 209, 231) !important; position: relative !important; overflow: visible !important; text-align: center !important;\"\u003e ¿Te frustra ver la lonchera de tu hijo regresar intacta cada día? \u003c\/h1\u003e\n\u003cp class=\"hero-subpromesa font-montserrat-bold text-gray-200 mb-8\" data-editor-processed=\"true\" style=\"color: rgb(255, 255, 255) !important; position: relative !important; overflow: visible !important; text-align: center !important;\"\u003e Descubre cómo preparar loncheras saludables, divertidas y listas en minutos que tus hijos devorarán con gusto. \u003c\/p\u003e\n\u003ca href=\"#oferta\" class=\"btn-action\" data-editor-processed=\"true\"\u003e¡QUIERO TRANSFORMAR SUS LONCHERAS HOY!\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-start sm:items-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-white text-sm\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; min-height: 50px !important; width: 213.2px !important; height: 76px !important; top: 20px; left: 60px;\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cmain data-editor-processed=\"true\"\u003e\u003c!-- SECCIÓN 2 – OBJECIONES --\u003e\u003csection class=\"py-20\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003e¿Tu hijo rechaza todo lo que le empacas? Este método es para ti.\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center\" data-editor-processed=\"true\"\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/zBD16Rr1\/n-TOzb7ssv-Bv7-RTv-Judk-HZ-1-min.png\" alt=\"Niño rechazando comida\" class=\"rounded-lg shadow-lg w-full border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"space-y-4 text-left\" data-editor-processed=\"true\"\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 13px !important; height: 13px !important; font-size: 13px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Mi hijo es muy selectivo, no come nada.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 13px !important; height: 13px !important; font-size: 13px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"No tengo tiempo para inventar recetas cada día.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 13px !important; height: 13px !important; font-size: 13px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Ya probé de todo, y siempre vuelve con la comida.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 13px !important; height: 13px !important; font-size: 13px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Quiero que coma saludable, pero no sé cómo hacer que le guste.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 13px !important; height: 13px !important; font-size: 13px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Siempre termino enviando lo mismo por falta de ideas.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-icon=\"Minus\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; width: 13px !important; height: 13px !important; font-size: 13px !important;\"\u003e\u003cpath d=\"M5 12h14\" data-editor-processed=\"true\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\"Me preocupa lo que come en el colegio.\"\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 3 – MÉTODO ÚNICO --\u003e\u003csection class=\"py-20 bg-gray-50\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eEl Método “Nutre-Juega”: Nutrición Inteligente + Diversión Visual\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"space-y-4 text-left\" data-editor-processed=\"true\"\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCrear combinaciones coloridas que despiertan el apetito.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eDiseñar loncheras equilibradas sin pensar demasiado.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eUsar ingredientes comunes de formas sorprendentes.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eIntroducir frutas y verduras sin que tu hijo proteste.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eAprovechar el tiempo con recetas de menos de 5 minutos.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-check-circle mr-2\" style=\"color:var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eDesarrollar hábitos alimenticios sanos sin presión.\u003cspan class=\"decorative-line\" data-editor-processed=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/Df1yQNvS\/a3ccd7f9-min-1-1.png\" alt=\"Lonchera divertida\" class=\"w-full\" data-editor-processed=\"true\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 4 – TESTIMONIOS --\u003e\u003csection class=\"py-20\" data-editor-processed=\"true\" style=\" background: linear-gradient(135deg, rgb(101, 57, 126), rgb(247, 205, 106), rgb(253, 86, 74), rgb(255, 148, 194)) !important\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\" style=\" color: rgb(255, 255, 255) !important\"\u003eCientos de Mamás lo Validan. Esto es lo que dicen:\u003c\/h2\u003e\n\u003cdiv class=\"flex justify-center text-yellow-400 mb-8\" data-editor-processed=\"true\"\u003e\n\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star fa-2x\" data-editor-processed=\"true\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-8\" data-editor-processed=\"true\"\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/tTk2h4C4\/download-1.png\" alt=\"Testimonio 1\" class=\"w-full h-auto object-cover rounded-lg shadow-lg border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/HnL331V4\/download-2.png\" alt=\"Testimonio 2\" class=\"w-full h-auto object-cover rounded-lg shadow-lg border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/hv3s5ZmF\/download-3.png\" alt=\"Testimonio 3\" class=\"w-full h-auto object-cover rounded-lg shadow-lg border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 5 – LO QUE LOGRARÁS --\u003e\u003csection class=\"py-20 bg-gray-50\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eTransforma tu Rutina y Alimenta con Propósito\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8 text-left mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-balance-scale-right mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eAprender a balancear cada lonchera.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-birthday-cake mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eReemplazar el azúcar sin que tu hijo lo note.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-utensils mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePlatos completos como nuggets saludables o burritos.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-leaf mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eComplementos como hummus de remolacha.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-cookie-bite mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePostres sin culpa como brownies saludables.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"p-6 bg-white rounded-lg shadow-md\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-cocktail mr-2\" style=\"color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eBebidas como batidos de aguacate o jugos antigripa.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 6 – BONOS --\u003e\u003csection class=\"py-20\" style=\"background-color: var(--color-principal)\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center text-white\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title text-white rubber-band\" data-editor-processed=\"true\" style=\" font-weight: 700 !important\"\u003e3 Bonos de Alto Impacto para Facilitarte la Vida\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-3 gap-8 mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"relative bg-white\/10 rounded-lg p-6 border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00\" data-editor-processed=\"true\"\u003eGRATIS\u003c\/span\u003e\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/YCZbtPjb\/34540cc4-min-1.png\" alt=\"Bono 1\" class=\"w-full mb-4\" data-editor-processed=\"true\" data-desktop-style-height=\"400px\" data-desktop-style-width=\"400px\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"font-bold uppercase mb-2\" data-editor-processed=\"true\"\u003eBono #1: \"5 Minutos y Listo\" - Plan Express\u003c\/h3\u003e\n\u003cp class=\"text-sm\" data-editor-processed=\"true\"\u003e15 combinaciones rápidas que se preparan en menos de 5 minutos.\u003c\/p\u003e\n\u003cp class=\"mt-4\" data-editor-processed=\"true\"\u003e\u003cspan class=\"line-through text-red-400\" data-editor-processed=\"true\"\u003ePrecio Normal: $12\u003c\/span\u003e | \u003cspan class=\"font-bold uppercase\" style=\"color: #1BEB6F\" data-editor-processed=\"true\"\u003eHoy Gratis\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative bg-white\/10 rounded-lg p-6 border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00\" data-editor-processed=\"true\"\u003eGRATIS\u003c\/span\u003e\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/3wG9NZv7\/6481a0a4-min-1.png\" alt=\"Bono 2\" class=\"w-full mb-4\" data-editor-processed=\"true\" data-desktop-style-width=\"400px\" data-desktop-style-height=\"400px\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"font-bold uppercase mb-2\" data-editor-processed=\"true\"\u003eBono #2: \"Mi Hijo no Come\" - Soluciones Prácticas\u003c\/h3\u003e\n\u003cp class=\"text-sm\" data-editor-processed=\"true\"\u003eTécnicas probadas para que los niños acepten nuevas comidas sin peleas.\u003c\/p\u003e\n\u003cp class=\"mt-4\" data-editor-processed=\"true\"\u003e\u003cspan class=\"line-through text-red-400\" data-editor-processed=\"true\"\u003ePrecio Normal: $12\u003c\/span\u003e | \u003cspan class=\"font-bold uppercase\" style=\"color: #1BEB6F\" data-editor-processed=\"true\"\u003eHoy Gratis\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative bg-white\/10 rounded-lg p-6 border-2\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00\" data-editor-processed=\"true\"\u003eGRATIS\u003c\/span\u003e\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/0ybVRv5z\/30f75cbf-min-1.png\" alt=\"Bono 3\" class=\"w-full mb-4\" data-editor-processed=\"true\" data-desktop-style-width=\"400px\" data-desktop-style-height=\"400px\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"font-bold uppercase mb-2\" data-editor-processed=\"true\"\u003eBono #3: Acceso a Comunidad Privada\u003c\/h3\u003e\n\u003cp class=\"text-sm\" data-editor-processed=\"true\"\u003eÚnete a un grupo privado para compartir ideas y recibir apoyo en tiempo real.\u003c\/p\u003e\n\u003cp class=\"mt-4\" data-editor-processed=\"true\"\u003e\u003cspan class=\"line-through text-red-400\" data-editor-processed=\"true\"\u003ePrecio Normal: $10\u003c\/span\u003e | \u003cspan class=\"font-bold uppercase\" style=\"color: #1BEB6F\" data-editor-processed=\"true\"\u003eHoy Gratis\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 7 – OFERTA --\u003e\u003csection class=\"py-20\" id=\"oferta\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eLa Oferta Más Deliciosa del Año (Y al Precio Más Bajo)\u003c\/h2\u003e\n\u003cdiv class=\"grid lg:grid-cols-2 gap-8 items-stretch mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"bg-white rounded-lg p-8 border-2\" style=\"border-color: var(--color-decorativo)\" data-editor-processed=\"true\"\u003e\n\u003ch3 class=\"font-montserrat-bold text-xl text-center mb-4\" data-editor-processed=\"true\"\u003eESTO ES LO QUE TE LLEVAS HOY MISMO:\u003c\/h3\u003e\n\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/MZg7MBzp\/Copia-de-Sin-t-tulo-1.png\" alt=\"Contenido del paquete\" class=\"w-full rounded-md mb-6\" data-editor-processed=\"true\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-left space-y-4 text-sm\" data-editor-processed=\"true\"\u003e\n\u003cdiv data-editor-processed=\"true\"\u003e\n\u003ch4 class=\"font-bold\" data-editor-processed=\"true\"\u003eEBOOK LONCHERAS LOCAS – Valor real: $68.00\u003c\/h4\u003e\n\u003cp class=\"pl-4\" data-editor-processed=\"true\"\u003e100 recetas distribuidas en 10 capítulos prácticos: desde comidas completas hasta snacks, postres y bebidas saludables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-editor-processed=\"true\"\u003e\n\u003ch4 class=\"font-bold\" data-editor-processed=\"true\"\u003e3 BONOS EXCLUSIVOS – Valor real: $34.00\u003c\/h4\u003e\n\u003cul class=\"list-disc list-inside pl-4\" data-editor-processed=\"true\"\u003e\n\u003cli data-editor-processed=\"true\"\u003eBONO #1: \"5 MINUTOS Y LISTO\" - PLAN EXPRESS DE LONCHERAS\u003c\/li\u003e\n\u003cli data-editor-processed=\"true\"\u003eBONO #2: \"MI HIJO NO COME\" - SOLUCIONES PRÁCTICAS PARA NIÑOS QUISQUILLOSOS\u003c\/li\u003e\n\u003cli data-editor-processed=\"true\"\u003eBONO #3: ACCESO PRIVADO A LA COMUNIDAD EXCLUSIVA EN WHATSAPP\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative text-white rounded-lg p-8 text-center flex flex-col justify-center border-2 border-dashed\" style=\"background-color: var(--color-principal);  border-color: rgb(252, 209, 109);  border-style: dashed\" data-editor-processed=\"true\"\u003e\n\u003cspan class=\"absolute top-0 right-0 -mt-4 -mr-4 px-4 py-1 text-black font-bold text-sm rounded-full\" style=\"background-color: #ffff00\" data-editor-processed=\"true\"\u003eOFERTA\u003c\/span\u003e\u003cp class=\"font-poppins-extrabold uppercase text-2xl md:text-3xl\" data-editor-processed=\"true\"\u003eVALOR TOTAL: \u003cspan class=\"line-through\" data-editor-processed=\"true\"\u003e$102.00\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"font-poppins-extrabold uppercase text-[2.5rem] sm:text-5xl my-4\" style=\"color: rgb(255, 255, 255) !important\" data-editor-processed=\"true\"\u003eHOY SOLO PAGAS:\u003c\/p\u003e\n\u003cp class=\"font-montserrat-bold text-[3.5rem] sm:text-6xl mb-8\" data-editor-processed=\"true\" style=\" color: rgb(0, 225, 241) !important\"\u003e$12.00\u003c\/p\u003e\n\u003ca href=\"https:\/\/pay.hotmart.com\/D104230566C?checkoutMode=10\u0026amp;bid=1770081938685\" class=\"btn-action\" data-editor-processed=\"true\"\u003e¡QUIERO APROVECHAR ESTA OFERTA YA!\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-center justify-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-white text-sm\" data-editor-processed=\"true\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 8 – GARANTÍA --\u003e\u003csection class=\"py-20\" style=\"background-color: var(--color-principal);  color: white\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title text-white\" data-editor-processed=\"true\" style=\" font-weight: 700 !important\"\u003eTienes 7 días para probarlo sin riesgo\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center mt-12\" data-editor-processed=\"true\"\u003e\n\u003cimg src=\"https:\/\/i.postimg.cc\/brqt5whM\/selo-garantia-png-2.webp\" alt=\"Sello de Garantía\" class=\"w-full max-w-sm mx-auto\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"text-left md:text-center\" data-editor-processed=\"true\"\u003e\n\u003cp class=\"mb-4\" data-editor-processed=\"true\"\u003eSi en 7 días sientes que no te facilita la vida, que tus hijos disfrutan más la comida y que todo se vuelve más práctico, simplemente solicita tu reembolso. Sin preguntas.\u003c\/p\u003e\n\u003ca href=\"https:\/\/pay.hotmart.com\/D104230566C?checkoutMode=10\u0026amp;bid=1770081938685\" class=\"btn-action\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; top: 20px;\"\u003eQUIERO LOS 7 DÍAS DE GARANTÍA\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-center justify-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-white text-sm\" data-editor-processed=\"true\" style=\"position: relative; overflow: visible !important; min-height: 50px !important; top: 30px;\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 9 – QUIÉN SOY --\u003e\u003csection class=\"py-20\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003eDe madre preocupada a guía para cientos de familias\u003c\/h2\u003e\n\u003cdiv class=\"grid md:grid-cols-2 gap-12 items-center mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdiv class=\"text-left\" data-editor-processed=\"true\"\u003e\n\u003ch3 class=\"text-2xl font-bold mb-2\" data-editor-processed=\"true\" style=\"position: relative !important; overflow: visible !important; text-align: center !important;\"\u003eMi nombre es Carolina Mendez,\u003c\/h3\u003e\n\u003cp class=\"text-lg mb-4\" style=\"color: var(--color-decorativo); position: relative !important; overflow: visible !important; text-align: center !important;\" data-editor-processed=\"true\"\u003esoy nutricionista y chef especializada en alimentación infantil.\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003eMi misión es ayudarte a lograr que tus hijos crezcan sanos, disfruten de la comida y tú te sientas segura al alimentarlos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/pT0tHXW5\/p3-Do-Mfq-Zzcoo-V2ce-YMh-ZW-1-min.png\" alt=\"Carolina Mendez\" class=\"w-64 h-64 md:w-80 md:h-80 object-cover rounded-full mx-auto border-4 shadow-lg\" style=\"border-color: var(--color-destaque)\" data-editor-processed=\"true\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 10 – PREGUNTAS FRECUENTES --\u003e\u003csection class=\"py-20 bg-gray-50\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6\" data-editor-processed=\"true\"\u003e\n\u003ch2 class=\"section-title font-montserrat-black\" data-editor-processed=\"true\"\u003e¿Todavía con dudas? Aquí respondemos las más comunes:\u003c\/h2\u003e\n\u003cdiv class=\"faq-container mt-12\" data-editor-processed=\"true\"\u003e\n\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Desde qué edad puedo usar las recetas?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eDesde los 6 meses, con opciones que acompañan cada etapa hasta los 9 años.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Qué pasa si mi hijo tiene alergias?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eIncluye recetas adaptadas y un bono especial con sustituciones seguras.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Son recetas complicadas?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eNo. Usamos ingredientes comunes, accesibles y preparaciones simples.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Puedo adaptar las recetas para toda la familia?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003e¡Sí! Son ideales también para adultos que quieran comer más saludable.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Qué pasa si no me gusta?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eTienes 7 días para solicitar un reembolso completo. Sin preguntas.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" data-editor-processed=\"true\"\u003e\u003csummary data-editor-processed=\"true\"\u003e¿Cómo accedo al ebook y los bonos?\u003c\/summary\u003e\u003cdiv class=\"faq-respuesta\" data-editor-processed=\"true\"\u003e\u003cp data-editor-processed=\"true\"\u003eDespués de la compra, recibirás todo por correo al instante.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-center mt-12\" data-editor-processed=\"true\"\u003e\n\u003ca href=\"#oferta\" class=\"btn-action\" data-editor-processed=\"true\"\u003eVIVE LA EXPERIENCIA “PEQUEÑOS GOURMETS”\u003c\/a\u003e\u003cdiv class=\"flex flex-col sm:flex-row items-center justify-center space-y-2 sm:space-y-0 sm:space-x-4 mt-6 text-gray-600 text-sm\" data-editor-processed=\"true\"\u003e\n\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-lock mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eCompra Segura\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-shield-alt mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003eGarantía de Satisfacción\u003c\/span\u003e\u003cspan class=\"hidden sm:inline\" data-editor-processed=\"true\"\u003e|\u003c\/span\u003e\u003cspan data-editor-processed=\"true\"\u003e\u003ci class=\"fas fa-user-secret mr-2\" data-editor-processed=\"true\"\u003e\u003c\/i\u003ePrivacidad Protegida\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECCIÓN 11 – PIE DE PÁGINA --\u003e\u003cfooter class=\"py-12\" style=\"background-color: var(--color-principal);  color: #a0aec0\" data-editor-processed=\"true\"\u003e\u003cdiv class=\"max-w-[1140px] mx-auto px-4 sm:px-6 text-center\" data-editor-processed=\"true\" style=\" color: rgb(255, 255, 255) !important\"\u003e\n\u003cdiv class=\"image-resize-wrapper\" data-editor-processed=\"true\"\u003e\u003cimg src=\"https:\/\/i.postimg.cc\/nrKFHXR4\/LOGO-1.png\" alt=\"Logo Pequeños Gourmets\" class=\"mx-auto mb-8 w-48 sm:w-56\" data-editor-processed=\"true\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-[8px] sm:text-[11px] space-y-3\" data-editor-processed=\"true\"\u003e\n\u003cp data-editor-processed=\"true\"\u003e\u003ca href=\"#\" class=\"hover:text-white\" data-editor-processed=\"true\"\u003eTérminos de Uso\u003c\/a\u003e – \u003ca href=\"#\" class=\"hover:text-white\" data-editor-processed=\"true\"\u003ePolíticas de Privacidad\u003c\/a\u003e\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003eDESCARGOS DE RESPONSABILIDAD IMPORTANTES: Este sitio no pertenece ni está respaldado por Facebook, Inc. en ninguna forma. FACEBOOK es una marca registrada de FACEBOOK, Inc.\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003eEste producto no garantiza resultados. Cualquier referencia al desempeño de una estrategia no debe interpretarse como una garantía de éxito.\u003c\/p\u003e\n\u003cp data-editor-processed=\"true\"\u003ePequeños Gourmets – Todos los derechos reservados.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/footer\u003e\u003c\/main\u003e\n\u003c\/div\u003e\n\u003cscript\u003e document.addEventListener('DOMContentLoaded', function () { \/\/ Script para el acordeón de FAQ const allDetails = document.querySelectorAll('.faq-item'); allDetails.forEach(details =\u003e { details.addEventListener('toggle', event =\u003e { if (details.open) { allDetails.forEach(otherDetails =\u003e { if (otherDetails !== details) { otherDetails.removeAttribute('open'); } }); } }); }); \/\/ Abrir la primera pregunta por defecto if (allDetails.length \u003e 0) { allDetails[0].setAttribute('open', ''); } }); \u003c\/script\u003e\n\u003c\/div\u003e\n  \u003cscript\u003e\n\u003cscript\u003e\n(function() {\n  function setupAccordion(accordion) {\n    const allowMultiple = accordion.getAttribute('data-allow-multiple') === 'true';\n    \n    const handleAccordionClick = function(e) {\n      e.preventDefault();\n      e.stopPropagation();\n      \n      const button = e.currentTarget;\n      const itemId = button.getAttribute('data-accordion-toggle');\n      const content = accordion.querySelector('[data-accordion-content=\"' + itemId + '\"]');\n      const icon = button.querySelector('.accordion-icon');\n      \n      if (!content) return;\n      \n      const isOpen = content.style.maxHeight \u0026\u0026 content.style.maxHeight !== '0px';\n      \n      if (!allowMultiple \u0026\u0026 !isOpen) {\n        accordion.querySelectorAll('.accordion-content').forEach(function(c) {\n          if (c !== content) {\n            c.style.maxHeight = '0';\n            c.style.opacity = '0';\n            c.style.paddingTop = '0';\n            c.style.paddingBottom = '0';\n          }\n        });\n        accordion.querySelectorAll('.accordion-icon').forEach(function(i) {\n          if (i !== icon) {\n            i.style.transform = 'rotate(0deg)';\n          }\n        });\n      }\n      \n      if (!isOpen) {\n        content.style.maxHeight = content.scrollHeight + 'px';\n        content.style.opacity = '1';\n        content.style.paddingTop = '20px';\n        content.style.paddingBottom = '20px';\n        if (icon) {\n          const iconType = button.closest('[data-converted-type=\"accordion\"]').getAttribute('data-icon-type') || 'plus';\n          icon.style.transform = iconType === 'plus' ? 'rotate(45deg)' : 'rotate(180deg)';\n        }\n      } else {\n        content.style.maxHeight = '0';\n        content.style.opacity = '0';\n        content.style.paddingTop = '0';\n        content.style.paddingBottom = '0';\n        if (icon) {\n          icon.style.transform = 'rotate(0deg)';\n        }\n      }\n    };\n    \n    accordion.querySelectorAll('[data-accordion-toggle]').forEach(function(button) {\n      button.addEventListener('click', handleAccordionClick);\n    });\n    \n    accordion.querySelectorAll('.accordion-content').forEach(function(content) {\n      content.style.maxHeight = '0';\n      content.style.opacity = '0';\n      content.style.overflow = 'hidden';\n      content.style.transition = 'all 0.3s ease';\n      content.style.paddingTop = '0';\n      content.style.paddingBottom = '0';\n    });\n    \n    accordion.querySelectorAll('.accordion-icon').forEach(function(icon) {\n      icon.style.transform = 'rotate(0deg)';\n      icon.style.transition = 'transform 0.3s ease';\n    });\n  }\n  \n  function initializeAccordions() {\n    document.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(setupAccordion);\n  }\n  \n  \/\/ Ejecutar al cargar\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', initializeAccordions);\n  } else {\n    initializeAccordions();\n  }\n  \n  \/\/ Re-ejecutar cuando se agreguen nuevos acordeones\n  const observer = new MutationObserver(function(mutations) {\n    mutations.forEach(function(mutation) {\n      mutation.addedNodes.forEach(function(node) {\n        if (node.nodeType === 1) {\n          if (node.getAttribute \u0026\u0026 node.getAttribute('data-converted-type') === 'accordion') {\n            setupAccordion(node);\n          }\n          if (node.querySelectorAll) {\n            node.querySelectorAll('[data-converted-type=\"accordion\"]').forEach(setupAccordion);\n          }\n        }\n      });\n    });\n  });\n  \n  observer.observe(document.body, {\n    childList: true,\n    subtree: true\n  });\n})();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Maxi Store","offers":[{"title":"Default Title","offer_id":46632658796721,"sku":null,"price":0.0,"currency_code":"COP","in_stock":false}],"url":"https:\/\/maxi-store.online\/products\/lonchera-loca","provider":"Tienda col 2 ","version":"1.0","type":"link"}