{"id":17,"date":"2025-11-12T17:52:01","date_gmt":"2025-11-12T17:52:01","guid":{"rendered":"https:\/\/taramedicina.com\/?page_id=17"},"modified":"2026-02-08T12:10:36","modified_gmt":"2026-02-08T12:10:36","slug":"home","status":"publish","type":"page","link":"https:\/\/taramedicina.com\/pt\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Hero Section&#8221; _builder_version=&#8221;4.27.4&#8243; background_color=&#8221;#990000&#8243; background_enable_image=&#8221;off&#8221; custom_padding=&#8221;13%||13%||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Hero Area&#8221; _builder_version=&#8221;4.27.4&#8243; custom_padding=&#8221;|||3px||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_code disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"split-image-container\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"split left\"><!-- [et_pb_line_break_holder] -->    <img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/taramedicina.com\/wp-content\/uploads\/2025\/11\/Logo_Branka_Vilovski_logo-removebg-preview.webp?w=1080&#038;ssl=1\" alt=\"Imagen izquierda\"><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"split right\"><!-- [et_pb_line_break_holder] -->    <img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/taramedicina.com\/wp-content\/uploads\/2025\/11\/Logo_Branka_Vilovski_logo-removebg-preview.webp?w=1080&#038;ssl=1\" alt=\"Imagen derecha\"><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<style><!-- [et_pb_line_break_holder] -->.split-image-container {<!-- [et_pb_line_break_holder] -->  position: relative;<!-- [et_pb_line_break_holder] -->  width: 600px; \/* ancho exacto de tu imagen *\/<!-- [et_pb_line_break_holder] -->  height: 162px; \/* alto exacto de tu imagen *\/<!-- [et_pb_line_break_holder] -->  margin: 0 auto;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.split {<!-- [et_pb_line_break_holder] -->  position: absolute;<!-- [et_pb_line_break_holder] -->  top: 0;<!-- [et_pb_line_break_holder] -->  width: 50%;<!-- [et_pb_line_break_holder] -->  height: 100%;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.split img {<!-- [et_pb_line_break_holder] -->  position: absolute;<!-- [et_pb_line_break_holder] -->  width: 100%;<!-- [et_pb_line_break_holder] -->  height: 100%;<!-- [et_pb_line_break_holder] -->  object-fit: cover;<!-- [et_pb_line_break_holder] -->  transition: transform 0.3s ease-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Mitad izquierda *\/<!-- [et_pb_line_break_holder] -->.split.left {<!-- [et_pb_line_break_holder] -->  left: 125px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.split.left img {<!-- [et_pb_line_break_holder] -->  left: 0;<!-- [et_pb_line_break_holder] -->  clip-path: inset(0 49.8% 0 0); \/* ligero solapamiento para eliminar hueco *\/<!-- [et_pb_line_break_holder] -->  transform: translateX(0.1%); \/* empuja un poco hacia el centro *\/<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Mitad derecha *\/<!-- [et_pb_line_break_holder] -->.split.right {<!-- [et_pb_line_break_holder] -->  right: 20px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.split.right img {<!-- [et_pb_line_break_holder] -->  right: 0;<!-- [et_pb_line_break_holder] -->  clip-path: inset(0 0 0 49.8%); \/* mismo solapamiento *\/<!-- [et_pb_line_break_holder] -->  transform: translateX(-49.9%); \/* alinea perfectamente al centro *\/<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->document.addEventListener(\"DOMContentLoaded\", function() {<!-- [et_pb_line_break_holder] -->  const left = document.querySelector('.split.left img');<!-- [et_pb_line_break_holder] -->  const right = document.querySelector('.split.right img');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  window.addEventListener('scroll', () => {<!-- [et_pb_line_break_holder] -->    const scrollProgress = Math.min(window.scrollY \/ window.innerHeight, 1);<!-- [et_pb_line_break_holder] -->    const offset = scrollProgress * 100; \/\/ controla qu\u00e9 tanto se separan (px)<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    left.style.transform = `translateX(calc(0.1% - ${offset}px))`;<!-- [et_pb_line_break_holder] -->    right.style.transform = `translateX(calc(-49.9% + ${offset}px))`;<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Hero Section&#8221; _builder_version=&#8221;4.27.5&#8243; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_direction=&#8221;120deg&#8221; background_color_gradient_stops=&#8221;#000000 0%|rgba(0,0,0,0) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_color_gradient_start=&#8221;#000000&#8243; background_color_gradient_end=&#8221;rgba(0,0,0,0)&#8221; background_image=&#8221;https:\/\/taramedicina.com\/wp-content\/uploads\/2026\/02\/jason-leung-KvJHPm_1WcU-unsplash-scaled.jpg&#8221; custom_padding=&#8221;10%||10%|&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; admin_label=&#8221;Hero Area&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Title&#8221; _builder_version=&#8221;4.27.4&#8243; text_font=&#8221;||||||||&#8221; header_font=&#8221;Poppins|600|||||||&#8221; header_font_size=&#8221;60px&#8221; header_line_height=&#8221;1.2em&#8221; background_layout=&#8221;dark&#8221; animation_style=&#8221;fade&#8221; header_font_size_tablet=&#8221;&#8221; header_font_size_phone=&#8221;40px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>Tara Medicina<\/h1>\n<p>&nbsp;<\/p>\n<p>Using structured spiritual science, subconscious testing, and distance healing, we identify and clear the core signals that allow energetic interference to persist.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;About Section&#8221; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;0px||0px|&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;0&#8243; make_equal=&#8221;on&#8221; admin_label=&#8221;About Area&#8221; _builder_version=&#8221;4.16&#8243; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px|&#8221; use_custom_width=&#8221;on&#8221; width_unit=&#8221;off&#8221; custom_width_percent=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#1e1d1c&#8221; custom_padding=&#8221;10%|5%|10%|5%&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Title&#8221; _builder_version=&#8221;4.16&#8243; text_font=&#8221;||||||||&#8221; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.2em&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;550px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||0px|&#8221; custom_padding=&#8221;|||&#8221; animation_style=&#8221;fade&#8221; animation_direction=&#8221;top&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span style=\"font-size: large;\"><i><span style=\"font-weight: 400;\">\u201cThe majority of the people find many excuses not to work on themselves.\u00a0<\/span><\/i><\/span><\/p>\n<h2><\/h2>\n<p><span style=\"font-size: large;\"><i><span style=\"font-weight: 400;\">They are in complete prison of their weaknesses.\u00a0\u00a0<\/span><\/i><\/span><\/p>\n<h2><\/h2>\n<p><span style=\"font-size: large;\"><i><span style=\"font-weight: 400;\">Understand me right, I do not need followers.\u00a0<\/span><\/i><\/span><\/p>\n<h2><\/h2>\n<p><span style=\"font-size: large;\"><i><span style=\"font-weight: 400;\">I am rather interested in finding the real warriors of the new world.\u201d<\/span><\/i><\/span><\/p>\n<h2><\/h2>\n<p><span style=\"font-size: large;\"><i><span style=\"font-weight: 400;\">Gurdjieff\u00a0 \u201cThe last hour of life\u201d\u00a0<\/span><\/i><\/span><\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#fdb467&#8243; divider_position=&#8221;center&#8221; divider_weight=&#8221;3px&#8221; _builder_version=&#8221;4.16&#8243; max_width=&#8221;50px&#8221; module_alignment=&#8221;center&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;top&#8221; animation_intensity_slide=&#8221;10%&#8221; animation_starting_opacity=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_divider color=&#8221;#fdb467&#8243; divider_position=&#8221;center&#8221; divider_weight=&#8221;3px&#8221; _builder_version=&#8221;4.16&#8243; max_width=&#8221;50px&#8221; module_alignment=&#8221;center&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;top&#8221; animation_intensity_slide=&#8221;10%&#8221; animation_starting_opacity=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#282624&#8243; custom_padding=&#8221;10%|5%|10%|5%&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_divider color=&#8221;#fdb467&#8243; divider_position=&#8221;center&#8221; divider_weight=&#8221;3px&#8221; _builder_version=&#8221;4.16&#8243; max_width=&#8221;50px&#8221; module_alignment=&#8221;center&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;top&#8221; animation_intensity_slide=&#8221;10%&#8221; animation_starting_opacity=&#8221;100%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text _builder_version=&#8221;4.27.4&#8243; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;rgba(255,255,255,0.7)&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; link_font=&#8221;||||on|||rgba(253,180,103,0.5)|dotted&#8221; link_text_color=&#8221;rgba(255,255,255,0.7)&#8221; ul_font=&#8221;||||||||&#8221; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;||||||||&#8221; text_orientation=&#8221;center&#8221; max_width=&#8221;570px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px|||&#8221; custom_padding=&#8221;|||&#8221; animation_style=&#8221;fade&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span style=\"font-size: medium;\"><em>&#8220;there is nothing more important for life,\u00a0<\/em><\/span><\/p>\n<p><span style=\"font-size: medium;\"><em>even for material life,\u00a0<\/em><\/span><\/p>\n<p><span style=\"font-size: medium;\"><em>than the strong and sure realization of communion\u00a0<\/em><\/span><\/p>\n<p><span style=\"font-size: medium;\"><em>with the spiritual world.&#8221;<\/em><\/span><\/p>\n<p><span style=\"font-size: medium;\"><em>rudolf steiner\u00a0<\/em><\/span><\/p>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Workshops and Events Section&#8221; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;0px||0px|&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;3_5,2_5&#8243; use_custom_gutter=&#8221;on&#8221; make_equal=&#8221;on&#8221; admin_label=&#8221;Workshops and Events Area&#8221; module_class=&#8221; et_pb_row_fullwidth&#8221; _builder_version=&#8221;4.27.5&#8243; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;100%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;|||&#8221; custom_padding=&#8221;0px||0px|&#8221; make_fullwidth=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#efe9e4&#8243; custom_padding=&#8221;10%|5%|10%|5%&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Title&#8221; _builder_version=&#8221;4.16&#8243; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.2em&#8221; min_height=&#8221;175.4px&#8221; animation_style=&#8221;fold&#8221; animation_direction=&#8221;left&#8221; animation_intensity_fold=&#8221;10%&#8221; animation_starting_opacity=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">four pillars<\/h2>\n<h2 style=\"text-align: center;\">of<\/h2>\n<h2 style=\"text-align: center;\">Tara Medicina\u00a0<\/h2>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#fdb467&#8243; divider_position=&#8221;center&#8221; divider_weight=&#8221;3px&#8221; _builder_version=&#8221;4.16&#8243; max_width=&#8221;50px&#8221; module_alignment=&#8221;left&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;top&#8221; animation_intensity_slide=&#8221;10%&#8221; animation_starting_opacity=&#8221;100%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text _builder_version=&#8221;4.16&#8243; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;#666666&#8243; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; custom_margin=&#8221;25px|||&#8221; custom_padding=&#8221;||3px|||&#8221; animation_style=&#8221;fold&#8221; animation_direction=&#8221;left&#8221; animation_intensity_fold=&#8221;10%&#8221; animation_starting_opacity=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>&nbsp;<\/p>\n<p><b>healing One-on-One <\/b><span style=\"font-size: small;\"><span style=\"font-weight: 400;\">Private sessions devoted to restoring coherence in the body, heart, and soul.\u00a0 <\/span><span style=\"font-weight: 400;\">Each meeting becomes a sanctuary for deep recalibration and direct experience of Tara Medicina\u2019s light technologies.<\/span><\/span><\/p>\n<p><b>Online School\u00a0 <\/b><span style=\"font-size: small;\"><span style=\"font-weight: 400;\">An evolving library of courses, live classes, and practitioner trainings.\u00a0 <\/span><span style=\"font-weight: 400;\">Here students learn the energetic architecture of the human template and how to apply it with precision and compassion.<\/span><\/span><\/p>\n<p><b>Travelling with Certification\u00a0 <\/b><span style=\"font-size: small;\"><span style=\"font-weight: 400;\">Immersive retreats and in-person intensives held in sacred locations.\u00a0 <\/span><span style=\"font-weight: 400;\">Participants study, practice, and receive official Tara Medicina certification while experiencing the embodied field of unity.<\/span><\/span><\/p>\n<p><b>Speaking Engagements\u00a0 <\/b><span style=\"font-size: small;\"><span style=\"font-weight: 400;\">Keynotes and presentations that bring the Tara Medicina message to wider audiences.\u00a0 <\/span><span style=\"font-weight: 400;\">Each appearance weaves science, spirit, and lived wisdom\u2014opening new doors for those ready to explore the healing, the school, or the certification journeys.<\/span><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.16&#8243; background_image=&#8221;https:\/\/taramedicina.com\/wp-content\/uploads\/2025\/11\/02_img.jpg&#8221; background_repeat=&#8221;repeat&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_divider show_divider=&#8221;off&#8221; _builder_version=&#8221;4.27.5&#8243; background_image=&#8221;https:\/\/taramedicina.com\/wp-content\/uploads\/2026\/02\/ramiro-pianarosa-hiMEqdypubg-unsplash-scaled.jpg&#8221; min_height=&#8221;999px&#8221; height=&#8221;1000px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;3_5,2_5&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;0&#8243; make_equal=&#8221;on&#8221; admin_label=&#8221;Studio Membership Area&#8221; module_class=&#8221; et_pb_row_fullwidth&#8221; _builder_version=&#8221;4.27.4&#8243; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;100%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;|||&#8221; custom_padding=&#8221;0px||0px|&#8221; make_fullwidth=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.16&#8243; background_image=&#8221;https:\/\/taramedicina.com\/wp-content\/uploads\/2025\/11\/03_img.jpg&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_divider show_divider=&#8221;off&#8221; _builder_version=&#8221;4.27.5&#8243; height=&#8221;1000px&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; title_text=&#8221;ramiro-pianarosa-hiMEqdypubg-unsplash&#8221; background_image=&#8221;https:\/\/taramedicina.com\/wp-content\/uploads\/2026\/02\/ramiro-pianarosa-hiMEqdypubg-unsplash-scaled.jpg&#8221; sticky_enabled=&#8221;0&#8243;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#282624&#8243; background_repeat=&#8221;repeat&#8221; custom_padding=&#8221;10%|5%|10%|5%&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Title&#8221; _builder_version=&#8221;4.16&#8243; text_font=&#8221;||||||||&#8221; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.2em&#8221; background_layout=&#8221;dark&#8221; animation_style=&#8221;fold&#8221; animation_direction=&#8221;left&#8221; animation_intensity_fold=&#8221;10%&#8221; animation_starting_opacity=&#8221;100%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>\u00a0energy<\/h2>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#fdb467&#8243; divider_position=&#8221;center&#8221; divider_weight=&#8221;3px&#8221; _builder_version=&#8221;4.16&#8243; max_width=&#8221;50px&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;top&#8221; animation_intensity_slide=&#8221;10%&#8221; animation_starting_opacity=&#8221;100%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text _builder_version=&#8221;4.16&#8243; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;rgba(255,255,255,0.7)&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; custom_margin=&#8221;25px|||&#8221; animation_style=&#8221;fold&#8221; animation_direction=&#8221;left&#8221; animation_intensity_fold=&#8221;10%&#8221; animation_starting_opacity=&#8221;100%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>&nbsp;<\/p>\n<p>&#8220;my brain is only a receiver, in the Universe there is a core from which we obtain knowledge, strength and inspiration.&#8221;\u00a0<\/p>\n<p>&#8220;if you only knew the magnificence of the 3, 6 and 9, then you would have the key to the universe.&#8221;<\/p>\n<p>&#8220;if you want to find the secrets of the universe, think in terms of energy, frequency and vibration.&#8221;<\/p>\n<p>Nikola Tesla\u00a0<\/p>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Newsletter Section&#8221; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#1e1d1c&#8221; custom_padding=&#8221;120px||120px|&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Newsletter Area&#8221; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;||10px|&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Title&#8221; _builder_version=&#8221;4.16&#8243; text_font=&#8221;||||||||&#8221; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.2em&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;550px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||0px|&#8221; animation_style=&#8221;fade&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Subscribe to Our Newsletter<\/h2>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#fdb467&#8243; divider_position=&#8221;center&#8221; divider_weight=&#8221;3px&#8221; _builder_version=&#8221;4.16&#8243; max_width=&#8221;50px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||20px|&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;top&#8221; animation_intensity_slide=&#8221;10%&#8221; animation_starting_opacity=&#8221;100%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_2,1_4&#8243; admin_label=&#8221;Email Option Area&#8221; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;0px||0px|&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_signup mailchimp_list=&#8221;Volimsinove@22|07a4ede1d1&#8243; first_name_field=&#8221;off&#8221; last_name_field=&#8221;off&#8221; _builder_version=&#8221;4.27.4&#8243; body_font=&#8221;Poppins|600||on|||||&#8221; use_background_color=&#8221;off&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;14px&#8221; button_bg_color=&#8221;#fdb467&#8243; button_border_width=&#8221;8px&#8221; button_border_color=&#8221;#fdb467&#8243; button_border_radius=&#8221;0px&#8221; button_letter_spacing=&#8221;2px&#8221; button_font=&#8221;||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; custom_margin=&#8221;|||&#8221; custom_padding=&#8221;|||&#8221; animation_style=&#8221;fade&#8221; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_signup][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Divider Section&#8221; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#1e1d1c&#8221; custom_padding=&#8221;0px||0px|&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Divider Area&#8221; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;0px||0px|&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_divider color=&#8221;rgba(255,255,255,0.12)&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Footer Section&#8221; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#1e1d1c&#8221; custom_padding=&#8221;90px||90px|&#8221; global_module=&#8221;116&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Footer Area&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text ul_type=&#8221;none&#8221; admin_label=&#8221;Title&#8221; _builder_version=&#8221;4.27.4&#8243; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;rgba(255,255,255,0.7)&#8221; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.8em&#8221; link_text_color=&#8221;#ffffff&#8221; ul_font=&#8221;Poppins||||||||&#8221; ul_text_align=&#8221;center&#8221; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;Poppins||||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;24px&#8221; header_2_line_height=&#8221;1.4em&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||15px|&#8221; custom_padding=&#8221;||2px|||&#8221; animation_style=&#8221;fade&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Email Us<\/h2>\n<p><span style=\"font-size: large;\">hello@taramedicina.com<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Social Media&#8221; _builder_version=&#8221;4.16&#8243; custom_margin=&#8221;30px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_social_media_follow _builder_version=&#8221;4.27.4&#8243; text_orientation=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_social_media_follow_network social_network=&#8221;facebook&#8221; url=&#8221;http:\/\/facebook.com&#8221; _builder_version=&#8221;4.27.4&#8243; background_color=&#8221;#fdb467&#8243; custom_margin=&#8221;|8px||8px&#8221; custom_padding=&#8221;14px|14px|14px|14px&#8221; border_radii=&#8221;on|100px|100px|100px|100px&#8221; global_colors_info=&#8221;{}&#8221; follow_button=&#8221;off&#8221; url_new_window=&#8221;on&#8221;]facebook[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;twitter&#8221; url=&#8221;http:\/\/x.com&#8221; _builder_version=&#8221;4.27.4&#8243; background_color=&#8221;#fdb467&#8243; custom_margin=&#8221;|8px||8px&#8221; custom_padding=&#8221;14px|14px|14px|14px&#8221; border_radii=&#8221;on|100px|100px|100px|100px&#8221; global_colors_info=&#8221;{}&#8221; follow_button=&#8221;off&#8221; url_new_window=&#8221;on&#8221;]twitter[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;instagram&#8221; url=&#8221;http:\/\/instagram.com&#8221; _builder_version=&#8221;4.27.4&#8243; background_color=&#8221;#fdb467&#8243; custom_margin=&#8221;|8px||8px&#8221; custom_padding=&#8221;14px|14px|14px|14px&#8221; border_radii=&#8221;on|100px|100px|100px|100px&#8221; global_colors_info=&#8221;{}&#8221; follow_button=&#8221;off&#8221; url_new_window=&#8221;on&#8221;]instagram[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;youtube&#8221; url=&#8221;http:\/\/youtube.com&#8221; _builder_version=&#8221;4.27.4&#8243; background_color=&#8221;#fdb467&#8243; custom_margin=&#8221;|8px||8px&#8221; custom_padding=&#8221;14px|14px|14px|14px&#8221; border_radii=&#8221;on|100px|100px|100px|100px&#8221; global_colors_info=&#8221;{}&#8221; follow_button=&#8221;off&#8221; url_new_window=&#8221;on&#8221;]youtube[\/et_pb_social_media_follow_network][\/et_pb_social_media_follow][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Tara Medicina &nbsp; Using structured spiritual science, subconscious testing, and distance healing, we identify and clear the core signals that allow energetic interference to persist.\u201cThe majority of the people find many excuses not to work on themselves.\u00a0 They are in complete prison of their weaknesses.\u00a0\u00a0 Understand me right, I do not need followers.\u00a0 I am [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":134,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-17","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tara Medicina<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/taramedicina.com\/pt\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tara Medicina\" \/>\n<meta property=\"og:description\" content=\"Tara Medicina &nbsp; Using structured spiritual science, subconscious testing, and distance healing, we identify and clear the core signals that allow energetic interference to persist.\u201cThe majority of the people find many excuses not to work on themselves.\u00a0 They are in complete prison of their weaknesses.\u00a0\u00a0 Understand me right, I do not need followers.\u00a0 I am [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/taramedicina.com\/pt\/\" \/>\n<meta property=\"og:site_name\" content=\"Tara Medicina\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-08T12:10:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/taramedicina.com\/wp-content\/uploads\/2025\/11\/Logo-Branka-Vilovski.png\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\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=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/taramedicina.com\\\/\",\"url\":\"https:\\\/\\\/taramedicina.com\\\/\",\"name\":\"Tara Medicina\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kly.kfi.mybluehost.me\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/taramedicina.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/taramedicina.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/taramedicina.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Logo-Branka-Vilovski.png?fit=500%2C500&ssl=1\",\"datePublished\":\"2025-11-12T17:52:01+00:00\",\"dateModified\":\"2026-02-08T12:10:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/taramedicina.com\\\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/taramedicina.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\\\/\\\/taramedicina.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/taramedicina.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Logo-Branka-Vilovski.png?fit=500%2C500&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/taramedicina.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Logo-Branka-Vilovski.png?fit=500%2C500&ssl=1\",\"width\":500,\"height\":500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/taramedicina.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/taramedicina.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kly.kfi.mybluehost.me\\\/#website\",\"url\":\"https:\\\/\\\/kly.kfi.mybluehost.me\\\/\",\"name\":\"Tara Medicina\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kly.kfi.mybluehost.me\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tara Medicina","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/taramedicina.com\/pt\/","og_locale":"pt_PT","og_type":"article","og_title":"Tara Medicina","og_description":"Tara Medicina &nbsp; Using structured spiritual science, subconscious testing, and distance healing, we identify and clear the core signals that allow energetic interference to persist.\u201cThe majority of the people find many excuses not to work on themselves.\u00a0 They are in complete prison of their weaknesses.\u00a0\u00a0 Understand me right, I do not need followers.\u00a0 I am [&hellip;]","og_url":"https:\/\/taramedicina.com\/pt\/","og_site_name":"Tara Medicina","article_modified_time":"2026-02-08T12:10:36+00:00","og_image":[{"width":500,"height":500,"url":"https:\/\/taramedicina.com\/wp-content\/uploads\/2025\/11\/Logo-Branka-Vilovski.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/taramedicina.com\/","url":"https:\/\/taramedicina.com\/","name":"Tara Medicina","isPartOf":{"@id":"https:\/\/kly.kfi.mybluehost.me\/#website"},"primaryImageOfPage":{"@id":"https:\/\/taramedicina.com\/#primaryimage"},"image":{"@id":"https:\/\/taramedicina.com\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/taramedicina.com\/wp-content\/uploads\/2025\/11\/Logo-Branka-Vilovski.png?fit=500%2C500&ssl=1","datePublished":"2025-11-12T17:52:01+00:00","dateModified":"2026-02-08T12:10:36+00:00","breadcrumb":{"@id":"https:\/\/taramedicina.com\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/taramedicina.com\/"]}]},{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/taramedicina.com\/#primaryimage","url":"https:\/\/i0.wp.com\/taramedicina.com\/wp-content\/uploads\/2025\/11\/Logo-Branka-Vilovski.png?fit=500%2C500&ssl=1","contentUrl":"https:\/\/i0.wp.com\/taramedicina.com\/wp-content\/uploads\/2025\/11\/Logo-Branka-Vilovski.png?fit=500%2C500&ssl=1","width":500,"height":500},{"@type":"BreadcrumbList","@id":"https:\/\/taramedicina.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/taramedicina.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/kly.kfi.mybluehost.me\/#website","url":"https:\/\/kly.kfi.mybluehost.me\/","name":"Tara Medicina","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kly.kfi.mybluehost.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/taramedicina.com\/pt\/wp-json\/wp\/v2\/pages\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taramedicina.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/taramedicina.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/taramedicina.com\/pt\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/taramedicina.com\/pt\/wp-json\/wp\/v2\/comments?post=17"}],"version-history":[{"count":20,"href":"https:\/\/taramedicina.com\/pt\/wp-json\/wp\/v2\/pages\/17\/revisions"}],"predecessor-version":[{"id":444,"href":"https:\/\/taramedicina.com\/pt\/wp-json\/wp\/v2\/pages\/17\/revisions\/444"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/taramedicina.com\/pt\/wp-json\/wp\/v2\/media\/134"}],"wp:attachment":[{"href":"https:\/\/taramedicina.com\/pt\/wp-json\/wp\/v2\/media?parent=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}