
El blanco y el negro protagonizaron un inusual duelo estilístico en la alfombra roja de los Premios Soberano 2026, marcando una narrativa visual poco común en este tipo de celebraciones en el país.
Aunque una discreta diversidad de colores hizo breves apariciones, la noche estuvo dominada por esta dicotomía elegante.
A diferencia de ediciones anteriores, donde el brillo competía directamente con los tonos oscuros, en esta ocasión se integró de forma más sutil, presente en detalles de lentejuelas y tejidos satinados, aportando sofisticación y sobriedad.
Pamela Sued

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
Con un diseño del venezolano Marcel Castellano, la silueta sirena abraza el cuerpo hasta las rodillas y se abre en una falda voluminosa con cola.
Nashla Bogaert

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
Deslumbró con un look inspirado en el glamour del old Hollywood, en un tono rosa primaveral, de líneas limpias y elegancia atemporal.
Nahiony Reyes

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
Diseñado por Suzelle Taveras para Bride to Be, este dos piezas en tono Cloud Dancer fluye con armonía con un corpiño que esculpe la silueta.
Shalim Ortiz

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
Se aleja del esmoquin clásico para apostar por una americana de color, combinada con camisa y pantalón negros: un equilibrio casual e impecable.
Evelyna Rodríguez

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
En un diseño de Jorge David Pérez, con estilismo de Radhamés Espíritu, la actriz brilló con esta propuesta, sofisticada y dramática.
Jhoel López

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
Con diseño de José Jhan, luce chaqueta de esmoquin azul oscuro, brillante y texturizada, combinada con camisa blanca y corbatín negro.
Elvis Crespo
Audaz y teatral con este traje de chaqueta corta y pantalón amplio elevado con una rosa roja como boutonnière y sombrero de ala ancha.
Rosmery Herrand

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
La humorista se decantó por un traje confeccionado por el diseñador de modas indio Naeem Khan, que destaca por su sofisticación y exquisito acabado.
Frank Perozo

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
Traje de impecable factura con solapas de pico en satén negro y ribete blanco en chaqueta y pantalón. Un acierto en la alfombra roja.
Bárbara Plaza

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
Cfor2Studio dio vida a esta impresionante obra de arte, cuidando cada detalle con una visión creativa única, mientras que el estilismo estuvo a cargo de Enyer Díaz.
Patricia Peña

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
Con un deslumbrante diseño Bride to Be en cut-outs adornado con destellos brillantes, lució sensual y cautivadora, logrando un equilibrio perfecto entre elegancia y audacia.
Francisco Sanchís

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
El diseñador Rafael Rivero fue el encargado de este elegante traje negro, con chaqueta elaborada en encaje francés sobre bodysuit de seda italiana.
Liza Blanco

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.small-slider’).forEach(function (slider) { const container = slider.querySelector(‘.slider-container’); const items = slider.querySelectorAll(‘.slider-item’); const prevBtn = slider.querySelector(‘.prev’); const nextBtn = slider.querySelector(‘.next’); const dotsContainer = slider.querySelector(‘.slider-dots’); let currentIndex = 0; function setup() { const width = slider.clientWidth; container.style.width = (items.length * width) + ‘px’; items.forEach(it => { it.style.width = width + ‘px’; it.style.flexShrink = ‘0’; }); } function goTo(i) { currentIndex = i; const width = slider.clientWidth; container.style.transform = ‘translateX(-‘ + (width * currentIndex) + ‘px)’; updateDots(); } function next() { if (currentIndex === items.length – 1) goTo(0); else goTo(currentIndex + 1); } function prev() { if (currentIndex === 0) goTo(items.length – 1); else goTo(currentIndex – 1); } function updateDots() { dotsContainer.querySelectorAll(‘li’).forEach((d, idx) => { d.classList.toggle(‘active’, idx === currentIndex); }); } function initDots() { dotsContainer.innerHTML = »; items.forEach((_, i) => { const li = document.createElement(‘li’); const btn = document.createElement(‘button’); btn.addEventListener(‘click’, () => goTo(i)); li.appendChild(btn); if (i === 0) li.classList.add(‘active’); dotsContainer.appendChild(li); }); } if (prevBtn) prevBtn.addEventListener(‘click’, prev); if (nextBtn) nextBtn.addEventListener(‘click’, next); initDots(); setup(); window.addEventListener(‘resize’, setup); }); });
«Valentía envuelta en nácar«. Así describe la presentadora este diseño corte sirena de Jorge David Pérez.







