91³Ô¹ÏÍø

Watch CBS News

Plane crash in Colombia kills all 15 passengers, including local lawmaker

A small plane crashed Wednesday in a rural area of the Norte de Santander department in northeast Colombia, killing all 15 people on board, including a local lawmaker, authorities said.

Satena, the state-owned airline that operated the flight, said local officials in the community of Curasica notified authorities about where the plane had gone down, and a rescue team was deployed to "assess the condition of the passengers."

Colombia's Transportation Ministry later released a statement saying that "once the aircraft was located on site, authorities regrettably confirmed that there were no survivors."

The aircraft, which has a registration number of HK4709, took off at 11:42 a.m. local time from the airport in Cúcuta, the department's capital, bound for Ocaña, a municipality surrounded by mountains, on a flight that typically lasts about 40 minutes.

The aircraft's final contact with air traffic control came minutes after takeoff, according to a statement released by Satena.

Officials did not provide a cause for the crash, but said there would be an investigation.

The small plane was carrying two crew members and 13 passengers, including lawmaker Diógenes Quintero, who represents the victims of the internal armed conflict in his region, the airline said. Members of Quintero's team were also aboard the plane, as well as Carlos Salcedo, a candidate in the upcoming congressional elections in March.

"Today, life took two of this team's members: Diógenes Quintero, a man who dedicated his life to serving those most in need, and Natalia Acosta, who always looked after the entire team and filled every space with happiness," reads a statement from Quintero's team .

Quintero was a renowned human rights defender in the troubled border region with Venezuela, where he was from and where the accident occurred.

A lawyer by profession, he was elected in 2022 as one of 16 representatives in the lower chamber to represent the more than 9 million victims of Colombia's decades-long armed conflict. The seats were created as part of a landmark 2016 peace agreement between the Colombian government and the country's largest guerrilla group, known as the FARC.

His party, the U Party, expressed its remorse for his death and said he was "a leader committed to his region, with a firm vocation for service."

Colombian President Gustavo Petro said in a post on X that he was "deeply sorry for these deaths." 

"My full solidarity to their families, and may they rest in peace," he said in the post.

Colombian Vice President Francia Marquez said in a social media post that she mourned the death of Quintero and her "heartfelt condolences go out to the families who are mourning this irreparable loss that has plunged the entire country into mourning."

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });