{"id":7340,"date":"2026-06-23T11:54:40","date_gmt":"2026-06-23T09:54:40","guid":{"rendered":"https:\/\/holisticanature.com\/?page_id=7340"},"modified":"2026-07-16T09:29:22","modified_gmt":"2026-07-16T07:29:22","slug":"july-promotion","status":"publish","type":"page","link":"https:\/\/holisticanature.com\/en\/promo-julio","title":{"rendered":"'Aprendo' July Promotion"},"content":{"rendered":"<div class=\"wpb-content-wrapper\" id=\"wpb-content-root\"><div data-vc-full-width=\"true\" data-vc-full-width-temp=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1782211581665 vc_row-has-fill vc_row-no-padding vc_row-o-content-middle vc_row-flex\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_empty_space\"   style=\"height: 40px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><h1 style=\"font-size: 45px;color: #331A0F;text-align: center\" class=\"vc_custom_heading vc_do_custom_heading\" >\"LEARNING IN JULY\" CAMPAIGN\"<\/h1><div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><h4 style=\"font-size: 22px;color: #4C413C;text-align: center\" class=\"vc_custom_heading vc_do_custom_heading\" >Sign up for specialised courses at a reduced price (50% OFF).<br \/>\nLearn about a particular subject or start your learning journey with specialisms or comprehensive training programmes<\/h4>\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p style=\"text-align:center;font-family:'Archivo',sans-serif;font-size:15px;font-style:italic;color:#2f4734;margin:8px 0 24px;max-width:700px;margin-left:auto;margin-right:auto;\">\n  Behind each course lie two decades of Helena\u2019s research, bringing together geology, yoga, traditional Chinese medicine, Ayurveda and ecopsychology: over 4,400 pages of written material and 250 hours of video footage, already recorded and edited, from previously unpublished training programmes.\n<\/p>\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 30px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:wght@500;600&family=Archivo:wght@400;600&display=swap\" rel=\"stylesheet\">\n\n<div id=\"hn-countdown-wrap\" style=\"max-width:560px;margin:0 auto;text-align:center;font-family:'Archivo',sans-serif;\">\n  <p style=\"margin:0 0 10px;font-family:'Archivo',sans-serif;font-size:14px;letter-spacing:1.5px;text-transform:uppercase;color:#2f4734;font-weight:600;\">\n    The 50% promotion ends on\n  <\/p>\n  <div id=\"hn-countdown\" style=\"display:flex;justify-content:center;gap:14px;flex-wrap:wrap;\">\n    <div class=\"hn-unit\"><span class=\"hn-num\" id=\"hn-days\">00<\/span><span class=\"hn-label\">days<\/span><\/div>\n    <div class=\"hn-unit\"><span class=\"hn-num\" id=\"hn-hours\">00<\/span><span class=\"hn-label\">hours<\/span><\/div>\n    <div class=\"hn-unit\"><span class=\"hn-num\" id=\"hn-mins\">00<\/span><span class=\"hn-label\">min<\/span><\/div>\n    <div class=\"hn-unit\"><span class=\"hn-num\" id=\"hn-secs\">00<\/span><span class=\"hn-label\">sec<\/span><\/div>\n  <\/div>\n<\/div>\n\n<style>\n  #hn-countdown .hn-unit{\n    background:#2f4734;\n    border-radius:10px;\n    padding:14px 18px;\n    min-width:72px;\n  }\n  #hn-countdown .hn-num{\n    display:block;\n    font-family:'Fraunces',serif;\n    font-weight:600;\n    font-size:32px;\n    line-height:1;\n    color:#ffffff;\n  }\n  #hn-countdown .hn-label{\n    display:block;\n    margin-top:6px;\n    font-family:'Archivo',sans-serif;\n    font-size:11px;\n    letter-spacing:1px;\n    text-transform:uppercase;\n    color:#d8e2da;\n  }\n  @media (max-width:480px){\n    #hn-countdown{gap:8px;}\n    #hn-countdown .hn-unit{padding:10px 12px;min-width:60px;}\n    #hn-countdown .hn-num{font-size:24px;}\n  }\n<\/style>\n\n<script>\n(function(){\n  var target = new Date(\"2026-07-31T23:59:00+02:00\").getTime();\n  var elDays = document.getElementById(\"hn-days\");\n  var elHours = document.getElementById(\"hn-hours\");\n  var elMins = document.getElementById(\"hn-mins\");\n  var elSecs = document.getElementById(\"hn-secs\");\n  var wrap = document.getElementById(\"hn-countdown-wrap\");\n\n  function pad(n){ return n < 10 ? \"0\" + n : \"\" + n; }\n\n  function tick(){\n    var now = new Date().getTime();\n    var d = target - now;\n    if (d <= 0){\n      wrap.innerHTML = '<p style=\"font-family:\\'Fraunces\\',serif;font-size:20px;color:#2f4734;font-weight:600;margin:0;\">La promoci\u00f3n ha finalizado<\/p>';\n      clearInterval(timer);\n      return;\n    }\n    var days = Math.floor(d\/(1000*60*60*24));\n    var hours = Math.floor((d%(1000*60*60*24))\/(1000*60*60));\n    var mins = Math.floor((d%(1000*60*60))\/(1000*60));\n    var secs = Math.floor((d%(1000*60))\/1000);\n    elDays.textContent = pad(days);\n    elHours.textContent = pad(hours);\n    elMins.textContent = pad(mins);\n    elSecs.textContent = pad(secs);\n  }\n  tick();\n  var timer = setInterval(tick, 1000);\n})();\n<\/script>\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 30px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width vc_clearfix\"><\/div><div data-vc-full-width=\"true\" data-vc-full-width-temp=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1782213250327 vc_row-has-fill vc_row-no-padding vc_row-o-content-middle vc_row-flex\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><h5 style=\"font-size: 22px;color: #4C413C;text-align: center\" class=\"vc_custom_heading vc_do_custom_heading\" >Offer valid until 31 July 2026<\/h5><div class=\"vc_empty_space\"   style=\"height: 15px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Archivo:wght@400;600&display=swap\" rel=\"stylesheet\">\n\n<div id=\"hn-transicion\" style=\"max-width:700px;margin:0 auto;padding:8px 16px 4px;font-family:'Archivo',sans-serif;\">\n\n  <p style=\"font-size:15px;line-height:1.6;color:#333333 !important;margin:0 0 14px;\">\n    Each monograph forms part of the curriculum at Hol\u00edstica Nature\u2019s training schools: <a href=\"https:\/\/holisticecoyoga.com\/\" style=\"color:#2f4734 !important;font-weight:600;\">Holistic EcoYoga<\/a> and <a href=\"https:\/\/umanagea.com\/\" style=\"color:#2f4734 !important;font-weight:600;\">Umanagea<\/a>. When you\u2019ve finished, here\u2019s what you\u2019ll take away:\n  <\/p>\n\n  <ul style=\"list-style:none;margin:0 0 14px;padding:0;\">\n    <li style=\"display:flex;gap:10px;align-items:flex-start;margin-bottom:10px;font-size:15px;line-height:1.5;color:#333333 !important;\">\n      <span style=\"color:#2f4734 !important;font-weight:700;flex-shrink:0;\">\u2713<\/span>\n      <span>You can make the transition to a <strong>Specialist or Comprehensive Training<\/strong> which includes this same content.<\/span>\n    <\/li>\n    <li style=\"display:flex;gap:10px;align-items:flex-start;margin-bottom:10px;font-size:15px;line-height:1.5;color:#333333 !important;\">\n      <span style=\"color:#2f4734 !important;font-weight:700;flex-shrink:0;\">\u2713<\/span>\n      <span>It is deducted from your pay <strong>in full<\/strong> the amount you paid for the special issue (or the proportionate share thereof).<\/span>\n    <\/li>\n    <li style=\"display:flex;gap:10px;align-items:flex-start;margin-bottom:10px;font-size:15px;line-height:1.5;color:#333333 !important;\">\n      <span style=\"color:#2f4734 !important;font-weight:700;flex-shrink:0;\">\u2713<\/span>\n      <span>Add one <strong>Additional 5%<\/strong> a discount on the price of that training course*.<\/span>\n    <\/li>\n    <li style=\"display:flex;gap:10px;align-items:flex-start;margin-bottom:0;font-size:15px;line-height:1.5;color:#333333 !important;\">\n      <span style=\"color:#2f4734 !important;font-weight:700;flex-shrink:0;\">\u2713<\/span>\n      <span>All you have to do is email us to request the voucher, stating your username and the course you\u2019ve chosen.<\/span>\n    <\/li>\n  <\/ul>\n\n  <p style=\"font-size:13px;font-style:italic;color:#5c6b60 !important;margin:0;\">\n    * IMPORTANT: This discount cannot be combined with any other offers currently available for the course you wish to switch to, in any format.\n  <\/p>\n\n<\/div>\n\n<style>\n  #hn-transicion p{ color:#333333 !important; }\n  #hn-transicion li{ color:#333333 !important; }\n<\/style>\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:wght@500;600&family=Archivo:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n\n<div id=\"hn-selector\" style=\"max-width:1000px;margin:0 auto;padding:40px 16px;font-family:'Archivo',sans-serif;\">\n\n  <h2 style=\"text-align:center;font-family:'Fraunces',serif;font-weight:600;font-size:30px;color:#2f4734;margin:0 0 10px;\">\n    What is your monograph?\n  <\/h2>\n  <p style=\"text-align:center;font-family:'Archivo',sans-serif;font-size:15px;color:#5c6b60;max-width:560px;margin:0 auto 32px;\">\n    There is no \"best\" course. There is a course suited to what you do. Choose based on your goals, not on what\u2019s trendy.\n  <\/p>\n\n  <div style=\"display:grid;grid-template-columns:1fr 1fr;gap:20px;\">\n\n    <div class=\"hn-card\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:22px 24px;box-shadow:0 1px 4px rgba(0,0,0,0.06);\">\n      <p style=\"font-family:'Fraunces',serif;font-weight:600;font-size:18px;color:#2f4734;margin:0 0 14px;\">\n        I teach yoga and I want some practical tips straight away\n      <\/p>\n      <div style=\"display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #eee;\">\n        <span style=\"font-size:14px;color:#333;\">Fascia and Energy Channels (FCE) \u2014 <strong>12,5\u20ac<\/strong><\/span>\n        <a href=\"https:\/\/holisticaformacion.com\/cursos\/fascias-canales\/\" style=\"font-family:'Archivo',sans-serif;font-size:13px;font-weight:600;color:#ffffff;background:#2f4734;padding:6px 14px;border-radius:20px;text-decoration:none;white-space:nowrap;\">View course \u2192<\/a>\n      <\/div>\n      <div style=\"display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #eee;\">\n        <span style=\"font-size:14px;color:#333;\">Yogic Principles (BY) \u2014 <strong>15\u20ac<\/strong><\/span>\n        <a href=\"https:\/\/holisticaformacion.com\/cursos\/by\/\" style=\"font-family:'Archivo',sans-serif;font-size:13px;font-weight:600;color:#ffffff;background:#2f4734;padding:6px 14px;border-radius:20px;text-decoration:none;white-space:nowrap;\">View course \u2192<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"hn-card\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:22px 24px;box-shadow:0 1px 4px rgba(0,0,0,0.06);\">\n      <p style=\"font-family:'Fraunces',serif;font-weight:600;font-size:18px;color:#2f4734;margin:0 0 14px;\">\n        I\u2019m interested in Chinese medicine explained clearly, without any folklore\n      <\/p>\n      <div style=\"display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #eee;\">\n        <span style=\"font-size:14px;color:#333;\">Fundamentals of Chinese Medicine Applied to Yoga (BMCY) \u2014 <strong>37,5\u20ac<\/strong><\/span>\n        <a href=\"https:\/\/holisticaformacion.com\/cursos\/medicinachina-yoga\/\" style=\"font-family:'Archivo',sans-serif;font-size:13px;font-weight:600;color:#ffffff;background:#2f4734;padding:6px 14px;border-radius:20px;text-decoration:none;white-space:nowrap;\">View course \u2192<\/a>\n      <\/div>\n      <div style=\"display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #eee;\">\n        <span style=\"font-size:14px;color:#333;\">The Five Elements of TCM (5E) \u2014 <strong>27,5\u20ac<\/strong><\/span>\n        <a href=\"https:\/\/holisticaformacion.com\/cursos\/curso-5e\/\" style=\"font-family:'Archivo',sans-serif;font-size:13px;font-weight:600;color:#ffffff;background:#2f4734;padding:6px 14px;border-radius:20px;text-decoration:none;white-space:nowrap;\">View course \u2192<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"hn-card\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:22px 24px;box-shadow:0 1px 4px rgba(0,0,0,0.06);\">\n      <p style=\"font-family:'Fraunces',serif;font-weight:600;font-size:18px;color:#2f4734;margin:0 0 14px;\">\n        I have a background in healthcare, education or working with nature\n      <\/p>\n      <div style=\"display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #eee;\">\n        <span style=\"font-size:14px;color:#333;\">Fundamentals of Ecopsychology and Ecotherapy, with Helena Chac\u00f3n (PhD) \u2014 <strong>30\u20ac<\/strong><\/span>\n        <a href=\"https:\/\/holisticaformacion.com\/cursos\/ecopsicologia\/\" style=\"font-family:'Archivo',sans-serif;font-size:13px;font-weight:600;color:#ffffff;background:#2f4734;padding:6px 14px;border-radius:20px;text-decoration:none;white-space:nowrap;margin-left:10px;\">View course \u2192<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"hn-card\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:22px 24px;box-shadow:0 1px 4px rgba(0,0,0,0.06);\">\n      <p style=\"font-family:'Fraunces',serif;font-weight:600;font-size:18px;color:#2f4734;margin:0 0 14px;\">\n        I am looking for an integrative mind-body approach, or Ayurveda with a discerning approach\n      <\/p>\n      <div style=\"display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #eee;\">\n        <span style=\"font-size:14px;color:#333;\">Integrative Mind-Body Principles (BICM) \u2014 <strong>30\u20ac<\/strong><\/span>\n        <a href=\"https:\/\/holisticaformacion.com\/cursos\/bases-integrativas-cuerpo-mente\/\" style=\"font-family:'Archivo',sans-serif;font-size:13px;font-weight:600;color:#ffffff;background:#2f4734;padding:6px 14px;border-radius:20px;text-decoration:none;white-space:nowrap;\">View course \u2192<\/a>\n      <\/div>\n      <div style=\"display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #eee;\">\n        <span style=\"font-size:14px;color:#333;\">Ayurveda, the Secrets of Self-Care (ASA) \u2014 <strong>60\u20ac<\/strong><\/span>\n        <a href=\"https:\/\/holisticaformacion.com\/cursos\/ayurveda-asa\/\" style=\"font-family:'Archivo',sans-serif;font-size:13px;font-weight:600;color:#ffffff;background:#2f4734;padding:6px 14px;border-radius:20px;text-decoration:none;white-space:nowrap;\">View course \u2192<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <p style=\"text-align:center;font-family:'Archivo',sans-serif;font-style:italic;font-size:14px;color:#2f4734;max-width:640px;margin:28px auto 4px;\">\n    The detail that makes all the difference: whatever you pay for any single-topic course is deducted in full from the cost of the corresponding full course, plus an extra 5%.\n  <\/p>\n  <p style=\"text-align:center;font-family:'Archivo',sans-serif;font-size:12px;color:#8a958d;max-width:640px;margin:0 auto;\">\n    *Cannot be combined with other current offers or promotions.\n  <\/p>\n\n<\/div>\n\n<style>\n  @media (max-width:700px){\n    #hn-selector > div[style*=\"grid-template-columns\"]{\n      grid-template-columns: 1fr !important;\n    }\n    #hn-selector .hn-card > div{\n      flex-direction:column;\n      align-items:flex-start !important;\n      gap:8px;\n    }\n    #hn-selector .hn-card a{\n      margin-left:0 !important;\n    }\n  }\n<\/style>\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 32px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:wght@500;600&family=Archivo:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n\n<div id=\"hn-testimonios\" style=\"max-width:1080px;margin:0 auto;padding:36px 16px 44px;font-family:'Archivo',sans-serif;\">\n\n  <h2 style=\"text-align:center;font-family:'Fraunces',serif;font-weight:600;font-size:28px;color:#2f4734 !important;margin:0 0 32px;\">\n    What those who have already trained with us have to say\n  <\/h2>\n\n  <div style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\">\n\n    <div class=\"hn-testi-card\" style=\"background:#2f4734;border-radius:10px;padding:28px 24px 24px;display:flex;flex-direction:column;\">\n      <span class=\"hn-quote-mark\" style=\"font-family:'Fraunces',serif;font-size:44px;line-height:1;color:#8fa688 !important;margin-bottom:6px;\">\u201c<\/span>\n      <p class=\"hn-quote-text\" style=\"font-family:'Archivo',sans-serif;font-style:italic;font-size:14px;line-height:1.6;color:#ffffff !important;margin:0 0 18px;flex-grow:1;\">\n        Deciding to do the yoga instructor training course with Helena and Javier was an absolute success. The theoretical and practical content is very well put together, and you can tell it\u2019s informed by their years of experience and training. I\u2019d particularly highlight the breadth of their knowledge. I\u2019ve done other training courses before and they never disappoint \u2013 I recommend them 100%!\n      <\/p>\n      <p class=\"hn-quote-attr\" style=\"font-family:'Archivo',sans-serif;font-size:12px;letter-spacing:0.5px;text-transform:uppercase;color:#c9d6c4 !important;margin:0;border-top:1px solid rgba(255,255,255,0.25);padding-top:12px;\">\n        Angela Pa\u00f1eda \u2014 200-hour Yoga Teacher Training Course\n      <\/p>\n    <\/div>\n\n    <div class=\"hn-testi-card\" style=\"background:#2f4734;border-radius:10px;padding:28px 24px 24px;display:flex;flex-direction:column;\">\n      <span class=\"hn-quote-mark\" style=\"font-family:'Fraunces',serif;font-size:44px;line-height:1;color:#8fa688 !important;margin-bottom:6px;\">\u201c<\/span>\n      <p class=\"hn-quote-text\" style=\"font-family:'Archivo',sans-serif;font-style:italic;font-size:14px;line-height:1.6;color:#ffffff !important;margin:0 0 18px;flex-grow:1;\">\n        I\u2019m absolutely delighted to have discovered this school. The courses are incredible. The teacher is brilliant at passing on everything she has learnt and absorbed throughout her career. I find both the video material and the PDF invaluable; everything is presented in a simple and straightforward way.\n      <\/p>\n      <p class=\"hn-quote-attr\" style=\"font-family:'Archivo',sans-serif;font-size:12px;letter-spacing:0.5px;text-transform:uppercase;color:#c9d6c4 !important;margin:0;border-top:1px solid rgba(255,255,255,0.25);padding-top:12px;\">\n        Remei Vicente \u2014 TCMYoga Training\n      <\/p>\n    <\/div>\n\n    <div class=\"hn-testi-card\" style=\"background:#2f4734;border-radius:10px;padding:28px 24px 24px;display:flex;flex-direction:column;\">\n      <span class=\"hn-quote-mark\" style=\"font-family:'Fraunces',serif;font-size:44px;line-height:1;color:#8fa688 !important;margin-bottom:6px;\">\u201c<\/span>\n      <p class=\"hn-quote-text\" style=\"font-family:'Archivo',sans-serif;font-style:italic;font-size:14px;line-height:1.6;color:#ffffff !important;margin:0 0 18px;flex-grow:1;\">\n        I have to say I was a bit sceptical before starting the course, but the passion and sensitivity towards nature that Helena conveys meant that, almost straight away, I enjoyed every single one of the online classes. They are true professionals.\n      <\/p>\n      <p class=\"hn-quote-attr\" style=\"font-family:'Archivo',sans-serif;font-size:12px;letter-spacing:0.5px;text-transform:uppercase;color:#c9d6c4 !important;margin:0;border-top:1px solid rgba(255,255,255,0.25);padding-top:12px;\">\n        Enrique Maceira \u2014 Training for \u2018Naturaleza Habitada\u2019 Facilitators\n      <\/p>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<style>\n  \/* Refuerzo por si el tema fuerza color de texto en p\u00e1rrafos *\/\n  #hn-testimonios .hn-quote-text{ color:#ffffff !important; }\n  #hn-testimonios .hn-quote-attr{ color:#c9d6c4 !important; }\n  #hn-testimonios .hn-quote-mark{ color:#8fa688 !important; }\n  #hn-testimonios h2{ color:#2f4734 !important; }\n\n  @media (max-width:800px){\n    #hn-testimonios > div[style*=\"grid-template-columns\"]{\n      grid-template-columns: 1fr !important;\n    }\n  }\n<\/style>\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 32px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><strong>Are you having second thoughts before making a decision?<\/strong> Each module includes a sample lesson so you can try it out for yourself.<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 22px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width vc_clearfix\"><\/div><div style=\"--wpb-column-gap: 15px\" class=\"vc_row wpb_row vc_row-fluid vc_column-gap-15 wpb_column-gap vc_row-o-content-middle vc_row-flex\"><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_empty_space\"   style=\"height: 60px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center wpb_content_element vc_custom_1782227464228\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t\n<a\n\thref=\"https:\/\/holisticaformacion.com\/cursos\/ecopsicologia\/\"\n\t\t\tclass=\"vc_single_image-wrapper vc_box_outline  vc_box_border_black\"\n\t\t\t\ttarget=\"_blank\"\n\t\t\t\ttitle=\"4. Ecopsychology\"\n\t>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/4.-Ecopsicologia.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" title=\"4. Ecopsychology\" \/><\/a>\n\n\t\t<\/figure>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h2 style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: #8a8d80;\"><del>60 \u20ac<\/del><\/span>\u00a0 \u00a0 <span style=\"color: #2f4734;\"><strong>30 \u20ac<\/strong><\/span><\/span><\/h2>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 40px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><div class=\"vc_btn3-container vc_btn3-center vc_do_btn\" ><a onmouseleave=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='transparent'; this.style.color='#8A8D80'\" onmouseenter=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='#8A8D80'; this.style.color='#fff';\" style=\"border-color:#8A8D80; color:#8A8D80;\" class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-outline-custom\" href=\"http:\/\/holisticaformacion.com\/cursos\/ecopsicologia\/\" title=\"\" target=\"_blank\">View the syllabus and book by calling 50%<\/a><\/div><div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_empty_space\"   style=\"height: 60px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center wpb_content_element vc_custom_1782227476095\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t\n<a\n\thref=\"https:\/\/holisticaformacion.com\/cursos\/fascias-canales\"\n\t\t\tclass=\"vc_single_image-wrapper vc_box_outline  vc_box_border_black\"\n\t\t\t\ttarget=\"_blank\"\n\t\t\t\ttitle=\"1. Fascias\"\n\t>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/1.-Fascias.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" title=\"1. Fascias\" \/><\/a>\n\n\t\t<\/figure>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h2 style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: #8a8d80;\"><del>25 \u20ac<\/del><\/span>\u00a0 \u00a0 <span style=\"color: #2f4734;\"><strong>12,5 \u20ac<\/strong><\/span><\/span><\/h2>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 40px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><div class=\"vc_btn3-container vc_btn3-center vc_do_btn\" ><a onmouseleave=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='transparent'; this.style.color='#8A8D80'\" onmouseenter=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='#8A8D80'; this.style.color='#fff';\" style=\"border-color:#8A8D80; color:#8A8D80;\" class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-outline-custom\" href=\"https:\/\/holisticaformacion.com\/cursos\/fascias-canales\" title=\"\" target=\"_blank\">View the syllabus and book by calling 50%<\/a><\/div><div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><\/div><div style=\"--wpb-column-gap: 15px\" class=\"vc_row wpb_row vc_row-fluid vc_column-gap-15 wpb_column-gap\"><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_empty_space\"   style=\"height: 60px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center wpb_content_element vc_custom_1782227521936\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t\n<a\n\thref=\"https:\/\/holisticaformacion.com\/cursos\/medicinachina-yoga\/\"\n\t\t\tclass=\"vc_single_image-wrapper vc_box_outline  vc_box_border_black\"\n\t\t\t\ttarget=\"_blank\"\n\t\t\t\ttitle=\"1. BMCY\"\n\t>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/1.-BMCY.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" title=\"1. BMCY\" \/><\/a>\n\n\t\t<\/figure>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h2 style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: #8a8d80;\"><del>75 \u20ac<\/del><\/span>\u00a0 \u00a0 <span style=\"color: #2f4734;\"><strong>37,5 \u20ac<\/strong><\/span><\/span><\/h2>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 40px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><div class=\"vc_btn3-container vc_btn3-center vc_do_btn\" ><a onmouseleave=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='transparent'; this.style.color='#8A8D80'\" onmouseenter=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='#8A8D80'; this.style.color='#fff';\" style=\"border-color:#8A8D80; color:#8A8D80;\" class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-outline-custom\" href=\"https:\/\/holisticaformacion.com\/cursos\/medicinachina-yoga\/\" title=\"\" target=\"_blank\">View the syllabus and book by calling 50%<\/a><\/div><div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_empty_space\"   style=\"height: 60px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center wpb_content_element vc_custom_1782227535518\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t\n<a\n\thref=\"https:\/\/holisticaformacion.com\/cursos\/curso-5e\/\"\n\t\t\tclass=\"vc_single_image-wrapper vc_box_outline  vc_box_border_black\"\n\t\t\t\ttarget=\"_blank\"\n\t\t\t\ttitle=\"1. 5E\"\n\t>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/1.-5E.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" title=\"1. 5E\" \/><\/a>\n\n\t\t<\/figure>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h2 style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: #8a8d80;\"><del>55 \u20ac<\/del><\/span>\u00a0 \u00a0 <span style=\"color: #2f4734;\"><strong>27,5 \u20ac<\/strong><\/span><\/span><\/h2>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 40px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><div class=\"vc_btn3-container vc_btn3-center vc_do_btn\" ><a onmouseleave=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='transparent'; this.style.color='#8A8D80'\" onmouseenter=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='#8A8D80'; this.style.color='#fff';\" style=\"border-color:#8A8D80; color:#8A8D80;\" class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-outline-custom\" href=\"https:\/\/holisticaformacion.com\/cursos\/curso-5e\/\" title=\"\" target=\"_blank\">View the syllabus and book by calling 50%<\/a><\/div><div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><\/div><div style=\"--wpb-column-gap: 15px\" class=\"vc_row wpb_row vc_row-fluid vc_column-gap-15 wpb_column-gap\"><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_empty_space\"   style=\"height: 60px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center wpb_content_element vc_custom_1782227550553\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t\n<a\n\thref=\"https:\/\/holisticaformacion.com\/cursos\/ayurveda-asa\/\"\n\t\t\tclass=\"vc_single_image-wrapper vc_box_outline  vc_box_border_black\"\n\t\t\t\ttarget=\"_blank\"\n\t\t\t\ttitle=\"0. ASA\"\n\t>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/0.-ASA.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" title=\"0. ASA\" \/><\/a>\n\n\t\t<\/figure>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h2 style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: #8a8d80;\"><del>120 \u20ac<\/del><\/span>\u00a0 \u00a0 <span style=\"color: #2f4734;\"><strong>60 \u20ac<\/strong><\/span><\/span><\/h2>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 40px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><div class=\"vc_btn3-container vc_btn3-center vc_do_btn\" ><a onmouseleave=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='transparent'; this.style.color='#8A8D80'\" onmouseenter=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='#8A8D80'; this.style.color='#fff';\" style=\"border-color:#8A8D80; color:#8A8D80;\" class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-outline-custom\" href=\"https:\/\/holisticaformacion.com\/cursos\/ayurveda-asa\/\" title=\"\" target=\"_blank\">View the syllabus and book by calling 50%<\/a><\/div><div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_empty_space\"   style=\"height: 60px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center wpb_content_element vc_custom_1782227563770\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t\n<a\n\thref=\"https:\/\/holisticaformacion.com\/cursos\/by\/\"\n\t\t\tclass=\"vc_single_image-wrapper vc_box_outline  vc_box_border_black\"\n\t\t\t\ttarget=\"_blank\"\n\t\t\t\ttitle=\"0. BY\"\n\t>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/0.-BY.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" title=\"0. BY\" \/><\/a>\n\n\t\t<\/figure>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h2 style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: #8a8d80;\"><del>30 \u20ac<\/del><\/span>\u00a0 \u00a0 <span style=\"color: #2f4734;\"><strong>15 \u20ac<\/strong><\/span><\/span><\/h2>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 40px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><div class=\"vc_btn3-container vc_btn3-center vc_do_btn\" ><a onmouseleave=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='transparent'; this.style.color='#8A8D80'\" onmouseenter=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='#8A8D80'; this.style.color='#fff';\" style=\"border-color:#8A8D80; color:#8A8D80;\" class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-outline-custom\" href=\"https:\/\/holisticaformacion.com\/cursos\/by\/\" title=\"\" target=\"_blank\">View the syllabus and book by calling 50%<\/a><\/div><div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><\/div><div style=\"--wpb-column-gap: 15px\" class=\"vc_row wpb_row vc_row-fluid vc_column-gap-15 wpb_column-gap\"><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_empty_space\"   style=\"height: 60px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center wpb_content_element vc_custom_1782227577687\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t\n<a\n\thref=\"https:\/\/holisticaformacion.com\/cursos\/bases-integrativas-cuerpo-mente\/\"\n\t\t\tclass=\"vc_single_image-wrapper vc_box_outline  vc_box_border_black\"\n\t\t\t\ttarget=\"_blank\"\n\t\t\t\ttitle=\"2. BICM\"\n\t>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/2.-BICM.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" title=\"2. BICM\" \/><\/a>\n\n\t\t<\/figure>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h2 style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: #8a8d80;\"><del>60 \u20ac<\/del><\/span>\u00a0 \u00a0 <span style=\"color: #2f4734;\"><strong>30 \u20ac<\/strong><\/span><\/span><\/h2>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_empty_space\"   style=\"height: 40px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><div class=\"vc_btn3-container vc_btn3-center vc_do_btn\" ><a onmouseleave=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='transparent'; this.style.color='#8A8D80'\" onmouseenter=\"this.style.borderColor='#8A8D80'; this.style.backgroundColor='#8A8D80'; this.style.color='#fff';\" style=\"border-color:#8A8D80; color:#8A8D80;\" class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-outline-custom\" href=\"https:\/\/holisticaformacion.com\/cursos\/bases-integrativas-cuerpo-mente\/\" title=\"\" target=\"_blank\">View the syllabus and book by calling 50%<\/a><\/div><div class=\"vc_empty_space\"   style=\"height: 20px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:wght@500;600&family=Archivo:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n\n<div id=\"hn-faq\" style=\"max-width:760px;margin:0 auto;padding:36px 16px 48px;font-family:'Archivo',sans-serif;\">\n\n  <h2 style=\"text-align:center;font-family:'Fraunces',serif;font-weight:600;font-size:28px;color:#2f4734 !important;margin:0 0 28px;\">\n    Frequently Asked Questions\n  <\/h2>\n\n  <details class=\"hn-faq-item\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:16px 20px;margin-bottom:12px;\">\n    <summary style=\"font-family:'Archivo',sans-serif;font-weight:600;font-size:15px;color:#2f4734 !important;cursor:pointer;\">\n      Do I need previous experience to take a specialised course?\n    <\/summary>\n    <p style=\"font-family:'Archivo',sans-serif;font-size:14px;line-height:1.6;color:#333333 !important;margin:12px 0 2px;\">\n      No, they are open to learners of all levels. The course description for each course states whether any prior knowledge is recommended.\n    <\/p>\n  <\/details>\n\n  <details class=\"hn-faq-item\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:16px 20px;margin-bottom:12px;\">\n    <summary style=\"font-family:'Archivo',sans-serif;font-weight:600;font-size:15px;color:#2f4734 !important;cursor:pointer;\">\n      What does each monograph cover?\n    <\/summary>\n    <p style=\"font-family:'Archivo',sans-serif;font-size:14px;line-height:1.6;color:#333333 !important;margin:12px 0 2px;\">\n      Unpublished and exclusive PDF materials, a video for each lesson, lifetime access (no time limit), the option to pay in a single instalment or in instalments, and a support forum.\n    <\/p>\n  <\/details>\n\n  <details class=\"hn-faq-item\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:16px 20px;margin-bottom:12px;\">\n    <summary style=\"font-family:'Archivo',sans-serif;font-weight:600;font-size:15px;color:#2f4734 !important;cursor:pointer;\">\n      Can I ask questions during or after the course?\n    <\/summary>\n    <p style=\"font-family:'Archivo',sans-serif;font-size:14px;line-height:1.6;color:#333333 !important;margin:12px 0 2px;\">\n      Yes, you have access to unlimited support even after you\u2019ve finished the course. You can ask questions by email (info@holisticaformacion.com) or on the course\u2019s Support Forum.\n    <\/p>\n  <\/details>\n\n  <details class=\"hn-faq-item\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:16px 20px;margin-bottom:12px;\">\n    <summary style=\"font-family:'Archivo',sans-serif;font-weight:600;font-size:15px;color:#2f4734 !important;cursor:pointer;\">\n      Do the specialised modules include supervised practical work, or are they purely theoretical?\n    <\/summary>\n    <p style=\"font-family:'Archivo',sans-serif;font-size:14px;line-height:1.6;color:#333333 !important;margin:12px 0 2px;\">\n      It depends on the course: some are theory-based, whilst others include guided practical work. Please check the details of each module to see its specific focus.\n    <\/p>\n  <\/details>\n\n  <details class=\"hn-faq-item\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:16px 20px;margin-bottom:12px;\">\n    <summary style=\"font-family:'Archivo',sans-serif;font-weight:600;font-size:15px;color:#2f4734 !important;cursor:pointer;\">\n      Can I use this material to run my own training courses?\n    <\/summary>\n    <p style=\"font-family:'Archivo',sans-serif;font-size:14px;line-height:1.6;color:#333333 !important;margin:12px 0 2px;\">\n      No. The material is unpublished and original, written by Helena Chac\u00f3n for the Holistic EcoYoga or Umanagea brand, and is protected by copyright. It may only be used if you are an Assistant Trainer on the relevant training course.\n    <\/p>\n  <\/details>\n\n  <details class=\"hn-faq-item\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:16px 20px;margin-bottom:12px;\">\n    <summary style=\"font-family:'Archivo',sans-serif;font-weight:600;font-size:15px;color:#2f4734 !important;cursor:pointer;\">\n      If I go on to do a Specialisation or Comprehensive Course later on, will I lose the money I paid for the module?\n    <\/summary>\n    <p style=\"font-family:'Archivo',sans-serif;font-size:14px;line-height:1.6;color:#333333 !important;margin:12px 0 2px;\">\n      No. The full amount is deducted from the price of the relevant full training course, plus an additional 5%. Simply request the voucher from us, stating your username and the training course you have chosen. This discount cannot be combined with any other current offers or promotions.\n    <\/p>\n  <\/details>\n\n  <details class=\"hn-faq-item\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:16px 20px;margin-bottom:12px;\">\n    <summary style=\"font-family:'Archivo',sans-serif;font-weight:600;font-size:15px;color:#2f4734 !important;cursor:pointer;\">\n      Can I cancel or request a refund after making a purchase?\n    <\/summary>\n    <p style=\"font-family:'Archivo',sans-serif;font-size:14px;line-height:1.6;color:#333333 !important;margin:12px 0 2px;\">\n      As this is digital content available for immediate access, once you have accessed the course, the right of withdrawal does not apply (Article 103(m) of Royal Legislative Decree 1\/2007). You can find full details on our <a href=\"https:\/\/holisticanature.com\/en\/refunds_returns\/\" style=\"color:#2f4734 !important;font-weight:600;\">Cancellation and Refund Policy<\/a>.\n    <\/p>\n  <\/details>\n\n  <details class=\"hn-faq-item\" style=\"background:#ffffff;border-left:4px solid #2f4734;border-radius:8px;padding:16px 20px;margin-bottom:0;\">\n    <summary style=\"font-family:'Archivo',sans-serif;font-weight:600;font-size:15px;color:#2f4734 !important;cursor:pointer;\">\n      How long does this offer last?\n    <\/summary>\n    <p style=\"font-family:'Archivo',sans-serif;font-size:14px;line-height:1.6;color:#333333 !important;margin:12px 0 2px;\">\n      Until 31 July 2026 at 23:59. From 1 August, each special issue will return to its normal price.\n    <\/p>\n  <\/details>\n\n<\/div>\n\n<style>\n  #hn-faq summary::-webkit-details-marker{ color:#2f4734; }\n  #hn-faq .hn-faq-item[open] summary{ margin-bottom:4px; }\n  #hn-faq\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"PROMOCI\u00d3N \"APRENDO EN JULIO\"\u00danete a cursos monogr\u00e1ficos a precio reducido (50% OFF). Aprende sobre una tem\u00e1tica o inicia tu camino formativo en especializaciones o programas formativos completos Detr\u00e1s de cada curso hay dos d\u00e9cadas de investigaci\u00f3n de Helena conectando geolog\u00eda, yoga, medicina tradicional china, ayurveda y ecopsicolog\u00eda: m\u00e1s de 4.400 p\u00e1ginas escritas y 250 horas [...]","protected":false},"author":1,"featured_media":7402,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7340","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Promoci\u00f3n Aprendo en Julio en monogr\u00e1ficos de Hol\u00edstica Nature<\/title>\n<meta name=\"description\" content=\"Promoci\u00f3n Aprendo en Julio en monogr\u00e1ficos de de las escuelas Holistic EcoYoga y Umanagea de Hol\u00edstica Nature\" \/>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Promoci\u00f3n Aprendo en Julio en monogr\u00e1ficos de Hol\u00edstica Nature\" \/>\n<meta property=\"og:description\" content=\"Promoci\u00f3n Aprendo en Julio en monogr\u00e1ficos de de las escuelas Holistic EcoYoga y Umanagea de Hol\u00edstica Nature\" \/>\n<meta property=\"og:url\" content=\"https:\/\/holisticanature.com\/en\/july-promotion\/\" \/>\n<meta property=\"og:site_name\" content=\"Hol\u00edstica Nature\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/holisticanature\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-16T07:29:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/Promo-Aprende-en-Julio.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/holisticanature.com\\\/promo-julio\",\"url\":\"https:\\\/\\\/holisticanature.com\\\/promo-julio\",\"name\":\"Promoci\u00f3n Aprendo en Julio en monogr\u00e1ficos de Hol\u00edstica Nature\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/holisticanature.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/holisticanature.com\\\/promo-julio#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/holisticanature.com\\\/promo-julio#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/holisticanature.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Promo-Aprende-en-Julio.png\",\"datePublished\":\"2026-06-23T09:54:40+00:00\",\"dateModified\":\"2026-07-16T07:29:22+00:00\",\"description\":\"Promoci\u00f3n Aprendo en Julio en monogr\u00e1ficos de de las escuelas Holistic EcoYoga y Umanagea de Hol\u00edstica Nature\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/holisticanature.com\\\/promo-julio#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/holisticanature.com\\\/promo-julio\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/holisticanature.com\\\/promo-julio#primaryimage\",\"url\":\"https:\\\/\\\/holisticanature.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Promo-Aprende-en-Julio.png\",\"contentUrl\":\"https:\\\/\\\/holisticanature.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Promo-Aprende-en-Julio.png\",\"width\":1080,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/holisticanature.com\\\/promo-julio#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/holisticanature.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Promo Aprendo en Julio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/holisticanature.com\\\/#website\",\"url\":\"https:\\\/\\\/holisticanature.com\\\/\",\"name\":\"Holistica Nature\",\"description\":\"Ecolog\u00eda humana para reconectar con la naturaleza\",\"publisher\":{\"@id\":\"https:\\\/\\\/holisticanature.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/holisticanature.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/holisticanature.com\\\/#organization\",\"name\":\"Holistica Nature, Ecoturismo, Formaci\u00f3n y Bienestar SL\",\"url\":\"https:\\\/\\\/holisticanature.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/holisticanature.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/holisticanature.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-HN-color-trans-scaled-1.png\",\"contentUrl\":\"https:\\\/\\\/holisticanature.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-HN-color-trans-scaled-1.png\",\"width\":512,\"height\":512,\"caption\":\"Holistica Nature, Ecoturismo, Formaci\u00f3n y Bienestar SL\"},\"image\":{\"@id\":\"https:\\\/\\\/holisticanature.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/holisticanature\",\"https:\\\/\\\/www.instagram.com\\\/holisticanature\",\"https:\\\/\\\/t.me\\\/helenaholistica\",\"https:\\\/\\\/www.youtube.com\\\/@HolisticaNature\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"'Aprendo' July promotion on Hol\u00edstica Nature specialised courses","description":"\u2018Aprendo\u2019 July promotion on specialised courses at the Holistic EcoYoga and Umanagea schools run by Hol\u00edstica Nature","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_GB","og_type":"article","og_title":"Promoci\u00f3n Aprendo en Julio en monogr\u00e1ficos de Hol\u00edstica Nature","og_description":"Promoci\u00f3n Aprendo en Julio en monogr\u00e1ficos de de las escuelas Holistic EcoYoga y Umanagea de Hol\u00edstica Nature","og_url":"https:\/\/holisticanature.com\/en\/july-promotion\/","og_site_name":"Hol\u00edstica Nature","article_publisher":"https:\/\/www.facebook.com\/holisticanature","article_modified_time":"2026-07-16T07:29:22+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/Promo-Aprende-en-Julio.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/holisticanature.com\/promo-julio","url":"https:\/\/holisticanature.com\/promo-julio","name":"'Aprendo' July promotion on Hol\u00edstica Nature specialised courses","isPartOf":{"@id":"https:\/\/holisticanature.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/holisticanature.com\/promo-julio#primaryimage"},"image":{"@id":"https:\/\/holisticanature.com\/promo-julio#primaryimage"},"thumbnailUrl":"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/Promo-Aprende-en-Julio.png","datePublished":"2026-06-23T09:54:40+00:00","dateModified":"2026-07-16T07:29:22+00:00","description":"\u2018Aprendo\u2019 July promotion on specialised courses at the Holistic EcoYoga and Umanagea schools run by Hol\u00edstica Nature","breadcrumb":{"@id":"https:\/\/holisticanature.com\/promo-julio#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/holisticanature.com\/promo-julio"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/holisticanature.com\/promo-julio#primaryimage","url":"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/Promo-Aprende-en-Julio.png","contentUrl":"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/06\/Promo-Aprende-en-Julio.png","width":1080,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/holisticanature.com\/promo-julio#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/holisticanature.com\/"},{"@type":"ListItem","position":2,"name":"Promo Aprendo en Julio"}]},{"@type":"WebSite","@id":"https:\/\/holisticanature.com\/#website","url":"https:\/\/holisticanature.com\/","name":"Holistica Nature","description":"Human ecology: reconnecting with nature","publisher":{"@id":"https:\/\/holisticanature.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/holisticanature.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/holisticanature.com\/#organization","name":"Holistica Nature, Ecotourism, Training and Wellbeing SL","url":"https:\/\/holisticanature.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/holisticanature.com\/#\/schema\/logo\/image\/","url":"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/05\/cropped-HN-color-trans-scaled-1.png","contentUrl":"https:\/\/holisticanature.com\/wp-content\/uploads\/2026\/05\/cropped-HN-color-trans-scaled-1.png","width":512,"height":512,"caption":"Holistica Nature, Ecoturismo, Formaci\u00f3n y Bienestar SL"},"image":{"@id":"https:\/\/holisticanature.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/holisticanature","https:\/\/www.instagram.com\/holisticanature","https:\/\/t.me\/helenaholistica","https:\/\/www.youtube.com\/@HolisticaNature"]}]}},"_links":{"self":[{"href":"https:\/\/holisticanature.com\/en\/wp-json\/wp\/v2\/pages\/7340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/holisticanature.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/holisticanature.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/holisticanature.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/holisticanature.com\/en\/wp-json\/wp\/v2\/comments?post=7340"}],"version-history":[{"count":72,"href":"https:\/\/holisticanature.com\/en\/wp-json\/wp\/v2\/pages\/7340\/revisions"}],"predecessor-version":[{"id":7996,"href":"https:\/\/holisticanature.com\/en\/wp-json\/wp\/v2\/pages\/7340\/revisions\/7996"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/holisticanature.com\/en\/wp-json\/wp\/v2\/media\/7402"}],"wp:attachment":[{"href":"https:\/\/holisticanature.com\/en\/wp-json\/wp\/v2\/media?parent=7340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}