header, footer, .wp-site-blocks > header, .wp-site-blocks > footer, .site-header, .site-footer, .wp-block-template-part, .wp-block-post-title { display:none !important; } main, .site-main { margin-top:0 !important; padding-top:0 !important; padding-bottom:0 !important; } @import url(‘https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Montserrat:wght@300;400;600&display=swap’); :root { –primary: #1b3d2f; –accent: #b8860b; –bg: #fdfbf7; } #energia-sagrada-root { font-family: ‘Montserrat’, sans-serif; background-color: var(–bg); color: #2c2c2c; min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 15px; } #energia-sagrada-root h1, #energia-sagrada-root h2, #energia-sagrada-root h3, #energia-sagrada-root .brand-font { font-family: ‘Cinzel’, serif; } .quiz-card { box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 1px solid rgba(184, 134, 11, 0.2); background: white; border-radius: 1rem; width: 100%; max-width: 32rem; padding: 1.5rem; position: relative; overflow: hidden; margin-top: 1.5rem; } @media (min-width: 768px) { .quiz-card { padding: 2.5rem; } } .option-btn { transition: all 0.3s ease; border: 1.5px solid #e2e8f0; width: 100%; text-align: left; padding: 1.25rem; border-radius: 0.75rem; background: white; font-weight: 500; color: #4a5568; margin-bottom: 1rem; cursor: pointer; font-size: 16px; } .option-btn:hover { border-color: var(–accent); background-color: #fcf9f0; transform: translateY(-2px); } .progress-fill { transition: width 0.5s ease-in-out; background: linear-gradient(90deg, var(–primary), var(–accent)); } .loading-dots:after { content: ‘.’; animation: dots 1.5s steps(5, end) infinite; } @keyframes dots { 0%, 20% { content: ‘.’; } 40% { content: ‘..’; } 60% { content: ‘…’; } 80%, 100% { content: ”; } } @keyframes pulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(27, 61, 47, 0.4); } 70% { transform: scale(1.03); box-shadow: 0 0 0 15px rgba(27, 61, 47, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(27, 61, 47, 0); } } .cta-pulse { animation: pulse 2s infinite; } .bonus-badge { background: #fff; border-left: 4px solid var(–accent); padding: 0.75rem; border-radius: 0.25rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); } .loader-ring { display: inline-block; position: relative; width: 80px; height: 80px; } .loader-ring div { box-sizing: border-box; display: block; position: absolute; width: 64px; height: 64px; margin: 8px; border: 4px solid var(–accent); border-radius: 50%; animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: var(–accent) transparent transparent transparent; } .loader-ring div:nth-child(1) { animation-delay: -0.45s; } .loader-ring div:nth-child(2) { animation-delay: -0.3s; } .loader-ring div:nth-child(3) { animation-delay: -0.15s; } @keyframes loader-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .es-center { text-align: center; } .es-mb-6 { margin-bottom: 1.5rem; } .es-mb-4 { margin-bottom: 1rem; } .es-mb-8 { margin-bottom: 2rem; } .es-mt-8 { margin-top: 2rem; } .es-mt-10 { margin-top: 2.5rem; } .es-hidden { display: none; } .es-w-full { width: 100%; } .es-max-xl { max-width: 36rem; } .es-max-xs { max-width: 20rem; } .es-upper { text-transform: uppercase; } .es-small { font-size: 12px; } .es-xs { font-size: 10px; } .es-note { font-size: 9px; color: #9ca3af; text-align: center; } .es-title { font-size: 2rem; font-weight: 700; color: #1b3d2f; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; } .es-subtitle { font-size: 15px; color: #374151; font-weight: 500; line-height: 1.6; margin-bottom: 1rem; } .es-highlight { color: #b8860b; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1.5rem; } .es-box { background: rgba(27, 61, 47, 0.05); border-top: 1px solid rgba(184,134,11,.2); border-bottom: 1px solid rgba(184,134,11,.2); padding: 1rem 1.5rem; border-radius: .5rem; width: 100%; box-sizing: border-box; } .es-box ul { text-align: left; display: inline-block; margin: 0; padding-left: 0; list-style: none; } .es-box li { margin: .5rem 0; color: #4b5563; font-size: 13px; } .es-progress-top { display: flex; justify-content: space-between; font-size: 10px; margin-bottom: .5rem; color: #9ca3af; text-transform: uppercase; font-weight: 700; letter-spacing: .08em; } .es-progress-bg { width: 100%; background: #f3f4f6; height: 6px; border-radius: 999px; overflow: hidden; } .es-question { font-size: 1.7rem; font-weight: 600; margin-bottom: 2rem; color: #1f2937; line-height: 1.4; } .es-flex-col { display: flex; flex-direction: column; } .es-greenbox { padding: 1.25rem; background: #f0f4f1; border-radius: .75rem; border: 1px solid #bbf7d0; } .es-grid { display: grid; grid-template-columns: 1fr; gap: .75rem; } .es-cta { display: inline-block; width: 100%; background: #1b3d2f; color: #fff !important; font-weight: 700; padding: 1.25rem; border-radius: .75rem; font-size: 1.1rem; box-shadow: 0 10px 20px rgba(0,0,0,.12); transition: all .3s ease; text-transform: uppercase; letter-spacing: .08em; text-align: center; text-decoration: none !important; box-sizing: border-box; } .es-cta:hover { background: #254d3c; color: #fff; } @media (min-width: 768px) { .es-title { font-size: 2.5rem; } .es-grid { grid-template-columns: 1fr 1fr; } .es-question { font-size: 2rem; } }

Energía Sagrada

Miles de personas están descubriendo que el cansancio emocional y los bloqueos pueden tener un origen energético.

Responde estas preguntas y descubre qué está afectando tu energía hoy.

En menos de 1 minuto descubrirás:

  • ✦ Si tu energía está bloqueada
  • ✦ Qué tipo de limpieza necesitas
  • ✦ Qué baño puede ayudarte
Progreso del Diagnóstico 1 de 10

¿Sientes que, incluso después de una noche de sueño, despiertas cansado(a) o con el cuerpo pesado?

Iniciando análisis…

Por favor, espera un momento

Análisis Completado

Estado Vibratorio: Saturado

Tus respuestas indican que has llegado a un punto de saturación energética. Tus canales están obstruidos por residuos externos, lo que crea una barrera invisible en tu prosperidad y salud mental.

Tu Protocolo de Limpieza Personalizado:

  • SISTEMA DE LAS 7 HIERBAS SAGRADAS
  • GUÍA MAESTRO: MÁS DE 80 BAÑOS DE PODER

Material Principal

Manual de Prosperidad Silenciosa

Material Principal

Kit Energético S.O.S

Bono Exclusivo

Mapa del Hogar Próspero

Bono Exclusivo

Ritual de Luna Llena

Bono Exclusivo

Diario Energético – 7 Días

Bono Exclusivo

Guía de Protección Diaria

Contenido original en Español para preservar la força de los rituales.

¡SÍ! QUIERO MI LIMPIEZA AHORA

Acceso inmediato tras el pago seguro

Este diagnóstico se basa en principios de terapia holística y sabiduría ancestral de las hierbas.

(function() { const questions = [ { q: “¿Sientes que, incluso después de una noche de sueño, despiertas cansado(a) o con el cuerpo pesado?”, options: [“Sí, casi todos los días”, “A veces, en épocas de estrés”, “No, despierto bien”] }, { q: “¿Cómo describirías el ambiente de tu hogar hoy?”, options: [“Tenso, pesado, las cosas no fluyen”, “Normal, pero falta vitalidad”, “Ligero y armonioso”] }, { q: “¿Sientes que por más que te esfuerces mentalmente, existe una barrera invisible que te impide avanzar?”, options: [“Sí, siento que algo me frena”, “A veces me siento estancado(a)”, “No, siento que progreso”] }, { q: “¿Ya has tenido la sensación de que, cuando algo bueno va a suceder, surge un obstáculo de la nada?”, options: [“Sí, ocurre con frecuencia”, “Ha ocurrido algunas veces”, “No, mi vida fluye bien”] }, { q: “¿Sientes que absorbes el humor o la negatividad de otras personas con facilidad?”, options: [“Sí, soy una esponja energética”, “A veces me siento afectado(a)”, “No, soy bastante blindado(a)”] }, { q: “¿Crees que la limpieza espiritual debe ser tan regular como la higiene del cuerpo físico?”, options: [“Sí, es fundamental”, “Creo, pero no sé cómo hacerlo”, “Aún no estoy seguro(a)”] }, { q: “¿Qué área de tu vida sientes que está más bloqueada ahora?”, options: [“Prosperidad y Finanzas”, “Amor y Relaciones”, “Paz Mental y Sueño”, “Salud y Vitalidad”] }, { q: “¿Si no realizas una limpieza hoy, crees que tu situación energética mejorará sola o seguirá acumulando densidad?”, options: [“Seguirá acumulándose si no actúo”, “No lo sé, tengo miedo de que empeore”, “Creo que mejorará sola”] }, { q: “¿Estás dispuesto(a) a dedicar 15 minutos para un ritual que puede cambiar tu vibración?”, options: [“Sí, estoy listo(a)”, “Tal vez, si es sencillo”, “Lo pensaré”] }, { q: “¿Si tuvieras una guía basada en la sabiduría latina original para resolver esto, la aplicarías hoy?”, options: [“Sí, quiero empezar ahora”, “Me gustaría conocer el método”, “No tengo interés”] } ]; let currentStep = 0; const questionContainer = document.getElementById(‘question-container’); const questionText = document.getElementById(‘question-text’); const optionsGrid = document.getElementById(‘options-grid’); const progressBar = document.getElementById(‘progress-bar’); const stepCount = document.getElementById(‘step-count’); const loadingView = document.getElementById(‘loading-view’); const loadingStatus = document.getElementById(‘loading-status’); const loadingProgress = document.getElementById(‘loading-progress’); const resultView = document.getElementById(‘result-view’); const progressContainer = document.getElementById(‘progress-container’); const loadingMessages = [ “Analizando tus respuestas…”, “Identificando bloqueos en tu aura…”, “Midiendo nivel de saturación energética…”, “Buscando correspondencias en el Guía Maestro…”, “Filtrando las 7 Hierbas Sagradas para tu caso…”, “Finalizando diagnóstico personalizado…” ]; function loadQuestion() { const current = questions[currentStep]; questionText.innerText = current.q; optionsGrid.innerHTML = ”; current.options.forEach(opt => { const btn = document.createElement(‘button’); btn.className = ‘option-btn’; btn.innerText = opt; btn.onclick = () => nextStep(); optionsGrid.appendChild(btn); }); const percent = ((currentStep + 1) / questions.length) * 100; progressBar.style.width = percent + ‘%’; stepCount.innerText = `${currentStep + 1} de ${questions.length}`; } function nextStep() { if (currentStep { if (messageIndex < loadingMessages.length) { loadingStatus.innerText = loadingMessages[messageIndex]; loadingProgress.style.width = ((messageIndex + 1) / loadingMessages.length) * 100 + "%"; messageIndex++; } else { clearInterval(interval); showResult(); } }, 1200); } function showResult() { loadingView.classList.add('es-hidden'); resultView.classList.remove('es-hidden'); document.getElementById('quiz-box').style.borderColor = '#b8860b'; const element = document.getElementById('energia-sagrada-root'); if (element) { element.scrollIntoView({ behavior: 'smooth', block: 'start' }); } } loadQuestion(); })();