MozLife

Para mais artigos desta categoria, clique aqui.

Consultar artigos desta categoria

Informações do continente Americano em tempo real.

Receba as últimas notícias Americano: notícias de última hora, análises e relatórios de todo o continente Americano.

America

tempo real

EUROPA

Para mais artigos desta categoria, clique aqui.

Consultar artigos desta categoria

América do Norte

tempo real

Médio-Oriente

Jan 26, 2026 6:12 am

Asia

Août 06, 2025 9:06 am

Non classé

Juin 03, 2025 9:34 am

América do Norte

Mai 21, 2025 8:26 am

América do Norte

Mai 19, 2025 6:58 am

América do Norte

Fév 24, 2025 7:39 am

América do Norte

Oct 29, 2024 9:54 am

América do Norte

Oct 14, 2024 12:18 pm

América do Norte

Oct 02, 2024 1:22 pm

PUBLICIDADE

Promoções
Moztickets
Bilheteira Online

O seu bilhete sai mais BARATO com a Moztickets

North America Feed RSS

February 24, 2026

President Trump has demanded President Claudia Sheinbaum confront the cartels. The killing of El Mencho suggests it might be working — but could come at a cost. Saiba Mais

February 24, 2026

A wave of unrest after the killing of a cartel leader has rattled tourists in Mexico, prompting travelers to reconsider their plans. Here’s what to know. Saiba Mais

February 24, 2026

About half of the country’s federal budget goes toward the fight in Ukraine, money that does little to support its long-term development. Saiba Mais

February 24, 2026

Four years into the war, a major sticking point in talks is control of the eastern Donetsk region. Residents could face an agonizing choice if Ukraine gives up the territory. Saiba Mais

February 24, 2026

Russia has lost as many as 325,000 troops, according to some estimates, with more than 200,000 deaths verified by researchers. Saiba Mais

February 24, 2026

If China invades Taiwan and cuts off its chip exports to American companies, the tech industry and the U.S. economy would be crippled. Saiba Mais

February 24, 2026

The multibillion-dollar deal is AMD’s latest move to catch up to Nvidia in the lucrative world of selling artificial intelligence chips. Saiba Mais

February 24, 2026

President Trump will speak to a legislative body that has ceded much of its power to him but has recently pushed back gently, and where partisan divides are deeper than ever ahead of the midterm elect Saiba Mais

February 24, 2026

Reeling from a major Supreme Court setback and falling approval ratings, the president seeks to reclaim the narrative ahead of the midterms. Saiba Mais

February 24, 2026

As the president prepares to speak to the nation, Northeastern Pennsylvania is showing discontent on the edges of the Trump coalition and an energized Democratic opposition. Saiba Mais

Para mais artigos desta categoria, clique aqui.

Consultar artigos desta categoria

América Central

tempo real

América do Sul

Jan 14, 2026 7:27 am

“Dissemos-lhe que até agora está a correr muito bem, não é necessário e, além disso, existe a soberania e integridade territorial do México, e ele compreendeu”, disse Sheinbaum sobre a conversa com Trump.

América do Sul

Août 13, 2025 7:53 am

México envia 26 líderes de cartéis aos EUA, incluindo membros do CJNG e Cavaleiros Templários, reforçando cooperação bilateral contra narcotráfico e violência.

América do Sul

Juin 20, 2025 7:53 am

O furacão Erick causou grandes danos na costa do Pacífico mexicano, deixando milhares sem energia e mobilizando esforços de limpeza enquanto os alertas de cheias e ondas perigosas permanecem ativos.

América do Norte

Juin 19, 2025 8:01 am

Furacão Erick se aproxima da costa mexicana com força máxima, obrigando o país a mobilizar todos os recursos para proteger vidas diante de ventos e inundações catastróficas.

América do Norte

Mai 30, 2024 7:30 am

No último dia de campanha, um candidato municipal do estado de Guerrero, no sul do México, foi morto a tiro na quarta-feira, segundo o governador do estado, que tem sido vítima da violência do crime organizado.

América do Sul

Juil 19, 2023 6:31 am

metade dos 3,5 milhões de habitantes do país não têm acesso a água potável desde maio, devido a uma grave seca.

Food

Avr 17, 2024 8:38 am

Mangonadas são uma bebida gelada tradicional do México. Parecem uma raspadinha, mas com sabores mexicanos.

América do Norte

Fév 24, 2021 5:55 am

Emma Coronel, de 31 anos, foi detida no Aeroporto Dulles em Washington DC.

América do Norte

Fév 17, 2021 1:04 pm

Biden anunciou que crise migratória e de segurança que levou Trump a alocar fundos para o muro com o México, « não teve méritos » e cancelou verbas.

AMERICA CENTRAL LIVE

American News
Em directo

NBC News NOW is live

AFRICA

Para mais artigos desta categoria, clique aqui.

Consultar artigos desta categoria

América do Sul

Últimas notícias

América do Sul

Fév 24, 2026 8:30 am

América do Sul

Fév 18, 2026 8:27 am

América do Sul

Fév 16, 2026 8:56 am

América do Sul

Fév 13, 2026 6:16 am

América do Sul

Fév 11, 2026 8:19 am

América do Sul

Fév 09, 2026 12:07 pm

Para mais artigos desta categoria, clique aqui.

Consultar artigos desta categoria
(function() { var checkPopupInterval = setInterval(function() { var popup = document.querySelector('.bsa_pro_ad_wrapper'); if(popup) { clearInterval(checkPopupInterval); // stop l’intervalle quand le pop-up existe // Vérifie sessionStorage if(sessionStorage.getItem('popup_seen')) { popup.style.display = 'none'; // cache si déjà vu } else { sessionStorage.setItem('popup_seen', 'true'); // Styles responsive popup.style.width = '500px'; popup.style.height = '500px'; popup.style.maxWidth = '90%'; popup.style.maxHeight = '90%'; popup.style.margin = '0 auto'; popup.style.boxSizing = 'border-box'; popup.style.position = 'fixed'; popup.style.top = '50%'; popup.style.left = '50%'; popup.style.transform = 'translate(-50%, -50%)'; popup.style.backgroundColor = '#fff'; popup.style.zIndex = '9999'; popup.style.opacity = '0'; popup.style.transition = 'opacity 0.5s ease'; // Overlay var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100%'; overlay.style.height = '100%'; overlay.style.backgroundColor = 'rgba(0,0,0,0.7)'; overlay.style.zIndex = '9998'; overlay.style.opacity = '0'; overlay.style.transition = 'opacity 0.5s ease'; document.body.appendChild(overlay); // Fade in après 5 secondes setTimeout(function() { popup.style.opacity = '1'; overlay.style.opacity = '1'; }, 5000); // Close button var closeBtn = document.createElement('button'); closeBtn.innerHTML = '×'; closeBtn.style.position = 'absolute'; closeBtn.style.top = '10px'; closeBtn.style.right = '10px'; closeBtn.style.background = 'transparent'; closeBtn.style.border = 'none'; closeBtn.style.fontSize = '24px'; closeBtn.style.cursor = 'pointer'; popup.appendChild(closeBtn); closeBtn.addEventListener('click', function() { popup.style.display = 'none'; overlay.style.display = 'none'; }); // Responsive dynamique function resizePopup() { if (window.innerWidth < 769) { popup.style.width = '90%'; popup.style.height = 'auto'; } else { popup.style.width = '500px'; popup.style.height = '500px'; } } resizePopup(); window.addEventListener('resize', resizePopup); } } }, 200); // vérifie toutes les 200ms })();