{"id":262,"date":"2026-05-20T11:41:09","date_gmt":"2026-05-20T11:41:09","guid":{"rendered":"https:\/\/www.joostech.es\/?page_id=262"},"modified":"2026-05-20T11:41:11","modified_gmt":"2026-05-20T11:41:11","slug":"neuropsicodx","status":"publish","type":"page","link":"https:\/\/www.joostech.es\/en\/neuropsicodx\/","title":{"rendered":"NeuropsicoDX"},"content":{"rendered":"<style>\n.scroll-top {\n  position: fixed;\n  bottom: 25px;\n  right: 25px;\n  background: #49c4a1;\n  color: white;\n  width: 45px;\n  height: 45px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  font-size: 20px;\n  text-decoration: none;\n  font-weight: bold;\n  box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n  z-index: 9999;\n\n  opacity: 0;\n  visibility: hidden;\n  transition: opacity 0.3s ease;\n}\n\n.scroll-top.show {\n  opacity: 1;\n  visibility: visible;\n}\n<\/style>\n\n<a href=\"#top\" class=\"scroll-top\" id=\"scrollTopBtn\">\u2191<\/a>\n\n<div id=\"top\"><\/div>\n\n<script>\nconst btn = document.getElementById(\"scrollTopBtn\");\n\nwindow.addEventListener(\"scroll\", function () {\n  if (window.scrollY > 200) {\n    btn.classList.add(\"show\");\n  } else {\n    btn.classList.remove(\"show\");\n  }\n});\n<\/script>\n\n\n\n<style>\n  .bn-wrap *, .bn-wrap *::before, .bn-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  .bn-wrap { font-family: 'Nunito', sans-serif; --navy:#2f3880; --lime:#cad449; --teal:#79b8a9; --off:#f5f6fb; --muted:#6b7280; }\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;700;800&family=Syne:wght@700;800&display=swap');\n  .bn-hero { background:var(--navy); padding:80px 24px; text-align:center; border-radius:16px; margin-bottom:48px; }\n  .bn-badge { display:inline-block; background:rgba(202,212,73,0.15); color:var(--lime); border:1px solid rgba(202,212,73,0.3); font-size:12px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; padding:6px 18px; border-radius:100px; margin-bottom:24px; }\n  .bn-hero h1 { font-family:'Syne',sans-serif; font-size:clamp(2.2rem,6vw,4rem); font-weight:800; color:#fff; line-height:1.1; margin-bottom:20px; }\n  .bn-hero h1 span { color:var(--lime); }\n  .bn-hero p { font-size:1.05rem; color:rgba(255,255,255,0.72); max-width:560px; margin:0 auto 32px; line-height:1.7; }\n  .bn-btn { display:inline-block; background:var(--lime); color:var(--navy); font-weight:800; font-size:14px; padding:14px 32px; border-radius:100px; text-decoration:none; letter-spacing:0.04em; text-transform:uppercase; transition:transform .2s ease, box-shadow .2s ease; }\n  .bn-btn:hover { transform:translateY(-2px); box-shadow:0 10px 30px rgba(202,212,73,0.35); }\n  .bn-sec { padding:56px 0; border-top:1px solid rgba(47,56,128,0.08); }\n  .bn-label { font-size:11px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--teal); margin-bottom:8px; }\n  .bn-title { font-family:'Syne',sans-serif; font-size:clamp(1.6rem,3vw,2.4rem); font-weight:800; color:var(--navy); line-height:1.2; margin-bottom:10px; }\n  .bn-sub { font-size:0.97rem; color:var(--muted); max-width:500px; line-height:1.7; margin-bottom:32px; }\n  .bn-grid4 { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:16px; }\n  .bn-grid3 { display:grid; grid-template-columns:repeat(3, minmax(220px, 1fr)); gap:16px; }\n  .bn-grid2 { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:16px; }\n  @media (max-width: 768px) {\n    .bn-wrap .bn-grid2,\n    .bn-wrap .bn-grid3,\n    .bn-wrap .bn-grid4 {\n      grid-template-columns: 1fr !important;\n    }\n    .bn-wrap .bn-hero { padding: 56px 20px; margin-bottom: 32px; }\n    .bn-wrap .bn-sec { padding: 40px 0; }\n    .bn-wrap .bn-card { padding: 24px 20px; }\n    .bn-wrap .bn-zone { padding: 20px 18px; }\n    .bn-wrap .bn-cta { padding: 40px 24px; margin-top: 32px; }\n  }\n  .bn-card { border-radius:16px; padding:28px 24px; border:1px solid rgba(47,56,128,0.1); background:#fff; }\n  .bn-card.navy { background:var(--navy); border-color:transparent; }\n  .bn-card.lime { background:var(--lime); border-color:transparent; }\n  .bn-card.teal { background:#e8f4f1; border-color:#c8deda; }\n  .bn-card.surf { background:var(--off); border-color:rgba(47,56,128,0.07); }\n  .bn-num { font-family:'Syne',sans-serif; font-size:2.8rem; font-weight:800; color:var(--lime); line-height:1; margin-bottom:12px; }\n  .bn-ico { font-size:28px; margin-bottom:12px; }\n  .bn-card h3 { font-size:1rem; font-weight:800; margin-bottom:8px; color:var(--navy); }\n  .bn-card p { font-size:0.88rem; line-height:1.6; color:var(--muted); }\n  .bn-card.navy h3, .bn-card.navy p { color:rgba(255,255,255,0.9); }\n  .bn-card.lime h3 { color:var(--navy); } .bn-card.lime p { color:rgba(47,56,128,0.72); }\n  .bn-card.teal h3 { color:var(--navy); }\n  .bn-zone { border-radius:14px; padding:24px 20px; }\n  .bn-zone.zt { background:rgba(121,184,169,0.15); border:1px solid rgba(121,184,169,0.4); }\n  .bn-zone.zm { background:rgba(202,212,73,0.12); border:1px solid rgba(202,212,73,0.35); }\n  .bn-zone.zn { background:rgba(47,56,128,0.08); border:1px solid rgba(47,56,128,0.25); }\n  .bn-dot { width:10px; height:10px; border-radius:50%; display:inline-block; margin-right:6px; vertical-align:middle; }\n  .bn-zone h3 { font-size:0.95rem; font-weight:800; color:var(--navy); margin-bottom:6px; }\n  .bn-zone p { font-size:0.86rem; color:var(--muted); line-height:1.55; }\n  .bn-app-tag { display:inline-block; font-size:10px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; padding:4px 12px; border-radius:100px; margin-bottom:12px; }\n  .bn-card.navy .bn-app-tag { background:rgba(202,212,73,0.18); color:var(--lime); }\n  .bn-card.surf .bn-app-tag { background:rgba(47,56,128,0.1); color:var(--navy); }\n  .bn-card h2 { font-size:1.2rem; font-weight:800; color:var(--navy); margin-bottom:14px; }\n  .bn-card.navy h2 { color:#fff; }\n  .bn-list { list-style:none; display:flex; flex-direction:column; gap:8px; }\n  .bn-list li { font-size:0.88rem; display:flex; align-items:flex-start; gap:8px; color:var(--muted); }\n  .bn-card.navy .bn-list li { color:rgba(255,255,255,0.8); }\n  .bn-list li::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--teal); flex-shrink:0; margin-top:5px; }\n  .bn-card.navy .bn-list li::before { background:var(--lime); }\n  .bn-cta { background:var(--navy); border-radius:16px; padding:56px 32px; text-align:center; margin-top:48px; }\n  .bn-cta h2 { font-family:'Syne',sans-serif; font-size:clamp(1.6rem,4vw,2.4rem); font-weight:800; color:#fff; margin-bottom:12px; line-height:1.2; }\n  .bn-cta h2 span { color:var(--lime); }\n  .bn-cta p { color:rgba(255,255,255,0.62); font-size:0.97rem; margin-bottom:24px; }\n  .bn-meta { display:flex; justify-content:center; gap:24px; flex-wrap:wrap; margin-top:20px; font-size:13px; color:rgba(255,255,255,0.55); }\n  .bn-meta span { display:flex; align-items:center; gap:6px; }\n<\/style>\n<div class=\"bn-wrap\">\n  <div class=\"bn-hero\">\n    <div class=\"bn-badge\">Preliminary form \u00b7 Neuropsychological assessment<\/div>\n    <h1>Start your evaluation <span>from home<\/span><\/h1>\n    <p>Before the first session, you tell us the essentials: medical history, development, schooling, sleep, and behavior. This way, we arrive prepared and make the most of every minute on what really matters.<\/p>\n    <a class=\"bn-btn\" href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSd52ARonq2h5EsYs3xVJ5o-10Wzby-P_YqMyF7FSu7a1-GbLw\/viewform?pli=1\" target=\"_blank\" rel=\"noopener\">Fill out form<\/a>\n    <div class=\"bn-meta\">\n      <span>\u23f1\ufe0f 10\u201315 min<\/span>\n      <span>\ud83d\udd12 Secure data (GDPR)<\/span>\n      <span>\ud83d\udcf1 Mobile, tablet or computer<\/span>\n    <\/div>\n  <\/div>\n  <div class=\"bn-sec\">\n    <div class=\"bn-label\">Why fill it out earlier?<\/div>\n    <div class=\"bn-title\">More time for you, less bureaucracy in consultations<\/div>\n    <p class=\"bn-sub\">Four reasons why this preliminary step makes a difference in diagnosis.<\/p>\n    <div class=\"bn-grid4\">\n      <div class=\"bn-card surf\"><div class=\"bn-num\">01<\/div><h3>You save time<\/h3><p>The sessions focus on evaluation, not on collecting basic data that you can provide beforehand.<\/p><\/div>\n      <div class=\"bn-card surf\"><div class=\"bn-num\">02<\/div><h3>More accurate diagnosis<\/h3><p>The more information we have to start with, the better we can contextualize the results.<\/p><\/div>\n      <div class=\"bn-card surf\"><div class=\"bn-num\">03<\/div><h3>No rush at home<\/h3><p>Respond calmly, consulting previous reports or speaking with the family if necessary.<\/p><\/div>\n      <div class=\"bn-card surf\"><div class=\"bn-num\">04<\/div><h3>Process in 3 sessions<\/h3><p>Thanks to this digital anamnesis, we reduce the usual timeframes of traditional diagnosis.<\/p><\/div>\n    <\/div>\n  <\/div>\n  <div class=\"bn-sec\">\n    <div class=\"bn-label\">What do we ask you?<\/div>\n    <div class=\"bn-title\">A complete picture of neurodevelopment<\/div>\n    <p class=\"bn-sub\">The questionnaire includes more than 180 clinical variables organized into key areas.<\/p>\n    <div class=\"bn-grid3\">\n      <div class=\"bn-card navy\"><div class=\"bn-ico\">\ud83e\uddec<\/div><h3>Medical record<\/h3><p>Relevant medical, family, and previous diagnoses.<\/p><\/div>\n      <div class=\"bn-card lime\"><div class=\"bn-ico\">\ud83d\udc76<\/div><h3>Evolutionary development<\/h3><p>Motor, language and socialization milestones from early childhood.<\/p><\/div>\n      <div class=\"bn-card teal\"><div class=\"bn-ico\">\ud83c\udf92<\/div><h3>Schooling<\/h3><p>Academic performance, adaptations, support received and difficulties observed.<\/p><\/div>\n      <div class=\"bn-card surf\"><div class=\"bn-ico\">\ud83d\ude34<\/div><h3>Sleep and routines<\/h3><p>Habits, quality of rest and how it affects daily life.<\/p><\/div>\n      <div class=\"bn-card surf\"><div class=\"bn-ico\">\ud83e\udde0<\/div><h3>Attention and behavior<\/h3><p>Observations on concentration, impulsivity, and emotional regulation.<\/p><\/div>\n      <div class=\"bn-card navy\"><div class=\"bn-ico\">\ud83d\udcac<\/div><h3>Environment and context<\/h3><p>Coexistence, educational style, and situations that may influence it.<\/p><\/div>\n    <\/div>\n  <\/div>\n  <div class=\"bn-sec\">\n    <div class=\"bn-label\">Areas we explored next<\/div>\n    <div class=\"bn-title\">Three domains, one comprehensive vision<\/div>\n    <p class=\"bn-sub\">The information you provide feeds into the neuropsychological assessment during consultation.<\/p>\n    <div class=\"bn-grid3\">\n      <div class=\"bn-zone zt\"><h3><span class=\"bn-dot\" style=\"background:#79b8a9\"><\/span>Cognitive<\/h3><p>Attention, memory, executive functions, language, and visuospatial skills.<\/p><\/div>\n      <div class=\"bn-zone zm\"><h3><span class=\"bn-dot\" style=\"background:#cad449\"><\/span>Behavioral<\/h3><p>Impulsivity, hyperactivity, regulation and response to environmental stimuli.<\/p><\/div>\n      <div class=\"bn-zone zn\"><h3><span class=\"bn-dot\" style=\"background:#2f3880\"><\/span>Emotional<\/h3><p>Emotional state, self-regulation, anxiety, and general well-being.<\/p><\/div>\n    <\/div>\n  <\/div>\n  <div class=\"bn-sec\">\n    <div class=\"bn-label\">Who is it for?<\/div>\n    <div class=\"bn-title\">Families and professionals seeking answers<\/div>\n    <p class=\"bn-sub\">Designed so that anyone can take the first step, without technical jargon.<\/p>\n    <div class=\"bn-grid2\">\n      <div class=\"bn-card navy\">\n        <span class=\"bn-app-tag\">Families<\/span>\n        <h2>If you have any questions about your son or daughter<\/h2>\n        <ul class=\"bn-list\">\n          <li>Suspected ADHD, ADD, ASD, or learning difficulties<\/li>\n          <li>Attention or behavioral problems in the classroom<\/li>\n          <li>Difficulties in developmental milestones<\/li>\n          <li>Need for clear and quick guidance<\/li>\n          <li>Seeking a reliable diagnosis without long waits<\/li>\n          <li>Professional support throughout the entire process<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"bn-card surf\">\n        <span class=\"bn-app-tag\">Adults<\/span>\n        <h2>If you consider it for yourself<\/h2>\n        <ul class=\"bn-list\">\n          <li>Persistent cognitive or concentration difficulties<\/li>\n          <li>High level of stress or mental overload<\/li>\n          <li>Adult diagnosis of ADHD or other conditions<\/li>\n          <li>Early detection of cognitive changes<\/li>\n          <li>Useful report in a work or educational context<\/li>\n          <li>100% online assessment, accessible from anywhere<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div class=\"bn-cta\">\n    <h2>Ready to give the <span>first step?<\/span><\/h2>\n    <p>Just 10\u201315 minutes. Your data travels encrypted and is processed in accordance with the GDPR.<\/p>\n    <a class=\"bn-btn\" href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSd52ARonq2h5EsYs3xVJ5o-10Wzby-P_YqMyF7FSu7a1-GbLw\/viewform?pli=1\" target=\"_blank\" rel=\"noopener\">Start form<\/a>\n  <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u2191 Formulario previo \u00b7 Evaluaci\u00f3n neuropsicol\u00f3gica Empieza tu evaluaci\u00f3n desde casa Antes de la primera sesi\u00f3n nos cuentas lo esencial: historia cl\u00ednica, desarrollo, escolaridad, sue\u00f1o y conducta. As\u00ed llegamos preparados y aprovechamos cada minuto en lo que de verdad importa. Rellenar formulario \u23f1\ufe0f 10\u201315 min \ud83d\udd12 Datos seguros (RGPD) \ud83d\udcf1 M\u00f3vil, tablet u ordenador Por [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-262","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.joostech.es\/en\/wp-json\/wp\/v2\/pages\/262","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.joostech.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.joostech.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.joostech.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.joostech.es\/en\/wp-json\/wp\/v2\/comments?post=262"}],"version-history":[{"count":1,"href":"https:\/\/www.joostech.es\/en\/wp-json\/wp\/v2\/pages\/262\/revisions"}],"predecessor-version":[{"id":263,"href":"https:\/\/www.joostech.es\/en\/wp-json\/wp\/v2\/pages\/262\/revisions\/263"}],"wp:attachment":[{"href":"https:\/\/www.joostech.es\/en\/wp-json\/wp\/v2\/media?parent=262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}