Popup banner promozionale

Discografia | Enjambre

/* fallback icon if no image bg */ .card-img i text-shadow: 2px 2px 0 rgba(0,0,0,0.1);

id: 9, title: "El Cementerio de las Canciones", year: 2023, type: "estudio", coverColor: "#4b3a2c", icon: "fas fa-skull", tracks: ["Cementerio", "Último Vals", "Espejismo", "Divergencia", "Ecos", "Desvelo"] ,

// fondo de imagen con gradiente + ícono representativo const bgGradient = `linear-gradient(135deg, $album.coverColordd, $album.coverColoraa)`; // lista de tracks (mostrar máximo 6 primeros) const trackListItems = album.tracks.slice(0, 8).map(track => `<li><i class="fas fa-music" style="font-size: 0.6rem; margin-right: 4px;"></i> $escapeHtml(track)</li>`).join(''); const moreTracks = album.tracks.length > 8 ? `<li style="background: none;">+$album.tracks.length - 8 más</li>` : ''; enjambre discografia

La banda también ha lanzado sencillos no incluidos en álbumes como "Piscis" (2023) y "El Cielo" (2024), así como colaboraciones, que apuntan hacia un nuevo sonido para su próximo disco.

Originating from Fresnillo, Zacatecas, the band's name is a playful nod to the Bee (Abeja) surnames of several founding members. They have amassed over 4 million monthly listeners on platforms like /* fallback icon if no image bg */

/* header hero */ .hero background: #1a1612; color: #f0e5d8; padding: 3rem 2rem 3rem 2rem; text-align: center; border-bottom: 6px solid #e3b87c; box-shadow: 0 10px 20px rgba(0,0,0,0.1);

"Para Ti" es el cuarto álbum de Enjambre, lanzado en 2012. Este álbum muestra una mayor experimentación en la producción y la composición, incorporando nuevos sonidos y estilos. Canciones como "Para Ti" y "Noches de Invierno" destacan por su emotividad y su capacidad para conectar con la audiencia. They have amassed over 4 million monthly listeners

let currentFilter = 'all'; // all, estudio, ep, live let currentSearch = '';

// construcción de cards let html = ''; for (let album of filteredData) // tipo legible let typeLabel = ''; let typeIcon = ''; if (album.type === 'estudio') typeLabel = 'Álbum de estudio'; typeIcon = '🎙️'; else if (album.type === 'ep') typeLabel = 'EP / Extended Play'; typeIcon = '💿'; else if (album.type === 'live') typeLabel = 'En vivo / Concierto'; typeIcon = '🎤';

.search-box flex: 2; min-width: 200px; display: flex; align-items: center; background: #f3ede7; border-radius: 60px; padding: 0.4rem 1rem; border: 1px solid #e0cfc0; transition: all 0.2s;

myPortal Contact us