{"id":2200,"date":"2025-03-26T19:59:37","date_gmt":"2025-03-26T16:59:37","guid":{"rendered":"https:\/\/energypsy.ru\/?p=2200"},"modified":"2025-04-14T20:36:04","modified_gmt":"2025-04-14T17:36:04","slug":"el-embudo-succionador-del-mal","status":"publish","type":"post","link":"https:\/\/energypsy.ru\/?p=2200","title":{"rendered":"El embudo de succi\u00f3n del mal"},"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\/?p=796\"\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\/?p=1972\"\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\/?p=2200\"\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=\"wp-block-paragraph\">Una persona con vibraciones elevadas, que vive de acuerdo con las <a href=\"https:\/\/energypsy.ru\/?p=2176\"><strong>Tres Leyes Principales del Universo<\/strong><\/a>, puede esperar dones energ\u00e9ticos muy valiosos (v\u00e9ase el cap. <a href=\"https:\/\/energypsy.ru\/?p=2198\">El poder energ\u00e9tico del Bien<\/a>). Si ser bueno es tan beneficioso energ\u00e9ticamente, \u00bfpor qu\u00e9 no todas las personas se han vuelto buenas? \u00bfO de d\u00f3nde proviene tanta maldad en el mundo? Averig\u00fc\u00e9moslo.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">La energ\u00eda sutil del Amor suele ser mucho m\u00e1s f\u00e1cil de obtener en el flujo descendente &#8211; v\u00e9ase el cap. <a href=\"https:\/\/energypsy.ru\/?p=2220\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Dos maneras de obtener energ\u00eda sutil<\/strong><\/a>. Pero una vez que se ha cometido el Mal, es muy dif\u00edcil deshacerse de \u00e9l. Se trata de la propiedad del Mal de absorber literalmente a una persona que apenas ha abierto la puerta al Mal. Describamos en detalle este proceso en el que la Mente de una persona juega un papel importante, o m\u00e1s bien sus funciones como protector de energ\u00eda.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Nuestra mente, como protector de energ\u00eda, distorsiona los hechos de la realidad que pueden destruirnos. Para m\u00e1s detalles, v\u00e9ase el cap\u00edtulo <a href=\"https:\/\/energypsy.ru\/?p=445\"><\/a><a href=\"https:\/\/energypsy.ru\/?p=2230\">La mente es nuestra defensora<\/a>. Consideremos un ejemplo. Si el Sr. X comete un acto malvado: traicionar a un amigo, X, como sujeto consciente de s\u00ed mismo, debe condenarse. Es decir, se ve obligado a decirse: &#8220;Soy una mala persona&#8221;. Tal evaluaci\u00f3n reducir\u00e1 dr\u00e1sticamente el nivel de energ\u00eda del Amor, que es un factor destructivo. La mente, como guardiana de la energ\u00eda, no puede permitir la autodestrucci\u00f3n de su due\u00f1o. La mente, como un verdadero abogado, analiza cuidadosamente los acontecimientos que llevaron a la p\u00e9rdida de la fuerza vital y construye su propia versi\u00f3n de lo sucedido, donde su due\u00f1o hizo todo bien o no podr\u00eda haber actuado de otra manera. La mente, en busca de justificaci\u00f3n para X, repasa todos los defectos de su amigo, todos los momentos de amistad pasada que pueden interpretarse para que X siga siendo bueno ante sus propios ojos. Se produce una reconsideraci\u00f3n del pasado con el objetivo de denigrarlo y justificar su acto negativo. En otras palabras, X buscar\u00e1 el mal en su amigo, porque \u00e9l mismo cometi\u00f3 el mal contra \u00e9l. El embudo de succi\u00f3n del mal ha empezado a funcionar&#8230;<\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><strong><em>&#8220;Cuanto m\u00e1s bien hay en una persona, menos mal ve en los dem\u00e1s&#8221;, autor desconocido.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"479\" src=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/06\/Evil.jpg\" alt=\"\" class=\"wp-image-1198\" srcset=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/06\/Evil.jpg 700w, https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/06\/Evil-300x205.jpg 300w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">En la mayor\u00eda de los casos, la Mente logra ver el Mal en un antiguo amigo, porque no existen personas ideales y la realidad es multidimensional y ambigua.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>\u201cNo hay sinverg\u00fcenza que, tras buscar, no encuentre sinverg\u00fcenzas en alg\u00fan aspecto peores que \u00e9l y que, por lo tanto, no encuentre una raz\u00f3n para estar orgulloso y satisfecho de s\u00ed mismo\u201d, L. N. Tolstoi.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sin embargo, si la v\u00edctima es inocente o apenas conocida, entonces la mente no tiene m\u00e1s opci\u00f3n que distorsionar toda la realidad para salvar a su due\u00f1o de la autodestrucci\u00f3n, pase lo que pase.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Surgen juicios obsesivos como: \u201cNo hay gente honesta en el mundo\u201d, \u201cCualquiera en mi lugar hubiera hecho lo mismo o peor\u201d, \u201cAs\u00ed es la vida\u201d.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Otro aspecto importante que agrava enormemente la situaci\u00f3n. Si un amigo traicionado por X se siente ofendido e indignado, alimentar\u00e1 poderosamente a su ofensor con energ\u00eda vital (para m\u00e1s detalles, v\u00e9ase <a href=\"https:\/\/energypsy.ru\/?p=2287\"><strong>Vampirismo energ\u00e9tico<\/strong><\/a>). Para X, recibir informaci\u00f3n sobre el Mal se vuelve energ\u00e9ticamente beneficioso y placentero. Incluso los recuerdos de este evento, que le aport\u00f3 tanta energ\u00eda sutil, son muy placenteros. <strong>El embudo succionador del Mal ha cobrado fuerza y \u200b\u200bpoder.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Y viceversa, la informaci\u00f3n sobre personas buenas <strong>duele dolorosamente<\/strong>, ya que destruye el concepto protector establecido por la Mente.<\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><strong>Si haces el Mal, buscar\u00e1s el Mal en todas partes. Tus ojos estar\u00e1n literalmente sintonizados con el Mal. \u00a1E ignorar\u00e1s el bien, lo mirar\u00e1s fijamente y no lo ver\u00e1s!<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>&#8220;Un pesimista es alguien que cree que todos son tan viles como \u00e9l y los odia por ello&#8221;, George Bernard Shaw.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Solo las personas muy poderosas y conscientes pueden liberarse del tenaz abrazo del Mal. Y aqu\u00ed la <a href=\"https:\/\/energypsy.ru\/?p=2182\">Tercera Ley Universal<strong>, la Ley de la Unidad<\/strong><\/a>, ayudar\u00e1: todo es uno en el Amor, tanto el Bien como el Mal. El mal es necesario para el crecimiento espiritual de las personas y, por lo tanto, desempe\u00f1a un papel positivo. La vida elige a alguien para el cruel papel de maestro k\u00e1rmico. Pero \u00bftendr\u00e1 la fuerza espiritual suficiente para liberarse del embudo absorbente del Mal?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Nutre la oscuridad de tu alma hasta que est\u00e9s completo. \u00bfPodr\u00e1s hacer esto sin fallar?&#8221;, Lao Tzu &#8220;Tao Te Ching&#8221;.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Aqu\u00ed se manifiestan muy claramente la Primera y la Segunda Ley del Universo. <a href=\"https:\/\/energypsy.ru\/?p=2178\">La primera ley del Universo es la <strong>Ley de Reflexi\u00f3n<\/strong><\/a>: El Universo refleja en nuestras vidas el Mal que hemos permitido.<br><a href=\"https:\/\/energypsy.ru\/?p=2180\">La segunda ley del Universo es la <strong>Ley de la Semejanza<\/strong><\/a>: Atraemos a nuestras vidas el Mal que hemos cometido.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?page_id=2103\" target=\"_blank\" rel=\"noreferrer noopener\">Ir al CONTENIDO<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#x2718; &#x1f50d; \u0420\u0443\u0441\u0441\u043a\u0438\u0439 English Espa\u00f1ol Una persona con vibraciones elevadas, que vive de acuerdo con las Tres Leyes Principales del Universo, puede esperar dones energ\u00e9ticos muy valiosos (v\u00e9ase el cap. El poder energ\u00e9tico del Bien). Si ser bueno es tan beneficioso energ\u00e9ticamente, \u00bfpor qu\u00e9 no todas las personas se han vuelto buenas? \u00bfO de d\u00f3nde [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2200","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/2200","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/types\/post"}],"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=2200"}],"version-history":[{"count":18,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/2200\/revisions"}],"predecessor-version":[{"id":3040,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/2200\/revisions\/3040"}],"wp:attachment":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2200"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2200"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}