Este resumen es generado por inteligencia artificial y revisado por la redacción.

`; document.body.appendChild(modalWrapper); let figcaption = modalWrapper.querySelector(«figcaption»); if(figcaption) figcaption.style.display=»none»; modalWrapper.querySelector(«.s-multimedia__close-modal»).addEventListener(«click»,()=>{modalWrapper.remove(); e.style.display=»flex»; if(caption) caption.style.display=»block»;});})})});});
La candidata presidencial de Fuerza Popular (FP), Keiko Fujimori, condicionó el voto de confianza de su bancada al Gabinete Ministerial presidido por Denisse Miralles a la anulación de las clases virtuales en los colegios públicos y privados de Lima Metropolitana y Callao del 9 al 13 de marzo.
`; document.body.appendChild(modalWrapper); let figcaption = modalWrapper.querySelector(«figcaption»); if(figcaption) figcaption.style.display=»none»; modalWrapper.querySelector(«.s-multimedia__close-modal»).addEventListener(«click»,()=>{modalWrapper.remove(); e.style.display=»flex»; if(caption) caption.style.display=»block»;});})})});});
“Lo segundo, es que creo que además de ayudar a los hogares que se verán afectados con la subida de los balones de gas, se tiene que apoyar a los transportistas y también a los taxistas. Hoy nuestro país tiene recursos, pero lo que hace falta es una decisión rápida para poder enfrentar esta emergencia”, añadió.
Como se recuerda, el Ministerio de Educación anunció que las clases virtuales en colegios, universidades e institutos públicos y privados serán del 9 al 13 de marzo debido a la escasez de gas natural en el país.
“Del 9 al 13 de marzo las instituciones educativas privadas de Lima Metropolitana y el Callao que ya iniciaron clases desarrollarán sus actividades académicas en la modalidad remota”, indicó en un comunicado.
LEE MÁS: Mineros informales amenazan con movilización nacional: ¿Cuáles son las razones?
“Esta medida comprende también a universidades e institutos, a fin de contribuir con la racionalización de recursos y facilitar la movilidad en la ciudad, garantizando la continuidad del servicio educativo”, sentenció.
La rotura del ducto de TGP en el Cusco, el pasado domingo 1 de marzo, originó la caída en el abastecimiento nacional, cubriendo actualmente solo 70 millones de pies cúbicos diarios, apenas el 9% de la capacidad habitual de 800 millones.
LEE MÁS: Flavio Cruz espera que Vladimir Cerrón participe en debate tras audiencia del TC
Por ello, desde el último lunes 2 de marzo los grifos de Lima dejaron de vender GNV a taxis y vehículos particulares como parte de las medidas adoptadas por el Gobierno frente a la emergencia en Camisea.
Además, el Ministerio de Trabajo y Promoción del Empleo (MTPE) exhortó a los empleadores a priorizar el teletrabajo y adoptar otras medidas para garantizar la continuidad del servicio.
Conforme a los criterios de
![]()
Tipo de trabajo:
‘+sanitizeHTML(modalConfig.message)+’
‘;}function closeSources(){isSourcesExiting=true;const sourcesEl=document.getElementById(‘merlin-sources-overlay’);if(sourcesEl){sourcesEl.className=CLS.sourcesOverlay+’ ‘+CLS.sourcesOverlayExiting;}setTimeout(function(){showSources=false;isSourcesExiting=false;sourcesButtonRect=null;sourcesData=[];nonNoticiaUrlsData=[];document.body.style.overflow=»;if(sourcesEl&&sourcesEl.parentNode){sourcesEl.parentNode.removeChild(sourcesEl);}},200);}function getDisplayTitle(source){if(source.title)return source.title;try{const url=new URL(source.url.replace(/[?&]merlin=true/,»));const pathname=url.pathname;const lastSegment=pathname.split(«https://elcomercio.pe/»).filter(Boolean).pop()||»;return lastSegment .replace(/-/g,’ ‘).replace(/bw/g,function(char){return char.toUpperCase();});}catch{return ‘Ver artículo’;}}function getNonNoticiaDisplayTitle(urlItem,index){if(urlItem.title)return urlItem.title;try{var clean=urlItem.url.split(‘?’)[0];var urlObj=new URL(clean);var path=urlObj.pathname.replace(/^/+/,»).replace(//$/,»);if(!path)return index!==undefined?’Ver enlace ‘+(index+1):’Ver enlace’;return ‘Ver ‘+path;}catch(e){return index!==undefined?’Ver enlace ‘+(index+1):’Ver enlace’;}}function escapeHTML(str){if(!str)return »;const div=document.createElement(‘div’);div.textContent=str;return div.innerHTML;}function sanitizeURL(url){if(!url)return »;try{const parsed=new URL(url);if(parsed.protocol!==’http:’&&parsed.protocol!==’https:’){return »;}return parsed.href;}catch{return »;}}function renderSources(){if(!showSources||(sourcesData.length===0&&nonNoticiaUrlsData.length===0))return »;const totalSources=sourcesData.length+nonNoticiaUrlsData.length;const isSingleSource=totalSources===1;return »;}const root=document.createElement(‘div’);root.id=’merlin-widget-root’;document.body.appendChild(root);function render(){root.innerHTML=’
‘+(isLoggedIn()?renderModal():»)+renderWarningModal()+renderSources()+’
‘;setupModalEventDelegation();bindEvents();}function setupModalEventDelegation(){document.removeEventListener(‘click’,handleGlobalOverlayClicks,true);document.addEventListener(‘click’,handleGlobalOverlayClicks,true);setTimeout(function(){const warningCloseBtn=document.getElementById(‘merlin-warning-modal-close’);const warningModal=document.getElementById(‘merlin-warning-modal’);const sourcesCloseBtn=document.getElementById(‘merlin-sources-close’);const sourcesOverlay=document.getElementById(‘merlin-sources-overlay’);},0);}function handleGlobalOverlayClicks(e){const target=e.target;if(!target||!target.closest)return;if(target.closest(‘#merlin-warning-modal-close’)){e.preventDefault();e.stopPropagation();closeModal();return;}if(target.closest(‘#merlin-sources-close’)){e.preventDefault();e.stopPropagation();closeSources();return;}const warningModal=document.getElementById(‘merlin-warning-modal’);if(warningModal&&target===warningModal){closeModal();return;}const sourcesOverlay=document.getElementById(‘merlin-sources-overlay’);if(sourcesOverlay&&target===sourcesOverlay){closeSources();return;}const showSourcesBtn=target.closest(‘[data-show-sources]’);if(showSourcesBtn){e.preventDefault();e.stopPropagation();const messageId=showSourcesBtn.getAttribute(‘data-show-sources’);sourcesButtonRect=showSourcesBtn.getBoundingClientRect();const msg=messages.find(function(m){return m.id===messageId;});if(!msg)return;if(msg.enrichedSources){sourcesData=msg.enrichedSources.noticiaSources||[];nonNoticiaUrlsData=msg.enrichedSources.nonNoticiaSources||[];showSources=true;isSourcesExiting=false;document.body.style.overflow=’hidden’;const totalSources=sourcesData.length+nonNoticiaUrlsData.length;const isSingleSource=totalSources===1;const finalHTML=»;const widgetDiv=root.querySelector(‘.’+CLS.widget);if(widgetDiv){const existingSources=document.getElementById(‘merlin-sources-overlay’);if(existingSources&&existingSources.parentNode){existingSources.parentNode.removeChild(existingSources);}widgetDiv.insertAdjacentHTML(‘beforeend’,finalHTML);setupModalEventDelegation();}return;}const urls=msg.urls&&msg.urls.length>0?msg.urls:extractUrlsFromMessage(msg.text);if(urls&&urls.length>0){if(!msg.urls){msg.urls=urls;}let noticiaUrls=urls.filter(function(u){return isNoticiaUrl(u.url);});const nonNoticiaUrls=urls.filter(function(u){return!isNoticiaUrl(u.url);});if(noticiaUrls.length>5){noticiaUrls=noticiaUrls.slice(noticiaUrls.length-5);}nonNoticiaUrlsData=nonNoticiaUrls;showSources=true;isSourcesExiting=false;document.body.style.overflow=’hidden’;const skeletonCount=noticiaUrls.length;const isSingleSource=skeletonCount===1;let skeletonItems=»»;for(let i=0;i
‘+safeCategory+’
‘:»)+’
‘+safeTitle+’
‘)+(safeImage?’
‘:»)+’
‘+»+’
‘;}).join(»);html+=nonNoticiaUrlsData.map(function(urlItem,index){const safeUrl=sanitizeURL(urlItem.url);if(!safeUrl)return »;const urlWithMerlin=safeUrl.includes(‘?’)?safeUrl+’&chatbotmerlin=true’:safeUrl+’?chatbotmerlin=true’;const safeTitle=escapeHTML(getNonNoticiaDisplayTitle(urlItem,index));return ‘
‘+safeTitle+’
‘+»+’
‘;}).join(»);sourcesList.innerHTML=html;}}).catch(function(err){console.error(‘[Merlin Widget]Error enriching sources:’,err);});}}}function renderModal(){return »;}function renderChat(){let messagesHTML=»;if(messages.length>0){messagesHTML=messages.map(function(msg){return renderMessage(msg);}).join(»);}else{messagesHTML=’
‘;}return ‘
‘+messagesHTML+(isBotTyping?renderTypingIndicator():»)+’
‘+_0x3m4n+’
‘;}function isMobileDevice(){return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)||(‘ontouchstart’ in window)||(navigator.maxTouchPoints>0);}function updateChatDOM(){const modalBody=document.querySelector(‘.’+CLS.body);if(!modalBody)return;chatEventsBound=false;modalBody.innerHTML=renderChat();const container=document.querySelector(‘.’+CLS.chatMessages);if(container){container.style.overflowY=’auto’;container.style.overflowX=’hidden’;container.style.flex=’1′;container.style.display=’flex’;container.style.flexDirection=’column’;const targetBottom=container.scrollHeight;const startPosition=Math.max(0,targetBottom-container.clientHeight-150);container.scrollTop=startPosition;requestAnimationFrame(function(){container.scrollTo({top:container.scrollHeight,behavior:’smooth’,});});}setupChatEvents();if(pendingInputRestore){const input=document.getElementById(‘merlin-input’);if(input&&pendingInputRestore){input.value=pendingInputRestore;pendingInputRestore=null;if(!isMobileDevice()){input.focus();}}}else if(!isBotTyping&&isLoggedIn()&&!showModal&&!showSources){setTimeout(function(){const input=document.getElementById(‘merlin-input’);if(input&&!input.disabled&&!isMobileDevice()){input.focus();}},100);}const warningModal=root.querySelector(‘.’+CLS.warningModal);if(warningModal){warningModal.outerHTML=renderWarningModal();}else if(showModal){const widgetDiv=root.querySelector(‘.’+CLS.widget);if(widgetDiv){widgetDiv.insertAdjacentHTML(‘beforeend’,renderWarningModal());}}const sourcesOverlay=root.querySelector(‘.’+CLS.sourcesOverlay);if(sourcesOverlay){sourcesOverlay.outerHTML=renderSources();}else if(showSources){const widgetDiv=root.querySelector(‘.’+CLS.widget);if(widgetDiv){widgetDiv.insertAdjacentHTML(‘beforeend’,renderSources());}}}function renderMessage(msg){const bubbleClass=msg.type===’sent’?CLS.bubbleContainer+’ ‘+CLS.bubbleContainerSent:CLS.bubbleContainer+’ ‘+CLS.bubbleContainerReceived;const bubbleTypeClass=msg.type===’sent’?CLS.bubble+’ ‘+CLS.bubbleSent:CLS.bubble;if(msg.type===’received’){const formattedText=formatTextToHTML(msg.text);const sanitizedHTML=sanitizeHTML(formattedText);const urls=msg.urls&&msg.urls.length>0?msg.urls:extractUrlsFromMessage(msg.text);const hasUrls=urls&&urls.length>0;if(hasUrls&&!msg.urls){msg.urls=urls;}const showSourcesButton=msg.hasValidSources===true||(msg.enrichedSources&&(msg.enrichedSources.noticiaSources.length>0||msg.enrichedSources.nonNoticiaSources.length>0));return ‘
‘+sanitizedHTML+’
‘+(showSourcesButton?’
‘+ICONS.sourceIcon+’
Fuentes‘:»)+’
‘;}else{const div=document.createElement(‘div’);div.textContent=msg.text;const escapedText=div.innerHTML;return »;}}function renderTypingIndicator(){return ‘
‘+ICONS.merlinThinkingIcon+’
‘;}function renderScrollButton(){return »;}function renderInput(){const placeholder=isLoggedIn()?’Pregúntale a Merlín’:’Por favor inicia sesión’;const disabledAttr=!isLoggedIn()?’ disabled’:»;return ‘
‘;}function renderTooltip(){return »;}let chatEventsBound=false;function setupChatEvents(){if(chatEventsBound)return;chatEventsBound=true;const input=document.getElementById(‘merlin-input’);const sendBtn=document.getElementById(‘merlin-send’);const messagesContainer=document.querySelector(‘.’+CLS.chatMessages);const scrollBtn=document.getElementById(‘merlin-scroll-down’);if(input){input.addEventListener(‘keydown’,function(e){if(e.key===’Enter’&&!e.shiftKey&&!isBotTyping){e.preventDefault();handleSend();}});input.addEventListener(‘input’,function(e){if(!isBotTyping){const cursorPos=input.selectionStart;const originalValue=e.target.value;const sanitized=sanitizeInput(originalValue);if(sanitized!==originalValue){const diff=originalValue.length-sanitized.length;input.value=sanitized;const newPos=Math.max(0,cursorPos-diff);input.setSelectionRange(newPos,newPos);}}});input.addEventListener(‘touchstart’,function(e){if(!input.disabled){input.readOnly=false;}},{passive:true});input.addEventListener(‘focus’,function(){if(!input.disabled){input.readOnly=false;}});}if(sendBtn){sendBtn.addEventListener(‘click’,handleSend);sendBtn.addEventListener(‘touchend’,function(e){e.preventDefault();handleSend();});}if(messagesContainer){messagesContainer.addEventListener(‘scroll’,checkScrollPosition,{passive:true});}if(scrollBtn){scrollBtn.addEventListener(‘click’,function(){scrollToBottom(true);});scrollBtn.addEventListener(‘touchend’,function(e){e.preventDefault();scrollToBottom(true);});}}async function handleSend(){const input=document.getElementById(‘merlin-input’);if(!input||!isLoggedIn()||isBotTyping)return;const messageToSend=input.value.trim();if(messageToSend){const validation=validateMessage(messageToSend);if(!validation.valid){errorMessage=validation.error||’Mensaje no válido.’;showModal=true;isModalExiting=false;insertWarningModal();input.focus();return;}try{window.dataLayer=window.dataLayer||[];window.dataLayer.push({event:’merlin_search_query’,search_term:messageToSend,query_type:’manual’,query_location:’widget’});}catch(e){console.error(‘Error pushing to dataLayer:’,e);}if(showModal){closeModal();}input.value=»»;await handleSendMessage(messageToSend);}}let mainEventsBound=false;function bindEvents(){const widgetBtn=document.getElementById(‘merlin-widget-button’);const closeBtn=document.getElementById(‘merlin-close’);const expandBtn=document.getElementById(‘merlin-expand’);const tooltipBtn=document.getElementById(‘merlin-tooltip-btn’);const tooltipMenu=document.getElementById(‘merlin-tooltip-menu’);const aboutBtn=document.getElementById(‘merlin-about’);const clearBtn=document.getElementById(‘merlin-clear’);if(widgetBtn){widgetBtn.onclick=function(){if(!isLoggedIn())return;toggle();};}if(closeBtn){closeBtn.onclick=toggle;closeBtn.ontouchend=function(e){e.preventDefault();toggle();};}if(expandBtn){expandBtn.onclick=expand;expandBtn.ontouchend=function(e){e.preventDefault();expand();};}if(tooltipBtn){const toggleTooltip=function(e){e.stopPropagation();tooltipOpen=!tooltipOpen;const menu=document.getElementById(‘merlin-tooltip-menu’);if(menu){if(tooltipOpen){menu.classList.remove(‘merlin-hidden’);}else{menu.classList.add(‘merlin-hidden’);}}};tooltipBtn.onclick=toggleTooltip;tooltipBtn.ontouchend=function(e){e.preventDefault();toggleTooltip(e);};}if(aboutBtn){aboutBtn.onclick=function(){window.open(«https://elcomercio.pe/»+LANDING_REDIRECT,’_blank’,’noopener,noreferrer’);tooltipOpen=false;const menu=document.getElementById(‘merlin-tooltip-menu’);if(menu)menu.classList.add(‘merlin-hidden’);};}if(clearBtn){clearBtn.onclick=function(){clearChat();tooltipOpen=false;const menu=document.getElementById(‘merlin-tooltip-menu’);if(menu)menu.classList.add(‘merlin-hidden’);};}if(!mainEventsBound){mainEventsBound=true;document.addEventListener(‘click’,function(e){const menu=document.getElementById(‘merlin-tooltip-menu’);const btn=document.getElementById(‘merlin-tooltip-btn’);if(menu&&btn&&tooltipOpen&&!menu.contains(e.target)&&!btn.contains(e.target)){tooltipOpen=false;menu.classList.add(‘merlin-hidden’);}});document.addEventListener(‘keydown’,handleEscKey);}}function handleEscKey(e){if(e.key===’Escape’){if(showSources){closeSources();}else if(showModal){closeModal();}}}function toggle(){if(isOpen){chatEventsBound=false;if(showModal){showModal=false;errorMessage=null;responseMessage=null;responseCode=null;remainingQuestions=null;isModalExiting=false;const modalEl=document.getElementById(‘merlin-warning-modal’);if(modalEl&&modalEl.parentNode){modalEl.parentNode.removeChild(modalEl);}}if(showSources){showSources=false;isSourcesExiting=false;document.body.style.overflow=»;const sourcesEl=document.getElementById(‘merlin-sources-overlay’);if(sourcesEl&&sourcesEl.parentNode){sourcesEl.parentNode.removeChild(sourcesEl);}}}const wasOpen=isOpen;isOpen=!isOpen;const existingModal=document.querySelector(‘.’+CLS.modal);if(existingModal){if(isOpen){existingModal.classList.add(CLS.modalOpen);}else{existingModal.classList.remove(CLS.modalOpen);}}else{render();}if(isOpen&&!wasOpen){chatEventsBound=false;if(!historyLoaded){const modalBody=document.querySelector(‘.’+CLS.body);if(modalBody){modalBody.innerHTML=»;}retrieveHistory().then(function(){historyLoaded=true;updateChatDOM();setTimeout(function(){scrollToBottom(false);checkScrollPosition();},100);}).catch(function(error){console.error(‘Error loading chat history:’,error);historyLoaded=true;updateChatDOM();setTimeout(function(){scrollToBottom(false);checkScrollPosition();},100);});}else{updateChatDOM();setTimeout(function(){scrollToBottom(false);checkScrollPosition();},100);}}else if(isOpen){updateChatDOM();setTimeout(function(){scrollToBottom(false);checkScrollPosition();},100);}}function expand(){try{localStorage.setItem(‘merlin-expand-to-chat’,’true’);localStorage.setItem(‘merlin-origin-url’,window.location.href);}catch(error){console.error(‘Error al guardar estado:’,error);}window.location.href=window.location.origin+»https://elcomercio.pe/»+REDIRECT_PATH;}(function setupStorageListener(){window.addEventListener(‘storage’,function(e){if(e.key===_0x1k2l&&e.newValue!==e.oldValue){if(isOpen&&isLoggedIn()){messages=[];showScrollButton=false;updateChatDOM();tooltipOpen=false;const scrollBtnContainer=document.querySelector(‘.’+CLS.chatScrollDownButtonContainer);if(scrollBtnContainer){scrollBtnContainer.classList.add(‘merlin-hidden’);}}}else if(e.key===_0x9i0j&&e.newValue!==e.oldValue){if(isOpen&&isLoggedIn()){setTimeout(function(){retrieveHistory().then(function(){responseCode=null;responseMessage=null;errorMessage=null;updateChatDOM();setTimeout(function(){scrollToBottom(false);checkScrollPosition();},100);}).catch(function(error){console.error(‘Error reloading messages after sync:’,error);});},500);}}});})();function startWidget(){(async function init(){try{await waitForCryptoHelpers();}catch(error){console.error(‘Failed to load cryptoHelpers:’,error);}messages=[];render();})();}if(document.readyState===’loading’){document.addEventListener(‘DOMContentLoaded’,startWidget);}else{startWidget();}})();
Últimas noticias

Lo último en Elecciones

Más sobre Keiko Fujimori

\n
• Perros entrenados para terapia emocional ayudan en hospitales y centros, facilitando apertura emocional en pacientes con ansiedad, estrés o depresión.\n
\n
• Chubo, un Wuf sin ojitos rescatado en sequía, es resiliente, enérgico y perfecto para terapia por su sensibilidad y empatía profunda.\n
\n
• Osito, de 14 años, es cariñoso y sereno, ideal para terapias con niños enfermos, ofreciendo calma y paciencia infinita.\n
\n
• Visita https://www.wuf.pe/adoptawuf para adoptar y únete a Casa Doguista en https://linktr.ee/casadoguista para bienestar inspirado en perros.","textContent2":"• Los especialistas destacan que interactuar con perros libera oxitocina, fortalece el sentido de pertenencia y crea rutinas saludables clave para depresión y ansiedad.\n
\n
• Perros entrenados para terapia emocional ayudan en hospitales y centros, facilitando apertura emocional en pacientes con ansiedad, estrés o depresión.\n
\n
• Chubo, un Wuf sin ojitos rescatado en sequía, es resiliente, enérgico y perfecto para terapia por su sensibilidad y empatía profunda.\n
\n
• Osito, de 14 años, es cariñoso y sereno, ideal para terapias con niños enfermos, ofreciendo calma y paciencia infinita.\n
\n
• Visita https://www.wuf.pe/adoptawuf para adoptar y únete a Casa Doguista en https://linktr.ee/casadoguista para bienestar inspirado en perros.","story_id":"X5AZ5MO27VCVLHK4OC7TYKZAJE","premium":"metered","textEnd2":true}","scheduling":{"will_have_image":true},"story_length":{"character_count_actual":4733,"inch_count_actual":6,"word_count_actual":737,"line_count_actual":38}},"content_restrictions":{"content_code":"metered"},"display_date":"2026-03-12T13:00:00Z","headlines":{"tablet":"","print":"","meta_title":"WUF y el poder sanador de los perros: historias reales que abrazan el alma","native":"","web":"","mobile":"","basic":"WUF y el poder sanador de los perros: historias reales que abrazan el alma"},"websites":{"elcomercio":{"website_url":"/wuf/wuf-y-el-poder-sanador-de-los-perros-historias-reales-que-abrazan-el-alma-noticia/","website_section":{"path":"/wuf","parent":{"default":"https://elcomercio.pe/"},"_website":"elcomercio","parent_id":"https://elcomercio.pe/","name":"WUF","_id":"/wuf","additional_properties":{"original":{"parent":{"header-pro":null,"default":"https://elcomercio.pe/","navbar-default":null,"sitemap-default":"https://elcomercio.pe/","test":"https://elcomercio.pe/","menu-default":null,"header-default":null,"menu-pro":"https://elcomercio.pe/"},"inactive":false,"node_type":"section","_website":"elcomercio","name":"WUF","_id":"/wuf","ancestors":{"header-pro":[],"navbar-default":[],"sitemap-default":["https://elcomercio.pe/"],"menu-default":[],"header-default":[],"menu-pro":["https://elcomercio.pe/"]},"order":{"default":1020,"sitemap-default":1014,"test":1020,"menu-pro":1032}}},"_website_section_id":"elcomercio./wuf","type":"section","version":"0.6.0"}}},"created_date":"2026-03-05T14:58:36.259Z","publish_date":"2026-03-05T15:29:16.952Z","_id":"X5AZ5MO27VCVLHK4OC7TYKZAJE","website":"elcomercio","website_url":"/wuf/wuf-y-el-poder-sanador-de-los-perros-historias-reales-que-abrazan-el-alma-noticia/"},{"content_elements":[{"_id":"XXR4CWOQDVAETAC2CFF7XNK4PY","type":"text","content":"Sigue en vivo todos los movimientos telúricos en el país, según los reportes que publica el Instituto Geofísico del Perú. También consulta sobre noticias relacionadas, así como recomendaciones en este tipo de situaciones."},{"subtype":"video_jwplayer","_id":"KDX53MZ45NAUBD75VLRJAL32ZE","additional_properties":{"_id":"RXVEX3QH3NHGTC5KTTRE2HMFNE"},"embed":{"id":"1689746819813-776576","config":{"date":1662048512,"duration":"286.25","conversions":[{"duration":"286.23","template":{"format":{"name":"H.264 Baseline","key":"mp4"},"name":"180p","id":33450662,"key":"AoJUfW3e","required":true},"link":{"path":"/videos/nz4ixnlz-AoJUfW3e.mp4","protocol":"http","address":"content.jwplatform.com"},"width":320,"filesize":"11766877","mediatype":"video","key":"BJ1dOIBJ","height":180,"status":"Ready"}],"has_ads":0,"size":"381999208","description":"El Perú es un país sísmico y todos debemos estar preparados para enfrentar un movimiento de gran escala. Por ese motivo, el Instituto Nacional de Defensa Civil (Indeci) recomienda el uso de la mochila para emergencias debido a que es un elemento clave del “combo de supervivencia” en medio de un desastre natural.n ","thumbnail_url":"https://cdn.jwplayer.com/v2/media/nz4ixnlz/poster.jpg","title":"¿Qué debe tener una mochila de emergencia?","updated":1662156410,"account":"gec","key":"nz4ixnlz","status":"ready"},"url":"/pf/api/v3/content/fetch/photo-by-id"},"type":"custom_embed"},{"level":1,"_id":"EMXOF7HRFZBTRKC3CGUIGGCWFQ","additional_properties":{},"type":"header","content":"Temblor en Perú hoy EN VIVO vía el IGP"},{"_id":"2NXPCI5ZGRDGTM6SDFHLGKWJAI","type":"raw_html","content":"







Los términos "temblor" y "terremoto" a menudo se utilizan indistintamente, pero en general, la diferencia radica en su magnitud, intensidad percibida y alcance.
El Cinturón de Fuego del Pacífico es una región geológicamente activa que rodea el Océano Pacífico y los continentes que bañan sus aguas. Es caracterizada por una alta frecuencia de terremotos y actividad volcánica. Se extiende por aproximadamente 40,000 kilómetros, incluyendo zonas de subducción donde las placas tectónicas chocan (como la placa de Nasca), lo que genera volcanes y sismos frecuentes.
Los especialistas recomiendan nunca utilizar el ascensor durante un sismo o terremoto, ya que este podría desprenderse de su estructura y caer desde una gran altura con personas adentro.
Si recibes información oficial de alerta o alarma de tsunami o ves que se recoge el mar,
evacúa hacia zonas en altura. Muévete hacia una zona libre de inundación y dirígete al punto de encuentro más cercano. Si no puedes llegar hasta una zona en altura, sube a un piso superior o al techo de una construcción sólida.
• Fecha y Hora Local: 08/03/2026 17:04:17
• Magnitud: 4.0
• Profundidad: 15km
• Latitud: -6.24
• Longitud: -77.02
• Intensidad: III Moyobamba