91³Ô¹ÏÍø

Watch CBS News

Mexico's president touts successful crackdown on cartels amid Trump's threats to intervene

Mexican President Claudia Sheinbaum said Friday that efforts to crack down on Mexican cartels and slow migration north were showing "compelling results" in an effort to head off intervention talk by the Trump administration.

The comments come after President Trump threatened action against Mexican drug cartels by U.S. forces last week. Mr. Trump told Fox News last week that the United States had "knocked out 97% of the drugs coming in by water" and that the U.S. was "going to start now hitting land, with regard to the cartels." The Trump administration has also begun to add militarized zones to the southern border. 

Sheinbaum, a leftist who boasts of taking on chaos with a "cool head," has sought to placate Mr. Trump and, unlike Maduro, has worked to build out a strong relationship between the Mexican and U.S. governments. A dramatic United States military raid on Venezuela that deposed former president Nicolás Maduro in early January set much of Latin America on edge, fueling concern that Mr. Trump could soon turn American forces on other nations, particularly Cuba and Mexico.

On Thursday night, U.S. Secretary of State Marco Rubio and Mexican Foreign Secretary Juan Ramón de la Fuente released a joint statement after a phone call, saying they agreed "more must be done to confront shared threats."

Sheinbaum, mentioning the call on Friday in her morning press briefing, said that Mexico's government had made significant progress cracking down on cartels, citing a steep drop in the homicide rate, much lower fentanyl seizures by U.S. authorities at the border and sparse migration. Mexican authorities seized over 1,500 pounds of methamphetamine from clandestine laboratories in the country earlier this week.  

She noted it was a joint effort with the U.S."There are very compelling results from the joint cooperation and the work that Mexico has been doing," she said.

She reiterated her call for the United States to stop arms trafficking into Mexico and highlighted drug use in the U.S. as a key factor fueling cartel violence in Mexico.

"The other side also has to do its part. This consumption crisis they have over there also has to be addressed from a public health perspective, through education campaigns," she said.

Sheinbaum and Mr. Trump also spoke by phone on Monday. Sheinbaum said it was a "very good conversation." 

"We told him, so far it's going very well, it's not necessary, and furthermore there is Mexico's sovereignty and territorial integrity and he understood," she said.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });