{"id":3448,"date":"2025-12-07T23:06:08","date_gmt":"2025-12-08T04:06:08","guid":{"rendered":"https:\/\/pachamamitaecu.org\/?page_id=3448"},"modified":"2025-12-09T09:27:41","modified_gmt":"2025-12-09T14:27:41","slug":"harina-de-algarrobo-en-ecuador","status":"publish","type":"page","link":"https:\/\/pachamamitaecu.org\/es_es\/harina-de-algarrobo-en-ecuador\/","title":{"rendered":"Harina de Algarrobo en Ecuador"},"content":{"rendered":"\n<!-- Este c\u00f3digo final est\u00e1 optimizado para funcionar en WordPress (bloque HTML Personalizado).\n     Incluye CDN de Tailwind para asegurar el dise\u00f1o y todas las correcciones de contraste y usabilidad. -->\n<!doctype html>\n<html lang=\"es\" class=\"h-full\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title data-i18n=\"app_title\">Algarroba Viva &#8211; Nutrici\u00f3n Superior y Sabor Natural<\/title>\n    \n    <!-- CARGA FORZADA DE TAILWIND CDN para asegurar el dise\u00f1o -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Carga de la Fuente Poppins -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        \/* Paleta de Colores de Pachamamaecu \/ Tema Tierra *\/\n        :root {\n            --color-primary: #3E2723; \/* Caf\u00e9 Oscuro (Para texto y elementos clave) *\/\n            --color-secondary: #6D4C41; \/* Caf\u00e9 Medio *\/\n            --color-accent-health: #2E7D32; \/* Verde Saludable *\/\n            --color-accent-cta: #FFC300; \/* Amarillo\/Dorado - Alta Visibilidad *\/\n            --color-accent-pale: #FFF3C3; \/* Palo Amarillo - M\u00e1ximo Contraste *\/\n            --color-bg: #F5F5F5; \/* Fondo muy claro *\/\n            --color-text: #212121; \/* Texto oscuro *\/\n        }\n\n        \/* Aplicaci\u00f3n de la fuente y reseteo de estilos de WP *\/\n        #app-container, #app-container * {\n            font-family: 'Poppins', sans-serif !important;\n            box-sizing: border-box; \n        }\n\n        \/* Estilos de maquetaci\u00f3n cr\u00edticos *\/\n        .sticky-nav {\n            position: fixed; \n            width: 100%;    \n            left: 0;        \n            right: 0;       \n            top: 0px;      \n            z-index: 9999;  \n            backdrop-filter: blur(8px);\n            background: rgba(62, 39, 35, 0.95);\n        }\n\n        \/* Compensaci\u00f3n para el navbar fijo *\/\n        .content-area {\n            padding-top: 4rem; \/* h-16 = 4rem *\/\n            background-color: var(--color-bg);\n            min-height: 100vh;\n        }\n\n        .cta-button {\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); \n            text-decoration: none;\n            border-radius: 0.75rem; \n            font-weight: 700;\n        }\n\n        \/* Bot\u00f3n del Header: M\u00c1XIMO CONTRASTE AMARILLO PALO *\/\n        .nav-cta {\n            background-color: var(--color-accent-pale);\n            color: var(--color-primary);\n            padding: 0.5rem 1rem;\n            border-radius: 9999px;\n            font-weight: 700;\n            transition: all 0.3s ease;\n        }\n        .nav-cta:hover {\n            background-color: var(--color-accent-cta); \/* Hover a amarillo fuerte *\/\n            color: var(--color-primary);\n        }\n\n        \/* Bot\u00f3n de Idioma (Verde y separado en m\u00f3vil) *\/\n        #lang-button {\n            background-color: var(--color-accent-health);\n            color: white;\n            padding: 0.3rem 0.6rem;\n            border-radius: 0.5rem;\n            font-weight: 700;\n        }\n        #lang-button:hover {\n            background-color: #265d28;\n            color: var(--color-accent-pale);\n        }\n\n        \/* CTA PRINCIPAL (HERO) *\/\n        #cta-hero {\n            background-color: var(--color-accent-health); \/* Verde *\/\n            color: var(--color-accent-pale); \/* Texto en Palo Amarillo *\/\n        }\n        \n        \/* BOTONES DE PRECIOS *\/\n        .price-card-1, .price-card-3 {\n             border: 1px solid var(--color-secondary); \n             box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n        }\n        .price-card-1 a, .price-card-3 a {\n            background-color: var(--color-accent-health); \n            color: white;\n        }\n\n        .price-card-1 h3, .price-card-3 h3, .price-card-1 p:not(.text-sm), .price-card-3 p:not(.text-sm), \n        .price-card-1 span.text-xl, .price-card-3 span.text-xl {\n            color: var(--color-primary); \n        }\n\n        \/* Bot\u00f3n de 1 Kilo: Siempre amarillo (cta-main-price) *\/\n        .cta-main-price {\n            background-color: var(--color-accent-cta) !important;\n            color: var(--color-primary) !important; \n        }\n\n        \/* PESTA\u00d1AS DE RECETAS - Botones Elegantes *\/\n        .recipe-tab-container {\n            \/* Grid de 2 columnas en m\u00f3vil, Flex en desktop *\/\n            display: grid;\n            grid-template-columns: repeat(2, minmax(0, 1fr));\n            gap: 0.5rem;\n        }\n        @media (min-width: 640px) { \/* sm *\/\n            .recipe-tab-container {\n                display: flex;\n                grid-template-columns: none;\n            }\n        }\n\n        .recipe-tab {\n            border: 1px solid var(--color-primary);\n            transition: all 0.3s ease;\n            text-align: center;\n            border-radius: 0.375rem; \/* Menos curvo: rounded-md *\/\n            padding: 0.75rem 0.5rem;\n            font-weight: 600;\n            width: 100%; \/* Ajuste para el grid *\/\n        }\n        \/* Hover en modo inactivo *\/\n        .recipe-tab:not(.active) {\n            background-color: white;\n            color: var(--color-primary);\n        }\n        .recipe-tab:not(.active):hover {\n            background-color: var(--color-secondary);\n            color: white;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n        }\n        \/* Estilo Activo *\/\n        .recipe-tab.active {\n            background-color: var(--color-primary);\n            color: var(--color-accent-pale); \n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n        }\n\n        \/* Estilo para las tarjetas internas de la receta *\/\n        .inner-recipe-card {\n            background-color: #F8F8F8; \n            padding: 1.5rem;\n            border-radius: 0.5rem;\n            box-shadow: inset 0 0 5px rgba(0,0,0,0.05);\n            height: 100%;\n        }\n        .recipe-idea-list {\n            padding-left: 15px; \n            list-style: disc;\n        }\n        \n        \/* Footer Color Correcci\u00f3n *\/\n        .footer-text {\n            color: white; \n        }\n        \n    <\/style>\n<\/head>\n\n<body>\n    <!-- CONTENEDOR PRINCIPAL -->\n    <div id=\"app-container\" class=\"w-full h-full text-center\">\n\n        <!-- Navigation (Fija) -->\n        <nav class=\"sticky-nav shadow-lg\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                <div class=\"flex justify-between items-center h-16\">\n                    <div class=\"font-bold text-white text-xl md:text-3xl flex-shrink-0\" data-i18n=\"app_title_short\">Algarroba Viva<\/div>\n                    \n                    <!-- ENLACES DE NAVEGACI\u00d3N PARA ESCRITORIO -->\n                    <div class=\"hidden md:flex items-center space-x-6\">\n                        <a href=\"#beneficios\" class=\"text-white hover:text-accent-cta transition-colors font-medium text-base py-2\" data-i18n=\"nav_beneficios\">Beneficios<\/a>\n                        <a href=\"#recetas\" class=\"text-white hover:text-accent-cta transition-colors font-medium text-base py-2\" data-i18n=\"nav_usos\">Usos<\/a>\n                        <a href=\"#precios\" class=\"text-white hover:text-accent-cta transition-colors font-medium text-base py-2\" data-i18n=\"nav_precios\">Precios<\/a>\n                    <\/div>\n\n                    <div class=\"flex items-center space-x-4\">\n                         <!-- Bot\u00f3n de Traducci\u00f3n (Ajuste para separaci\u00f3n m\u00f3vil) -->\n                        <button onclick=\"toggleLanguage()\" id=\"lang-button\" class=\"text-base sm:text-lg ml-auto md:ml-0\" data-i18n=\"nav_lang_switch\">EN<\/button>\n                        \n                        <!-- Bot\u00f3n de Comprar en el Header: Alto Contraste (A\u00f1ade clase wa-trigger) -->\n                        <a href=\"#precios\" class=\"nav-cta text-base sm:text-lg wa-trigger\" data-i18n=\"nav_comprar\"\n                            data-wa-msg-es=\"Quiero comprar algarroba. \u00a1Gracias!\"\n                            data-wa-msg-en=\"I want to buy carob. Thank you!\">Comprar<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/nav>\n\n        <!-- Contenedor de Contenido Principal con Compensaci\u00f3n del Navbar -->\n        <div class=\"content-area\">\n\n            <!-- Hero Section -->\n            <section class=\"py-24 md:py-32 px-4\" style=\"background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);\">\n                <div class=\"max-w-6xl mx-auto text-center text-white\">\n                    <h2 class=\"font-extrabold mb-6 text-4xl md:text-6xl leading-tight text-white\">\n                        <!-- T\u00edtulo en Palo Amarillo -->\n                        <span style=\"color:var(--color-accent-pale);\" data-i18n=\"hero_title_part1\">Algarrobo Puro:<\/span> <span class=\"text-accent-cta\" data-i18n=\"hero_title_part2\">Nutrici\u00f3n Superior<\/span> y Sabor Natural.\n                    <\/h2>\n                    <p class=\"mb-10 opacity-95 text-xl md:text-2xl font-light max-w-4xl mx-auto text-white\">\n                        <span data-i18n=\"hero_subtitle_part1\">Tu superalimento definitivo.<\/span> \n                        <!-- SE A\u00d1ADE CLASE hero-subtitle-strong -->\n                        <strong class=\"font-extrabold text-white hero-subtitle-strong\" data-i18n=\"hero_subtitle_part2\">CERO CAFE\u00cdNA, CERO GRASA, M\u00c1S CALCIO.<br>Obt\u00e9n vitalidad sin estimulantes, ideal para toda la familia.<\/strong>\n                    <\/p>\n                    \n                    <!-- CTA Hero (A\u00f1ade clase wa-trigger) -->\n                    <a href=\"#\" id=\"cta-hero\"\n                        class=\"cta-button bg-accent-health text-white inline-block px-12 py-5 font-extrabold uppercase text-xl md:text-2xl hover:bg-green-700 wa-trigger\" \n                        data-i18n=\"cta_hero\"\n                        data-wa-msg-es=\"Quiero informaci\u00f3n de algarroba\"\n                        data-wa-msg-en=\"I want information about carob\">\n                        CONTACTAR PARA COMPRAR AHORA\n                    <\/a>\n                    \n                    <!-- Caracter\u00edsticas Resaltadas -->\n                    <div class=\"grid grid-cols-3 gap-4 mt-20 max-w-xl mx-auto font-black text-xl\" style=\"color: var(--color-accent-pale);\">\n                        <p class=\"border-b-2 border-accent-cta pb-2 text-base sm:text-lg font-extrabold\" data-i18n=\"hero_feature_1\">\u2705 +Fibra Natural<\/p>\n                        <p class=\"border-b-2 border-accent-cta pb-2 text-base sm:text-lg font-extrabold\" data-i18n=\"hero_feature_2\">\u2705 Bajo I.G.<\/p>\n                        <p class=\"border-b-2 border-accent-cta pb-2 text-base sm:text-lg font-extrabold\" data-i18n=\"hero_feature_3\">\u2705 Triple Calcio<\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Secci\u00f3n de Origen y Compromiso -->\n            <section class=\"py-16 px-4 bg-white shadow-inner\">\n                <div class=\"max-w-6xl mx-auto grid md:grid-cols-2 gap-12 items-center text-left\">\n                    <!-- Text Content -->\n                    <div>\n                        <h3 class=\"text-3xl font-extrabold text-primary mb-4\" data-i18n=\"origen_title\">Cultivado con Prop\u00f3sito, Cosechado con Respeto<\/h3>\n                        <p class=\"text-xl text-gray-700 leading-relaxed mb-4\" data-i18n=\"origen_p1\">\n                            Esta es la Algarroba Viva, un <strong class=\"font-bold\">superalimento que producimos con mucho cuidado y respeto por la naturaleza.<\/strong>\n                        <\/p>\n                        <p class=\"text-lg text-gray-600 leading-relaxed mb-6\" data-i18n=\"origen_p2\">\n                            Las vainas han sido cosechadas y seleccionadas por nosotros mismos, directamente de nuestra finca, donde los algarrobos crecen de manera org\u00e1nica en el bosque seco tropical, <strong class=\"font-bold\">en las estribaciones de la Cordillera Chong\u00f3n\u2013Colonche.<\/strong>\n                        <\/p>\n                        <p class=\"text-base font-semibold text-accent-health\" data-i18n=\"origen_p3\">\n                            Un proceso 100% artesanal, org\u00e1nico y justo para llevar lo mejor de la tierra a tu mesa.\n                        <\/p>\n                    <\/div>\n                    <!-- Image Container -->\n                    <div class=\"order-first md:order-last flex justify-center\">\n                        <img decoding=\"async\" src=\"https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2025\/12\/Diseno-sin-titulo.jpg\" \n                             alt=\"Cultivo de Algarroba y Cordillera Chong\u00f3n\u2013Colonche\" \n                             class=\"w-5\/6 h-auto rounded-xl shadow-2xl object-cover\" \n                             data-i18n-alt=\"origen_img_alt\"\n                             onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/600x400\/3E2723\/FFC300?text=Imagen+de+la+Finca+Algarroba';\"\n                        >\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Benefits Section - Cards con Iconos (Color de iconos en --color-primary) -->\n            <section id=\"beneficios\" class=\"py-20 px-4\" style=\"background-color: var(--color-bg);\">\n                <div class=\"max-w-6xl mx-auto text-center\">\n                    <h2 class=\"font-extrabold mb-16 text-4xl md:text-5xl text-primary\" data-i18n=\"benefits_title\">Los Secretos de la Algarroba.<br> 6 razones para elegirla.<\/h2>\n                    \n                    <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8\">\n                        \n                        <!-- BENEFICIO 1: DIGESTI\u00d3N -->\n                        <div class=\"benefit-card bg-white rounded-xl p-8 shadow-lg border-b-4\" style=\"border-bottom-color: var(--color-accent-health);\">\n                            <div class=\"flex justify-center mb-4\">\n                                 <svg class=\"w-10 h-10 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9-3 4.03-3 9 1.343 9 3 9z\"><\/path><\/svg>\n                            <\/div>\n                            <h3 class=\"font-bold mb-3 text-xl sm:text-2xl text-primary\" data-i18n=\"benefit_1_title\">Digesti\u00f3n Perfecta y Saciedad<\/h3>\n                            <p class=\"mb-4 text-gray-700 text-base\" data-i18n=\"benefit_1_text\">Rica en fibra soluble e insoluble. Mejora tu digesti\u00f3n, da saciedad y ayuda a regular colesterol y az\u00facar en sangre.<\/p>\n                        <\/div>\n\n                        <!-- BENEFICIO 2: BAJO IG -->\n                        <div class=\"benefit-card bg-white rounded-xl p-8 shadow-lg border-b-4\" style=\"border-bottom-color: var(--color-secondary);\">\n                            <div class=\"flex justify-center mb-4\">\n                                <svg class=\"w-10 h-10 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6m4 0a2 2 0 002 2h2a2 2 0 002-2m-4 0V9m2 2V9m0 0V3\"><\/path><\/svg>\n                            <\/div>\n                            <h3 class=\"font-bold mb-3 text-xl sm:text-2xl text-primary\" data-i18n=\"benefit_2_title\">Estabilizador de Energ\u00eda (Bajo IG)<\/h3>\n                            <p class=\"mb-4 text-gray-700 text-base\" data-i18n=\"benefit_2_text\">Con bajo \u00edndice gluc\u00e9mico, evita los picos bruscos de az\u00facar. Ideal para el control de la glucosa y energ\u00eda sostenida.<\/p>\n                        <\/div>\n\n                        <!-- BENEFICIO 3: CERO GLUTEN -->\n                        <div class=\"benefit-card bg-white rounded-xl p-8 shadow-lg border-b-4\" style=\"border-bottom-color: var(--color-primary);\">\n                            <div class=\"flex justify-center mb-4\">\n                                 <svg class=\"w-10 h-10 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                            <\/div>\n                            <h3 class=\"font-bold mb-3 text-xl sm:text-2xl text-primary\" data-i18n=\"benefit_3_title\">100% Sin Gluten y Seguro<\/h3>\n                            <p class=\"mb-4 text-gray-700 text-base\" data-i18n=\"benefit_3_text\">Es totalmente sin gluten, lo que la hace la alternativa ideal para cel\u00edacos o sensibles. Un ingrediente seguro para toda la reposter\u00eda.<\/p>\n                        <\/div>\n                    \n                        <!-- BENEFICIO 4: MINERALES & CALCIO -->\n                        <div class=\"benefit-card bg-white rounded-xl p-8 shadow-lg border-b-4\" style=\"border-bottom-color: var(--color-accent-health);\">\n                            <div class=\"flex justify-center mb-4\">\n                                 <svg class=\"w-10 h-10 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z\"><\/path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z\"><\/path><\/svg>\n                            <\/div>\n                            <h3 class=\"font-bold mb-3 text-xl sm:text-2xl text-primary\" data-i18n=\"benefit_4_title\">Bomba de Minerales Esenciales<\/h3>\n                            <p class=\"mb-4 text-gray-700 text-base\" data-i18n=\"benefit_4_text\">Fuente de Calcio, Potasio, Magnesio, Hierro y Zinc. Refuerza tu sistema \u00f3seo y aporta micronutrientes esenciales para el d\u00eda a d\u00eda.<\/p>\n                        <\/div>\n\n                        <!-- BENEFICIO 5: ANTIOXIDANTES -->\n                        <div class=\"benefit-card bg-white rounded-xl p-8 shadow-lg border-b-4\" style=\"border-bottom-color: var(--color-secondary);\">\n                            <div class=\"flex justify-center mb-4\">\n                                <svg class=\"w-10 h-10 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.047A12.004 12.004 0 0012 21.056c3.158-1.558 5.722-4.102 7.15-7.15.534-1.096.945-2.203 1.222-3.328z\"><\/path><\/svg>\n                            <\/div>\n                            <h3 class=\"font-bold mb-3 text-xl sm:text-2xl text-primary\" data-i18n=\"benefit_5_title\">Tu Escudo de Protecci\u00f3n Natural<\/h3>\n                            <p class=\"mb-4 text-gray-700 text-base\" data-i18n=\"benefit_5_text\">Rica en polifenoles, potentes antioxidantes que combaten los radicales libres, protegiendo tus c\u00e9lulas y promoviendo un bienestar duradero.<\/p>\n                        <\/div>\n\n                        <!-- BENEFICIO 6: SABOR Y VERSATILIDAD -->\n                        <div class=\"benefit-card bg-white rounded-xl p-8 shadow-lg border-b-4\" style=\"border-bottom-color: var(--color-primary);\">\n                            <div class=\"flex justify-center mb-4\">\n                                <svg class=\"w-10 h-10 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8c1.657 0 3-1.79 3-4.5S13.657 3 12 3 9 4.79 9 7.5s1.343 4.5 3 4.5zm0 0v10m-3-3h6m-9-3h12\"><\/path><\/svg>\n                            <\/div>\n                            <h3 class=\"font-bold mb-3 text-xl sm:text-2xl text-primary\" data-i18n=\"benefit_6_title\">Sabor Delicioso sin Culpa<\/h3>\n                            <p class=\"mb-4 text-gray-700 text-base\" data-i18n=\"benefit_6_text\">Con un sabor que recuerda al cacao, pero m\u00e1s dulce y suave. \u00dasala en bebidas, postres y reposter\u00eda como sustituto saludable.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Recipes\/Uses Section -->\n            <section id=\"recetas\" class=\"py-20 px-4 bg-gray-100\">\n                <div class=\"max-w-4xl mx-auto text-center\">\n                    <h2 class=\"font-extrabold mb-12 text-4xl md:text-5xl text-primary\" data-i18n=\"recipes_title\">Ideas para el Uso delicioso y saludable<\/h2>\n                    \n                    <!-- Recipe Tabs: AHORA GRID 2x2 EN M\u00d3VIL, FLEX ROW EN DESKTOP -->\n                    <div class=\"recipe-tab-container justify-center items-center mb-8 max-w-full mx-auto text-sm sm:text-lg\">\n                        <button class=\"recipe-tab active\" data-target=\"bebidas-calientes\" data-i18n=\"tab_calientes\">Bebidas Calientes<\/button>\n                        <button class=\"recipe-tab\" data-target=\"bebidas-frias\" data-i18n=\"tab_frias\">Bebidas Fr\u00edas<\/button>\n                        <button class=\"recipe-tab\" data-target=\"postres\" data-i18n=\"tab_postres\">Postres Crudos<\/button>\n                        <button class=\"recipe-tab\" data-target=\"reposteria\" data-i18n=\"tab_reposteria\">Reposter\u00eda Tradicional<\/button>\n                    <\/div>\n                    \n                    <!-- Contenedor del contenido de recetas -->\n                    <div class=\"bg-white rounded-xl shadow-xl p-6\"> \n                        \n                        <!-- 1. Contenido Bebidas Calientes -->\n                        <div id=\"bebidas-calientes\" class=\"recipe-content active\">\n                            <h4 class=\"font-bold text-2xl text-accent-health mb-4\" data-i18n=\"recipe_hot_title\">Chocofee Saludable (Sustituto de Caf\u00e9\/Cacao)<\/h4>\n                            \n                            <!-- DOBLE COLUMNA EN DESKTOP CON TARJETAS INTERNAS -->\n                            <div class=\"grid md:grid-cols-2 gap-6 text-gray-700\">\n                                \n                                <!-- Idea Principal -->\n                                <div class=\"inner-recipe-card\">\n                                    <h5 class=\"font-extrabold mb-3 text-xl text-primary\" data-i18n=\"recipe_hot_title_1\">Chocofee B\u00e1sico<\/h5>\n                                    <ul class=\"recipe-idea-list space-y-2 text-base md:text-lg\">\n                                        <li data-i18n=\"recipe_hot_list_1\">Mezcla 1-2 cucharadas de Algarroba Viva en una taza de leche caliente (vegetal o de vaca).<\/li>\n                                        <li data-i18n=\"recipe_hot_list_2\">Endulza al gusto (Stevia o panela recomendadas).<\/li>\n                                        <li data-i18n=\"recipe_hot_list_3\">Disfruta de una bebida oscura, reconfortante y energ\u00e9tica, \u00a1sin cafe\u00edna!<\/li>\n                                    <\/ul>\n                                <\/div>\n                                \n                                <!-- Segunda Idea -->\n                                <div class=\"inner-recipe-card\">\n                                    <h5 class=\"font-extrabold mb-3 text-xl text-primary\" data-i18n=\"recipe_hot_title_2\">Caf\u00e9 de Algarroba con Especias<\/h5>\n                                    <ul class=\"recipe-idea-list space-y-2 text-base md:text-lg\">\n                                        <li data-i18n=\"recipe_hot_list_4\">A\u00f1ade canela y clavo a tu mezcla caliente para un sabor a\u00fan m\u00e1s complejo y reconfortante.<\/li>\n                                    <\/ul>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- 2. Contenido Bebidas Fr\u00edas -->\n                        <div id=\"bebidas-frias\" class=\"recipe-content\">\n                            <h4 class=\"font-bold text-2xl text-accent-health mb-4\" data-i18n=\"recipe_cold_title\">Batido Energ\u00e9tico de Algarroba<\/h4>\n                            <div class=\"grid md:grid-cols-2 gap-6 text-gray-700\">\n                                \n                                <!-- Idea Principal -->\n                                <div class=\"inner-recipe-card\">\n                                    <h5 class=\"font-extrabold mb-3 text-xl text-primary\" data-i18n=\"recipe_cold_title_1\">Batido B\u00e1sico<\/h5>\n                                    <ul class=\"recipe-idea-list space-y-2 text-base md:text-lg\">\n                                        <li data-i18n=\"recipe_cold_list_1\">Lic\u00faa 1 guineo maduro, 1 taza de leche vegetal fr\u00eda, 1 cucharada de Algarroba Viva y un chorrito de vainilla.<\/li>\n                                        <li data-i18n=\"recipe_cold_list_2\">Agrega hielo al gusto para una textura m\u00e1s espesa.<\/li>\n                                        <li data-i18n=\"recipe_cold_list_3\">Ideal para el desayuno o despu\u00e9s de entrenar, proporciona carbohidratos, fibra y energ\u00eda limpia.<\/li>\n                                    <\/ul>\n                                <\/div>\n\n                                <!-- Segunda Idea -->\n                                <div class=\"inner-recipe-card\">\n                                    <h5 class=\"font-extrabold mb-3 text-xl text-primary\" data-i18n=\"recipe_cold_title_2\">Bebida Deportiva Natural<\/h5>\n                                    <ul class=\"recipe-idea-list space-y-2 text-base md:text-lg\">\n                                        <li data-i18n=\"recipe_cold_list_4\">Mezcla agua de coco, un poco de algarroba y una pizca de sal marina. Hidrataci\u00f3n con minerales extra.<\/li>\n                                    <\/ul>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <!-- 3. Contenido Postres -->\n                        <div id=\"postres\" class=\"recipe-content\">\n                            <h4 class=\"font-bold text-2xl text-accent-health mb-4\" data-i18n=\"recipe_dessert_title\">Trufas Crudas de Algarroba<\/h4>\n                            <div class=\"grid md:grid-cols-2 gap-6 text-gray-700\">\n                                \n                                <!-- Idea Principal -->\n                                <div class=\"inner-recipe-card\">\n                                    <h5 class=\"font-extrabold mb-3 text-xl text-primary\" data-i18n=\"recipe_dessert_title_1\">Trufas Cl\u00e1sicas<\/h5>\n                                    <ul class=\"recipe-idea-list space-y-2 text-base md:text-lg\">\n                                        <li data-i18n=\"recipe_dessert_list_1\">Mezcla 1 taza de d\u00e1tiles, 1\/2 taza de nueces (o almendras) y 3 cucharadas de Algarroba Viva en un procesador.<\/li>\n                                        <li data-i18n=\"recipe_dessert_list_2\">Forma bolitas con la mezcla y refrigera por 30 minutos.<\/li>\n                                        <li data-i18n=\"recipe_dessert_list_3\">Un snack lleno de fibra y antioxidantes.<\/li>\n                                    <\/ul>\n                                <\/div>\n                                \n                                <!-- Segunda Idea -->\n                                <div class=\"inner-recipe-card\">\n                                    <h5 class=\"font-extrabold mb-3 text-xl text-primary\" data-i18n=\"recipe_dessert_title_2\">Topping Nutritivo<\/h5>\n                                    <ul class=\"recipe-idea-list space-y-2 text-base md:text-lg\">\n                                        <li data-i18n=\"recipe_dessert_list_4\">Simplemente espolvorea Algarroba Viva sobre tu yogur o taz\u00f3n de *smoothie* para un toque de chocolate, calcio y fibra.<\/li>\n                                    <\/ul>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <!-- 4. Contenido Reposter\u00eda -->\n                        <div id=\"reposteria\" class=\"recipe-content\">\n                            <h4 class=\"font-bold text-2xl text-accent-health mb-4\" data-i18n=\"recipe_bakery_title\">Galletas Integrales de Algarroba<\/h4>\n                            <div class=\"grid md:grid-cols-2 gap-6 text-gray-700\">\n                                \n                                <!-- Idea Principal -->\n                                <div class=\"inner-recipe-card\">\n                                    <h5 class=\"font-extrabold mb-3 text-xl text-primary\" data-i18n=\"recipe_bakery_title_1\">Mezcla de Harina<\/h5>\n                                    <ul class=\"recipe-idea-list space-y-2 text-base md:text-lg\">\n                                        <li data-i18n=\"recipe_bakery_list_1\">Sustituye la harina blanca com\u00fan por una mezcla de harina integral y Algarroba Viva (hasta un 25%).<\/li>\n                                        <li data-i18n=\"recipe_bakery_list_2\">Esto aumentar\u00e1 el aporte de calcio y fibra de tu receta sin alterar la textura.<\/li>\n                                        <li data-i18n=\"recipe_bakery_list_3\">Perfecto para muffins, panqueques y galletas caseras.<\/li>\n                                    <\/ul>\n                                <\/div>\n\n                                <!-- Segunda Idea -->\n                                <div class=\"inner-recipe-card\">\n                                    <h5 class=\"font-extrabold mb-3 text-xl text-primary\" data-i18n=\"recipe_bakery_title_2\">Panqueques Saludables<\/h5>\n                                    <ul class=\"recipe-idea-list space-y-2 text-base md:text-lg\">\n                                        <li data-i18n=\"recipe_bakery_list_4\">Agrega 1-2 cucharadas de algarroba a tu masa de panqueques regular para un desayuno rico en minerales y con sabor a chocolate.<\/li>\n                                    <\/ul>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Pricing Section - M\u00e1ximo Contraste -->\n            <section id=\"precios\" class=\"py-20 px-4\" style=\"background-color: var(--color-primary);\">\n                <div class=\"max-w-6xl mx-auto text-center text-white\">\n                    <!-- T\u00edtulo en Amarillo\/Dorado -->\n                    <h2 class=\"font-extrabold mb-4 text-4xl md:text-5xl\" style=\"color: var(--color-accent-cta);\" data-i18n=\"pricing_title\">Escoge tu Pack de Vitalidad<\/h2>\n                    <p class=\"text-xl mb-16 opacity-80\" data-i18n=\"pricing_subtitle\">Selecciona la cantidad que mejor se adapte a tu consumo y el de tu familia.<\/p>\n\n                    <!-- Grid de Precios Responsive -->\n                    <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\n                        \n                        <!-- Producto 1: 1 Libra (500g) -->\n                        <div class=\"bg-white rounded-xl shadow-2xl p-6 flex flex-col items-center price-card-1\">\n                            <h3 class=\"text-2xl font-extrabold text-primary mb-2\" data-i18n=\"price_1_title\">1 Libra (500g)<\/h3>\n                            <p class=\"text-lg font-medium mb-4\" data-i18n=\"price_1_subtitle\" style=\"color: var(--color-primary);\">Para probar nuestro sabor<\/p>\n                            <p class=\"text-4xl font-black mb-6\" style=\"color: var(--color-primary);\">$7 <span class=\"text-xl font-normal\" data-i18n=\"price_1_unit\">\/ unidad<\/span><\/p>\n                            \n                            <!-- BOT\u00d3N: Color Verde (A\u00f1ade clase wa-trigger) -->\n                            <a href=\"#\" class=\"cta-button px-8 py-3 w-full text-lg hover:bg-green-700 wa-trigger\"\n                                data-wa-msg-es=\"Quiero comprar 1 libra de algarroba\"\n                                data-wa-msg-en=\"I want to buy 1 pound of carob\"\n                                data-i18n=\"cta_1\" style=\"background-color: var(--color-accent-health); color: white;\">\n                               COMPRAR 1 LIBRA\n                            <\/a>\n                            <p class=\"text-sm text-gray-500 mt-3\" data-i18n=\"price_1_note\">Costo de env\u00edo no incluido.<\/p>\n                        <\/div>\n\n                        <!-- Producto 2: 1 Kilo (1000g) - Bot\u00f3n Amarillo Fijo -->\n                        <div class=\"bg-primary rounded-xl shadow-2xl p-8 flex flex-col items-center border-4 border-accent-cta md:transform md:scale-105 price-card-2\">\n                            <p class=\"bg-accent-cta text-primary font-black px-4 py-1 rounded-full text-sm mb-4\" data-i18n=\"price_2_tag\">M\u00c1S POPULAR<\/p>\n                            <!-- T\u00cdTULO EN AMARILLO (ACCENT-CTA) -->\n                            <h3 class=\"text-3xl font-extrabold mb-2\" style=\"color: var(--color-accent-cta);\" data-i18n=\"price_2_title\">1 Kilo (1000g)<\/h3>\n                            <p class=\"text-xl font-medium text-white opacity-80 mb-4\" data-i18n=\"price_2_subtitle\">Ahorra por unidad de peso<\/p>\n                            <p class=\"text-5xl font-black text-accent-cta mb-6\">$12 <span class=\"text-xl font-normal text-white\" data-i18n=\"price_2_unit\">\/ unidad<\/span><\/p>\n                            \n                            <!-- BOT\u00d3N: Color Amarillo (A\u00f1ade clase wa-trigger) -->\n                            <a href=\"#\" class=\"cta-button cta-main-price px-8 py-4 w-full text-xl hover:bg-yellow-500 wa-trigger\"\n                                data-wa-msg-es=\"Quiero comprar 1 kilo de algarroba\"\n                                data-wa-msg-en=\"I want to buy 1 kilo of carob\"\n                                data-i18n=\"cta_2\">\n                               COMPRAR 1 KILO\n                            <\/a>\n                            <p class=\"text-base font-bold text-accent-cta mt-3\" data-i18n=\"price_2_note\">\u00a1Env\u00edo gratis a partir de $40!<\/p>\n                        <\/div>\n\n                        <!-- Producto 3: 5 Kilos (5000g) -->\n                        <div class=\"bg-white rounded-xl p-6 shadow-2xl flex flex-col items-center price-card-3\">\n                            <h3 class=\"text-2xl font-extrabold text-primary mb-2\" data-i18n=\"price_3_title\">5 Kilos (Ahorro)<\/h3>\n                            <p class=\"text-lg font-medium mb-4\" data-i18n=\"price_3_subtitle\" style=\"color: var(--color-primary);\">El mejor precio a granel<\/p>\n                            <p class=\"text-4xl font-black mb-6\" style=\"color: var(--color-primary);\">$45 <span class=\"text-xl font-normal\" data-i18n=\"price_3_unit\">\/ unidad<\/span><\/p>\n                            \n                            <!-- BOT\u00d3N: Color Verde (A\u00f1ade clase wa-trigger) -->\n                            <a href=\"#\" class=\"cta-button px-8 py-3 w-full text-lg hover:bg-green-700 wa-trigger\"\n                                data-wa-msg-es=\"Quiero comprar 5 kilos de algarroba\"\n                                data-wa-msg-en=\"I want to buy 5 kilos of carob\"\n                                data-i18n=\"cta_3\" style=\"background-color: var(--color-accent-health); color: white;\">\n                               COMPRAR 5 KILOS\n                            <\/a>\n                            <p class=\"text-base font-bold text-accent-health mt-3\" data-i18n=\"price_3_note\">\u00a1Env\u00edo gratis incluido!<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Footer -->\n            <footer class=\"bg-gray-800 py-8 px-4 text-white\">\n                <div class=\"max-w-6xl mx-auto text-center md:flex md:justify-between md:items-center\">\n                    <!-- Texto del footer (Corregido a color blanco y sin el a\u00f1o) -->\n                    <p class=\"text-sm mb-4 md:mb-0 footer-text\" data-i18n=\"footer_copyright\">Algarroba Viva | Un producto de AgroVida. Fincas PachaMamita.<\/p>\n                    <div class=\"flex justify-center md:justify-end space-x-6 text-lg\">\n                        <a href=\"#beneficios\" class=\"hover:text-accent-cta\" data-i18n=\"nav_beneficios\">Beneficios<\/a>\n                        <a href=\"#precios\" class=\"hover:text-accent-cta\" data-i18n=\"nav_precios\">Precios<\/a>\n                        <!-- Enlace de Contacto del Footer - Activa el chat (A\u00f1ade clase wa-trigger) -->\n                        <a href=\"#\" id=\"footer-contacto\" class=\"hover:text-accent-cta font-bold wa-trigger\" \n                            data-wa-msg-es=\"Quiero contactar para comprar\"\n                            data-wa-msg-en=\"I want to contact to purchase\"\n                            data-i18n=\"footer_contacto\">Contacto<\/a>\n                    <\/div>\n                <\/div>\n            <\/footer>\n        <\/div>\n    <\/div>\n        \n    <!-- Script de Funcionalidad y Traducci\u00f3n (Con Delegaci\u00f3n de Eventos) -->\n    <script>\n        const WHATSAPP_NUMBER = '593998746266';\n        let currentLang = 'es';\n\n        const translations = {\n            es: {\n                app_title: \"Algarroba Viva - Nutrici\u00f3n Superior y Sabor Natural\", app_title_short: \"Algarroba Viva\",\n                nav_beneficios: \"Beneficios\", nav_usos: \"Usos\", nav_precios: \"Precios\", nav_comprar: \"Comprar\", nav_lang_switch: \"EN\", \n                hero_title_part1: \"Algarrobo Puro:\", hero_title_part2: \"Nutrici\u00f3n Superior\", hero_subtitle_part1: \"Tu superalimento definitivo.\", hero_subtitle_part2: \"CERO CAFE\u00cdNA, CERO GRASA, M\u00c1S CALCIO.<br>Obt\u00e9n vitalidad sin estimulantes, ideal para toda la familia.\",\n                hero_feature_1: \"\u2705 +Fibra Natural\", hero_feature_2: \"\u2705 Bajo I.G.\", hero_feature_3: \"\u2705 Triple Calcio\", cta_hero: \"CONTACTAR PARA COMPRAR AHORA\",\n                origen_title: \"Cultivado con Prop\u00f3sito, Cosechado con Respecto\", origen_p1: \"Esta es la Algarroba Viva, un superalimento que producimos con mucho cuidado y respeto por la naturaleza.\", origen_p2: \"Las vainas han sido cosechadas y seleccionadas por nosotros mismos, directamente de nuestra finca, donde los algarrobos crecen de manera org\u00e1nica en el bosque seco tropical, en las estribaciones de la Cordillera Chong\u00f3n\u2013Colonche.\", origen_p3: \"Un proceso 100% artesanal, org\u00e1nico y justo para llevar lo mejor de la tierra a tu mesa.\", origen_img_alt: \"Cultivo de Algarroba y Cordillera Chong\u00f3n\u2013Colonche\",\n                benefits_title: \"Los Secretos de la Algarroba. 6 razones para elegrila.\", \n                benefit_1_title: \"Digesti\u00f3n Perfecta y Saciedad\", benefit_1_text: \"Rica en fibra soluble e insoluble. Mejora tu digesti\u00f3n, da saciedad y ayuda a regular colesterol y az\u00facar en sangre.\", \n                benefit_2_title: \"Estabilizador de Energ\u00eda (Bajo IG)\", benefit_2_text: \"Con bajo \u00edndice gluc\u00e9mico, evita los picos bruscos de az\u00facar. Ideal para el control de la glucosa y energ\u00eda sostenida.\", \n                benefit_3_title: \"100% Sin Gluten y Seguro\", benefit_3_text: \"Es totalmente sin gluten, lo que la hace la alternativa ideal para cel\u00edacos o sensibles. Un ingrediente seguro para toda la reposter\u00eda.\", \n                benefit_4_title: \"Bomba de Minerales Esenciales\", benefit_4_text: \"Fuente de Calcio, Potasio, Magnesio, Hierro y Zinc. Refuerza tu sistema \u00f3seo y aporta micronutrientes esenciales para el d\u00eda a d\u00eda.\", \n                benefit_5_title: \"Tu Escudo de Protecci\u00f3n Natural\", benefit_5_text: \"Rica en polifenoles, potentes antioxidantes que combaten los radicales libres, protegiendo tus c\u00e9lulas y promoviendo un bienestar duradero.\", \n                benefit_6_title: \"Sabor Delicioso sin Culpa\", benefit_6_text: \"Con un sabor que recuerda al cacao, pero m\u00e1s dulce y suave. \u00dasala en bebidas, postres y reposter\u00eda como sustituto saludable.\",\n                \n                recipes_title: \"Ideas para el Uso delicioso y saludable\", tab_calientes: \"Bebidas Calientes\", tab_frias: \"Bebidas Fr\u00edas\", tab_postres: \"Postres Crudos\", tab_reposteria: \"Reposter\u00eda Tradicional\", \n                recipe_hot_title: \"Chocofee Saludable (Sustituto de Caf\u00e9\/Cacao)\", \n                recipe_hot_title_1: \"Chocofee B\u00e1sico\", recipe_hot_list_1: \"Mezcla 1-2 cucharadas de Algarroba Viva en una taza de leche caliente (vegetal o de vaca).\", recipe_hot_list_2: \"Endulza al gusto (Stevia o panela recomendadas).\", recipe_hot_list_3: \"Disfruta de una bebida oscura, reconfortante y energ\u00e9tica, \u00a1sin cafe\u00edna!\",\n                recipe_hot_title_2: \"Caf\u00e9 de Algarroba con Especias\", recipe_hot_list_4: \"A\u00f1ade canela y clavo a tu mezcla caliente para un sabor a\u00fan m\u00e1s complejo y reconfortante.\",\n                \n                recipe_cold_title: \"Batido Energ\u00e9tico de Algarroba\", \n                recipe_cold_title_1: \"Batido B\u00e1sico\", recipe_cold_list_1: \"Lic\u00faa 1 guineo maduro, 1 taza de leche vegetal fr\u00eda, 1 cucharada de Algarroba Viva y un chorrito de vainilla.\", recipe_cold_list_2: \"Agrega hielo al gusto para una textura m\u00e1s espesa.\", recipe_cold_list_3: \"Ideal para el desayuno o despu\u00e9s de entrenar, proporciona carbohidratos, fibra y energ\u00eda limpia.\",\n                recipe_cold_title_2: \"Bebida Deportiva Natural\", recipe_cold_list_4: \"Mezcla agua de coco, un poco de algarroba y una pizca de sal marina. Hidrataci\u00f3n con minerales extra.\",\n                \n                recipe_dessert_title: \"Trufas Crudas de Algarroba\", \n                recipe_dessert_title_1: \"Trufas Cl\u00e1sicas\", recipe_dessert_list_1: \"Mezcla 1 taza de d\u00e1tiles, 1\/2 taza de nueces (o almendras) y 3 cucharadas de Algarroba Viva en un procesador.\", recipe_dessert_list_2: \"Forma bolitas con la mezcla y refrigera por 30 minutos.\", recipe_dessert_list_3: \"Un snack lleno de fibra y antioxidantes.\",\n                recipe_dessert_title_2: \"Topping Nutritivo\", recipe_dessert_list_4: \"Simplemente espolvorea Algarroba Viva sobre tu yogur o taz\u00f3n de *smoothie* para un toque de chocolate, calcio y fibra.\",\n                \n                recipe_bakery_title: \"Galletas Integrales de Algarroba\", \n                recipe_bakery_title_1: \"Mezcla de Harina\", recipe_bakery_list_1: \"Sustituye la harina blanca com\u00fan por una mezcla de harina integral y Algarroba Viva (hasta un 25%).\", recipe_bakery_list_2: \"Esto aumentar\u00e1 el aporte de calcio y fibra de tu receta sin alterar la textura.\", recipe_bakery_list_3: \"Perfecto para muffins, panqueques y galletas caseras.\",\n                recipe_bakery_title_2: \"Panqueques Saludables\", recipe_bakery_list_4: \"Agrega 1-2 cucharadas de algarroba a tu masa de panqueques regular para un desayuno rico en minerales y con sabor a chocolate.\",\n\n                pricing_title: \"Escoge tu Pack de Vitalidad\", pricing_subtitle: \"Selecciona la cantidad que mejor se adapte a tu consumo y el de tu familia.\",\n                price_1_title: \"1 Libra (500g)\", price_1_subtitle: \"Para probar nuestro sabor\", price_1_unit: \"\/ unidad\", price_1_note: \"Costo de env\u00edo no incluido.\", cta_1: \"COMPRAR 1 LIBRA\",\n                price_2_tag: \"M\u00c1S POPULAR\", price_2_title: \"1 Kilo (1000g)\", price_2_subtitle: \"Ahorra por unidad de peso\", price_2_unit: \"\/ unidad\", cta_2: \"COMPRAR 1 KILO\",\n                price_2_note: \"\u00a1Env\u00edo gratis a partir de $40!\", \n                price_3_title: \"5 Kilos (Ahorro)\", price_3_subtitle: \"El mejor precio a granel\", price_3_unit: \"\/ unidad\", price_3_note: \"\u00a1Env\u00edo gratis incluido!\", cta_3: \"COMPRAR 5 KILOS\", footer_copyright: \"Algarroba Viva | Un producto de AgroVida. Fincas PachaMamita.\", footer_contacto: \"Contacto\",\n            },\n            en: {\n                app_title: \"Algarroba Viva - Superior Nutrition and Natural Flavor\", app_title_short: \"Algarroba Viva\",\n                nav_beneficios: \"Benefits\", nav_usos: \"Uses\", nav_precios: \"Pricing\", nav_comprar: \"Buy Now\", nav_lang_switch: \"ES\", \n                hero_title_part1: \"Pure Carob:\", hero_title_part2: \"Superior Nutrition\", hero_subtitle_part1: \"Your definitive superfood.\", hero_subtitle_part2: \"ZERO CAFFEINE, ZERO FAT, MORE CALCIUM.<br>Gain vitality without stimulants, perfect for the whole family.\",\n                hero_feature_1: \"\u2705 +Natural Fiber\", hero_feature_2: \"\u2705 Low G.I.\", hero_feature_3: \"\u2705 Triple Calcium\", cta_hero: \"CONTACT TO BUY NOW\",\n                origen_title: \"Grown with Purpose, Harvested with Respect\", origen_p1: \"This is Algarroba Viva (Live Carob), a superfood that we produce with great care and respect for nature.\", origen_p2: \"The carob pods have been harvested and selected by us, directly from our farm, where the carob trees grow organically in the tropical dry forest, in the foothills of the Chong\u00f3n\u2013Colonche Mountain Range.\", origen_p3: \"A 100% artisan, organic, and fair process to bring the best of the earth to your table.\", origen_img_alt: \"Carob Farm and Chong\u00f3n\u2013Colonche Mountain Range\",\n                benefits_title: \"The Secrets of Carob. 6 reasons to choose it.\", \n                benefit_1_title: \"Perfect Digestion & Satiety\", benefit_1_text: \"Rich in soluble and insoluble fiber. Improves digestion, provides satiety, and helps regulate cholesterol and blood sugar.\", \n                benefit_2_title: \"Energy Stabilizer (Low G.I.)\", benefit_2_text: \"With a low glycemic index, it avoids sudden sugar spikes. Ideal for glucose control and sustained energy.\", \n                benefit_3_title: \"100% Gluten-Free and Safe\", benefit_3_text: \"It is totally gluten-free, making it the ideal alternative for celiacs or sensitive individuals. A safe ingredient for all baking.\", \n                benefit_4_title: \"Essential Mineral Powerhouse\", benefit_4_text: \"Source of Calcium, Potassium, Magnesium, Iron, and Zinc. Strengthens your bone system and provides essential micronutrients for daily life.\", \n                benefit_5_title: \"Your Natural Protection Shield\", benefit_5_text: \"Rich in polyphenols, potent antioxidants that fight free radicals, protecting your cells and promoting lasting well-being.\", \n                benefit_6_title: \"Delicious Taste without Guilt\", benefit_6_text: \"With a flavor reminiscent of cocoa, but sweeter and smoother. Use it in drinks, desserts, and baking as a healthy substitute.\",\n                \n                recipes_title: \"Ideas for Delicious and Healthy Use\", tab_calientes: \"Hot Drinks\", tab_frias: \"Cold Drinks\", tab_postres: \"Raw Desserts\", tab_reposteria: \"Traditional Baking\", \n                recipe_hot_title: \"Healthy Chocofee (Coffee\/Cocoa Substitute)\", \n                recipe_hot_title_1: \"Basic Chocofee\", recipe_hot_list_1: \"Mix 1-2 tablespoons of Algarroba Viva in a cup of hot milk (vegetable or dairy).\", recipe_hot_list_2: \"Sweeten to taste (Stevia or Panela recommended).\", recipe_hot_list_3: \"Enjoy a dark, comforting, and energizing drink\u2014caffeine-free!\",\n                recipe_hot_title_2: \"Spiced Carob Coffee\", recipe_hot_list_4: \"Add cinnamon and clove to your hot mix for an even more complex and comforting flavor.\",\n                \n                recipe_cold_title: \"Carob Energy Smoothie\", \n                recipe_cold_title_1: \"Basic Smoothie\", recipe_cold_list_1: \"Blend 1 ripe banana, 1 cup of cold vegetable milk, 1 tablespoon of Algarroba Viva, and a dash of vanilla.\", recipe_cold_list_2: \"Add ice to taste for a thicker texture.\", recipe_cold_list_3: \"Ideal for breakfast or post-workout, providing carbs, fiber, and clean energy.\",\n                recipe_cold_title_2: \"Natural Sports Drink\", recipe_cold_list_4: \"Mix coconut water, a little carob, and a pinch of sea salt. Hydration with extra minerals.\",\n                \n                recipe_dessert_title: \"Raw Carob Truffles\", \n                recipe_dessert_title_1: \"Classic Truffles\", recipe_dessert_list_1: \"Mix 1 cup of dates, 1\/2 cup of nuts (or almonds), and 3 tablespoons of Algarroba Viva in a food processor.\", recipe_dessert_list_2: \"Form balls with the mixture and refrigerate for 30 minutes.\", recipe_dessert_list_3: \"A snack packed with fiber and antioxidants.\",\n                recipe_dessert_title_2: \"Nutritious Topping\", recipe_dessert_list_4: \"Simply sprinkle Algarroba Viva over your yogurt or smoothie bowl for a touch of chocolate, calcium, and fiber.\",\n                \n                recipe_bakery_title: \"Whole Wheat Carob Cookies\", \n                recipe_bakery_title_1: \"Flour Mix\", recipe_bakery_list_1: \"Substitute white flour with a mix of whole wheat flour and Algarroba Viva (up to 25%).\", recipe_bakery_list_2: \"This will increase the calcium and fiber content of your recipe without changing the texture.\", recipe_bakery_list_3: \"Perfect for muffins, pancakes, and cookies.\",\n                recipe_bakery_title_2: \"Healthy Pancakes\", recipe_bakery_list_4: \"Add 1-2 tablespoons of carob to your regular pancake batter for a mineral-rich, chocolate-flavored breakfast.\",\n\n                pricing_title: \"Choose Your Vitality Pack\", pricing_subtitle: \"Select the quantity that best suits your consumption and that of your family.\",\n                price_1_title: \"1 Pound (500g)\", price_1_subtitle: \"To try our flavor\", price_1_unit: \"\/ unit\", price_1_note: \"Shipping cost not included.\", cta_1: \"BUY 1 POUND\",\n                price_2_tag: \"MOST POPULAR\", price_2_title: \"1 Kilo (1000g)\", price_2_subtitle: \"Save per unit weight\", price_2_unit: \"\/ unit\", cta_2: \"BUY 1 KILO\",\n                price_2_note: \"Free shipping starting from $40!\", \n                price_3_title: \"5 Kilos (Savings)\", price_3_subtitle: \"The best bulk price\", price_3_unit: \"\/ unit\", price_3_note: \"Free shipping included!\", cta_3: \"BUY 5 KILOS\", footer_copyright: \"Algarroba Viva | A product of AgroVida. PachaMamita Farms.\", footer_contacto: \"Contact\",\n            }\n        };\n\n        \/\/ Funci\u00f3n reutilizable para manejar clics y mensajes de WhatsApp\n        function handleCtaClick(e, element) {\n            e.preventDefault();\n            \n            const msgAttr = currentLang === 'es' ? 'data-wa-msg-es' : 'data-wa-msg-en';\n            \/\/ Lee el mensaje directamente del atributo de dato del elemento que fue clickeado\n            const message = element.getAttribute(msgAttr); \n\n            if (message) {\n                const encodedMessage = encodeURIComponent(message);\n                const url = `https:\/\/wa.me\/${WHATSAPP_NUMBER}?text=${encodedMessage}`;\n                window.location.href = url;\n            }\n        }\n\n        function updateText(lang) {\n            const elements = document.querySelectorAll('[data-i18n]');\n            elements.forEach(el => {\n                const key = el.getAttribute('data-i18n');\n                if (translations[lang] && translations[lang][key]) {\n                    \n                    \/\/ Solo usa innerHTML para el subt\u00edtulo del hero\n                    if (el.classList.contains('hero-subtitle-strong')) {\n                        el.innerHTML = translations[lang][key]; \n                    } else {\n                        \/\/ Para todos los dem\u00e1s, usa textContent\n                        el.textContent = translations[lang][key];\n                    }\n                }\n            });\n\n            \/\/ Actualiza atributos y el t\u00edtulo de la p\u00e1gina\n            const img = document.querySelector('img[data-i18n-alt]');\n            if (img) {\n                const key = img.getAttribute('data-i18n-alt');\n                if (translations[lang] && translations[lang][key]) {\n                    img.alt = translations[lang][key];\n                }\n            }\n\n            const titleEl = document.querySelector('title');\n            if (titleEl) {\n                titleEl.textContent = translations[lang].app_title;\n            }\n        }\n\n        function toggleLanguage() {\n            currentLang = currentLang === 'es' ? 'en' : 'es';\n            updateText(currentLang);\n        }\n        \n        document.addEventListener('DOMContentLoaded', () => {\n            \/\/ Inicializa el idioma por defecto\n            updateText(currentLang);\n\n            \/\/ --- L\u00d3GICA DE MANEJO DE EVENTOS DELEGADO (Soluci\u00f3n de estabilidad) ---\n            \/\/ Escucha clics en todo el documento y delega solo a los elementos con la clase 'wa-trigger'\n            document.addEventListener('click', (e) => {\n                \/\/ Busca el 'wa-trigger' m\u00e1s cercano al elemento clickeado.\n                const target = e.target.closest('.wa-trigger');\n\n                if (target) {\n                    handleCtaClick(e, target);\n                }\n            });\n            \n            \/\/ --- L\u00f3gica de Pesta\u00f1as de Recetas (Mantenida) ---\n            const tabs = document.querySelectorAll('.recipe-tab');\n            const contents = document.querySelectorAll('.recipe-content');\n\n            function deactivateAll() {\n                tabs.forEach(tab => tab.classList.remove('active'));\n                contents.forEach(content => {\n                    content.style.display = 'none';\n                    content.classList.remove('active'); \n                });\n            }\n\n            tabs.forEach(tab => {\n                tab.addEventListener('click', (event) => {\n                    const targetId = event.target.getAttribute('data-target');\n                    const targetContent = document.getElementById(targetId);\n                    \n                    if (targetContent && targetContent.classList.contains('active')) return; \n\n                    deactivateAll();\n                    \n                    event.target.classList.add('active');\n                    \n                    if (targetContent) {\n                        targetContent.style.display = 'block';\n                        setTimeout(() => {\n                            targetContent.classList.add('active');\n                        }, 10);\n                    }\n                });\n            });\n            \n            \/\/ Inicializaci\u00f3n de la pesta\u00f1a por defecto\n            deactivateAll(); \n\n            const defaultTab = document.querySelector('.recipe-tab[data-target=\"bebidas-calientes\"]');\n            const defaultContent = document.getElementById('bebidas-calientes');\n            if (defaultTab && defaultContent) {\n                defaultTab.classList.add('active');\n                defaultContent.style.display = 'block';\n                defaultContent.classList.add('active');\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><a href=\"http:\/\/www.pachamamitaecu.org\" target=\"_blank\" rel=\" noreferrer noopener\"><img decoding=\"async\" width=\"800\" height=\"800\" data-src=\"https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2024\/04\/Diseno-sin-titulo-11-800x800.png\" alt=\"\" class=\"wp-image-2972 lazyload\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;object-fit:cover;width:120px;height:119px\" data-srcset=\"https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2024\/04\/Diseno-sin-titulo-11-800x800.png 800w, https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2024\/04\/Diseno-sin-titulo-11-400x400.png 400w, https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2024\/04\/Diseno-sin-titulo-11-280x280.png 280w, https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2024\/04\/Diseno-sin-titulo-11-768x768.png 768w, https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2024\/04\/Diseno-sin-titulo-11.png 1080w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" \/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Algarroba Viva &#8211; Nutrici\u00f3n Superior y Sabor Natural Algarroba Viva Beneficios Usos Precios EN Comprar Algarrobo Puro: Nutrici\u00f3n Superior y Sabor Natural. Tu superalimento definitivo. CERO CAFE\u00cdNA, CERO GRASA, M\u00c1S CALCIO.Obt\u00e9n vitalidad sin estimulantes, ideal para toda la familia. CONTACTAR PARA COMPRAR AHORA \u2705 +Fibra Natural \u2705 Bajo I.G. \u2705 Triple Calcio Cultivado con Prop\u00f3sito, [&#8230;]\n","protected":false},"author":1,"featured_media":3474,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank-landingpage.php","meta":{"footnotes":""},"class_list":["post-3448","page","type-page","status-publish","has-post-thumbnail","hentry"],"a3_pvc":{"activated":false,"total_views":0,"today_views":0},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Harina de Algarrobo en Ecuador - PachaMamita Ecuador<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pachamamitaecu.org\/es_es\/harina-de-algarrobo-en-ecuador\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Harina de Algarrobo en Ecuador\" \/>\n<meta property=\"og:description\" content=\"Algarroba Viva &#8211; Nutrici\u00f3n Superior y Sabor Natural Algarroba Viva Beneficios Usos Precios EN Comprar Algarrobo Puro: Nutrici\u00f3n Superior y Sabor Natural. Tu superalimento definitivo. CERO CAFE\u00cdNA, CERO GRASA, M\u00c1S CALCIO.Obt\u00e9n vitalidad sin estimulantes, ideal para toda la familia. CONTACTAR PARA COMPRAR AHORA \u2705 +Fibra Natural \u2705 Bajo I.G. \u2705 Triple Calcio Cultivado con Prop\u00f3sito, [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pachamamitaecu.org\/es_es\/harina-de-algarrobo-en-ecuador\/\" \/>\n<meta property=\"og:site_name\" content=\"PachaMamita Ecuador\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pachamamitaecu\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-09T14:27:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2025\/12\/Harina-de-Algarrobo-en-Ecuador.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/harina-de-algarrobo-en-ecuador\\\/\",\"url\":\"https:\\\/\\\/pachamamitaecu.org\\\/harina-de-algarrobo-en-ecuador\\\/\",\"name\":\"Harina de Algarrobo en Ecuador - PachaMamita Ecuador\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/es_es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/harina-de-algarrobo-en-ecuador\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/harina-de-algarrobo-en-ecuador\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pachamamitaecu.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Harina-de-Algarrobo-en-Ecuador.jpg\",\"datePublished\":\"2025-12-08T04:06:08+00:00\",\"dateModified\":\"2025-12-09T14:27:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/harina-de-algarrobo-en-ecuador\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pachamamitaecu.org\\\/harina-de-algarrobo-en-ecuador\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/harina-de-algarrobo-en-ecuador\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pachamamitaecu.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Harina-de-Algarrobo-en-Ecuador.jpg\",\"contentUrl\":\"https:\\\/\\\/pachamamitaecu.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Harina-de-Algarrobo-en-Ecuador.jpg\",\"width\":1200,\"height\":675,\"caption\":\"Harina de Algarrobo en Ecuador\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/harina-de-algarrobo-en-ecuador\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/pachamamitaecu.org\\\/es_es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Harina de Algarrobo en Ecuador\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/es_es\\\/#website\",\"url\":\"https:\\\/\\\/pachamamitaecu.org\\\/es_es\\\/\",\"name\":\"PachaMamita Ecuador\",\"description\":\"CULTURA. AGROECOLOG\u00cdA. TURISMO Y CONSUMO RESPONSABLE-ECUADOR.\",\"publisher\":{\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/es_es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pachamamitaecu.org\\\/es_es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/es_es\\\/#organization\",\"name\":\"PachaMamita Ecuador\",\"url\":\"https:\\\/\\\/pachamamitaecu.org\\\/es_es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/es_es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pachamamitaecu.org\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/cropped-Diseno-sin-titulo-13.png\",\"contentUrl\":\"https:\\\/\\\/pachamamitaecu.org\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/cropped-Diseno-sin-titulo-13.png\",\"width\":512,\"height\":512,\"caption\":\"PachaMamita Ecuador\"},\"image\":{\"@id\":\"https:\\\/\\\/pachamamitaecu.org\\\/es_es\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/pachamamitaecu\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Harina de Algarrobo en Ecuador - PachaMamita Ecuador","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pachamamitaecu.org\/es_es\/harina-de-algarrobo-en-ecuador\/","og_locale":"es_ES","og_type":"article","og_title":"Harina de Algarrobo en Ecuador","og_description":"Algarroba Viva &#8211; Nutrici\u00f3n Superior y Sabor Natural Algarroba Viva Beneficios Usos Precios EN Comprar Algarrobo Puro: Nutrici\u00f3n Superior y Sabor Natural. Tu superalimento definitivo. CERO CAFE\u00cdNA, CERO GRASA, M\u00c1S CALCIO.Obt\u00e9n vitalidad sin estimulantes, ideal para toda la familia. CONTACTAR PARA COMPRAR AHORA \u2705 +Fibra Natural \u2705 Bajo I.G. \u2705 Triple Calcio Cultivado con Prop\u00f3sito, [...]","og_url":"https:\/\/pachamamitaecu.org\/es_es\/harina-de-algarrobo-en-ecuador\/","og_site_name":"PachaMamita Ecuador","article_publisher":"https:\/\/www.facebook.com\/pachamamitaecu","article_modified_time":"2025-12-09T14:27:41+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2025\/12\/Harina-de-Algarrobo-en-Ecuador.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pachamamitaecu.org\/harina-de-algarrobo-en-ecuador\/","url":"https:\/\/pachamamitaecu.org\/harina-de-algarrobo-en-ecuador\/","name":"Harina de Algarrobo en Ecuador - PachaMamita Ecuador","isPartOf":{"@id":"https:\/\/pachamamitaecu.org\/es_es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pachamamitaecu.org\/harina-de-algarrobo-en-ecuador\/#primaryimage"},"image":{"@id":"https:\/\/pachamamitaecu.org\/harina-de-algarrobo-en-ecuador\/#primaryimage"},"thumbnailUrl":"https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2025\/12\/Harina-de-Algarrobo-en-Ecuador.jpg","datePublished":"2025-12-08T04:06:08+00:00","dateModified":"2025-12-09T14:27:41+00:00","breadcrumb":{"@id":"https:\/\/pachamamitaecu.org\/harina-de-algarrobo-en-ecuador\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pachamamitaecu.org\/harina-de-algarrobo-en-ecuador\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/pachamamitaecu.org\/harina-de-algarrobo-en-ecuador\/#primaryimage","url":"https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2025\/12\/Harina-de-Algarrobo-en-Ecuador.jpg","contentUrl":"https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2025\/12\/Harina-de-Algarrobo-en-Ecuador.jpg","width":1200,"height":675,"caption":"Harina de Algarrobo en Ecuador"},{"@type":"BreadcrumbList","@id":"https:\/\/pachamamitaecu.org\/harina-de-algarrobo-en-ecuador\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/pachamamitaecu.org\/es_es\/"},{"@type":"ListItem","position":2,"name":"Harina de Algarrobo en Ecuador"}]},{"@type":"WebSite","@id":"https:\/\/pachamamitaecu.org\/es_es\/#website","url":"https:\/\/pachamamitaecu.org\/es_es\/","name":"PachaMamita Ecuador","description":"CULTURA. AGROECOLOG\u00cdA. TURISMO Y CONSUMO RESPONSABLE-ECUADOR.","publisher":{"@id":"https:\/\/pachamamitaecu.org\/es_es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pachamamitaecu.org\/es_es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/pachamamitaecu.org\/es_es\/#organization","name":"PachaMamita Ecuador","url":"https:\/\/pachamamitaecu.org\/es_es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/pachamamitaecu.org\/es_es\/#\/schema\/logo\/image\/","url":"https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2024\/04\/cropped-Diseno-sin-titulo-13.png","contentUrl":"https:\/\/pachamamitaecu.org\/wp-content\/uploads\/2024\/04\/cropped-Diseno-sin-titulo-13.png","width":512,"height":512,"caption":"PachaMamita Ecuador"},"image":{"@id":"https:\/\/pachamamitaecu.org\/es_es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pachamamitaecu"]}]}},"_links":{"self":[{"href":"https:\/\/pachamamitaecu.org\/es_es\/wp-json\/wp\/v2\/pages\/3448","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pachamamitaecu.org\/es_es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pachamamitaecu.org\/es_es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pachamamitaecu.org\/es_es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pachamamitaecu.org\/es_es\/wp-json\/wp\/v2\/comments?post=3448"}],"version-history":[{"count":56,"href":"https:\/\/pachamamitaecu.org\/es_es\/wp-json\/wp\/v2\/pages\/3448\/revisions"}],"predecessor-version":[{"id":3513,"href":"https:\/\/pachamamitaecu.org\/es_es\/wp-json\/wp\/v2\/pages\/3448\/revisions\/3513"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pachamamitaecu.org\/es_es\/wp-json\/wp\/v2\/media\/3474"}],"wp:attachment":[{"href":"https:\/\/pachamamitaecu.org\/es_es\/wp-json\/wp\/v2\/media?parent=3448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}