{"id":522,"date":"2026-04-04T15:34:32","date_gmt":"2026-04-04T15:34:32","guid":{"rendered":"https:\/\/staging.cura.energy\/pricing\/"},"modified":"2026-04-22T20:35:01","modified_gmt":"2026-04-22T20:35:01","slug":"pricing","status":"publish","type":"page","link":"https:\/\/cura.energy\/es\/pricing\/","title":{"rendered":"Plans &amp; Pricing"},"content":{"rendered":"\n<div class=\"cura-plans\">\n    <div class=\"cura-plans__toggle\">\n        <button class=\"cura-plans__period cura-plans__period--active\" data-period=\"monthly\">\n            Mensual        <\/button>\n        <button class=\"cura-plans__period\" data-period=\"annual\">\n            Anual        <\/button>\n    <\/div>\n\n    <div class=\"cura-plans__grid\">\n                <div class=\"cura-plans__card \">\n            \n            <div class=\"cura-plans__card-inner\">\n                <h3 class=\"cura-plans__card-name\">Despertar<\/h3>\n\n                <div class=\"cura-plans__card-price\" data-monthly=\"39\" data-annual=\"390\">\n                    <span class=\"cura-plans__price-amount\">$39<\/span>\n                    <span class=\"cura-plans__price-period\">\/por usuario<\/span>\n                <\/div>\n\n                                    <p class=\"cura-plans__card-description\">Tu camino, tu ritmo. Accede a nuestra biblioteca curada de contenidos y comienza tu transformaci\u00f3n.<\/p>\n                \n                <ul class=\"cura-plans__features\">\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Acceso a todo el contenido digital                    <\/li>\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Todas las experiencias digitales                    <\/li>\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Descuento del 10% a nuestros retiros                    <\/li>\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Descuento del 20% a nuestros cursos                    <\/li>\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Newsletter mensual                    <\/li>\n                                        <li class=\"cura-plans__feature cura-plans__feature--inactive\">\n                        <span class=\"cura-plans__feature-icon\">&#10007;<\/span>\n                        Sesiones 1:1 con facilitadores                    <\/li>\n                                        <li class=\"cura-plans__feature cura-plans__feature--inactive\">\n                        <span class=\"cura-plans__feature-icon\">&#10007;<\/span>\n                        Reserva prioritaria                    <\/li>\n                                    <\/ul>\n\n                                    <button class=\"cura-plans__cta\" data-plan-id=\"530\">\n                        Seleccionar plan                    <\/button>\n                            <\/div>\n        <\/div>\n                <div class=\"cura-plans__card cura-plans__card--highlighted\">\n                            <div class=\"cura-plans__card-badge\">Plan m\u00e1s popular<\/div>\n            \n            <div class=\"cura-plans__card-inner\">\n                <h3 class=\"cura-plans__card-name\">Expansi\u00f3n<\/h3>\n\n                <div class=\"cura-plans__card-price\" data-monthly=\"130\" data-annual=\"1300\">\n                    <span class=\"cura-plans__price-amount\">$130<\/span>\n                    <span class=\"cura-plans__price-period\">\/por usuario<\/span>\n                <\/div>\n\n                                    <p class=\"cura-plans__card-description\">Todas las funciones de Despertar m\u00e1s sesiones 1:1 con nuestros facilitadores seleccionados y contenido exclusivo.<\/p>\n                \n                <ul class=\"cura-plans__features\">\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Todas las funciones de Despertar +                    <\/li>\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Sesi\u00f3n mensual 1:1 con un experto                    <\/li>\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Contenido exclusivo                    <\/li>\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Descuento del 10% a nuestros retiros                    <\/li>\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Descuento del 20% a nuestros cursos                    <\/li>\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Reserva prioritaria en experiencias                    <\/li>\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Canal mastermind privado                    <\/li>\n                                        <li class=\"cura-plans__feature \">\n                        <span class=\"cura-plans__feature-icon\">&#10003;<\/span>\n                        Acceso completo a la biblioteca                    <\/li>\n                                    <\/ul>\n\n                                    <button class=\"cura-plans__cta\" data-plan-id=\"531\">\n                        Seleccionar plan                    <\/button>\n                            <\/div>\n        <\/div>\n            <\/div>\n<\/div>\n\n<script>\n(function() {\n    var toggle = document.querySelectorAll('.cura-plans__period');\n    var prices = document.querySelectorAll('.cura-plans__card-price');\n\n    toggle.forEach(function(btn) {\n        btn.addEventListener('click', function() {\n            toggle.forEach(function(b) { b.classList.remove('cura-plans__period--active'); });\n            btn.classList.add('cura-plans__period--active');\n            var period = btn.dataset.period;\n\n            prices.forEach(function(el) {\n                var amount = period === 'annual' ? el.dataset.annual : el.dataset.monthly;\n                el.querySelector('.cura-plans__price-amount').textContent = '$' + Math.round(parseFloat(amount));\n            });\n        });\n    });\n\n    var isLoggedIn = false;\n    var isDemoMode = false;\n\n    document.querySelectorAll('.cura-plans__cta[data-plan-id]').forEach(function(btn) {\n        btn.addEventListener('click', function() {\n            \/\/ Redirect to login if not logged in\n            if (!isLoggedIn) {\n                window.location.href = 'https:\/\/cura.energy\/es\/iniciar-sesion\/?redirect=https:\/\/cura.energy\/es\/pricing\/';\n                return;\n            }\n\n            var planId = btn.dataset.planId;\n            var period = document.querySelector('.cura-plans__period--active').dataset.period;\n\n            \/\/ Demo mode: activate directly\n            if (isDemoMode) {\n                btn.disabled = true; btn.textContent = '...';\n                var demoForm = new FormData();\n                demoForm.append('action', 'cura_demo_activate_membership');\n                demoForm.append('plan_id', planId);\n                demoForm.append('_nonce', 'dca2423089');\n                fetch('https:\/\/cura.energy\/wp-admin\/admin-ajax.php', { method: 'POST', body: demoForm })\n                    .then(function(r) { return r.json(); })\n                    .then(function(d) {\n                        if (d.success) { window.location.href = 'https:\/\/cura.energy\/es\/mi-cuenta\/'; }\n                        else { alert(d.data.message); btn.disabled = false; btn.textContent = 'Seleccionar plan'; }\n                    });\n                return;\n            }\n\n            \/\/ Stripe mode\n            var form = new FormData();\n            form.append('action', 'cura_subscribe');\n            form.append('plan_id', planId);\n            form.append('period', period);\n            form.append('_nonce', '07730da9a5');\n\n            btn.disabled = true;\n            btn.textContent = '...';\n\n            fetch('https:\/\/cura.energy\/wp-admin\/admin-ajax.php', { method: 'POST', body: form })\n                .then(function(r) { return r.json(); })\n                .then(function(data) {\n                    if (data.success && data.data.redirect) {\n                        window.location.href = data.data.redirect;\n                    } else {\n                        alert(data.data.message || 'Error');\n                        btn.disabled = false;\n                        btn.textContent = 'Seleccionar plan';\n                    }\n                });\n        });\n    });\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-522","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cura.energy\/es\/wp-json\/wp\/v2\/pages\/522","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cura.energy\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cura.energy\/es\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/cura.energy\/es\/wp-json\/wp\/v2\/comments?post=522"}],"version-history":[{"count":2,"href":"https:\/\/cura.energy\/es\/wp-json\/wp\/v2\/pages\/522\/revisions"}],"predecessor-version":[{"id":532,"href":"https:\/\/cura.energy\/es\/wp-json\/wp\/v2\/pages\/522\/revisions\/532"}],"wp:attachment":[{"href":"https:\/\/cura.energy\/es\/wp-json\/wp\/v2\/media?parent=522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}