{"id":129,"date":"2026-04-29T08:51:46","date_gmt":"2026-04-29T08:51:46","guid":{"rendered":"https:\/\/www.joostech.es\/?page_id=129"},"modified":"2026-04-29T14:10:44","modified_gmt":"2026-04-29T14:10:44","slug":"playgress","status":"publish","type":"page","link":"https:\/\/www.joostech.es\/en_en\/playgress\/","title":{"rendered":"PlayGress"},"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  .pg-wrap *, .pg-wrap *::before, .pg-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  .pg-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\n  .pg-hero { background:var(--navy); padding:80px 24px; text-align:center; border-radius:16px; margin-bottom:48px; }\n  .pg-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  .pg-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  .pg-hero h1 span { color:var(--lime); }\n  .pg-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  .pg-btn { display:inline-block; background:var(--lime); color:var(--navy); font-weight:800; font-size:14px; padding:12px 28px; border-radius:100px; text-decoration:none; margin:6px; }\n  .pg-btn.outline { background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,0.3); }\n\n  .pg-sec { padding:56px 0; border-top:1px solid rgba(47,56,128,0.08); }\n  .pg-label { font-size:11px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--teal); margin-bottom:8px; }\n  .pg-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  .pg-sub { font-size:0.97rem; color:var(--muted); max-width:540px; line-height:1.7; margin-bottom:32px; }\n\n  .pg-grid2 { display:grid; grid-template-columns:repeat(2,minmax(280px,1fr)); gap:16px; }\n  .pg-grid3 { display:grid; grid-template-columns:repeat(3,minmax(200px,1fr)); gap:16px; }\n  .pg-grid4 { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:16px; }\n  @media(max-width:700px){ .pg-grid3,.pg-grid4 { grid-template-columns:1fr; } }\n\n  .pg-card { border-radius:16px; padding:28px 24px; border:1px solid rgba(47,56,128,0.1); background:#fff; }\n  .pg-card.navy { background:var(--navy); border-color:transparent; }\n  .pg-card.lime { background:var(--lime); border-color:transparent; }\n  .pg-card.teal { background:#e8f4f1; border-color:#c8deda; }\n  .pg-card.surf { background:var(--off); border-color:rgba(47,56,128,0.07); }\n\n  .pg-num { font-family:'Syne',sans-serif; font-size:2.8rem; font-weight:800; color:var(--lime); line-height:1; margin-bottom:12px; }\n  .pg-ico { font-size:28px; margin-bottom:12px; }\n  .pg-card h3 { font-size:1rem; font-weight:800; margin-bottom:8px; color:var(--navy); }\n  .pg-card p { font-size:0.88rem; line-height:1.6; color:var(--muted); }\n  .pg-card.navy h3, .pg-card.navy p { color:rgba(255,255,255,0.9); }\n  .pg-card.lime h3 { color:var(--navy); } .pg-card.lime p { color:rgba(47,56,128,0.72); }\n  .pg-card.teal h3 { color:var(--navy); }\n\n  .pg-kit-num { width:32px; height:32px; border-radius:50%; background:var(--lime); color:var(--navy); font-weight:800; font-size:14px; display:flex; align-items:center; justify-content:center; margin-bottom:14px; flex-shrink:0; }\n  .pg-kit-card { border-radius:16px; padding:28px 24px; background:#fff; border:1px solid rgba(47,56,128,0.1); }\n  .pg-kit-card h3 { font-size:1rem; font-weight:800; color:var(--navy); margin-bottom:8px; }\n  .pg-kit-card p { font-size:0.88rem; color:var(--muted); line-height:1.6; }\n\n  .pg-link-card { border-radius:16px; padding:24px; background:var(--off); border:1px solid rgba(47,56,128,0.1); display:flex; align-items:center; gap:16px; text-decoration:none; transition:border-color 0.15s; }\n  .pg-link-card:hover { border-color:var(--teal); }\n  .pg-link-ico { width:44px; height:44px; border-radius:12px; background:var(--navy); display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0; }\n  .pg-link-card h4 { font-size:0.93rem; font-weight:800; color:var(--navy); margin-bottom:4px; }\n  .pg-link-card p { font-size:0.82rem; color:var(--muted); }\n\n  .pg-cta { background:var(--navy); border-radius:16px; padding:56px 32px; text-align:center; margin-top:48px; }\n  .pg-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  .pg-cta h2 span { color:var(--lime); }\n  .pg-cta p { color:rgba(255,255,255,0.62); font-size:0.97rem; margin-bottom:24px; }\n<\/style>\n\n<div class=\"pg-wrap\">\n\n  <div class=\"pg-hero\">\n    <div class=\"pg-badge\">Healthtech \u00b7 Child mental health<\/div>\n    <h1>Improve as <span>you play<\/span><\/h1>\n    <p>Playgress is a cognitive and motor training program designed to improve attention and concentration in childs with ADHD<\/p>\n  <\/div>\n\n  <div class=\"pg-sec\">\n    <div class=\"pg-label\">What it is<\/div>\n    <div class=\"pg-title\">Technology as a service for improvement<\/div>\n    <p class=\"pg-sub\">A healthtech that combines physical games and technology to improve interventions non pharmaceutical in mental health, specially learning disruptions<\/p>\n    <div class=\"pg-grid2\">\n      <div class=\"pg-card navy\">\n        <div class=\"pg-ico\">\ud83e\udde0<\/div>\n        <h3>Cognitive and emotional training<\/h3>\n        <p>A certificated program that improves selective and sustained attention, cognitive flexibility and inhibitory control over people with ADHD<\/p>\n      <\/div>\n      <div class=\"pg-card lime\">\n        <div class=\"pg-ico\">\ud83e\udde9<\/div>\n        <h3>Toys + technology<\/h3>\n        <p>It integrates building toys made of plant-based raw materials with technology that personalize and optimize the experience<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"pg-sec\">\n    <div class=\"pg-label\">What is used for<\/div>\n    <div class=\"pg-title\">Skills that get trained<\/div>\n    <p class=\"pg-sub\">Every session works at the same time in four key areas of the cognitive development<\/p>\n    <div class=\"pg-grid3\" style=\"grid-template-columns:repeat(2,minmax(220px,1fr))\">\n      <div class=\"pg-card teal\">\n        <div class=\"pg-ico\">\ud83d\ude0c<\/div>\n        <h3>Emotional regulation<\/h3>\n        <p>Experiment with sequences and adapt to changes help to manage frustration and anxiety over challenges<\/p>\n      <\/div>\n      <div class=\"pg-card surf\">\n        <div class=\"pg-ico\">\ud83d\uded1<\/div>\n        <h3>Inhibitory control<\/h3>\n        <p>Keep the focus and resist impulsive changes improves the capacity of control those impulses to  maintain attention<\/p>\n      <\/div>\n      <div class=\"pg-card surf\">\n        <div class=\"pg-ico\">\u270b<\/div>\n        <h3>Fine motor skills<\/h3>\n        <p>Manipulate pieces in different sequences and require precision and manual coordination, improving fine motor skills<\/p>\n      <\/div>\n      <div class=\"pg-card navy\">\n        <div class=\"pg-ico\">\ud83d\udd04<\/div>\n        <h3>Cognitive flexibility<\/h3>\n        <p>Adapting to new strategies promotes creative thinking and the search for alternative solutions<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"pg-sec\">\n    <div class=\"pg-label\">The kit<\/div>\n    <div class=\"pg-title\">All that PlayGress includes<\/div>\n    <p class=\"pg-sub\">An holistic learning experience that combines physical, digital and biometrical<\/p>\n    <div class=\"pg-grid2\">\n      <div class=\"pg-kit-card\">\n        <div class=\"pg-kit-num\">1<\/div>\n        <h3>Waldorf rainbow<\/h3>\n        <p>12 pieces made of vibrant colorful wood with different sizes to stack, fit together and manipulate. The main component of the kit is made of plant-based raw material.<\/p>\n      <\/div>\n      <div class=\"pg-kit-card\">\n        <div class=\"pg-kit-num\">2<\/div>\n        <h3>App PlayGress<\/h3>\n        <p>Activities and programs designed to improve the cognitive flexibility,  inhibitory control, emotional autoregulation y motor efficiency. This completes the physical experience<\/p>\n      <\/div>\n      <div class=\"pg-kit-card\">\n        <div class=\"pg-kit-num\">3<\/div>\n        <h3>Smartwatch My Band 7<\/h3>\n        <p>It collects biometrical and activity data while sessions to provide custom feedback and tracking of the progress made along time<\/p>\n      <\/div>\n      <div class=\"pg-kit-card\">\n        <div class=\"pg-kit-num\">4<\/div>\n        <h3>Guides and Educational resources<\/h3>\n        <p>Step by step instructions, tutorials and complementary activities to exploit the kit and support the process of every user<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div class=\"pg-cta\">\n    <h2>Train your mind meanwhile <span>playing<\/span><\/h2>\n    <p>PlayGress combines science, technology and games to transform the cognitive development of your child<\/p>\n  <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u2191 Healthtech \u00b7 Salud mental infantil Progresar jugando PlayGress es un programa de entrenamiento cognitivo, emocional y motor dise\u00f1ado para mejorar la atenci\u00f3n, el autocontrol y la regulaci\u00f3n emocional en ni\u00f1os con TDAH. Qu\u00e9 es Tecnolog\u00eda al servicio del desarrollo Una healthtech que combina juego f\u00edsico y tecnolog\u00eda para potenciar las intervenciones no farmacol\u00f3gicas en [&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-129","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.joostech.es\/en_en\/wp-json\/wp\/v2\/pages\/129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.joostech.es\/en_en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.joostech.es\/en_en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.joostech.es\/en_en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.joostech.es\/en_en\/wp-json\/wp\/v2\/comments?post=129"}],"version-history":[{"count":12,"href":"https:\/\/www.joostech.es\/en_en\/wp-json\/wp\/v2\/pages\/129\/revisions"}],"predecessor-version":[{"id":176,"href":"https:\/\/www.joostech.es\/en_en\/wp-json\/wp\/v2\/pages\/129\/revisions\/176"}],"wp:attachment":[{"href":"https:\/\/www.joostech.es\/en_en\/wp-json\/wp\/v2\/media?parent=129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}