{"id":1324,"date":"2025-04-17T17:55:20","date_gmt":"2025-04-17T16:55:20","guid":{"rendered":"https:\/\/neuropsiquiatria.pt\/?page_id=1324"},"modified":"2026-03-10T04:00:42","modified_gmt":"2026-03-10T04:00:42","slug":"neurofeedback-e-qeeg","status":"publish","type":"page","link":"https:\/\/neuropsiquiatria.pt\/en\/neurofeedback-e-qeeg\/","title":{"rendered":"Neurofeedback and qEEG"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1324\" class=\"elementor elementor-1324\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7718fa7 e-flex e-con-boxed e-con e-parent\" data-id=\"7718fa7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-245d977 elementor-widget elementor-widget-html\" data-id=\"245d977\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"pt\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Neurofeedback - Neuropsyque<\/title>\n  <style>\n    \/* ==================== PALETA \/ TOKENS ==================== *\/\n    :root {\n      --primary-color: #00A8E8;\n      --primary-dark: #03045e;\n      --secondary-color: #e9f5ff;\n      --accent-color: #004d87;\n      --text-color: #2c3e50;\n      --text-light: #546e7a;\n      --background-light: #f8fcff;\n      --background-dark: #edf6ff;\n      --success-color: #4caf50;\n      --white: #ffffff;\n      --shadow-soft: 0 10px 30px rgba(0, 77, 135, 0.06);\n      --shadow-card: 0 8px 24px rgba(0, 77, 135, 0.08);\n      --shadow-hover: 0 16px 32px rgba(0, 77, 135, 0.12);\n      --gradient-primary: linear-gradient(135deg, #0396fe 0%, #2270ae 100%);\n      --gradient-accent: linear-gradient(135deg, #2270ae 0%, #004d87 100%);\n      --border-radius: 16px;\n\n      \/* Processo\/linhas (mantidos caso use no futuro) *\/\n      --step-width: 180px;\n      --circle-size: 80px;\n      --line-y-pos: calc(var(--circle-size) \/ 2);\n      --container-max-width: 950px;\n      --gap-width: calc((var(--container-max-width) - 4 * var(--step-width)) \/ 3);\n      --line-length: calc(var(--step-width) + var(--gap-width));\n      --continuity-line-length: 30px;\n    }\n\n    \/* ==================== RESET & BASE ==================== *\/\n    * { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;\n      color: var(--text-color);\n      line-height: 1.6;\n      font-size: 22px;\n      position: relative;\n      min-height: 100dvh;\n\n      \/* ===== BACKGROUND EST\u00c1TICO ===== *\/\n      background-image: url(\"https:\/\/neuropsiquiatria.pt\/wp-content\/uploads\/2026\/03\/mesh-447.webp\");\n      background-size: cover;\n      background-position: center;\n      background-repeat: no-repeat;\n      background-attachment: fixed; \/* efeito parallax leve *\/\n    }\n\n    .container {\n      position: relative;\n      z-index: 1; \/* acima do overlay *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 60px 30px;\n    }\n\n    \/* ==================== LOGO ==================== *\/\n    .header-logo {\n      text-align: center;\n      margin-bottom: 10px;\n      padding-top: 0px;\n    }\n\n    .header-logo img {\n      max-width: 270px;\n      height: auto;\n      display: block;\n      margin: 0 auto;\n    }\n\n    \/* ==================== TIPOGRAFIA ==================== *\/\n    .section-title {\n      text-align: center;\n      color: #ffffff !important;\n      font-size: 58px !important;\n      font-weight: 700;\n      letter-spacing: -0.5px;\n      margin-bottom: 40px;\n      position: relative;\n      z-index: 1;\n      line-height: 1.2;\n      text-shadow: 8px 2px 4px rgba(0, 0, 0, 0.9);\n    }\n\n    .therapy-subtitle {\n      color: var(--primary-dark);\n      font-size: 38px;\n      font-weight: 700;\n      margin-bottom: 40px;\n      text-align: center;\n      position: relative;\n      display: inline-block;\n      padding-bottom: 15px;\n      letter-spacing: -0.3px;\n      width: 100%;\n    }\n\n    .therapy-subtitle:after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 80px;\n      height: 4px;\n      background: var(--gradient-primary);\n      border-radius: 2px;\n    }\n\n    .sub-section-title {\n      color: var(--primary-dark);\n      font-size: 34px !important;\n      font-weight: 600;\n      margin: 30px auto 25px;\n      max-width: 950px;\n      text-align: center;\n      position: relative;\n      padding-bottom: 15px;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n    }\n\n    .sub-section-title:after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 60px;\n      height: 3px;\n      background: var(--gradient-primary);\n      border-radius: 2px;\n    }\n\n    \/* ==================== LAYOUT ==================== *\/\n    .full-width-layout {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .left-column, .right-column {\n      display: flex;\n      flex-direction: column;\n      min-width: 0;\n    }\n\n    \/* ==================== IMAGENS ==================== *\/\n    .therapy-image {\n      margin-bottom: 30px;\n      border-radius: var(--border-radius);\n      overflow: hidden;\n      box-shadow: var(--shadow-card);\n    }\n\n    .therapy-image img {\n      width: 100%;\n      display: block;\n      transition: transform 0.3s ease;\n    }\n\n    .therapy-image:hover img { transform: scale(1.02); }\n\n    \/* ==================== BOXES ==================== *\/\n    .content-box {\n      background-color: rgba(249, 249, 249, 0.98);\n      border-radius: var(--border-radius);\n      padding: 30px 30px 30px 40px;\n      margin-bottom: 30px;\n      box-shadow: var(--shadow-card);\n      position: relative;\n      word-wrap: break-word;\n      overflow: hidden;\n    }\n\n    .content-box::before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 6px;\n      height: 100%;\n      background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%);\n      border-radius: var(--border-radius) 0 0 var(--border-radius);\n    }\n\n    .process-box {\n      background-color: var(--background-light);\n      border-radius: var(--border-radius);\n      padding: 30px;\n      margin-bottom: 30px;\n      box-shadow: var(--shadow-card);\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n    }\n\n    .box-title {\n      font-size: 20px;\n      color: var(--primary-dark);\n      margin-bottom: 20px;\n      font-weight: 600;\n    }\n\n    \/* ==================== PROCESSO NEUROFEEDBACK ==================== *\/\n    .tdcs-process {\n      display: flex;\n      justify-content: space-between;\n      flex-wrap: wrap;\n      max-width: var(--container-max-width);\n      margin: 50px auto;\n      position: relative;\n    }\n\n    .tdcs-step {\n      width: var(--step-width);\n      position: relative;\n      z-index: 1;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      transition: transform 0.3s ease;\n      margin-bottom: 20px;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n    }\n\n    \/* Linhas (desktop) *\/\n    @media (min-width: 993px) {\n      .tdcs-step:nth-child(1)::after,\n      .tdcs-step:nth-child(3)::after {\n        content: '';\n        position: absolute;\n        top: var(--line-y-pos);\n        left: calc(var(--step-width) \/ 2);\n        width: var(--line-length);\n        height: 3px;\n        background-color: var(--primary-color);\n        z-index: 0;\n      }\n    }\n\n    .tdcs-step-number {\n      width: var(--circle-size);\n      height: var(--circle-size);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--gradient-primary);\n      color: white;\n      font-size: 28px;\n      font-weight: 700;\n      border-radius: 50%;\n      box-shadow: 0 8px 16px rgba(3, 150, 254, 0.2);\n      margin-bottom: 20px;\n      position: relative;\n      overflow: hidden;\n      z-index: 1;\n      flex-shrink: 0;\n      cursor: pointer;\n      transition: transform 0.3s ease;\n    }\n\n    .tdcs-step-number:hover { transform: scale(1.1); }\n\n    .tdcs-step-number:before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);\n      pointer-events: none;\n    }\n\n    .tdcs-step-title {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--primary-dark);\n      margin-bottom: 15px;\n    }\n\n    .tdcs-step-desc {\n      font-size: 16px;\n      color: var(--text-light);\n      line-height: 1.5;\n    }\n\n    \/* ==================== LISTAS ==================== *\/\n    ul.benefits-list { list-style-type: none; padding-left: 0; margin: 0; }\n\n    ul.benefits-list li {\n      padding: 10px 0;\n      position: relative;\n      padding-left: 28px;\n      color: var(--text-light);\n    }\n\n    ul.benefits-list li:before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 16px;\n      width: 18px;\n      height: 18px;\n      background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath fill='%230396fe' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'\/%3E%3C\/svg%3E\");\n      background-repeat: no-repeat;\n      background-position: center;\n    }\n\n    ul.benefits-list li strong {\n      color: var(--primary-dark);\n      font-weight: 600;\n    }\n\n    \/* ==================== CALL TO ACTION ==================== *\/\n    .appointment-box {\n      text-align: center;\n      margin: 50px 0 30px;\n    }\n\n    .appointment-button {\n      background: linear-gradient(135deg, #00cec9 0%, #0984e3 100%);\n      color: white !important;\n      border: none;\n      padding: 25px 300px;\n      font-size: 24px;\n      font-weight: 700;\n      border-radius: 50px;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      text-decoration: none;\n      display: inline-block;\n      box-shadow: 0 12px 24px rgba(3, 150, 254, 0.3);\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      position: relative;\n      overflow: hidden;\n      min-width: 300px;\n    }\n\n    .appointment-button:before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: -100%;\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n      transition: left 0.5s;\n    }\n\n    .appointment-button:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 20px 40px rgba(3, 150, 254, 0.4);\n    }\n\n    .appointment-button:hover:before { left: 100%; }\n\n    \/* ==================== DIVIDER ==================== *\/\n    .divider {\n      width: 100%;\n      height: 1px;\n      background: linear-gradient(to right, transparent, var(--primary-color), transparent);\n      margin: 40px 0;\n      opacity: 0.3;\n    }\n\n    \/* ==================== RESPONSIVO ==================== *\/\n    @media (max-width: 1200px) {\n      .appointment-button { padding: 22px 180px; }\n    }\n\n    @media (max-width: 992px) {\n      .full-width-layout {\n        grid-template-columns: 1fr;\n        margin-bottom: 30px;\n        gap: 30px;\n      }\n      .tdcs-process {\n        flex-direction: column;\n        align-items: center;\n        gap: 40px;\n        margin-top: 30px;\n        margin-bottom: 30px;\n      }\n      .tdcs-step { width: 100%; max-width: 350px; margin-bottom: 0; }\n      .therapy-subtitle { font-size: 28px; }\n      .sub-section-title { font-size: 24px; }\n      .content-box, .process-box { padding: 25px; margin-bottom: 25px; }\n      .content-box { padding-left: 35px; }\n      .therapy-image { margin-bottom: 25px; }\n      .appointment-button { min-width: 250px; font-size: 20px; padding: 18px 40px; }\n      \n     .header-logo img {\n    max-width: 280px; \/* tablet *\/\n    filter: brightness(1.2);\n  }\n    }\n\n    @media (max-width: 768px) {\n      .container { padding: 40px 15px; }\n      .section-title { font-size: 36px !important; }\n      .section-title::before { width: 115%; }\n      .full-width-layout { gap: 20px; }\n      .content-box, .process-box { padding: 20px; margin-bottom: 20px; }\n      .content-box { padding-left: 30px; }\n      .therapy-image { margin-bottom: 20px; }\n      .therapy-subtitle { font-size: 26px; margin-bottom: 30px; }\n      .therapy-subtitle:after { width: 70px; }\n      .sub-section-title {\n        font-size: 26px !important;\n        margin: 20px auto 20px;\n        max-width: 100%;\n        padding-bottom: 10px;\n      }\n      .sub-section-title:after { width: 50px; height: 2px; }\n      ul.benefits-list li {\n        padding-left: 25px; padding-top: 8px; padding-bottom: 8px; line-height: 1.5;\n      }\n      ul.benefits-list li:before { top: 50%; transform: translateY(-50%); left: 0; }\n      .appointment-box { margin-top: 30px; margin-bottom: 10px; }\n      .divider { margin: 30px 0; }\n      .appointment-button { padding: 16px 28px; font-size: 18px; min-width: 200px; }\n      .header-logo img {\n    max-width: 180px; \/* mobile *\/\n    filter: brightness(1.1);\n  }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"container\">\n\n    <!-- LOGO -->\n    <div class=\"header-logo\">\n      <img decoding=\"async\" src=\"https:\/\/neuropsiquiatria.pt\/wp-content\/uploads\/2025\/10\/logo-escrito-NP-scaled.webp\" alt=\"NeuroPsyque Logotipo\"\/>\n    <\/div>\n\n    <h1 class=\"section-title\">NEUROFEEDBACK<\/h1>\n\n    <!-- BLOCO 1 -->\n    <div class=\"full-width-layout\">\n      <div class=\"left-column\">\n        <div class=\"therapy-image\">\n          <img decoding=\"async\" src=\"https:\/\/neuropsiquiatria.pt\/wp-content\/uploads\/2025\/04\/NFB.jpg\" alt=\"Sess\u00e3o de Neurofeedback com sensores EEG\" \/>\n        <\/div>\n        <div class=\"content-box\">\n          <h2 class=\"sub-section-title\">\"A GYM FOR THE BRAIN\"<\/h2>\n          <p>Neurofeedback is a non-invasive brain self-regulation technique that allows the individual to visualise and modulate their own brain activity in real time. Through the use of electroencephalography (EEG) to monitor brain wave patterns, neurofeedback provides immediate and precise information about the functioning of the brain, making it possible to identify and consciously train the brain to normalise dysfunctional patterns.<\/p>\n          <p>This advanced approach is based on the principles of brain neuroplasticity, allowing the brain to learn to self-regulate more efficiently through a process of personalised operant conditioning. By receiving visual, auditory or tactile feedback on their own brain activity, the individual gradually learns to modify less-than-ideal neural patterns, establishing new connections, strengthening, and making the functioning of their neuronal circuits more efficient.<\/p>\n        <\/div>\n        <div class=\"therapy-image\">\n          <img decoding=\"async\" src=\"https:\/\/neuropsiquiatria.pt\/wp-content\/uploads\/2025\/07\/Medicao-de-ondas-Theta-baixa-frequencia-4-a-8-Hz-2.png\" alt=\"Mapa cerebral qEEG colorido\" \/>\n        <\/div>\n      <\/div>\n\n      <div class=\"right-column\">\n        <div class=\"content-box\">\n          <h2 class=\"sub-section-title\">HOW NEUROFEEDBACK WORKS<\/h2>\n          <div class=\"tdcs-process\">\n            <div class=\"tdcs-step\">\n              <div class=\"tdcs-step-number\">1<\/div>\n              <div class=\"tdcs-step-title\">Evaluation<\/div>\n              <div class=\"tdcs-step-desc\">Detailed brain mapping to identify specific dysfunctional patterns<\/div>\n            <\/div>\n            <div class=\"tdcs-step\">\n              <div class=\"tdcs-step-number\">2<\/div>\n              <div class=\"tdcs-step-title\">Monitoring<\/div>\n              <div class=\"tdcs-step-desc\">Non-invasive sensors capture the brain's electrical activity in real time<\/div>\n            <\/div>\n            <div class=\"tdcs-step\">\n              <div class=\"tdcs-step-number\">3<\/div>\n              <div class=\"tdcs-step-title\">Feedback<\/div>\n              <div class=\"tdcs-step-desc\">Audiovisual signals inform you about the current state of brain activity<\/div>\n            <\/div>\n            <div class=\"tdcs-step\">\n              <div class=\"tdcs-step-number\">4<\/div>\n              <div class=\"tdcs-step-title\">Learning<\/div>\n              <div class=\"tdcs-step-desc\">The brain learns to self-regulate through repetition and positive reinforcement<\/div>\n            <\/div>\n          <\/div>\n          <p>Neurons communicate with each other and with the rest of the body via electrical stimuli. During neurofeedback sessions, sensors are placed on the scalp to capture the brain's electrical activity. This information is processed by specialised software that translates the brainwave patterns into immediately perceptible audiovisual stimuli. When the brain produces the desired patterns, the patient receives positive reinforcement - such as the advance of a video, a pleasant sound or points in an interactive game.<\/p>\n        <\/div>\n        <div class=\"therapy-image\">\n          <img decoding=\"async\" src=\"https:\/\/neuropsiquiatria.pt\/wp-content\/uploads\/2025\/04\/image-6.jpg\" alt=\"Paciente durante sess\u00e3o de neurofeedback com feedback visual\" \/>\n        <\/div>\n        <div class=\"process-box\">\n          <p>With consistent training, the brain begins to recognise and reproduce the healthiest and most efficient patterns, integrating these changes in a gradual and lasting way. This process resembles a \"gym for the brain\", where specific exercises strengthen and optimise particular neural circuits, promoting a more balanced and resilient functioning of the central nervous system.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"appointment-box\">\n      <a href=\"https:\/\/neuropsiquiatria.pt\/en\/contactoselocalizacao\/\" class=\"appointment-button\">Book an assessment<\/a>\n    <\/div>\n\n    <div class=\"divider\"><\/div>\n\n    <!-- BLOCO 2 -->\n    <div class=\"full-width-layout\">\n      <div class=\"left-column\">\n        <div class=\"content-box\">\n          <h2 class=\"sub-section-title\">CLINICAL APPLICATIONS OF NEUROFEEDBACK<\/h2>\n          <ul class=\"benefits-list\">\n            <li><strong>Performance optimisation:<\/strong> Improving cognitive efficiency, creativity, concentration and resilience to stress in healthy individuals, athletes and high-performance professionals.<\/li>\n            <li><strong>Neurological Rehabilitation:<\/strong> Recovery of cognitive and motor functions after traumatic brain injuries, strokes or neurodegenerative processes, enhancing endogenous neuroplasticity.<\/li>\n            <li><strong>Attention deficit hyperactivity disorder (ADHD):<\/strong> Significant improvement in concentration, impulse control and cognitive organisation, with results superior to traditional pharmacological treatments.<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"therapy-image\">\n          <img decoding=\"async\" src=\"https:\/\/neuropsiquiatria.pt\/wp-content\/uploads\/2025\/04\/qeeg-neurofeedback-treatment-ben.jpg\" alt=\"Profissional analisando resultados de neurofeedback\" \/>\n        <\/div>\n      <\/div>\n\n      <div class=\"right-column\">\n        <div class=\"therapy-image\">\n          <img decoding=\"async\" src=\"https:\/\/neuropsiquiatria.pt\/wp-content\/uploads\/2025\/04\/A_Rester-motive-pendant-le-neur.jpg\" alt=\"Jovem em sess\u00e3o de neurofeedback interativo\" \/>\n        <\/div>\n        <div class=\"content-box\">\n          <ul class=\"benefits-list\">\n            <li><strong>Autistic Spectrum Disorders (ASD):<\/strong> Reduction in repetitive behaviour, improvement in social communication and sensory processing, promoting greater integration and functional adaptability.<\/li>\n            <li><strong>Anxiety and Depression Disorders:<\/strong> Normalisation of frontal hyperactivation patterns and hemispheric imbalances associated with persistent negative emotional states.<\/li>\n            <li><strong>Sleep Disorders:<\/strong> Regulation of circadian rhythms and brain wave patterns associated with the different phases of sleep, promoting a more restful and continuous rest.<\/li>\n          <\/ul>\n          <p>Neurofeedback represents a significant advance in applied neuroscience, offering a personalised, non-invasive approach with no significant side effects for a wide range of neuropsychiatric conditions. As a treatment that empowers the individual themselves to actively participate in their own healing and brain optimisation process, it promotes not only the resolution of specific symptoms, but a general state of greater balance, resilience and neurobiological well-being.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"appointment-box\">\n      <a href=\"https:\/\/neuropsiquiatria.pt\/en\/contactoselocalizacao\/\" class=\"appointment-button\">Book an assessment<\/a>\n    <\/div>\n\n    <div class=\"divider\"><\/div>\n\n    <!-- BLOCO 3 -->\n    <div class=\"full-width-layout\">\n      <div class=\"left-column\">\n        <div class=\"therapy-image\">\n          <img decoding=\"async\" src=\"https:\/\/neuropsiquiatria.pt\/wp-content\/uploads\/2025\/04\/05b13a75-e6ff-470f-889a-a4f50f41.jpg\" alt=\"Equipamento de eletroencefalograma quantitativo (qEEG)\" \/>\n        <\/div>\n        <div class=\"content-box\">\n          <h2 class=\"sub-section-title\">QUANTITATIVE ELECTROENCEPHALOGRAPHY (qEEG)<\/h2>\n          <p>The Quantitative Electroencephalogram (qEEG) is an advanced brain analysis technique that represents the essential starting point for effective, personalised neurofeedback treatment. This sophisticated diagnostic tool makes it possible to map the brain's electrical activity with millimetre precision, identifying specific patterns of functioning that deviate from normality.<\/p>\n          <p>By placing sensors at strategic points on the scalp, qEEG captures the oscillatory activity of different brain regions, transforming these complex biological signals into quantifiable data. This data is then compared with extensive normative bases, making it possible to identify imbalances in brain waves that may be associated with specific symptoms or neuropsychiatric conditions.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"right-column\">\n        <div class=\"content-box\">\n          <p>The brain map resulting from qEEG, often represented by colour topographic images, offers an objective and detailed view of brain function. It reveals areas of hyper (+) or hypoactivation (-), imperfect connectivity between regions, and significant hemispheric asymmetries. This individualised \"neurological fingerprint\" makes it possible to design highly specific neurofeedback protocols, targeted at each patient's particular dysfunctional patterns.<\/p>\n          <p>In addition to its initial diagnostic function, qEEG plays a fundamental role in monitoring the progress of treatment, making it possible to objectively quantify changes in brain activity over the course of neurofeedback sessions. This continuous monitoring enables precise adjustments to therapeutic protocols, optimising clinical results and providing tangible evidence of neuroplasticity in action.<\/p>\n        <\/div>\n        <div class=\"therapy-image\">\n          <img decoding=\"async\" src=\"https:\/\/neuropsiquiatria.pt\/wp-content\/uploads\/2025\/04\/AdobeStock_138722460_Preview-1.jpg\" alt=\"Visualiza\u00e7\u00e3o de dados do qEEG em computador\" \/>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"appointment-box\">\n      <a href=\"https:\/\/neuropsiquiatria.pt\/en\/contactoselocalizacao\/\" class=\"appointment-button\">Book an assessment<\/a>\n    <\/div>\n  <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Neurofeedback &#8211; Neuropsyque NEUROFEEDBACK &#8220;UM GIN\u00c1SIO PARA O C\u00c9REBRO&#8221; O neurofeedback \u00e9 uma t\u00e9cnica de autorregula\u00e7\u00e3o cerebral n\u00e3o invasiva que permite ao indiv\u00edduo visualizar e modular a sua pr\u00f3pria atividade cerebral em tempo real. Atrav\u00e9s do uso da eletroencefalografia (EEG) para monitorizar os padr\u00f5es das ondas cerebrais, o neurofeedback fornece informa\u00e7\u00f5es imediatas e precisas sobre [&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-1324","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/neuropsiquiatria.pt\/en\/wp-json\/wp\/v2\/pages\/1324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/neuropsiquiatria.pt\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/neuropsiquiatria.pt\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/neuropsiquiatria.pt\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/neuropsiquiatria.pt\/en\/wp-json\/wp\/v2\/comments?post=1324"}],"version-history":[{"count":86,"href":"https:\/\/neuropsiquiatria.pt\/en\/wp-json\/wp\/v2\/pages\/1324\/revisions"}],"predecessor-version":[{"id":5251,"href":"https:\/\/neuropsiquiatria.pt\/en\/wp-json\/wp\/v2\/pages\/1324\/revisions\/5251"}],"wp:attachment":[{"href":"https:\/\/neuropsiquiatria.pt\/en\/wp-json\/wp\/v2\/media?parent=1324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}