{"id":340,"date":"2025-10-21T15:45:10","date_gmt":"2025-10-21T13:45:10","guid":{"rendered":"https:\/\/laurentischlerneurocoach.com\/?page_id=340"},"modified":"2025-10-21T15:59:48","modified_gmt":"2025-10-21T13:59:48","slug":"test-ejemplo","status":"publish","type":"page","link":"https:\/\/laurentischlerneurocoach.com\/index.php\/test-ejemplo\/","title":{"rendered":"Test Ejemplo"},"content":{"rendered":"<p>[et_pb_section fb_built=\u00bb1&#8243; _builder_version=\u00bb4.27.4&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb][et_pb_row _builder_version=\u00bb4.27.4&#8243; _module_preset=\u00bbdefault\u00bb][et_pb_column _builder_version=\u00bb4.27.4&#8243; _module_preset=\u00bbdefault\u00bb type=\u00bb4_4&#8243;][et_pb_code _builder_version=\u00bb4.27.4&#8243; _module_preset=\u00bbdefault\u00bb hover_enabled=\u00bb0&#8243; sticky_enabled=\u00bb0&#8243;]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f339-o1\" lang=\"es-ES\" dir=\"ltr\" data-wpcf7-id=\"339\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php\/wp-json\/wp\/v2\/pages\/340#wpcf7-f339-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Formulario de contacto\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"339\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.2\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"es_ES\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f339-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><!DOCTYPE html>\n<\/p>\n<html lang=\"es\">\n\t<head>\n <meta charset=\"UTF-8\" \/>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n\t\t<title>Test de Procrastinaci\u00f3n\n\t\t<\/title>\n\t\t<style>\n .quiz-container * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n\n .quiz-container {\n font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n background: linear-gradient(135deg, #130f2c 0%, #2a1f5c 100%);\n padding: 20px;\n border-radius: 20px;\n max-width: 800px;\n margin: 0 auto;\n }\n\n .quiz-inner {\n background: white;\n border-radius: 20px;\n overflow: hidden;\n box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);\n }\n\n .quiz-header {\n background: linear-gradient(135deg, #130f2c 0%, #2a1f5c 100%);\n color: #e3eff3;\n padding: 40px 30px;\n text-align: center;\n }\n\n .quiz-header h1 {\n font-size: 2em;\n margin-bottom: 10px;\n font-weight: 600;\n color: #ffffff;\n text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);\n }\n\n .quiz-header p {\n font-size: 1.1em;\n opacity: 1;\n line-height: 1.6;\n color: #ffffff;\n }\n\n .quiz-progress {\n background: #e3eff3;\n padding: 20px 30px;\n }\n\n .progress-bar {\n width: 100%;\n height: 8px;\n background: #d0dfe5;\n border-radius: 10px;\n overflow: hidden;\n }\n\n .progress-fill {\n height: 100%;\n background: linear-gradient(90deg, #130f2c, #4a3f8c);\n width: 12.5%;\n transition: width 0.3s ease;\n border-radius: 10px;\n }\n\n .progress-text {\n margin-top: 10px;\n text-align: center;\n color: #130f2c;\n font-weight: 600;\n font-size: 0.95em;\n }\n\n .quiz-content {\n padding: 40px 30px;\n }\n\n .quiz-question {\n display: none;\n }\n\n .quiz-question.active {\n display: block;\n animation: fadeIn 0.5s ease;\n }\n\n @keyframes fadeIn {\n from {\n opacity: 0;\n transform: translateY(20px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n }\n\n .quiz-question h2 {\n color: #130f2c;\n font-size: 1.5em;\n margin-bottom: 30px;\n line-height: 1.4;\n }\n\n .quiz-options {\n display: flex;\n flex-direction: column;\n gap: 15px;\n }\n\n .quiz-option {\n background: #f8fbfc;\n border: 2px solid #e3eff3;\n border-radius: 12px;\n padding: 20px;\n cursor: pointer;\n transition: all 0.3s ease;\n position: relative;\n }\n\n .quiz-option:hover {\n border-color: #130f2c;\n background: #e3eff3;\n transform: translateX(5px);\n }\n\n .quiz-option.selected {\n background: #130f2c;\n border-color: #130f2c;\n color: #e3eff3;\n }\n\n .quiz-navigation {\n display: flex;\n justify-content: space-between;\n margin-top: 40px;\n gap: 15px;\n }\n\n .quiz-btn {\n padding: 15px 35px;\n border: none;\n border-radius: 10px;\n font-size: 1.05em;\n font-weight: 600;\n cursor: pointer;\n transition: all 0.3s ease;\n }\n\n .quiz-btn-back {\n background: #e3eff3;\n color: #130f2c;\n display: none;\n }\n\n .quiz-btn-back:hover {\n background: #d0dfe5;\n }\n\n .quiz-btn-next {\n background: #130f2c;\n color: #e3eff3;\n flex: 1;\n }\n\n .quiz-btn-next:hover:not(:disabled) {\n background: #2a1f5c;\n transform: translateY(-2px);\n box-shadow: 0 5px 15px rgba(19, 15, 44, 0.3);\n }\n\n .quiz-btn:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n .quiz-result {\n display: none;\n text-align: center;\n }\n\n .quiz-result.active {\n display: block;\n animation: fadeIn 0.5s ease;\n }\n\n .result-icon {\n font-size: 4em;\n margin-bottom: 20px;\n }\n\n .quiz-result h2 {\n color: #130f2c;\n font-size: 2em;\n margin-bottom: 15px;\n }\n\n .quiz-result h3 {\n color: #4a3f8c;\n font-size: 1.3em;\n margin-bottom: 25px;\n font-weight: 500;\n }\n\n .result-description {\n background: #f8fbfc;\n padding: 30px;\n border-radius: 12px;\n margin-bottom: 30px;\n text-align: left;\n }\n\n .result-description p {\n color: #2c2c2c;\n line-height: 1.8;\n margin-bottom: 15px;\n font-size: 1.05em;\n }\n\n .result-description strong {\n color: #130f2c;\n display: block;\n margin-top: 20px;\n margin-bottom: 10px;\n font-size: 1.1em;\n }\n\n .result-recommendation {\n background: linear-gradient(135deg, #130f2c 0%, #2a1f5c 100%);\n color: #e3eff3;\n padding: 25px;\n border-radius: 12px;\n margin-bottom: 20px;\n }\n\n .result-recommendation strong {\n display: block;\n margin-bottom: 10px;\n font-size: 1.1em;\n }\n\n .result-final {\n margin-top: 30px;\n padding: 25px;\n background: #e3eff3;\n border-radius: 12px;\n color: #130f2c;\n }\n\n .result-final p {\n line-height: 1.8;\n margin-bottom: 10px;\n }\n\n @media (max-width: 600px) {\n .quiz-header h1 {\n font-size: 1.5em;\n }\n\n .quiz-header p {\n font-size: 1em;\n }\n\n .quiz-content {\n padding: 30px 20px;\n }\n\n .quiz-question h2 {\n font-size: 1.2em;\n }\n\n .quiz-option {\n padding: 15px;\n }\n\n .quiz-btn {\n padding: 12px 25px;\n font-size: 1em;\n }\n\n .quiz-result h2 {\n font-size: 1.5em;\n }\n }\n\t\t<\/style>\n\t<\/head>\n\t<body>\n\t\t<div class=\"quiz-container\">\n\t\t\t<div class=\"quiz-inner\">\n\t\t\t\t<div class=\"quiz-header\">\n\t\t\t\t\t<h1>\u00bfQu\u00e9 Tipo de Procrastinadora Sos?\n\t\t\t\t\t<\/h1>\n\t\t\t\t\t<p>Descubr\u00ed tu patr\u00f3n mental y c\u00f3mo reentrenar tu cerebro para la acci\u00f3n\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"quiz-progress\">\n\t\t\t\t\t<div class=\"progress-bar\">\n\t\t\t\t\t\t<div class=\"progress-fill\" id=\"quizProgressBar\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"progress-text\" id=\"quizProgressText\">\n\t\t\t\t\t\t<p>Pregunta 1 de 8\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"quiz-content\">\n\t\t\t\t\t<div id=\"quizQuestions\">\n <!-- Pregunta 1 -->\n\t\t\t\t\t\t<div class=\"quiz-question active\" data-q=\"1\">\n\t\t\t\t\t\t\t<h2>Cuando ten\u00e9s que empezar algo importante...\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Espero a tener todo perfectamente listo antes de arrancar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Me entusiasmo, pero enseguida me distraigo con otra idea.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Dudo por d\u00f3nde empezar y me quedo pensando demasiado.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Siento cansancio o falta de energ\u00eda, aunque s\u00e9 que deber\u00eda hacerlo.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 2 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"2\">\n\t\t\t\t\t\t\t<h2>\u00bfQu\u00e9 sent\u00eds cuando posterg\u00e1s una tarea?\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Ansiedad o miedo de hacerlo mal.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Culpa mezclada con aburrimiento o desconexi\u00f3n.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Duda o inseguridad sobre si estoy eligiendo bien.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Frustraci\u00f3n o agotamiento mental.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 3 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"3\">\n\t\t\t\t\t\t\t<h2>\u00bfQu\u00e9 suele hacerte finalmente accionar?\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Que el tiempo o la presi\u00f3n me obliguen.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Que algo nuevo me inspire o me motive.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Que tenga claridad total sobre el paso exacto a seguir.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Que haya descansado o recupere energ\u00eda mental.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 4 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"4\">\n\t\t\t\t\t\t\t<h2>Cuando te propon\u00e9s una meta...\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Hac\u00e9s listas detalladas y planific\u00e1s, pero tard\u00e1s en ejecutar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Ten\u00e9s muchas ideas, pero te cuesta sostener una rutina.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Analiz\u00e1s cada opci\u00f3n hasta sentirte segura antes de actuar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Empez\u00e1s con fuerza, pero te desconect\u00e1s cuando est\u00e1s cansada.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 5 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"5\">\n\t\t\t\t\t\t\t<h2>\u00bfQu\u00e9 te frustra m\u00e1s de vos misma?\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Sentir que nunca es suficiente.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>No poder mantener el foco.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Pensar tanto que pierdo impulso.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Saber lo que quiero, pero no tener energ\u00eda para hacerlo.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 6 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"6\">\n\t\t\t\t\t\t\t<h2>Si tuvieras m\u00e1s claridad, \u00bfqu\u00e9 cambiar\u00eda?\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Empezar\u00eda sin tanto miedo al error.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Podr\u00eda mantenerme enfocada sin distraerme.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Tomar\u00eda decisiones m\u00e1s r\u00e1pido.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Recuperar\u00eda motivaci\u00f3n y energ\u00eda para accionar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 7 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"7\">\n\t\t\t\t\t\t\t<h2>Cuando ten\u00e9s varios frentes al mismo tiempo...\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Me sobreorganizo o intento controlar todo.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Hago un poco de cada cosa, pero me disperso.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Me paralizo porque no s\u00e9 por d\u00f3nde arrancar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Me saturo y necesito parar o desconectarme.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 8 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"8\">\n\t\t\t\t\t\t\t<h2>Si pudieras mejorar algo en vos hoy...\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Soltar la necesidad de hacerlo perfecto.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Aprender a mantener foco en lo importante.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Confiar en mis decisiones y avanzar sin dudar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Recuperar energ\u00eda y bienestar sin sentir culpa.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"quiz-navigation\">\n\t\t\t\t\t\t<p><button class=\"quiz-btn quiz-btn-back\" id=\"quizBackBtn\">\u2190 Anterior<\/button><br \/>\n<button class=\"quiz-btn quiz-btn-next\" id=\"quizNextBtn\" disabled>Siguiente \u2192<\/button>\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\n <!-- Resultados -->\n\t\t\t\t\t<div class=\"quiz-result\" id=\"quizResultA\">\n\t\t\t\t\t\t<div class=\"result-icon\">\n\t\t\t\t\t\t\t<p>\ud83c\udfaf\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h2>La Perfeccionista Controladora\n\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t<h3>Tu mente busca seguridad antes que acci\u00f3n\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t<div class=\"result-description\">\n\t\t\t\t\t\t\t<p>Te cuesta soltar el control porque tu cerebro asocia \"hacerlo perfecto\" con \"estar a salvo\".\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>El problema es que eso te deja en pausa constante.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p><strong>Tu entrenamiento mental: aprender a accionar sin garant\u00edas.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Empez\u00e1 por pasos peque\u00f1os, celebr\u00e1 el progreso y entren\u00e1 tu mente a tolerar el error como parte del avance.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-recommendation\">\n\t\t\t\t\t\t\t<p><strong>Primera recomendaci\u00f3n:<\/strong><br \/>\nMasterclass \"Acci\u00f3n consistente: del intento al h\u00e1bito\"\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-final\">\n\t\t\t\t\t\t\t<p><strong>Tu mente tiene un patr\u00f3n, pero tambi\u00e9n la capacidad de reentrenarse.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Lo importante no es forzarte a \"hacer m\u00e1s\", sino aprender a usar tu cerebro a tu favor.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"quiz-result\" id=\"quizResultB\">\n\t\t\t\t\t\t<div class=\"result-icon\">\n\t\t\t\t\t\t\t<p>\u2728\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h2>La Creativa Dispersa\n\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t<h3>Tu cerebro ama la novedad y se aburre con la rutina\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t<div class=\"result-description\">\n\t\t\t\t\t\t\t<p>Ten\u00e9s energ\u00eda y visi\u00f3n, pero te cuesta sostener foco porque tu dopamina busca est\u00edmulos nuevos todo el tiempo.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p><strong>Tu entrenamiento mental: anclar la atenci\u00f3n con rituales.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Bloques cortos de enfoque, cierre consciente de tareas y recompensas peque\u00f1as te van a ayudar a avanzar sin dispersarte.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-recommendation\">\n\t\t\t\t\t\t\t<p><strong>Primera recomendaci\u00f3n:<\/strong><br \/>\nPrograma RESET de Foco \u2013 4 semanas\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-final\">\n\t\t\t\t\t\t\t<p><strong>Tu mente tiene un patr\u00f3n, pero tambi\u00e9n la capacidad de reentrenarse.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Lo importante no es forzarte a \"hacer m\u00e1s\", sino aprender a usar tu cerebro a tu favor.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"quiz-result\" id=\"quizResultC\">\n\t\t\t\t\t\t<div class=\"result-icon\">\n\t\t\t\t\t\t\t<p>\ud83e\udde0\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h2>La Anal\u00edtica Paralizada\n\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t<h3>Tu mente busca certeza antes de moverse\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t<div class=\"result-description\">\n\t\t\t\t\t\t\t<p>La claridad real llega despu\u00e9s de accionar. Tu cerebro se queda en \"modo an\u00e1lisis\" para evitar la incomodidad de decidir.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p><strong>Tu entrenamiento mental: acci\u00f3n guiada por preguntas.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Us\u00e1 frases como \u00bfQu\u00e9 paso peque\u00f1o puedo dar hoy? \u00bfQu\u00e9 puedo probar, sin necesitar garant\u00edas?\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-recommendation\">\n\t\t\t\t\t\t\t<p><strong>Primera recomendaci\u00f3n:<\/strong><br \/>\nReserv\u00e1 tu sesi\u00f3n 1:1 conmigo\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-final\">\n\t\t\t\t\t\t\t<p><strong>Tu mente tiene un patr\u00f3n, pero tambi\u00e9n la capacidad de reentrenarse.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Lo importante no es forzarte a \"hacer m\u00e1s\", sino aprender a usar tu cerebro a tu favor.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"quiz-result\" id=\"quizResultD\">\n\t\t\t\t\t\t<div class=\"result-icon\">\n\t\t\t\t\t\t\t<p>\ud83d\udcab\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h2>La Agotada Desconectada\n\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t<h3>Tu procrastinaci\u00f3n no viene de la pereza\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t<div class=\"result-description\">\n\t\t\t\t\t\t\t<p>Viene del agotamiento mental y emocional. Tu cerebro est\u00e1 saturado y necesita recuperar energ\u00eda antes de volver a accionar.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p><strong>Tu entrenamiento mental: restaurar tu sistema antes de empujarte m\u00e1s.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Microh\u00e1bitos de descanso, regulaci\u00f3n emocional y enfoque amable.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-recommendation\">\n\t\t\t\t\t\t\t<p><strong>Primera recomendaci\u00f3n:<\/strong><br \/>\nPrograma RESET de Foco \u2013 4 semanas\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-final\">\n\t\t\t\t\t\t\t<p><strong>Tu mente tiene un patr\u00f3n, pero tambi\u00e9n la capacidad de reentrenarse.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Lo importante no es forzarte a \"hacer m\u00e1s\", sino aprender a usar tu cerebro a tu favor.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<p><script>\n (function() {\n var currentQ = 1;\n var totalQ = 8;\n var answers = {};\n\n function updateProgress() {\n var progress = (currentQ \/ totalQ) * 100;\n document.getElementById('quizProgressBar').style.width = progress + '%';\n document.getElementById('quizProgressText').textContent = 'Pregunta ' + currentQ + ' de ' + totalQ;\n }\n\n function showResult() {\n var counts = { A: 0, B: 0, C: 0, D: 0 };\n for (var key in answers) {\n counts[answers[key]]++;\n }\n\n var maxCount = 0;\n var resultType = 'A';\n for (var type in counts) {\n if (counts[type] > maxCount) {\n maxCount = counts[type];\n resultType = type;\n }\n }\n\n document.getElementById('quizQuestions').style.display = 'none';\n document.querySelector('.quiz-navigation').style.display = 'none';\n document.querySelector('.quiz-progress').style.display = 'none';\n document.getElementById('quizResult' + resultType).classList.add('active');\n }\n\n \/\/ Click en opciones\n var options = document.querySelectorAll('.quiz-option');\n for (var i = 0; i < options.length; i++) {\n options[i].addEventListener('click', function() {\n var question = this.closest('.quiz-question');\n var qNum = question.getAttribute('data-q');\n var allOptions = question.querySelectorAll('.quiz-option');\n \n for (var j = 0; j < allOptions.length; j++) {\n allOptions[j].classList.remove('selected');\n }\n \n this.classList.add('selected');\n answers[qNum] = this.getAttribute('data-value');\n document.getElementById('quizNextBtn').disabled = false;\n });\n }\n\n \/\/ Bot\u00f3n siguiente\n document.getElementById('quizNextBtn').addEventListener('click', function() {\n if (currentQ < totalQ) {\n var current = document.querySelector('.quiz-question[data-q=\"' + currentQ + '\"]');\n current.classList.remove('active');\n \n currentQ++;\n var next = document.querySelector('.quiz-question[data-q=\"' + currentQ + '\"]');\n next.classList.add('active');\n \n updateProgress();\n document.getElementById('quizBackBtn').style.display = 'block';\n \n if (!answers[currentQ]) {\n document.getElementById('quizNextBtn').disabled = true;\n }\n \n if (currentQ === totalQ) {\n document.getElementById('quizNextBtn').textContent = 'Ver Resultado';\n }\n } else {\n showResult();\n }\n });\n\n \/\/ Bot\u00f3n anterior\n document.getElementById('quizBackBtn').addEventListener('click', function() {\n if (currentQ > 1) {\n var current = document.querySelector('.quiz-question[data-q=\"' + currentQ + '\"]');\n current.classList.remove('active');\n \n currentQ--;\n var prev = document.querySelector('.quiz-question[data-q=\"' + currentQ + '\"]');\n prev.classList.add('active');\n \n updateProgress();\n \n if (currentQ === 1) {\n this.style.display = 'none';\n }\n \n document.getElementById('quizNextBtn').disabled = false;\n document.getElementById('quizNextBtn').textContent = 'Siguiente \u2192';\n }\n });\n })();\n <\/script>\n\t\t<\/p>\n\t<\/body>\n<\/html><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f339-o2\" lang=\"es-ES\" dir=\"ltr\" data-wpcf7-id=\"339\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php\/wp-json\/wp\/v2\/pages\/340#wpcf7-f339-o2\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Formulario de contacto\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"339\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.2\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"es_ES\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f339-o2\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><!DOCTYPE html>\n<\/p>\n<html lang=\"es\">\n\t<head>\n <meta charset=\"UTF-8\" \/>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n\t\t<title>Test de Procrastinaci\u00f3n\n\t\t<\/title>\n\t\t<style>\n .quiz-container * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n\n .quiz-container {\n font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n background: linear-gradient(135deg, #130f2c 0%, #2a1f5c 100%);\n padding: 20px;\n border-radius: 20px;\n max-width: 800px;\n margin: 0 auto;\n }\n\n .quiz-inner {\n background: white;\n border-radius: 20px;\n overflow: hidden;\n box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);\n }\n\n .quiz-header {\n background: linear-gradient(135deg, #130f2c 0%, #2a1f5c 100%);\n color: #e3eff3;\n padding: 40px 30px;\n text-align: center;\n }\n\n .quiz-header h1 {\n font-size: 2em;\n margin-bottom: 10px;\n font-weight: 600;\n color: #ffffff;\n text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);\n }\n\n .quiz-header p {\n font-size: 1.1em;\n opacity: 1;\n line-height: 1.6;\n color: #ffffff;\n }\n\n .quiz-progress {\n background: #e3eff3;\n padding: 20px 30px;\n }\n\n .progress-bar {\n width: 100%;\n height: 8px;\n background: #d0dfe5;\n border-radius: 10px;\n overflow: hidden;\n }\n\n .progress-fill {\n height: 100%;\n background: linear-gradient(90deg, #130f2c, #4a3f8c);\n width: 12.5%;\n transition: width 0.3s ease;\n border-radius: 10px;\n }\n\n .progress-text {\n margin-top: 10px;\n text-align: center;\n color: #130f2c;\n font-weight: 600;\n font-size: 0.95em;\n }\n\n .quiz-content {\n padding: 40px 30px;\n }\n\n .quiz-question {\n display: none;\n }\n\n .quiz-question.active {\n display: block;\n animation: fadeIn 0.5s ease;\n }\n\n @keyframes fadeIn {\n from {\n opacity: 0;\n transform: translateY(20px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n }\n\n .quiz-question h2 {\n color: #130f2c;\n font-size: 1.5em;\n margin-bottom: 30px;\n line-height: 1.4;\n }\n\n .quiz-options {\n display: flex;\n flex-direction: column;\n gap: 15px;\n }\n\n .quiz-option {\n background: #f8fbfc;\n border: 2px solid #e3eff3;\n border-radius: 12px;\n padding: 20px;\n cursor: pointer;\n transition: all 0.3s ease;\n position: relative;\n }\n\n .quiz-option:hover {\n border-color: #130f2c;\n background: #e3eff3;\n transform: translateX(5px);\n }\n\n .quiz-option.selected {\n background: #130f2c;\n border-color: #130f2c;\n color: #e3eff3;\n }\n\n .quiz-navigation {\n display: flex;\n justify-content: space-between;\n margin-top: 40px;\n gap: 15px;\n }\n\n .quiz-btn {\n padding: 15px 35px;\n border: none;\n border-radius: 10px;\n font-size: 1.05em;\n font-weight: 600;\n cursor: pointer;\n transition: all 0.3s ease;\n }\n\n .quiz-btn-back {\n background: #e3eff3;\n color: #130f2c;\n display: none;\n }\n\n .quiz-btn-back:hover {\n background: #d0dfe5;\n }\n\n .quiz-btn-next {\n background: #130f2c;\n color: #e3eff3;\n flex: 1;\n }\n\n .quiz-btn-next:hover:not(:disabled) {\n background: #2a1f5c;\n transform: translateY(-2px);\n box-shadow: 0 5px 15px rgba(19, 15, 44, 0.3);\n }\n\n .quiz-btn:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n .quiz-result {\n display: none;\n text-align: center;\n }\n\n .quiz-result.active {\n display: block;\n animation: fadeIn 0.5s ease;\n }\n\n .result-icon {\n font-size: 4em;\n margin-bottom: 20px;\n }\n\n .quiz-result h2 {\n color: #130f2c;\n font-size: 2em;\n margin-bottom: 15px;\n }\n\n .quiz-result h3 {\n color: #4a3f8c;\n font-size: 1.3em;\n margin-bottom: 25px;\n font-weight: 500;\n }\n\n .result-description {\n background: #f8fbfc;\n padding: 30px;\n border-radius: 12px;\n margin-bottom: 30px;\n text-align: left;\n }\n\n .result-description p {\n color: #2c2c2c;\n line-height: 1.8;\n margin-bottom: 15px;\n font-size: 1.05em;\n }\n\n .result-description strong {\n color: #130f2c;\n display: block;\n margin-top: 20px;\n margin-bottom: 10px;\n font-size: 1.1em;\n }\n\n .result-recommendation {\n background: linear-gradient(135deg, #130f2c 0%, #2a1f5c 100%);\n color: #e3eff3;\n padding: 25px;\n border-radius: 12px;\n margin-bottom: 20px;\n }\n\n .result-recommendation strong {\n display: block;\n margin-bottom: 10px;\n font-size: 1.1em;\n }\n\n .result-final {\n margin-top: 30px;\n padding: 25px;\n background: #e3eff3;\n border-radius: 12px;\n color: #130f2c;\n }\n\n .result-final p {\n line-height: 1.8;\n margin-bottom: 10px;\n }\n\n @media (max-width: 600px) {\n .quiz-header h1 {\n font-size: 1.5em;\n }\n\n .quiz-header p {\n font-size: 1em;\n }\n\n .quiz-content {\n padding: 30px 20px;\n }\n\n .quiz-question h2 {\n font-size: 1.2em;\n }\n\n .quiz-option {\n padding: 15px;\n }\n\n .quiz-btn {\n padding: 12px 25px;\n font-size: 1em;\n }\n\n .quiz-result h2 {\n font-size: 1.5em;\n }\n }\n\t\t<\/style>\n\t<\/head>\n\t<body>\n\t\t<div class=\"quiz-container\">\n\t\t\t<div class=\"quiz-inner\">\n\t\t\t\t<div class=\"quiz-header\">\n\t\t\t\t\t<h1>\u00bfQu\u00e9 Tipo de Procrastinadora Sos?\n\t\t\t\t\t<\/h1>\n\t\t\t\t\t<p>Descubr\u00ed tu patr\u00f3n mental y c\u00f3mo reentrenar tu cerebro para la acci\u00f3n\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"quiz-progress\">\n\t\t\t\t\t<div class=\"progress-bar\">\n\t\t\t\t\t\t<div class=\"progress-fill\" id=\"quizProgressBar\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"progress-text\" id=\"quizProgressText\">\n\t\t\t\t\t\t<p>Pregunta 1 de 8\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"quiz-content\">\n\t\t\t\t\t<div id=\"quizQuestions\">\n <!-- Pregunta 1 -->\n\t\t\t\t\t\t<div class=\"quiz-question active\" data-q=\"1\">\n\t\t\t\t\t\t\t<h2>Cuando ten\u00e9s que empezar algo importante...\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Espero a tener todo perfectamente listo antes de arrancar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Me entusiasmo, pero enseguida me distraigo con otra idea.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Dudo por d\u00f3nde empezar y me quedo pensando demasiado.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Siento cansancio o falta de energ\u00eda, aunque s\u00e9 que deber\u00eda hacerlo.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 2 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"2\">\n\t\t\t\t\t\t\t<h2>\u00bfQu\u00e9 sent\u00eds cuando posterg\u00e1s una tarea?\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Ansiedad o miedo de hacerlo mal.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Culpa mezclada con aburrimiento o desconexi\u00f3n.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Duda o inseguridad sobre si estoy eligiendo bien.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Frustraci\u00f3n o agotamiento mental.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 3 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"3\">\n\t\t\t\t\t\t\t<h2>\u00bfQu\u00e9 suele hacerte finalmente accionar?\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Que el tiempo o la presi\u00f3n me obliguen.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Que algo nuevo me inspire o me motive.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Que tenga claridad total sobre el paso exacto a seguir.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Que haya descansado o recupere energ\u00eda mental.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 4 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"4\">\n\t\t\t\t\t\t\t<h2>Cuando te propon\u00e9s una meta...\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Hac\u00e9s listas detalladas y planific\u00e1s, pero tard\u00e1s en ejecutar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Ten\u00e9s muchas ideas, pero te cuesta sostener una rutina.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Analiz\u00e1s cada opci\u00f3n hasta sentirte segura antes de actuar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Empez\u00e1s con fuerza, pero te desconect\u00e1s cuando est\u00e1s cansada.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 5 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"5\">\n\t\t\t\t\t\t\t<h2>\u00bfQu\u00e9 te frustra m\u00e1s de vos misma?\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Sentir que nunca es suficiente.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>No poder mantener el foco.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Pensar tanto que pierdo impulso.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Saber lo que quiero, pero no tener energ\u00eda para hacerlo.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 6 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"6\">\n\t\t\t\t\t\t\t<h2>Si tuvieras m\u00e1s claridad, \u00bfqu\u00e9 cambiar\u00eda?\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Empezar\u00eda sin tanto miedo al error.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Podr\u00eda mantenerme enfocada sin distraerme.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Tomar\u00eda decisiones m\u00e1s r\u00e1pido.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Recuperar\u00eda motivaci\u00f3n y energ\u00eda para accionar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 7 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"7\">\n\t\t\t\t\t\t\t<h2>Cuando ten\u00e9s varios frentes al mismo tiempo...\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Me sobreorganizo o intento controlar todo.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Hago un poco de cada cosa, pero me disperso.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Me paralizo porque no s\u00e9 por d\u00f3nde arrancar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Me saturo y necesito parar o desconectarme.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n <!-- Pregunta 8 -->\n\t\t\t\t\t\t<div class=\"quiz-question\" data-q=\"8\">\n\t\t\t\t\t\t\t<h2>Si pudieras mejorar algo en vos hoy...\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t<div class=\"quiz-options\">\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"A\">\n\t\t\t\t\t\t\t\t\t<p>Soltar la necesidad de hacerlo perfecto.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"B\">\n\t\t\t\t\t\t\t\t\t<p>Aprender a mantener foco en lo importante.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"C\">\n\t\t\t\t\t\t\t\t\t<p>Confiar en mis decisiones y avanzar sin dudar.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quiz-option\" data-value=\"D\">\n\t\t\t\t\t\t\t\t\t<p>Recuperar energ\u00eda y bienestar sin sentir culpa.\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"quiz-navigation\">\n\t\t\t\t\t\t<p><button class=\"quiz-btn quiz-btn-back\" id=\"quizBackBtn\">\u2190 Anterior<\/button><br \/>\n<button class=\"quiz-btn quiz-btn-next\" id=\"quizNextBtn\" disabled>Siguiente \u2192<\/button>\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\n <!-- Resultados -->\n\t\t\t\t\t<div class=\"quiz-result\" id=\"quizResultA\">\n\t\t\t\t\t\t<div class=\"result-icon\">\n\t\t\t\t\t\t\t<p>\ud83c\udfaf\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h2>La Perfeccionista Controladora\n\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t<h3>Tu mente busca seguridad antes que acci\u00f3n\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t<div class=\"result-description\">\n\t\t\t\t\t\t\t<p>Te cuesta soltar el control porque tu cerebro asocia \"hacerlo perfecto\" con \"estar a salvo\".\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>El problema es que eso te deja en pausa constante.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p><strong>Tu entrenamiento mental: aprender a accionar sin garant\u00edas.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Empez\u00e1 por pasos peque\u00f1os, celebr\u00e1 el progreso y entren\u00e1 tu mente a tolerar el error como parte del avance.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-recommendation\">\n\t\t\t\t\t\t\t<p><strong>Primera recomendaci\u00f3n:<\/strong><br \/>\nMasterclass \"Acci\u00f3n consistente: del intento al h\u00e1bito\"\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-final\">\n\t\t\t\t\t\t\t<p><strong>Tu mente tiene un patr\u00f3n, pero tambi\u00e9n la capacidad de reentrenarse.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Lo importante no es forzarte a \"hacer m\u00e1s\", sino aprender a usar tu cerebro a tu favor.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"quiz-result\" id=\"quizResultB\">\n\t\t\t\t\t\t<div class=\"result-icon\">\n\t\t\t\t\t\t\t<p>\u2728\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h2>La Creativa Dispersa\n\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t<h3>Tu cerebro ama la novedad y se aburre con la rutina\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t<div class=\"result-description\">\n\t\t\t\t\t\t\t<p>Ten\u00e9s energ\u00eda y visi\u00f3n, pero te cuesta sostener foco porque tu dopamina busca est\u00edmulos nuevos todo el tiempo.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p><strong>Tu entrenamiento mental: anclar la atenci\u00f3n con rituales.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Bloques cortos de enfoque, cierre consciente de tareas y recompensas peque\u00f1as te van a ayudar a avanzar sin dispersarte.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-recommendation\">\n\t\t\t\t\t\t\t<p><strong>Primera recomendaci\u00f3n:<\/strong><br \/>\nPrograma RESET de Foco \u2013 4 semanas\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-final\">\n\t\t\t\t\t\t\t<p><strong>Tu mente tiene un patr\u00f3n, pero tambi\u00e9n la capacidad de reentrenarse.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Lo importante no es forzarte a \"hacer m\u00e1s\", sino aprender a usar tu cerebro a tu favor.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"quiz-result\" id=\"quizResultC\">\n\t\t\t\t\t\t<div class=\"result-icon\">\n\t\t\t\t\t\t\t<p>\ud83e\udde0\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h2>La Anal\u00edtica Paralizada\n\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t<h3>Tu mente busca certeza antes de moverse\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t<div class=\"result-description\">\n\t\t\t\t\t\t\t<p>La claridad real llega despu\u00e9s de accionar. Tu cerebro se queda en \"modo an\u00e1lisis\" para evitar la incomodidad de decidir.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p><strong>Tu entrenamiento mental: acci\u00f3n guiada por preguntas.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Us\u00e1 frases como \u00bfQu\u00e9 paso peque\u00f1o puedo dar hoy? \u00bfQu\u00e9 puedo probar, sin necesitar garant\u00edas?\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-recommendation\">\n\t\t\t\t\t\t\t<p><strong>Primera recomendaci\u00f3n:<\/strong><br \/>\nReserv\u00e1 tu sesi\u00f3n 1:1 conmigo\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-final\">\n\t\t\t\t\t\t\t<p><strong>Tu mente tiene un patr\u00f3n, pero tambi\u00e9n la capacidad de reentrenarse.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Lo importante no es forzarte a \"hacer m\u00e1s\", sino aprender a usar tu cerebro a tu favor.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"quiz-result\" id=\"quizResultD\">\n\t\t\t\t\t\t<div class=\"result-icon\">\n\t\t\t\t\t\t\t<p>\ud83d\udcab\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h2>La Agotada Desconectada\n\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t<h3>Tu procrastinaci\u00f3n no viene de la pereza\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t<div class=\"result-description\">\n\t\t\t\t\t\t\t<p>Viene del agotamiento mental y emocional. Tu cerebro est\u00e1 saturado y necesita recuperar energ\u00eda antes de volver a accionar.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p><strong>Tu entrenamiento mental: restaurar tu sistema antes de empujarte m\u00e1s.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Microh\u00e1bitos de descanso, regulaci\u00f3n emocional y enfoque amable.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-recommendation\">\n\t\t\t\t\t\t\t<p><strong>Primera recomendaci\u00f3n:<\/strong><br \/>\nPrograma RESET de Foco \u2013 4 semanas\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"result-final\">\n\t\t\t\t\t\t\t<p><strong>Tu mente tiene un patr\u00f3n, pero tambi\u00e9n la capacidad de reentrenarse.<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p>Lo importante no es forzarte a \"hacer m\u00e1s\", sino aprender a usar tu cerebro a tu favor.\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<p><script>\n (function() {\n var currentQ = 1;\n var totalQ = 8;\n var answers = {};\n\n function updateProgress() {\n var progress = (currentQ \/ totalQ) * 100;\n document.getElementById('quizProgressBar').style.width = progress + '%';\n document.getElementById('quizProgressText').textContent = 'Pregunta ' + currentQ + ' de ' + totalQ;\n }\n\n function showResult() {\n var counts = { A: 0, B: 0, C: 0, D: 0 };\n for (var key in answers) {\n counts[answers[key]]++;\n }\n\n var maxCount = 0;\n var resultType = 'A';\n for (var type in counts) {\n if (counts[type] > maxCount) {\n maxCount = counts[type];\n resultType = type;\n }\n }\n\n document.getElementById('quizQuestions').style.display = 'none';\n document.querySelector('.quiz-navigation').style.display = 'none';\n document.querySelector('.quiz-progress').style.display = 'none';\n document.getElementById('quizResult' + resultType).classList.add('active');\n }\n\n \/\/ Click en opciones\n var options = document.querySelectorAll('.quiz-option');\n for (var i = 0; i < options.length; i++) {\n options[i].addEventListener('click', function() {\n var question = this.closest('.quiz-question');\n var qNum = question.getAttribute('data-q');\n var allOptions = question.querySelectorAll('.quiz-option');\n \n for (var j = 0; j < allOptions.length; j++) {\n allOptions[j].classList.remove('selected');\n }\n \n this.classList.add('selected');\n answers[qNum] = this.getAttribute('data-value');\n document.getElementById('quizNextBtn').disabled = false;\n });\n }\n\n \/\/ Bot\u00f3n siguiente\n document.getElementById('quizNextBtn').addEventListener('click', function() {\n if (currentQ < totalQ) {\n var current = document.querySelector('.quiz-question[data-q=\"' + currentQ + '\"]');\n current.classList.remove('active');\n \n currentQ++;\n var next = document.querySelector('.quiz-question[data-q=\"' + currentQ + '\"]');\n next.classList.add('active');\n \n updateProgress();\n document.getElementById('quizBackBtn').style.display = 'block';\n \n if (!answers[currentQ]) {\n document.getElementById('quizNextBtn').disabled = true;\n }\n \n if (currentQ === totalQ) {\n document.getElementById('quizNextBtn').textContent = 'Ver Resultado';\n }\n } else {\n showResult();\n }\n });\n\n \/\/ Bot\u00f3n anterior\n document.getElementById('quizBackBtn').addEventListener('click', function() {\n if (currentQ > 1) {\n var current = document.querySelector('.quiz-question[data-q=\"' + currentQ + '\"]');\n current.classList.remove('active');\n \n currentQ--;\n var prev = document.querySelector('.quiz-question[data-q=\"' + currentQ + '\"]');\n prev.classList.add('active');\n \n updateProgress();\n \n if (currentQ === 1) {\n this.style.display = 'none';\n }\n \n document.getElementById('quizNextBtn').disabled = false;\n document.getElementById('quizNextBtn').textContent = 'Siguiente \u2192';\n }\n });\n })();\n <\/script>\n\t\t<\/p>\n\t<\/body>\n<\/html><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-340","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/laurentischlerneurocoach.com\/index.php\/wp-json\/wp\/v2\/pages\/340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/laurentischlerneurocoach.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/laurentischlerneurocoach.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/laurentischlerneurocoach.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/laurentischlerneurocoach.com\/index.php\/wp-json\/wp\/v2\/comments?post=340"}],"version-history":[{"count":3,"href":"https:\/\/laurentischlerneurocoach.com\/index.php\/wp-json\/wp\/v2\/pages\/340\/revisions"}],"predecessor-version":[{"id":347,"href":"https:\/\/laurentischlerneurocoach.com\/index.php\/wp-json\/wp\/v2\/pages\/340\/revisions\/347"}],"wp:attachment":[{"href":"https:\/\/laurentischlerneurocoach.com\/index.php\/wp-json\/wp\/v2\/media?parent=340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}