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

March 3, 2026

The Islamic Republic is aiming to draw out the conflict and broaden the fighting. That would force President Trump to risk more casualties and more political capital. Saiba Mais

March 3, 2026

With the war against Iran underway, and the U.S. military as a powerful ally, the Israeli government is seizing its chance to move against other adversaries. Saiba Mais

March 3, 2026

The S&P 500 slumped as investors retrenched from the unpredictable effects that the fighting could have on the world economy. Saiba Mais

March 3, 2026

Plus, fighting phone scams. Saiba Mais

March 3, 2026

Starting in North Carolina on Tuesday, older House Democrats face a test of their staying power and the appetite of voters to replace them. Saiba Mais

March 3, 2026

The Texas Democratic Senate primary is more about persona than policy, and the same is true for many other races. Saiba Mais

March 3, 2026

Politicians quickly cited the attack in their campaign messaging. Some Republicans called for stopping immigration, while Democrats called for gun control. Saiba Mais

March 3, 2026

The Trump administration has eliminated health care positions left vacant after a wave of resignations and retirements at the V.A. last year. Saiba Mais

March 3, 2026

The move amounts to a surrender in a clash that has led many law firms to submit to the president rather than face the threat of his executive orders. Saiba Mais

March 3, 2026

The new pact includes additional protections to prevent the use of the company’s technology for mass surveillance of Americans. 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

Mar 02, 2026 7:57 am

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

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 })();