ADVERTISEMENT

Mexico arrests son of notorious drug kingpin 'El Chapo'

Published Jan 6, 2023 02:18 pm

CULIACAN, Mexico -- Mexican security forces on Thursday captured a son of jailed drug kingpin Joaquin "El Chapo" Guzman, scoring a high-profile win in the fight against powerful cartels days before US President Joe Biden visits.

Ovidio Guzman, nicknamed "El Raton" (The Mouse), was caught in the northwestern city of Culiacan and flown to Mexico City on a military plane, Defense Minister Luis Cresencio Sandoval told reporters.

He said the arrest was the result of six months of intelligence work tracking down the 32-year-old, who has allegedly helped to run his father's operations since El Chapo was extradited to the United States in 2017.

The United States had offered a reward of up to $5 million for information leading to Ovidio Guzman's capture, accusing him of being a key player in the infamous Sinaloa cartel.

Gunfire and arson shook Culiacan after the arrest, which comes as Mexican President Andres Manuel Lopez Obrador prepares to welcome Biden next week for a North America leaders' summit in Mexico City where security is expected to be high on the agenda.

A National Guardsman was killed and at least 28 people were wounded in the violence, Sinaloa state governor Ruben Rocha said, while school classes were suspended and sporting events in Culiacan were canceled.

As Guzman's henchmen reacted with fury, a passenger jet and an air force plane were both hit by gunfire at the Culiacan airport. Videos on social media showed passengers and Aeromexico airline employees at the terminal ducking behind counters as gunfire rang out. No injuries were reported there.

Cartel gunmen set autos and trucks ablaze at several intersections in the city, and authorities reported 19 roadblocks.

El Chapo is serving a life sentence in the United States for trafficking hundreds of tons of drugs into the US over the course of 25 years.

However, his cartel remains one of the most powerful in Mexico, accused by Washington of exploiting an opioid epidemic by flooding communities with fentanyl, a synthetic drug about 50 times more potent than heroin.

Ovidio Guzman and one of his brothers are accused of overseeing nearly a dozen methamphetamine labs in Sinaloa as well as conspiring to distribute cocaine and marijuana, according to the US State Department.

He also allegedly ordered the murders of informants, a drug trafficker and a Mexican singer who refused to perform at his wedding, it said.

Previous failed arrest

Ovidio Guzman was captured briefly once before in 2019, but security forces freed him after his cartel waged an all-out war in response.

Several people were killed on that occasion in Culiacan as gunmen launched a massive machine-gun assault, leaving the streets strewn with blazing vehicles.

His release prompted sharp criticism of Lopez Obrador, who said the decision was made to protect civilians' lives in the city of around 800,000 people.

Security expert David Saucedo said Ovidio Guzman's capture was "not a consequence of Biden's visit, but rather of the pressure that the Americans were putting on the government" since the failed arrest in 2019.

Foreign Minister Marcelo Ebrard played down the prospects of a fast-track extradition, saying Ovidio Guzman was expected to face legal proceedings in Mexico.

Lopez Obrador has struggled to curb the brutal violence plaguing Mexico since taking office in 2018.

He championed a "hugs not bullets" strategy to tackle violent crime at its roots by fighting poverty and inequality with social programs, rather than with the army.

The left-wing populist has asked the United States to invest in regional economic development instead of sending helicopter gunships and other weapons to take on drug traffickers.

Mexico has registered more than 340,000 murders since the government controversially deployed the army to fight drug cartels in 2006, most of them blamed on criminal gangs.

On Sunday, cartel gunmen attacked a prison in the border city of Ciudad Juarez, leaving nearly 20 people dead and allowing 25 inmates to flee.

The next day, seven people were killed during a police operation to recapture the prisoners.

A gang leader among the escapees was killed on Thursday in a shootout with security forces, authorities said.


Related Tags

Mexico drug kingpin El chapo
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.