{"id":2103,"date":"2025-03-26T11:03:40","date_gmt":"2025-03-26T08:03:40","guid":{"rendered":"https:\/\/energypsy.ru\/?page_id=2103"},"modified":"2025-04-13T22:58:52","modified_gmt":"2025-04-13T19:58:52","slug":"psicologos-de-la-informacion-energetica","status":"publish","type":"page","link":"https:\/\/energypsy.ru\/?page_id=2103","title":{"rendered":"Psic\u00f3logos de la informaci\u00f3n energ\u00e9tica"},"content":{"rendered":"\n\t<style>\n\t.wpSimpleSearchInput\n\t{\n\tborder-radius:4px;width:100%;font-size:105%;\t\n\t}\n\t.wpSimpleSearchButton\n\t{\n\tborder-radius:10px;cursor:pointer;\n\tbackground-color:rgb(240, 240, 240);\t\t\n\t}\n\t.wpSimpleSearchButton:hover\n\t{\n\tbackground-color:silver;\n\t\t\n\t}\n\n\t.wpSimpleSearchResultsDiv{\n\tdisplay:none;\t\n\tposition:fixed;\n\ttop:-10vh;\n\tleft:0px;\n\tmargin:0px;\n\twidth:100vw;\n\theight:110vh;\n\tbackground-color:#fafafa;\n\tz-index:1000;\n\ttext-align:center;\n\tmax-height: none;\n\tmax-width: none;\n\t}\n\n\t.wpSimpleSearchResultsBorderDiv\n\t{\n\tmargin-top:11vh;\n\tdisplay:inline-block;\n\tmargin-left:auto;\n\tmargin-right:auto;\n\tborder-radius:4px;\n\n\tborder: 1px solid silver;\n\tbox-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\n\tbackground-color:white;\n\tz-index:1100;\n\tpadding:5vmin;\n\n\t}\n\n\n\t.wpSimpleSearchResultsContentDiv{\n\tdisplay:inline-block;\n\t\n\tmax-height:80vh;\n\toverflow-y:scroll;\n\t\n\t}\n\n\t.wpSimpleSearchResultsCloseButton{\n\tborder: 1px solid silver;\n\tbox-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\t\n\tfloat:right;\n\tmargin-right:4vw;\n\tcursor:pointer;\t\n\n\t}\n\n\t.wpSimpleSearchResultsCloseButton:hover{\n\tfont-weight:bold;\n\tcolor:maroon;\t\n\t}\n\n\t.wpSimpleSearchResultsItem{\n\twidth:20vw;\n\tdisplay:inline-block;\n\tfloat:left;\t\n\ttext-align:left;\t\n\t}\n\n\t.wpSimpleSearchResultsItemText{\n\tdisplay:inline-block;\n\twidth:100%;\n\tmax-height:40vh;\t\n\toverflow-y:scroll;\t\n\t}\n\n\t.wpSimpleSearchHref{\n\ttext-decoration:none;\n\tcursor:pointer;\t\n\t\t\n\t}\n\n\t.wpSimpleSearchHref:hover{\n\t\t\n\tcolor:darkblue;\t\n\t}\n\t<\/style>\n\t<div class=\"wpSimpleSearchResultsDiv\" id=\"idSimpleSearchResultsDiv\">\n\t<br>\n\n\n\t<div class=\"wpSimpleSearchResultsBorderDiv\">\n\t<button class=\"wpSimpleSearchResultsCloseButton\" onClick=\"hideSimpleSearchResults();\">&#x2718;<\/button>\t\n\t<br>\n\t<div class=\"wpSimpleSearchResultsContentDiv\" id=\"idSimpleSearchResultsContentDiv\">\n\n\n\n\n\t<\/div>\n\n\t<\/div>\n\t<\/div>\n\n\t <div id=\"wpSimpleSearchDiv\" style=\"opacity:1;margin-top:0px;display:inline-block;float:right;width:18vmin; border-radius:4px;border: 1px solid silver;box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\">\n\t<table style=\"width:100%\">\n\t<tr>\n\t<td>\n\t<input type=\"text\" class=\"wpSimpleSearchInput\" id=\"wpSimpleSearchField\">\n\t<\/td>\n\t<td ><span style=\"margin-left:18px;\" class=\"wpSimpleSearchButton\" onClick=\"wpSimpleSearchReq();\" >&#x1f50d;<\/span><\/td>\n\t<\/tr>\n\t<\/table>\n\t<\/div>\n\t<br><br>\n\t<script>\n\t\t\n\tfunction wpSimpleSearchCheckMarks()\n\t{\n\tconst searchParams = new URLSearchParams(window.location.href);\n\n\tif(searchParams.has('mark'))\n\t{\n\t\t\n\tvar mark=searchParams.get('mark')\n\tvar markInstance = new Mark(document.body);\n\n\tvar options={\n\t'diacritics':false,\n\t'separateWordSearch':false,\t\n\t\t\n\t};\n\n\tmarkInstance.mark(mark , options);\t\n\t}\n\t\t\n\t}\n\n\tdocument.addEventListener(\"DOMContentLoaded\", (event) => {\n\t\n\t  wpSimpleSearchCheckMarks();\n\t});\n\n\tfunction hideSimpleSearchResults()\n\t{\n\tvar rDiv=document.getElementById('idSimpleSearchResultsDiv');\n\tif(!rDiv){console.log('cannot find results Div!');return;}\t\n   \n\n\trDiv.style.display='none';\t\n\t\n\t\/\/document.body.style.overflowY='initial';\n\t\t\n\t}\n\n\tfunction markText(toFind,text)\n\t{\n\tvar toFindL=toFind.toLowerCase();\n\tvar textL=text.toLowerCase();\n\n\tvar rv='';\n\n\tvar fa=textL.split(toFindL);\n\n\tif(fa.length<2)return text;\n\n\tvar index=0;\n\n\tfor(var i=0;i<fa.length;i++)\n\t{\n\trv=rv+text.substr(index,fa[i].length);\n\n\tindex+=fa[i].length;\n\n\tif(i<(fa.length-1)){rv=rv+'<mark class=\"wpSimpleSearchMark\">'+text.substr(index,toFind.length)+'<\/mark>';index=index+toFind.length;}\n\n\t\t\n\t}\n\n\n\treturn rv;\t\n\t}\n\n\n\n\tfunction wpSimpleSearchIsOnTheScreen(elem, allowElemBehind = false, allowElemAhead = false) {\n\t\tconst scrollDist = document.documentElement.scrollTop;\n\t\tconst elemOffset = window.scrollY + elem.getBoundingClientRect().top; \n\n\t\tif (!allowElemBehind && !(elemOffset + elem.offsetHeight > scrollDist))\n\t\t\treturn false;\n\t\t\n\t\tif (!allowElemAhead && !(scrollDist + window.innerHeight > elemOffset))\n\t\t\treturn false;\n\n\t\treturn true;\n\t}\n\n\n\tvar wpSimpleSearchItems=[];\n\n\n\tfunction wpSimpleSearchScrollVisibles()\n\t{\n\n\tfor(var i=0;i<wpSimpleSearchItems.length;i++)\t\n\t{\n\tif(wpSimpleSearchItems[i].scrolled==true)continue;\t\n\n\tif(wpSimpleSearchIsOnTheScreen(wpSimpleSearchItems[i].div)){\n\twpSimpleSearchItems[i].mark.scrollIntoView();\n\twpSimpleSearchItems[i].scrolled=true;\t\n\t}\n\t}\t\n\t}\n\n  \n\n\tfunction showSimpleSearchResults(text,res)\n\t{\n\tvar rDiv=document.getElementById('idSimpleSearchResultsDiv');\n\tvar cDiv=document.getElementById('idSimpleSearchResultsContentDiv');\n\n\tif(!rDiv){console.log('cannot find results Div!');return;}\t\n\tif(!cDiv){console.log('cannot find content Div!');return;}\t\n\n\n\/\/document.body.style.overflowY='hidden';\n\n\tvar rStr='<table style=\"width:100%;  border-collapse: separate; border-spacing: 2em;\">';\n\n\n\n\tfor(var i=0;i<res.length;i++)\n\t{\n\n\tvar title=res[i].title;\n\n\tvar cnt=res[i].preview;\n\n\tvar url=res[i].url;\n\n\tif(url.indexOf('?')!=-1){url=url+'&mark='+encodeURIComponent(text);}\n\telse{\n\tvar lc=url.charAt(url.length - 1);\n\tif(lc!='\/'){url=url+'\/';}\t\n\turl=url+'?mark='+encodeURIComponent(text);}\n\n\trStr=rStr+'<tr >'+\n\t'<td style=\"width:100%;border-radius:4px;border: 1px solid silver;box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\">'+\"\\n\"+\n\t'<b><a class=\"wpSimpleSearchHref\" href=\"'+url+'\" target=\"_blank\">'+markText(text,title)+'<\/a><\/b><br><hr \/>'+\"\\n\"+\n\t'<div class=\"wpSimpleSearchResultsItemText\">'+markText(text,cnt)+'<\/div>'+\"\\n\"+\t\n\t'<\/td>'+\"\\n\";\n\n\n\trStr=rStr+'<\/tr>';\t\n\t}\n\n\trStr=rStr+'<\/table>'+\"\\n\";\n\tcDiv.innerHTML=rStr;\n\trDiv.style.display='inline-block';\n\n\tcDiv.scrollTop = 0;\n\n\tvar items=cDiv.querySelectorAll('.wpSimpleSearchResultsItemText');\n\n\twpSimpleSearchItems=[];\n\n\tfor(var i=0;i<items.length;i++)\n\t{\n\tvar marks=items[i].querySelectorAll('.wpSimpleSearchMark');\t\n\tif(marks.length>0)\n\t{\n\tvar cm=marks[0];\n\twpSimpleSearchItems.push({'div':items[i],'mark':cm,'scrolled':false});\t\n\t}\t\n\t}\n\n\t\/\/cDiv.onscroll=function(){wpSimpleSearchScrollVisibles();}\n\n\twpSimpleSearchScrollVisibles();\n\n\n\tcDiv.scrollTop = 0;\n\t}\n\n\n\tvar wpSimpleSearchFieldAnimationTime=25;\t\n\tvar wpSimpleSearchDivMax=36;\n\tvar wpSimpleSearchDivMin=18;\t\n\n\tvar wpSimpleSearchDivGrowing=false;\n\n\tvar wpSimpleSearchField=document.getElementById('wpSimpleSearchField');\t\n\tvar wpSimpleSearchDiv=document.getElementById('wpSimpleSearchDiv');\t\n\tif(wpSimpleSearchField){\n\twpSimpleSearchField.addEventListener(\"keyup\", ({key}) => {\n\t\tif (key === \"Enter\") {\n\t\t wpSimpleSearchReq();\n\t\t}\n\t});\n\n\twpSimpleSearchField.addEventListener(\"focus\", (event) => {\n\t\t\n\twpSimpleSearchDivGrowing=true;\n\trequestAnimationFrame(wpSimpleSearchDivGrow);});\n\n\twpSimpleSearchField.addEventListener(\"blur\", (event) => {\n\twpSimpleSearchDivGrowing=false;\n\trequestAnimationFrame(wpSimpleSearchDivShrink);});\n\t}\n\n\tvar wpSimpleSearchDivFadingIn=false;\n\n\tfunction wpSimpleSearchDivFadeIn()\n\t{\n\tif(wpSimpleSearchDivFadingIn==false)return;\t\n\tif(!wpSimpleSearchDiv)return;\n\tvar co=parseFloat(wpSimpleSearchDiv.style.opacity);\t\n\tif(co>0){co=co-0.1;wpSimpleSearchDiv.style.opacity=co;requestAnimationFrame(wpSimpleSearchDivFadeIn);}\n\telse{wpSimpleSearchDivFadingIn=false;requestAnimationFrame(wpSimpleSearchDivFadeOut);}\n\t}\n\n\tfunction wpSimpleSearchDivFadeOut()\n\t{\n\tif(wpSimpleSearchDivFadingIn==true)return;\t\n\tif(!wpSimpleSearchDiv)return;\n\tvar co=parseFloat(wpSimpleSearchDiv.style.opacity);\t\n\tif(co<1){co=co+0.1;wpSimpleSearchDiv.style.opacity=co;requestAnimationFrame(wpSimpleSearchDivFadeOut);}\n\t\t\n\t}\n\n\n\tfunction wpSimpleSearchDivGrow()\n\t{\n\tif(wpSimpleSearchDivGrowing==false)return;\n\tif(!wpSimpleSearchDiv)return;\n\tvar cs=parseInt(wpSimpleSearchDiv.style.width);\n\tif(cs<wpSimpleSearchDivMax){cs++;wpSimpleSearchDiv.style.width=cs+'vmin';requestAnimationFrame(wpSimpleSearchDivGrow);}\n\n\t}\n\n\n\tfunction wpSimpleSearchDivShrink()\n\t{\n\tif(wpSimpleSearchDivGrowing==true)return;\t\n\tif(!wpSimpleSearchDiv)return;\n\tvar cs=parseInt(wpSimpleSearchDiv.style.width);\n\tif(cs>wpSimpleSearchDivMin){cs--;wpSimpleSearchDiv.style.width=cs+'vmin';requestAnimationFrame(wpSimpleSearchDivShrink);}\n\t\t\n\t}\n\n\tasync function wpSimpleSearchReq()\n\t{\n\tif(!wpSimpleSearchField)return;\n\n\tif(wpSimpleSearchField.value=='')return;\n\n\tvar toSend=encodeURIComponent(wpSimpleSearchField.value);\n\n\tvar tm=new Date().getTime();\n\n\tvar reqStr=\"https:\/\/energypsy.ru\/wp-content\/plugins\/wpSimpleSearch\/search.php\"+'?q='+toSend+'&tm='+tm;\n\n\t  const response = await fetch(reqStr);\n\t  var cnt = {'q':wpSimpleSearchField.value,'r':[]};\n\t  if(response.ok){cnt=await response.json(); \n\t\t  \n\t\t  var results=cnt.r;\n\t\t  var reqTxt=cnt.q;\n\t\t  if(results.length>0)\n\t\t  {\n\t\t  wpSimpleSearchField.blur();\n\t\t  showSimpleSearchResults(reqTxt,results);\t  \n\t\t\t  \n\t\t  }\n\t\t  else{wpSimpleSearchDivFadingIn=true;requestAnimationFrame(wpSimpleSearchDivFadeIn);}\n\t\t  \n\t\t  }\n\t  else{console.log('Search plugin request error!');return;}\n\n\t\t\n\t}\n\n\t<\/script>\n\t    <div style=\"margin-top:0px;display:inline-block;width:18vmin;float:right;border-radius:4px;border: 1px solid silver;box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\">\n\n<table style=\"margin-left:4%;width:96%\" >\n<tr>\n<td>\n<a href=\"https:\/\/energypsy.ru\/\"\nclass=\"langPanelA\" id=\"wpLangPanelRu\"\n lang=\"ru-RU\" hreflang=\"ru-RU\"  style='text-decoration: none;font-family:Georgia, \"Bitstream Charter\", serif;font-size:12px;' >\n<img src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAdVBMVEX19f\/u7vjm5\/H+\/v75+fng4Ove3ulFRfyysv6cnP6QkPmIiPh\/f\/YAAOYAAP1ycv5QUP06OvkxMfcoKPcgIPYUFPS0AADdaYzTRG\/RPGnOM2LKLFzIIVPCEUZ7AAD0AQH7YGH3ODj0JyfzERDgAAD4TU3pAABIfLuPAAAAT0lEQVR4AQXBAQqDMAAAsZytyHzA\/v9LYRS7JIAQMkBb0ATsgLoKInnHvIrHrdRaBzxupTDxuFUifUsp4R3zU4iwzmOyT1ibBtP2u3C+wB+SHBB5JNY7DAAAAABJRU5ErkJggg==\" title=\"\u0420\u0443\u0441\u0441\u043a\u0438\u0439\" alt=\"\u0420\u0443\u0441\u0441\u043a\u0438\u0439\">\n<span style=\"margin-left:0.1em;\">\u0420\u0443\u0441\u0441\u043a\u0438\u0439<\/span><\/a>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<a href=\"https:\/\/energypsy.ru\/?page_id=1876\"\nclass=\"langPanelA\" id=\"wpLangPanelEn\"\n lang=\"en-US\" hreflang=\"en-US\"  style='text-decoration: none;font-family:Georgia, \"Bitstream Charter\", serif;font-size:12px;'>\n<img src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK\/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHzSURBVHjaYkxOP8IAB\/\/+Mfz7w8Dwi4HhP5CcJb\/n\/7evb16\/APL\/gRFQDiAAw3JuAgAIBEDQ\/iswEERjGzBQLEru97ll0g0+3HvqMn1SpqlqGsZMsZsIe0SICA5gt5a\/AGIEarCPtFh+6N\/ffwxA9OvP\/7\/\/QYwff\/6fZahmePeB4dNHhi+fGb59Y4zyvHHmCEAAAW3YDzQYaJJ93a+vX79aVf58\/\/69fvEPlpIfnz59+vDhw7t37968efP3b\/SXL59OnjwIEEAsDP+YgY53b2b89++\/awvLn98MDi2cVxl+\/vl6mituCtBghi9f\/v\/48e\/XL86krj9XzwEEEENy8g6gu22rfn78+NGs5Ofr16+ZC58+fvyYwX8rxOxXr169fPny+fPn1\/\/93bJlBUAAsQADZMEBxj9\/GBxb2P\/9+S\/R8u3vzxuyaX8ZHv3j8\/YGms3w8ycQARmi2eE37t4ACCDGR4\/uSkrKAS35B3TT\/\/\/\/wADOgLOBIaXIyjBlwxKAAGKRXjCB0SOEaeu+\/y9fMnz4AHQxCP348R\/o+l+\/\/sMZQBNLEvif3AcIIMZbty7Ly6t9ZmXl+fXj\/38GoHH\/UcGfP79\/\/BBiYHjy9+8\/oUkNAAHEwt1V\/vI\/KBY\/QSISFqM\/GBg+MzB8A6PfYC5EFiDAABqgW776MP0rAAAAAElFTkSuQmCC\" title=\"English\" alt=\"English\">\n<span style=\"margin-left:0.1em;\">English<\/span><\/a>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<a href=\"https:\/\/energypsy.ru\/?page_id=2103\"\nclass=\"langPanelA\" id=\"wpLangPanelEs\"\n lang=\"es-ES\" hreflang=\"es-ES\"  style='text-decoration: none;font-family:Georgia, \"Bitstream Charter\", serif;font-size:12px;' >\n<img src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK\/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFnSURBVHjaYvzPgAD\/UNlYEUAAmuTYAAAQhAEYqF\/zFbe50RZ1cMmS9TLi0pJLRjZohAMTGFUN9HdnHgEE1sDw\/\/+Tp0ClINW\/f0NIKPoFJH\/9\/\/ULyGaUlQXaABBALAx\/Gf4zAt31F4i+ffj3\/cN\/XrFfzOx\/\/v\/\/\/f\/\/LzACM\/79ZmD8\/e8TA0AAMYHdDVT958vXP38nMDB0s3x94\/Tj5y+YahhiAKLfQKUAAcQEdtJfoDHMF2L+vPzDmFXLelf551tGFOOhev4A\/QgQQExgHwAd8IdFT\/Wz6j+GhlpmXSOW\/2z\/\/\/8Eq\/sJ18Dw\/zdQA0AAMQExxJjjdy9x2\/76EfLz4MXdP\/i+wsyGkkA3Aw3984cBIIAYfzIwMKel\/bt3jwEaLNAwgZIQxp\/fDH\/+MqqovL14ESCAWICeZvr9h0FSEhSgwBgAygFDEMT+wwAhgQgc4kAEVAwQQIxfUSMSTxxDAECAAQAJWke8v4u1tAAAAABJRU5ErkJggg==\" title=\"Espa\u00f1ol\" alt=\"Espa\u00f1ol\">\n<span style=\"margin-left:0.1em;\">Espa\u00f1ol<\/span><\/a>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n    \n<p class=\"has-text-align-center has-large-font-size wp-block-paragraph\"><strong>Contenido<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=2168\"><strong>Introducci\u00f3n<\/strong><\/a><\/p>\n\n\n\n<p class=\"has-text-align-center has-contrast-3-color has-text-color has-link-color has-large-font-size wp-elements-1 wp-block-paragraph\"><strong>1. Teor\u00eda<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=2170\"><strong>1.1. Tema de la psicolog\u00eda energ\u00e9tica-informativa<\/strong><\/a><br><a href=\"https:\/\/energypsy.ru\/?p=2172\">1.1.1. Energ\u00eda. Propiedades<\/a><br><a href=\"https:\/\/energypsy.ru\/?p=2174\">1.1.2. Informaci\u00f3n. Propiedades<\/a><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=2176\"><strong>1.2. Tres leyes principales del universo<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=2178\">1.2.1. Primera ley del universo: Ley de reflexi\u00f3n<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?p=2180\">1.2.2. Segunda Ley del Universo &#8211; Ley de la Semejanza<\/a><\/p>\n\n\n<p><a href=\"https:\/\/energypsy.ru\/?p=2182\">1.2.3. Tercera Ley del Universo &#8211; Ley de la Unidad<\/a><\/p>\n<p><!-- \/wp:post-content --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2184\">1.2.4. Ley de los Opuestos<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2186\">1.2.5. La Ley del Karma<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2188\">1.2.6. La Ley del Libre Albedr\u00edo<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2190\">1.2.7. La Ley de la Abundancia<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2192\">1.2.8. Responsabilidad seg\u00fan las leyes del Universo<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2194\" target=\"_blank\" rel=\"noreferrer noopener\">1.3. La ley principal del intercambio de energ\u00eda sutil<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2196\">1.4. El bien y el mal<\/a><\/strong><br \/><a href=\"https:\/\/energypsy.ru\/?p=2198\">1.4.1. El poder energ\u00e9tico del Bien<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2200\">1.4.2.<\/a><a href=\"https:\/\/energypsy.ru\/?p=2200\"> El embudo de succi\u00f3n del mal<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2202\">1.4.3. Integridad<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2204\">1.4.4. El Principio de Extensi\u00f3n<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2206\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.5. Fuentes de energ\u00eda humana<\/strong><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2208\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.6. Medici\u00f3n cuantitativa y cualitativa del amor<\/strong><br \/><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2210\" target=\"_blank\" rel=\"noreferrer noopener\">1.7. La energ\u00eda del tiempo de N. Kozyrev<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2212\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.8. Ley de &#8220;Sincronicidad&#8221; de Carl Jung<\/strong><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p>&nbsp;<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2214\" data-type=\"link\" data-id=\"https:\/\/energypsy.ru\/?p=1000\">1.9. El ABC del Intercambio de Energ\u00eda Sutil<\/a><\/strong><br \/><a href=\"https:\/\/energypsy.ru\/?p=2216\" target=\"_blank\" rel=\"noreferrer noopener\">1.9.1. Canales de energ\u00eda entre personas<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2218\">1.9.2. Rango de frecuencia de la informaci\u00f3n personal<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2220\" target=\"_blank\" rel=\"noreferrer noopener\">1.9.3. Dos maneras de recibir energ\u00eda sutil<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2222\">1.9.4. Direcci\u00f3n del flujo de energ\u00eda sutil<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2224\">1.9.5. Rangos de frecuencia que no se superponen<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2226\">1.9.6. Rangos de frecuencia superpuestos<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2228\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.10. Mente y raz\u00f3n<\/strong><\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2230\" target=\"_blank\" rel=\"noreferrer noopener\">1.10. 1. <\/a><a href=\"https:\/\/energypsy.ru\/?p=2230\">La mente es nuestra defensora<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2232\">1.10.2. Causas de la locura<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2234\" target=\"_blank\" rel=\"noreferrer noopener\">1.10.3. La raz\u00f3n es la luz que ilumina el camino de ascenso del alma<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2238\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.11. Mapa de informaci\u00f3n energ\u00e9tica humana<\/strong><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2240\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.12. Capacidad energ\u00e9tica humana<\/strong><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2242\"><strong>1.13. Amor versus &#8220;Muerte t\u00e9rmica&#8221;<\/strong><\/a>.<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2244\"><strong>1.14. Desajuste de frecuencia<\/strong><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2246\">1.15. Acerca de las dimensiones<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"align\":\"left\"} --><\/p>\n<p class=\"has-text-align-left\"><a href=\"https:\/\/energypsy.ru\/?p=2248\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.16. Condena, odio<\/strong><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"align\":\"left\"} --><\/p>\n<p class=\"has-text-align-left\"><a href=\"https:\/\/energypsy.ru\/?p=2250\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>1.17. Miedo, ansiedad, preocupaci\u00f3n<\/strong><\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2252\" target=\"_blank\" rel=\"noreferrer noopener\">1.17.1. C\u00f3mo deshacerse del miedo y la ansiedad<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2254\">1.18. El Criterio del Karma<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong>1.19. La Estructura Energ\u00e9tica e Informacional de una Persona<\/strong><br \/><a href=\"https:\/\/energypsy.ru\/?p=2258\">1.19.1. Chakras<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2260\">1.19.2. El poder curativo de los chakras<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2263\">1.19.3. Chakras: nuestros \u00f3rganos sensoriales sutiles<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2265\">1.19.4. Medidor de chakras<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2267\">1.19.5. Cuerpos sutiles<\/a><br \/>1.19.5. Intercambio de energ\u00eda entre cuerpos sutiles<br \/>1.19.6. El estado ideal de los chakras y los cuerpos sutiles<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-3\"}}}},\"textColor\":\"contrast-3\",\"fontSize\":\"large\"} --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2273\">2. M\u00e9todos de armonizaci\u00f3n de la comunicaci\u00f3n<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2275\">2.1. Pantalla semipermeable<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2277\"><strong>2.2. Establecimiento de canales de intercambio de energ\u00eda<\/strong><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2279\"><strong>2.3. Mensaje de Amor<\/strong><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2281\" data-type=\"link\" data-id=\"https:\/\/energypsy.ru\/?p=534\">2.4. Espada del \u00c1ngel<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"align\":\"left\"} --><\/p>\n<p class=\"has-text-align-left\"><a href=\"https:\/\/energypsy.ru\/?p=2283\"><strong>2.5. Maestro del Amor<\/strong><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-3\"}}}},\"textColor\":\"contrast-3\",\"fontSize\":\"large\"} --><\/p>\n<p class=\"has-text-align-center has-contrast-3-color has-text-color has-link-color has-large-font-size\"><strong>3. Pr\u00e1ctica<\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2287\"><strong>3.1. Descarga de energ\u00eda (Vampirismo energ\u00e9tico)<\/strong><\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2289\">3.1. 1. La ley b\u00e1sica del intercambio de energ\u00eda sutil: la ley de las PARADOJAS<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2292\" target=\"_blank\" rel=\"noreferrer noopener\">3.2. Intercambio de energ\u00eda entre el hombre y la mujer<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2294\" target=\"_blank\" rel=\"noreferrer noopener\">3.3. Crianza de los hijos<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2296\" target=\"_blank\" rel=\"noreferrer noopener\">3.4. Relaciones familiares<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"fontSize\":\"normal\"} --><\/p>\n<p class=\"has-normal-font-size\"><strong><a href=\"https:\/\/energypsy.ru\/?p=2298\" target=\"_blank\" rel=\"noreferrer noopener\"><br \/>3.5. Relaciones con mam\u00e1<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2300\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>3.6. Causas energ\u00e9ticas de las adicciones<\/strong><\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2302\" target=\"_blank\" rel=\"noreferrer noopener\">3.6.1 Trastornos mentales<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2304\" target=\"_blank\" rel=\"noreferrer noopener\">3.6.2. Consejos para codependientes<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2306\" target=\"_blank\" rel=\"noreferrer noopener\">3.6.3. Consejos para adictos<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2308\" target=\"_blank\" rel=\"noreferrer noopener\">3.6.4. Mapa energ\u00e9tico &#8220;Dependencias&#8221;<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2310\" target=\"_blank\" rel=\"noreferrer noopener\">3.7. Una persona en una situaci\u00f3n cr\u00edtica<\/a><\/strong><br \/><a href=\"https:\/\/energypsy.ru\/?p=2312\" target=\"_blank\" rel=\"noreferrer noopener\">3.7.1. Man\u00edaco<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2314\" target=\"_blank\" rel=\"noreferrer noopener\">3.8. Secretos del Sexo Energ\u00e9tico. Tantra<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2316\">3.9. CAMINO DIRECTO A LA FELICIDAD<\/a><\/strong><br \/><a href=\"https:\/\/energypsy.ru\/?p=2318\">3.9.1. Techo de la felicidad<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2320\">3.9.2. La corta felicidad del villano<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2322\">3.9.3. La verdadera felicidad es solo para los virtuosos<\/a><br \/><a href=\"https:\/\/energypsy.ru\/?p=2324\" target=\"_blank\" rel=\"noreferrer noopener\">3.9.4. \u00bfQu\u00e9 tienen en com\u00fan el ronroneo, la risa y el orgasmo?<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/energypsy.ru\/?p=2326\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>4. PARADOJAS. RESULTADOS. CONCLUSIONES<\/strong><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2328\" target=\"_blank\" rel=\"noreferrer noopener\">5. Informe en la V Conferencia Internacional de Psic\u00f3logos<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2330\">6. Causas energ\u00e9ticas de los eventos que ocurren actualmente en el planeta Tierra<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/energypsy.ru\/?p=2332\">7. Libros y cursos<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>","protected":false},"excerpt":{"rendered":"<p>&#x2718; &#x1f50d; \u0420\u0443\u0441\u0441\u043a\u0438\u0439 English Espa\u00f1ol Contenido Introducci\u00f3n 1. Teor\u00eda 1.1. Tema de la psicolog\u00eda energ\u00e9tica-informativa1.1.1. Energ\u00eda. Propiedades1.1.2. Informaci\u00f3n. Propiedades 1.2. Tres leyes principales del universo 1.2.1. Primera ley del universo: Ley de reflexi\u00f3n 1.2.2. Segunda Ley del Universo &#8211; Ley de la Semejanza 1.2.3. Tercera Ley del Universo &#8211; Ley de la Unidad 1.2.4. Ley [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2103","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/pages\/2103","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2103"}],"version-history":[{"count":24,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/pages\/2103\/revisions"}],"predecessor-version":[{"id":2953,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/pages\/2103\/revisions\/2953"}],"wp:attachment":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}