{"id":8496,"date":"2026-08-19T15:32:26","date_gmt":"2026-08-19T15:32:26","guid":{"rendered":"https:\/\/jazzfest.javistudiora.com\/conciertos\/"},"modified":"2026-09-03T16:25:46","modified_gmt":"2026-09-03T16:25:46","slug":"conciertos","status":"publish","type":"page","link":"https:\/\/jazz.barcelona\/es\/conciertos\/","title":{"rendered":"Conciertos"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8496\" class=\"elementor elementor-8496 elementor-7136\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-jzcmq00 e-con-full e-flex e-con e-parent\" data-id=\"jzcmq00\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-jzcmq01 elementor-widget elementor-widget-jazz-marquee\" data-id=\"jzcmq01\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jazz-marquee.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style id=\"jazz-marquee-css\">\n\/* La marquesina va SEMPRE a amplada completa (edge-to-edge), sense els paddings\n   laterals del contenidor, a TOTS els dispositius. Trenca la caixa amb amplada\n   de viewport; el .jzmq ja porta overflow:hidden + contain:paint per no generar\n   scroll horitzontal. *\/\n.elementor-widget-jazz-marquee{width:100vw !important;max-width:100vw !important;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;}\n.elementor-widget-jazz-marquee > .elementor-widget-container{padding-left:0 !important;padding-right:0 !important;}\n.jzmq{\n\t--jzmq-fons: var(--e-global-color-jz01);\n\t--jzmq-color: var(--e-global-color-jzblack);\n\t--jzmq-alt: 2.875rem;\n\t--jzmq-gap: 2.5rem;\n\t\/* Velocitat en pixels per segon: aixi TOTES les marquesines van igual de\n\t   rapides, digui el que digui el text. Amb una duracio fixa passava el\n\t   contrari: com mes llarga la paraula, mes distancia en el mateix temps. *\/\n\t--jzmq-vel: 45;\n\t--jzmq-temps: 40s;\n\tposition:relative;\n\twidth:100%;\n\theight:var(--jzmq-alt);\n\tbackground:var(--jzmq-fons);\n\toverflow:hidden;\n\tdisplay:flex; align-items:center;\n\t\/* que no generi scroll horitzontal a la pagina *\/\n\tcontain:paint;\n}\n.jzmq__pista{\n\tdisplay:flex; flex:none;\n\twidth:max-content;\n\twill-change:transform;\n\tbackface-visibility:hidden;\n\t\/* Sense JavaScript la marquesina es mou igualment, amb l'animacio de CSS. *\/\n\tanimation:jzmq-corre var(--jzmq-temps) linear infinite;\n}\n.jzmq--dre .jzmq__pista{animation-direction:reverse;}\n\/* Quan el JS agafa el timo, l'animacio de CSS fa nosa. *\/\n.jzmq.is-viu .jzmq__pista{animation:none;}\n.jzmq__grup{display:flex;flex:none;gap:var(--jzmq-gap);padding-right:var(--jzmq-gap);}\n\/* Especificitat baixa a proposit (0,1,0): aixi els controls de tipografia\n   del widget \u2014que Elementor escriu com `.elementor-element-x .jzmq__txt`\u2014\n   sempre guanyen, encara que aquest <style> vagi despres al document. *\/\n.jzmq__txt{\n\tflex:none; white-space:nowrap;\n\tcolor:var(--jzmq-color);\n\tfont-family:var(--e-global-typography-jzseccio-font-family), sans-serif;\n\tfont-weight:var(--e-global-typography-jzseccio-font-weight);\n\tfont-size:var(--e-global-typography-jzseccio-font-size);\n\tline-height:1;\n\ttext-transform:var(--e-global-typography-jzseccio-text-transform);\n}\n\/* Dos grups identics: quan el primer ha recorregut el seu ample, el segon ja\n   ocupa el seu lloc i el bucle no fa salt. *\/\n@keyframes jzmq-corre{\n\tfrom{transform:translate3d(0,0,0);}\n\tto  {transform:translate3d(-50%,0,0);}\n}\n@media (prefers-reduced-motion: reduce){\n\t.jzmq__pista{animation:none;transform:none !important;}\n}\n<\/style>\n<script id=\"jazz-marquee-js\">\n(function () {\n\t'use strict';\n\n\tif (window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;\n\n\tvar arrel = document.scrollingElement || document.documentElement;\n\tvar marquesines = [];\n\tvar anterior = 0, ultimY = arrel.scrollTop, empenta = 0, corrent = false;\n\n\t\/* Si un grup no cobreix la pantalla, s'hi afegeixen repeticions: aixi el\n\t   text no deixa mai un buit en monitors molt amples. *\/\n\tfunction omple(m) {\n\t\tvar grups = m.el.querySelectorAll('.jzmq__grup');\n\t\tif (grups.length < 2) return;\n\t\tvar base = grups[0], guarda = 0;\n\t\twhile (base.getBoundingClientRect().width < window.innerWidth * 1.2 && guarda < 16) {\n\t\t\tvar c = base.firstElementChild.cloneNode(true);\n\t\t\tbase.appendChild(c);\n\t\t\tgrups[1].appendChild(c.cloneNode(true));\n\t\t\tguarda++;\n\t\t}\n\t\tm.ample = grups[0].getBoundingClientRect().width;\n\t\t\/* Reserva per si el JS no arriba a moure res: la duracio de l'animacio\n\t\t   de CSS es calcula perque doni la mateixa velocitat demanada. *\/\n\t\tif (m.ample && m.vel) {\n\t\t\tm.el.style.setProperty('--jzmq-temps', (m.ample \/ m.vel).toFixed(2) + 's');\n\t\t}\n\t}\n\n\tfunction mesura(m) {\n\t\tm.vel = parseFloat(getComputedStyle(m.el).getPropertyValue('--jzmq-vel')) || 45;\n\t\tomple(m);\n\t}\n\n\tfunction frame(t) {\n\t\tvar dt = anterior ? Math.min((t - anterior) \/ 1000, 0.05) : 0.016;\n\t\tanterior = t;\n\n\t\t\/* Velocitat de l'scroll, suavitzada. Lenis mou l'scroll real de la\n\t\t   finestra, o sigui que llegint scrollTop ja ve esmorteit. *\/\n\t\tvar y = arrel.scrollTop;\n\t\tvar vScroll = (y - ultimY) \/ (dt || 0.016);\n\t\tultimY = y;\n\t\tempenta += (vScroll - empenta) * Math.min(1, dt * 6);\n\t\tif (Math.abs(empenta) < 1) empenta = 0;\n\n\t\tfor (var i = 0; i < marquesines.length; i++) {\n\t\t\tvar m = marquesines[i];\n\t\t\tif (!m.visible || !m.ample) continue;\n\n\t\t\t\/* Pujant, la marquesina se'n va cap a l'altre costat; parat, es queda\n\t\t\t   tal com anava. Es el gest classic de les marquesines amb scroll. *\/\n\t\t\tif (m.inverteix) {\n\t\t\t\tif (empenta > 20) m.sentit = m.sentitBase;\n\t\t\t\telse if (empenta < -20) m.sentit = -m.sentitBase;\n\t\t\t}\n\n\t\t\tvar extra = m.reacciona ? Math.min(Math.abs(empenta) * m.factor, 900) : 0;\n\t\t\tm.pos -= (m.vel + extra) * m.sentit * dt;\n\n\t\t\t\/\/ bucle infinit en tots dos sentits\n\t\t\tif (m.pos <= -m.ample) m.pos += m.ample;\n\t\t\telse if (m.pos > 0) m.pos -= m.ample;\n\n\t\t\tm.pista.style.transform = 'translate3d(' + m.pos.toFixed(2) + 'px,0,0)';\n\t\t}\n\t\trequestAnimationFrame(frame);\n\t}\n\n\tfunction registra(el) {\n\t\tif (el.dataset.jzmqLlest) return;\n\t\tel.dataset.jzmqLlest = '1';\n\n\t\tvar pista = el.querySelector('.jzmq__pista');\n\t\tif (!pista) return;\n\n\t\tvar m = {\n\t\t\tel: el,\n\t\t\tpista: pista,\n\t\t\tpos: 0,\n\t\t\tample: 0,\n\t\t\tvel: 45,\n\t\t\tvisible: true,\n\t\t\tsentitBase: el.classList.contains('jzmq--dre') ? -1 : 1,\n\t\t\treacciona: el.getAttribute('data-scroll') !== 'no',\n\t\t\tinverteix: el.getAttribute('data-inverteix') !== 'no',\n\t\t\tfactor: parseFloat(el.getAttribute('data-empenta')) || 0.35\n\t\t};\n\t\tm.sentit = m.sentitBase;\n\t\tmesura(m);\n\t\tel.classList.add('is-viu');\n\t\tmarquesines.push(m);\n\n\t\tif (window.IntersectionObserver) {\n\t\t\tnew IntersectionObserver(function (e) {\n\t\t\t\tm.visible = e[0].isIntersecting;\n\t\t\t}, { rootMargin: '120px' }).observe(el);\n\t\t}\n\t\tif (!corrent) { corrent = true; requestAnimationFrame(frame); }\n\t}\n\n\tfunction tots() {\n\t\tvar l = document.querySelectorAll('[data-jzmq]');\n\t\tfor (var i = 0; i < l.length; i++) registra(l[i]);\n\t}\n\tfunction remesura() {\n\t\tfor (var i = 0; i < marquesines.length; i++) mesura(marquesines[i]);\n\t}\n\n\tif (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', tots);\n\telse tots();\n\n\t\/\/ La lletra de marca carrega tard i canvia les amplades: cal tornar a mesurar.\n\tif (document.fonts && document.fonts.ready) document.fonts.ready.then(remesura);\n\n\tvar espera;\n\twindow.addEventListener('resize', function () {\n\t\tclearTimeout(espera);\n\t\tespera = setTimeout(function () { tots(); remesura(); }, 200);\n\t});\n\n\tif (window.jQuery) {\n\t\tjQuery(window).on('elementor\/frontend\/init', function () {\n\t\t\tif (window.elementorFrontend && elementorFrontend.hooks) {\n\t\t\t\telementorFrontend.hooks.addAction('frontend\/element_ready\/jazz-marquee.default', tots);\n\t\t\t}\n\t\t});\n\t}\n})();\n<\/script>\n\t<div class=\"jzmq\" data-jzmq data-text=\"CONCIERTOS\" data-scroll=\"si\" data-inverteix=\"si\" data-empenta=\"0.35\" aria-hidden=\"true\"><div class=\"jzmq__pista\"><div class=\"jzmq__grup\"><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><\/div><div class=\"jzmq__grup\"><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><span class=\"jzmq__txt\">CONCIERTOS<\/span><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-jzcbd00 e-flex e-con-boxed e-con e-parent\" data-id=\"jzcbd00\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-jzcbd01 e-con-full e-flex e-con e-parent\" data-id=\"jzcbd01\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-jzcbd02 elementor-widget elementor-widget-shortcode\" data-id=\"jzcbd02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><style id=\"jazz-agenda-css\">\n.jzag{\n\t--jzag-linia: var(--e-global-color-jzlinia);\n\tdisplay:block;\n\tcolor:var(--e-global-color-jzwhite);\n}\n\/* ---------- filtres (barra a DALT, neta, tipus Apolo\/Razzmatazz) ----------\n   El client volia el cercador a dalt i m\u00e9s net: cada grup \u00e9s una etiqueta +\n   una fila de pastilles que embolica. Ocupa tota l'amplada; la llista va sota. *\/\n.jzag .jzag__filtres{\n\tdisplay:flex;flex-direction:column;gap:1.15rem;\n\tmargin:0 0 2.75rem;padding:0 0 2rem;\n\tborder-bottom:1px solid var(--jzag-linia);\n}\n\/* Etiqueta AL COSTAT (igual a tots els grups) i les pastilles emboliquen a la seva\n   dreta, dins l'espai que queda (en columna), sense caure a sota. Clau: opcions\n   `flex:1 1 0` (base 0 \u2192 agafen el que resta i emboliquen dins) + el grup NO fa\n   wrap (l'etiqueta es queda sempre al costat, alineada a dalt). *\/\n.jzag .jzag__grup{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:1rem 1.25rem;min-width:0;}\n.jzag .jzag__opcions{display:flex;flex-wrap:wrap;gap:.625rem;min-width:0;flex:1 1 0;}\n.jzag .jzag__cap{display:flex;align-items:center;min-height:2.125rem;margin:0;flex:0 0 8.5rem;}\n\/* La ratlla de sota l'etiqueta no cal a la barra horitzontal. *\/\n.jzag .jzag__ratlla{display:none;}\n.jzag .jzag__titol{\n\tmargin:0;\n\tfont-family:var(--e-global-typography-accent-font-family), sans-serif;\n\t\tfont-weight:var(--e-global-typography-accent-font-weight);\n\t\tfont-size:var(--e-global-typography-accent-font-size);\n\t\tline-height:var(--e-global-typography-accent-line-height);\n\t\ttext-transform:var(--e-global-typography-accent-text-transform);\n\tcolor:var(--jzag-to);\n}\n.jzag .jzag__ratlla{display:block;height:1px;width:100%;background:var(--jzag-to);opacity:.9;}\n.jzag .jzag__opcio{\n\tdisplay:flex;align-items:center;justify-content:center;text-align:center;\n\tmin-height:2.125rem;padding:.5rem 1rem;\n\twhite-space:normal;overflow-wrap:anywhere;\n\tborder:.5px solid var(--jzag-to);border-radius:1.0625rem;\n\tbackground:transparent;color:var(--jzag-to);cursor:pointer;\n\tfont-family:var(--e-global-typography-accent-font-family), sans-serif;\n\t\tfont-weight:var(--e-global-typography-accent-font-weight);\n\t\tfont-size:var(--e-global-typography-accent-font-size);\n\t\tline-height:var(--e-global-typography-accent-line-height);\n\t\ttext-transform:var(--e-global-typography-accent-text-transform);\n\ttransition:background-color .18s ease,color .18s ease;\n}\n\/* \u26a0\ufe0f Alguna regla global (Elementor) posa FONS BLANC als botons quan tenen el\n   focus despr\u00e9s de clicar amb el ratol\u00ed \u2192 una pastilla desmarcada es quedava\n   blanca. Ho neutralitzem: el focus de ratol\u00ed es queda transparent (el farciment\n   el manen hover \/ focus-visible de teclat \/ triada). *\/\n.jzag .jzag__opcio:focus{background:transparent;color:var(--jzag-to);}\n\/* En passar-hi per damunt s'omple del color del grup i la lletra passa a negre\n   \u2014el mateix que a les FAQS\u2014. *\/\n.jzag .jzag__opcio:hover,\n.jzag .jzag__opcio:focus-visible{\n\tbackground:var(--jzag-to);\n\tcolor:var(--e-global-color-jzblack);\n}\n.jzag .jzag__opcio[aria-pressed=\"true\"]{\n\tbackground:var(--jzag-to);\n\tcolor:var(--e-global-color-jzblack);\n}\n\/* Si ja est\u00e0 triada, en passar-hi s'enfosqueix una mica: aix\u00ed es veu que el\n   clic la treu. *\/\n.jzag .jzag__opcio[aria-pressed=\"true\"]:hover{\n\tbackground:color-mix(in srgb, var(--jzag-to) 74%, #000);\n}\n.jzag .jzag__grup--escenaris{--jzag-to:var(--e-global-color-jz01);}\n.jzag .jzag__grup--cicle{--jzag-to:var(--e-global-color-jz02);}\n.jzag .jzag__grup--abonament{--jzag-to:var(--e-global-color-jz05);}\n.jzag .jzag__neteja{\n\talign-self:flex-start;background:none;border:0;padding:0;cursor:pointer;\n\tcolor:var(--e-global-color-jzwhite);opacity:.65;\n\tfont-family:var(--e-global-typography-accent-font-family), sans-serif;\n\t\tfont-weight:var(--e-global-typography-accent-font-weight);\n\t\tfont-size:var(--e-global-typography-accent-font-size);\n\t\tline-height:var(--e-global-typography-accent-line-height);\n\t\ttext-transform:var(--e-global-typography-accent-text-transform);\n\ttext-decoration:underline;\n}\n.jzag .jzag__neteja:hover{opacity:1;}\n.jzag .jzag__neteja[hidden]{display:none;}\n\/* ---------- llista ---------- *\/\n.jzag .jzag__llista{display:flex;flex-direction:column;gap:2.625rem;min-width:0;}\n.jzag .jzag__mes{display:flex;flex-direction:column;gap:1.1875rem;position:relative;}\n\/* El contingut del mes sempre per damunt de la forma decorativa. *\/\n.jzag .jzag__nommes,.jzag .jzag__files{position:relative;z-index:1;}\n.jzag .jzag__mes[hidden]{display:none;}\n.jzag .jzag__nommes{\n\tmargin:0;\n\tfont-family:var(--e-global-typography-jzseccio-font-family), sans-serif;\n\t\tfont-weight:var(--e-global-typography-jzseccio-font-weight);\n\t\tfont-size:var(--e-global-typography-jzseccio-font-size);\n\t\tline-height:var(--e-global-typography-jzseccio-line-height);\n\t\ttext-transform:var(--e-global-typography-jzseccio-text-transform);\n\tcolor:var(--e-global-color-jzwhite);\n}\n\/* Separador d'edici\u00f3 (canvi d'any): any gran + nom de l'edici\u00f3. *\/\n.jzag .jzag__edicio{display:flex;flex-direction:column;gap:.35rem;margin:3.25rem 0 .5rem;padding-top:2.25rem;border-top:2px solid var(--e-global-color-jzwhite);}\n.jzag .jzag__edicio-any{font-family:var(--e-global-typography-primary-font-family), sans-serif;font-weight:var(--e-global-typography-primary-font-weight,800);font-size:clamp(2.75rem,2rem+3vw,4.5rem);line-height:.95;color:var(--e-global-color-jz01);}\n.jzag .jzag__edicio-nom{font-family:var(--e-global-typography-accent-font-family), sans-serif;font-weight:var(--e-global-typography-accent-font-weight,700);font-size:var(--e-global-typography-accent-font-size,.9rem);letter-spacing:.03em;text-transform:uppercase;color:var(--e-global-color-jzwhite);}\n.jzag .jzag__files{display:flex;flex-direction:column;border-bottom:1px solid var(--jzag-linia);}\n.jzag .jzag__fila{\n\tdisplay:grid;\n\tgrid-template-columns:8.5rem minmax(0,1fr) auto;\n\tgap:1rem 1.75rem;align-items:center;\n\tpadding:1.25rem 0;\n\tborder-top:1px solid var(--jzag-linia);\n}\n.jzag .jzag__fila[hidden]{display:none;}\n\/* Miniatura (format cl\u00e0ssic imatge + dades, ref. Apolo) *\/\n.jzag .jzag__mini{display:block;width:8.5rem;aspect-ratio:3\/2;background:#141414;overflow:hidden;}\n.jzag .jzag__mini img{width:100%;height:100%;object-fit:cover;display:block;}\n.jzag .jzag__mini--buit{background:linear-gradient(135deg,#1c1c1c,#111);}\n.jzag .jzag__dades{min-width:0;}\n.jzag .jzag__quan{\n\tmargin:0 0 .45rem;\n\tfont-family:var(--e-global-typography-jzcond25-font-family), sans-serif;\n\t\tfont-weight:var(--e-global-typography-jzcond25-font-weight);\n\t\tfont-size:var(--e-global-typography-jzcond25-font-size);\n\t\tline-height:var(--e-global-typography-jzcond25-line-height);\n\t\ttext-transform:var(--e-global-typography-jzcond25-text-transform);\n\tcolor:var(--e-global-color-jzwhite);\n}\n.jzag .jzag__nom{\n\tmargin:0;\n\tfont-family:var(--e-global-typography-secondary-font-family), sans-serif;\n\t\tfont-weight:var(--e-global-typography-secondary-font-weight);\n\t\t\/* M\u00e9s petit que el predefinit: el client volia menys densitat de text\n\t\t   per a p\u00fablic s\u00e8nior (format cl\u00e0ssic imatge + dades). *\/\n\t\tfont-size:clamp(1.15rem, .95rem + .55vw, 1.55rem);\n\t\tline-height:1.12;\n\t\ttext-transform:var(--e-global-typography-secondary-text-transform);\n\tcolor:var(--e-global-color-jzwhite);\n}\n.jzag .jzag__nom a{color:inherit;text-decoration:none;}\n.jzag .jzag__nom a:hover{color:var(--e-global-color-jz02);}\n.jzag .jzag__btn{\n\tdisplay:inline-flex;align-items:center;justify-content:center;\n\tmin-width:14.0625rem;min-height:3.25rem;padding:.9rem 2rem;\n\tborder:1px solid var(--e-global-color-jzwhite);border-radius:2.1875rem;\n\tcolor:var(--e-global-color-jzwhite);text-decoration:none;white-space:nowrap;\n\tfont-family:var(--e-global-typography-text-font-family), sans-serif;\n\t\tfont-weight:var(--e-global-typography-text-font-weight);\n\t\tfont-size:var(--e-global-typography-text-font-size);\n\t\tline-height:var(--e-global-typography-text-line-height);\n\t\ttext-transform:var(--e-global-typography-text-text-transform);\n\ttransition:background-color .18s ease,color .18s ease;\n}\n.jzag .jzag__btn:hover{background:var(--e-global-color-jzwhite);color:var(--e-global-color-jzblack);}\n.jzag .jzag__buit{\n\tmargin:0;padding:2.5rem 0;\n\tfont-family:var(--e-global-typography-text-font-family), sans-serif;\n\t\tfont-weight:var(--e-global-typography-text-font-weight);\n\t\tfont-size:var(--e-global-typography-text-font-size);\n\t\tline-height:var(--e-global-typography-text-line-height);\n\t\ttext-transform:var(--e-global-typography-text-text-transform);\n\tcolor:var(--e-global-color-jzwhite);\n}\n.jzag .jzag__buit[hidden]{display:none;}\n\/* ---------- responsive ---------- *\/\n@media (max-width:1024px){\n\t\/* A la barra de filtres, l'etiqueta passa a sobre de les pastilles. *\/\n\t.jzag .jzag__cap{flex:0 0 100%;}\n}\n@media (max-width:767px){\n\t\/* Fila: miniatura + dades a la mateixa l\u00ednia; bot\u00f3 a tota amplada a sota. *\/\n\t.jzag .jzag__fila{grid-template-columns:5.5rem minmax(0,1fr);gap:.65rem 1rem;padding:1.125rem 0;}\n\t.jzag .jzag__mini{width:5.5rem;}\n\t.jzag .jzag__btn{grid-column:1 \/ -1;width:100%;min-width:0;margin-top:.25rem;}\n\t.jzag .jzag__opcio{padding-inline:1rem;}\n\t\/* Filtres al m\u00f2bil: etiqueta a dalt i, sota, els chips en una tira que\n\t   LLISCA en horitzontal (no s'apilen ni es trenquen). *\/\n\t.jzag .jzag__grup{flex-direction:column;align-items:stretch;gap:.5rem;width:100%;min-width:0;max-width:100%;}\n\t.jzag .jzag__cap{flex:0 0 auto;min-height:0;}\n\t.jzag .jzag__opcions{\n\t\tflex:0 0 auto;width:100%;min-width:0;max-width:100%;\n\t\tflex-wrap:nowrap;\n\t\toverflow-x:auto;\n\t\t-webkit-overflow-scrolling:touch;\n\t\tscrollbar-width:none;\n\t\tpadding-bottom:.35rem;\n\t}\n\t.jzag .jzag__opcions::-webkit-scrollbar{display:none;}\n\t.jzag .jzag__opcio{flex:0 0 auto;}\n}\n.jzag .jzag__cercaper{margin:0 0 1.25rem;font-family:var(--e-global-typography-jzmenu-font-family), sans-serif;font-weight:var(--e-global-typography-jzmenu-font-weight);font-size:var(--e-global-typography-jzmenu-font-size);line-height:1;text-transform:uppercase;letter-spacing:.02em;color:var(--e-global-color-jzwhite);opacity:.6;}\n<\/style>\n\t<script id=\"jazz-agenda-js\">\n(function () {\n\t'use strict';\n\tfunction munta(ag) {\n\t\tif (ag.dataset.jzagLlest) return;\n\t\tag.dataset.jzagLlest = '1';\n\n\t\tvar opcions = ag.querySelectorAll('.jzag__opcio');\n\t\tvar files   = ag.querySelectorAll('.jzag__fila');\n\t\tvar mesos   = ag.querySelectorAll('.jzag__mes');\n\t\tvar buit    = ag.querySelector('.jzag__buit');\n\t\tvar neteja  = ag.querySelector('.jzag__neteja');\n\n\t\tfunction triats(tipus) {\n\t\t\tvar fora = [];\n\t\t\tfor (var i = 0; i < opcions.length; i++) {\n\t\t\t\tif (opcions[i].getAttribute('data-tipus') === tipus &&\n\t\t\t\t    opcions[i].getAttribute('aria-pressed') === 'true') {\n\t\t\t\t\tfora.push(opcions[i].getAttribute('data-valor'));\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn fora;\n\t\t}\n\t\t\/* Un concert passa si compleix TOTS els grups amb tria feta; dins d'un\n\t\t   grup n'hi ha prou amb coincidir amb una de les opcions triades. *\/\n\t\tfunction encaixa(fila, camp, tria) {\n\t\t\tif (!tria.length) return true;\n\t\t\tvar seus = (fila.getAttribute(camp) || '').split(' ');\n\t\t\tfor (var i = 0; i < tria.length; i++) {\n\t\t\t\tif (seus.indexOf(tria[i]) > -1) return true;\n\t\t\t}\n\t\t\treturn false;\n\t\t}\n\t\tfunction filtra() {\n\t\t\tvar e = triats('espai'), c = triats('cicle'), a = triats('abo');\n\t\t\tvar cap = 0;\n\t\t\tfor (var i = 0; i < files.length; i++) {\n\t\t\t\tvar ok = encaixa(files[i], 'data-espai', e) &&\n\t\t\t\t         encaixa(files[i], 'data-cicle', c) &&\n\t\t\t\t         encaixa(files[i], 'data-abo', a);\n\t\t\t\tfiles[i].hidden = !ok;\n\t\t\t\tif (ok) cap++;\n\t\t\t}\n\t\t\tfor (var m = 0; m < mesos.length; m++) {\n\t\t\t\tmesos[m].hidden = !mesos[m].querySelector('.jzag__fila:not([hidden])');\n\t\t\t}\n\t\t\tif (buit) buit.hidden = cap > 0;\n\t\t\tif (neteja) neteja.hidden = !(e.length || c.length || a.length);\n\t\t}\n\n\t\tag.addEventListener('click', function (ev) {\n\t\t\tvar b = ev.target.closest ? ev.target.closest('.jzag__opcio') : null;\n\t\t\tif (b && ag.contains(b)) {\n\t\t\t\tb.setAttribute('aria-pressed', b.getAttribute('aria-pressed') === 'true' ? 'false' : 'true');\n\t\t\t\tfiltra();\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (neteja && (ev.target === neteja || (ev.target.closest && ev.target.closest('.jzag__neteja')))) {\n\t\t\t\tfor (var i = 0; i < opcions.length; i++) opcions[i].setAttribute('aria-pressed', 'false');\n\t\t\t\tfiltra();\n\t\t\t}\n\t\t});\n\t\tfiltra();\n\t}\n\tfunction tots() {\n\t\tvar l = document.querySelectorAll('.jzag');\n\t\tfor (var i = 0; i < l.length; i++) munta(l[i]);\n\t}\n\tif (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', tots);\n\telse tots();\n\tif (window.jQuery) {\n\t\tjQuery(window).on('elementor\/frontend\/init', function () {\n\t\t\tif (window.elementorFrontend && elementorFrontend.hooks) {\n\t\t\t\telementorFrontend.hooks.addAction('frontend\/element_ready\/shortcode.default', tots);\n\t\t\t}\n\t\t});\n\t}\n})();\n<\/script>\n\t<style id=\"jazz-formes-css\">\n.jzforma{\n\tposition:absolute;\n\tleft:var(--jzf-x,50%);\n\ttop:var(--jzf-dalt,0);\n\twidth:var(--jzf-w,14rem);\n\topacity:var(--jzf-op,1);\n\trotate:var(--jzf-gir,0deg);\n\t\/* Mai per damunt del contingut, i mai clicable. *\/\n\tz-index:0;\n\tpointer-events:none;\n\tdisplay:block;\n\tline-height:0;\n}\n.jzforma--baix{top:auto;bottom:var(--jzf-baix,0);}\n.jzforma img{display:block;width:100%;height:auto;transform:scale(var(--jzf-mx,1),var(--jzf-my,1));}\n\n\/* El widget no ha d'ocupar lloc ni obrir un buit al flex de la secci\u00f3: es treu\n   del flux i s'estira damunt del contenidor que el cont\u00e9. *\/\n.elementor-widget-jazz-forma{\n\tposition:absolute;inset:0;\n\tmargin:0 !important;padding:0 !important;\n\tpointer-events:none;z-index:0;\n}\n\/* Perqu\u00e8 els percentatges es mesurin respecte de la CAIXA DE CONTINGUT i no de\n   la finestra: aix\u00ed la forma acompanya el contingut a qualsevol amplada. *\/\n.e-con-inner:has(.jzforma){position:relative;}\n\/* Les formes surten de la caixa a posta, per\u00f2 mai han de fer que la p\u00e0gina es\n   pugui arrossegar de costat: la secci\u00f3 que en porta les retalla pels costats.\n   Es fa amb `clip` i no pas amb `hidden` perqu\u00e8 `hidden` convertiria la secci\u00f3\n   en una caixa de despla\u00e7ament i trencaria el que hi ha enganxat a dalt. *\/\n.e-con:has(.jzforma){overflow-x:clip;}\n\/* El widget va posicionat i per tant es pintaria PER SOBRE del contingut que\n   ve despr\u00e9s, encara que tingui z-index 0. Els germans s'aixequen a la capa 1. *\/\n\/* \u26a0\ufe0f Una forma NO \u00e9s contingut: si a la secci\u00f3 n'hi ha m\u00e9s d'una, la segona i\n   la tercera tamb\u00e9 casaven aqu\u00ed i tornaven al flux, i cada una obria un buit\n   de la separaci\u00f3 del flex (a les FAQS empenyien el text 600 px avall). *\/\n.elementor-widget-jazz-forma ~ .elementor-element:not(.elementor-widget-jazz-forma),\n.elementor-widget-jazz-forma ~ .e-con{position:relative;z-index:1;}\n\n@media (max-width:767px){\n\t.jzforma--nomobil{display:none;}\n\t\/* Al m\u00f2bil no hi ha marges on amagar-se: es fan petites i es queden\n\t   al fons, per no acostar-se mai al text. *\/\n\t.jzforma{width:calc(var(--jzf-w,14rem) * .62);opacity:calc(var(--jzf-op,1) * .8);}\n}\n\n\/* \u2500\u2500 moviment \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n   `translate`, `rotate` i `scale` s\u00f3n propietats independents: aix\u00ed el\n   parallax (translate) i l'entrada (scale) no es trepitgen, cosa que s\u00ed\n   que passaria si totes dues escrivissin `transform`. *\/\n@supports (animation-timeline: view()){\n\t.jzforma{\n\t\tanimation-name:jzforma-entra, jzforma-parallax;\n\t\t\/* \u26a0\ufe0f `duration:auto` per separat: la drecera `animation` la posaria a 0s\n\t\t   i no es veuria res. *\/\n\t\tanimation-duration:auto, auto;\n\t\tanimation-timing-function:ease-out, linear;\n\t\tanimation-fill-mode:both, both;\n\t\tanimation-timeline:view(), view();\n\t\tanimation-range:entry 0% entry 55%, cover 0% cover 100%;\n\t}\n\t@keyframes jzforma-entra{\n\t\tfrom{opacity:0;scale:.86;}\n\t\tto  {opacity:var(--jzf-op,1);scale:1;}\n\t}\n\t@keyframes jzforma-parallax{\n\t\tfrom{translate:0 var(--jzf-prof,3rem);}\n\t\tto  {translate:0 calc(var(--jzf-prof,3rem) * -1);}\n\t}\n}\n@media (prefers-reduced-motion: reduce){\n\t.jzforma{animation:none !important;translate:none !important;scale:none !important;opacity:var(--jzf-op,1) !important;}\n}\n<\/style>\n\t\t<div class=\"jzag\">\n\t\t<aside class=\"jzag__filtres\">\n\t\t\t\t<p class=\"jzag__cercaper\">Buscar por:<\/p>\n\t\t\t\t\t\t<div class=\"jzag__grup jzag__grup--escenaris\">\n\t\t\t\t<div class=\"jzag__cap\">\n\t\t\t\t\t<p class=\"jzag__titol\">Escenarios<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"jzag__opcions\">\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"7126\">\n\t\t\t\t\t\tApolo\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"7389\">\n\t\t\t\t\t\tParal\u200c\u00b7\u200clel 62\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"9608\">\n\t\t\t\t\t\tPark G\u00fcell\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"7391\">\n\t\t\t\t\t\tTeatre-Auditori Emma Vilarasau\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"7127\">\n\t\t\t\t\t\tAuditori F\u00f2rum CCIB\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"7129\">\n\t\t\t\t\t\tConservatori Liceu\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"7130\">\n\t\t\t\t\t\tJamboree\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"7131\">\n\t\t\t\t\t\tJamboree 3\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"7132\">\n\t\t\t\t\t\tL\u2019Auditori\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"7133\">\n\t\t\t\t\t\tL\u2019Auditori Sala 2\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"7134\">\n\t\t\t\t\t\tLa Paloma\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"espai\" data-valor=\"7135\">\n\t\t\t\t\t\tPalau de la M\u00fasica Catalana\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"jzag__grup jzag__grup--cicle\">\n\t\t\t\t<div class=\"jzag__cap\">\n\t\t\t\t\t<p class=\"jzag__titol\">Ciclo<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"jzag__opcions\">\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"cicle\" data-valor=\"116\">\n\t\t\t\t\t\tLiceujazz\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"cicle\" data-valor=\"166\">\n\t\t\t\t\t\tRetrat d&#039;Artista\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"jzag__grup jzag__grup--abonament\">\n\t\t\t\t<div class=\"jzag__cap\">\n\t\t\t\t\t<p class=\"jzag__titol\">Abono<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"jzag__opcions\">\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"abo\" data-valor=\"118\">\n\t\t\t\t\t\tRecorrido Ethan Iverson\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"jzag__opcio\" aria-pressed=\"false\"\n\t\t\t\t\t\tdata-tipus=\"abo\" data-valor=\"119\">\n\t\t\t\t\t\tRecorrido Omar Sosa\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<button type=\"button\" class=\"jzag__neteja\" hidden>Borrar filtros<\/button>\n\t\t<\/aside>\n\n\t\t<div class=\"jzag__llista\">\n\t\t\t<section class=\"jzag__mes\"><span class=\"jzforma jzforma--nomobil \" style=\"--jzf-mx:1;--jzf-my:1;--jzf-x:46%;--jzf-w:15rem;--jzf-gir:0deg;--jzf-prof:3.5rem;--jzf-op:1;--jzf-dalt:-2rem;\" aria-hidden=\"true\"><img loading=\"lazy\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/Mesa-de-trabajo-2-copia-2.webp\" alt=\"\" loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\"><\/span><h2 class=\"jzag__nommes\">SEPTIEMBRE<\/h2><div class=\"jzag__files\">\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/zucchero\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/zucchero-2560x1707-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MAR 29 \u00b7 21:00H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/zucchero\/\">ZUCCHERO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/zucchero\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t<\/div><\/section><section class=\"jzag__mes\"><span class=\"jzforma jzforma--nomobil \" style=\"--jzf-mx:1;--jzf-my:1;--jzf-x:40%;--jzf-w:20rem;--jzf-gir:0deg;--jzf-prof:-2.5rem;--jzf-op:1;--jzf-dalt:-1.5rem;\" aria-hidden=\"true\"><img loading=\"lazy\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/Mesa-de-trabajo-3.webp\" alt=\"\" loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\"><\/span><h2 class=\"jzag__nommes\">OCTUBRE<\/h2><div class=\"jzag__files\">\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/michel-camilo-trio-con-ricky-rodriguez-y-antonio-sanchez\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/michel-camilo-trio-ricky-rodriguez-antonio-sanchez-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">VIE 16 \u00b7 21:00H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/michel-camilo-trio-con-ricky-rodriguez-y-antonio-sanchez\/\">MICHEL CAMILO TRIO CON RICKY RODR\u00cdGUEZ Y ANTONIO S\u00c1NCHEZ<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/michel-camilo-trio-con-ricky-rodriguez-y-antonio-sanchez\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/andrea-motios-yamandu-costa\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/andrea-motis-yamandu-costa-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 21 \u00b7 20:30H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/andrea-motios-yamandu-costa\/\">ANDREA MOTIS \u2013 YAMANDU COSTA<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/andrea-motios-yamandu-costa\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/barcelona-jazz-orquesta\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/barcelona-jazz-orquestra-leroy-jones-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 22 \u00b7 21:00H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/barcelona-jazz-orquesta\/\">BARCELONA JAZZ ORQUESTRA CON LEROY JONES<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/barcelona-jazz-orquesta\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/laura-marchal-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/laura-marchal-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 24 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/laura-marchal-2\/\">LAURA MARCHAL<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/laura-marchal-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/laura-marchal\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/laura-marchal-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 24 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/laura-marchal\/\">LAURA MARCHAL<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/laura-marchal\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/rajery-raul-rodriguez-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/bill-100-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">DOM 25 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/rajery-raul-rodriguez-2\/\">RAJERY + RA\u00daL RODR\u00cdGUEZ<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/rajery-raul-rodriguez-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/rajery-raul-rodriguez\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/bill-100-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">DOM 25 \u00b7 20:30H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/rajery-raul-rodriguez\/\">RAJERY + RA\u00daL RODR\u00cdGUEZ<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/rajery-raul-rodriguez\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7126\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/ibrahim-maalouf\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/ibrahim-maalouf-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 28 \u00b7 20:30H \u00b7 APOLO<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/ibrahim-maalouf\/\">IBRAHIM MAALOUF<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/ibrahim-maalouf\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/omega-30-aniversario\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/omega-30-aniversario-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">VIE 30 \u00b7 21:30H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/omega-30-aniversario\/\">OMEGA 30 ANIVERSARIO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/omega-30-aniversario\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t<\/div><\/section><section class=\"jzag__mes\"><span class=\"jzforma jzforma--nomobil \" style=\"--jzf-mx:1;--jzf-my:1;--jzf-x:62%;--jzf-w:9.5rem;--jzf-gir:0deg;--jzf-prof:4rem;--jzf-op:1;--jzf-dalt:-1rem;\" aria-hidden=\"true\"><img loading=\"lazy\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/Mesa-de-trabajo-3-copia-8.webp\" alt=\"\" loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\"><\/span><h2 class=\"jzag__nommes\">NOVIEMBRE<\/h2><div class=\"jzag__files\">\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7130\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/hermetos-mothership-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/hermetos-mothership-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">DOM 1 \u00b7 19:00H \u00b7 JAMBOREE<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/hermetos-mothership-2\/\">HERMETO\u2019S MOTHERSHIP<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/hermetos-mothership-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7130\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/hermetos-mothership\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/hermetos-mothership-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">DOM 1 \u00b7 20:30H \u00b7 JAMBOREE<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/hermetos-mothership\/\">HERMETO\u2019S MOTHERSHIP<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/hermetos-mothership\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7126\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/nate-smith\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/nate-smith-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">LUN 2 \u00b7 20:30H \u00b7 APOLO<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/nate-smith\/\">NATE SMITH<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/nate-smith\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/branford-marsalis-quartet-dianne-reeves\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/banford-i-diana-2560x1707-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MAR 3 \u00b7 20:30H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/branford-marsalis-quartet-dianne-reeves\/\">BRANFORD MARSALIS QUARTET &amp; DIANNE REEVES<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/branford-marsalis-quartet-dianne-reeves\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7134\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/san-andreu-jazz-band-all-stars\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/sant-andreu-jazz-band-all-stars-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 4 \u00b7 20:15H \u00b7 LA PALOMA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/san-andreu-jazz-band-all-stars\/\">SANT ANDREU JAZZ BAND ALL-STARS<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/san-andreu-jazz-band-all-stars\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"116\"\n\t\t\t\t\tdata-abo=\"118\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/kurt-rosenwinkel-the-remedy\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/kurt-rosenwinkel-the-remedy-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 5 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/kurt-rosenwinkel-the-remedy\/\">KURT ROSENWINKEL<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/kurt-rosenwinkel-the-remedy\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"116\"\n\t\t\t\t\tdata-abo=\"118\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/vijay-iyer\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/vijay-iyer-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">VIE 6 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/vijay-iyer\/\">VIJAY IYER<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/vijay-iyer\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/quieto-colores\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/quiet-colors-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 7 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/quieto-colores\/\">QUIET COLORS<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/quieto-colores\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/xavi-maldonado-quintet-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/xavi-maldonado-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 7 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/xavi-maldonado-quintet-2\/\">XAVI MALDONADO QUINTET<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/xavi-maldonado-quintet-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/quieto-colores-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/quiet-colors-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 7 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/quieto-colores-2\/\">QUIET COLORS<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/quieto-colores-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7389\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/kyle-eastwood\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/kyle-eastwood-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MAR 10 \u00b7 20:30H \u00b7 PARAL\u200c\u00b7\u200cLEL 62<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/kyle-eastwood\/\">KYLE EASTWOOD<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/kyle-eastwood\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"116\"\n\t\t\t\t\tdata-abo=\"118\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/miguel-zenon-luis-perdomo\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/miguel-zenon-luis-perdomo-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 11 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/miguel-zenon-luis-perdomo\/\">MIGUEL ZEN\u00d3N-LUIS PERDOMO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/miguel-zenon-luis-perdomo\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/sofia-ribeiro\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/sofia-ribeiro-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 12 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/sofia-ribeiro\/\">SOFIA RIBEIRO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/sofia-ribeiro\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/sofia-ribeiro-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/sofia-ribeiro-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 12 \u00b7 20:30H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/sofia-ribeiro-2\/\">SOFIA RIBEIRO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/sofia-ribeiro-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"116\"\n\t\t\t\t\tdata-abo=\"118 119\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/mark-guiliana-beat-music\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/mark-guiliana-beat-music-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 12 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/mark-guiliana-beat-music\/\">MARK GUILIANA BEAT MUSIC<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/mark-guiliana-beat-music\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/samara-joy\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/samara-joy-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">VIE 13 \u00b7 21:00H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/samara-joy\/\">SAMARA JOY<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/samara-joy\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"116\"\n\t\t\t\t\tdata-abo=\"118\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/nino-josele\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/nino-josele-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 14 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/nino-josele\/\">NI\u00d1O JOSELE<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/nino-josele\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"116\"\n\t\t\t\t\tdata-abo=\"119\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/haydee-milanes-javier-colina\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/haydee-milanes-javier-colina-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">LUN 16 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/haydee-milanes-javier-colina\/\">HAYD\u00c9E MILAN\u00c9S-JAVIER COLINA<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/haydee-milanes-javier-colina\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"116\"\n\t\t\t\t\tdata-abo=\"119\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/chris-potter-trio\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/chris-potter-trio-768x435.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MAR 17 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/chris-potter-trio\/\">CHRIS POTTER TRIO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/chris-potter-trio\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7133\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/joan-chamorro-presenta-paz-garcia-lola-penaranda-y-claudia-rostey\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/chamorro3-1024x683.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 18 \u00b7 20:00H \u00b7 L\u2019AUDITORI SALA 2<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/joan-chamorro-presenta-paz-garcia-lola-penaranda-y-claudia-rostey\/\">JOAN CHAMORRO presenta PAU GARCIA, LOLA PE\u00d1ARANDA y CL\u00c0UDIA ROSTEY<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/joan-chamorro-presenta-paz-garcia-lola-penaranda-y-claudia-rostey\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7134\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/playgrxvnd\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/playground-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 18 \u00b7 20:15H \u00b7 LA PALOMA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/playgrxvnd\/\">PLAYGRXVND<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/playgrxvnd\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"116\"\n\t\t\t\t\tdata-abo=\"119\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/mary-halvorson-canis-mayor\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/mary-harvardson-100-1024x683.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 19 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/mary-halvorson-canis-mayor\/\">MARY HALVORSON CANIS MAJOR<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/mary-halvorson-canis-mayor\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/vicente-amigo\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/vicnete-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">VIE 20 \u00b7 21:00H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/vicente-amigo\/\">VICENTE AMIGO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/vicente-amigo\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7130\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/albert-cereza-tres-tambores-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/albert-cirera-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 21 \u00b7 19:00H \u00b7 JAMBOREE<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/albert-cereza-tres-tambores-2\/\">ALBERT CIRERA &amp; TRES TAMBORS<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/albert-cereza-tres-tambores-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7130\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/albert-cereza-tres-tambores\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/albert-cirera-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 21 \u00b7 20:30H \u00b7 JAMBOREE<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/albert-cereza-tres-tambores\/\">ALBERT CIRERA &amp; TRES TAMBORS<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/albert-cereza-tres-tambores\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7130\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito-4\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-22-100-3-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MAR 24 \u00b7 19:00H \u00b7 JAMBOREE<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito-4\/\">EDDIE HENDERSON QUARTET<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito-4\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/lela-soto-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/lela-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MAR 24 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/lela-soto-2\/\">LELA SOTO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/lela-soto-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7130\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito-3\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-22-100-2-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MAR 24 \u00b7 20:30H \u00b7 JAMBOREE<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito-3\/\">EDDIE HENDERSON QUARTET<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito-3\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/lela-soto\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/lela-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MAR 24 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/lela-soto\/\">LELA SOTO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/lela-soto\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/maria-marin-3\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/maria-marin-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 25 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/maria-marin-3\/\">MAR\u00cdA MAR\u00cdN<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/maria-marin-3\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7130\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-22-100-2-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 25 \u00b7 19:00H \u00b7 JAMBOREE<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito\/\">EDDIE HENDERSON QUARTET<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7134\"\n\t\t\t\t\tdata-cicle=\"166\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/san-andreu-dixie-band\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-52-8-2-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 25 \u00b7 20:15H \u00b7 LA PALOMA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/san-andreu-dixie-band\/\">SANT ANDREU DIXIE BAND<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/san-andreu-dixie-band\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7130\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-22-100-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 25 \u00b7 20:30H \u00b7 JAMBOREE<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito-2\/\">EDDIE HENDERSON QUARTET<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/eddie-henderson-cuartito-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/maria-marin\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/maria-marin-3-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 25 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/maria-marin\/\">MAR\u00cdA MAR\u00cdN<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/maria-marin\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/triada-3\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-52-8-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 26 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/triada-3\/\">TR\u00cdADA<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/triada-3\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7133\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/terraza-wakenius-boussaguet\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/terraza-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 26 \u00b7 20:00H \u00b7 L\u2019AUDITORI SALA 2<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/terraza-wakenius-boussaguet\/\">TERRAZA-WAKENIUS-BOUSSAGUET<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/terraza-wakenius-boussaguet\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/triada-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-52-8-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 26 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/triada-2\/\">TR\u00cdADA<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/triada-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/bill-mchenry-ethan-iverson-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Recurso-2banner-promo-1-768x509.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">VIE 27 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/bill-mchenry-ethan-iverson-2\/\">BILL MCHENRY-ETHAN IVERSON<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/bill-mchenry-ethan-iverson-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/bill-mchenry-ethan-iverson\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Recurso-2banner-promo-768x509.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">VIE 27 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/bill-mchenry-ethan-iverson\/\">BILL MCHENRY-ETHAN IVERSON<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/bill-mchenry-ethan-iverson\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/israel-fernandez\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/israel-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">VIE 27 \u00b7 21:00H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/israel-fernandez\/\">ISRAEL FERN\u00c1NDEZ<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/israel-fernandez\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/alicia-grillo-marta-robles-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/alcia-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 28 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/alicia-grillo-marta-robles-2\/\">ALICIA GRILLO \u2013 MARTA ROBLES<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/alicia-grillo-marta-robles-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/ramon-mirabet-all-star-jazz-proyect\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-52-8-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 28 \u00b7 20:30H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/ramon-mirabet-all-star-jazz-proyect\/\">RAMON MIRABET ALL STAR JAZZ PROJECT<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/ramon-mirabet-all-star-jazz-proyect\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/alicia-grillo-marta-robles\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/alcia-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 28 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/alicia-grillo-marta-robles\/\">ALICIA GRILLO \u2013 MARTA ROBLES<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/alicia-grillo-marta-robles\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"119\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/omar-sosa-marcelo-woloski-focus-cuartito\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/omar-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">LUN 30 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/omar-sosa-marcelo-woloski-focus-cuartito\/\">OMAR SOSA-MARCELO WOLOSKI-FOCUS QUARTET<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/omar-sosa-marcelo-woloski-focus-cuartito\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t<\/div><\/section><section class=\"jzag__mes\"><span class=\"jzforma jzforma--nomobil \" style=\"--jzf-mx:1;--jzf-my:1;--jzf-x:44%;--jzf-w:14rem;--jzf-gir:0deg;--jzf-prof:-3rem;--jzf-op:1;--jzf-dalt:-1rem;\" aria-hidden=\"true\"><img loading=\"lazy\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/Mesa-de-trabajo-2.webp\" alt=\"\" loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\"><\/span><h2 class=\"jzag__nommes\">DICIEMBRE<\/h2><div class=\"jzag__files\">\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"116\"\n\t\t\t\t\tdata-abo=\"119\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/antonio-serrano-kaele-jimenez\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/antonio-100-768x960.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MAR 1 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/antonio-serrano-kaele-jimenez\/\">ANTONIO SERRANO-KAELE JIM\u00c9NEZ<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/antonio-serrano-kaele-jimenez\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7129\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"118\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/ethan-iverson-liceo-big-band\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/bill-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 2 \u00b7 20:30H \u00b7 CONSERVATORI LICEU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/ethan-iverson-liceo-big-band\/\">ETHAN IVERSON &amp; LICEU BIG BAND<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/ethan-iverson-liceo-big-band\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/las-medias\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/las-migas-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 3 \u00b7 21:00H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/las-medias\/\">LAS MIGAS<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/las-medias\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/belen-bandera-carla-motios-cuarteto-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-22-100-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">VIE 4 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/belen-bandera-carla-motios-cuarteto-2\/\">BEL\u00c9N BANDERA \u2013 CARLA MOTIS QUARTET<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/belen-bandera-carla-motios-cuarteto-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/belen-bandera-carla-motios-cuarteto\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-22-100-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">VIE 4 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/belen-bandera-carla-motios-cuarteto\/\">BEL\u00c9N BANDERA \u2013 CARLA MOTIS QUARTET<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/belen-bandera-carla-motios-cuarteto\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/sara-lilu-alesander-pena\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/saara-y-sander-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 5 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/sara-lilu-alesander-pena\/\">SARA LILU \u2013 ALESANDER PE\u00d1A<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/sara-lilu-alesander-pena\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/sara-lilu-alesander-pena-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/saara-y-sander-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 5 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/sara-lilu-alesander-pena-2\/\">SARA LILU \u2013 ALESANDER PE\u00d1A<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/sara-lilu-alesander-pena-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/lucia-fumero-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/lucia-fumero-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 9 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/lucia-fumero-2\/\">LUCIA FUMERO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/lucia-fumero-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/lucia-fumero\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/lucia-fumero-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 9 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/lucia-fumero\/\">LUCIA FUMERO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/lucia-fumero\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/carolina-alabau-elia-bastida-con-oscar-alabau-y-marc-lopez\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-36-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 10 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/carolina-alabau-elia-bastida-con-oscar-alabau-y-marc-lopez\/\">CAROLINA ALABAU-\u00c8LIA BASTIDA con \u00d2SCAR ALABAU y MARC L\u00d3PEZ<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/carolina-alabau-elia-bastida-con-oscar-alabau-y-marc-lopez\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7133\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/marco-mezquida\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-18-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 10 \u00b7 20:00H \u00b7 L\u2019AUDITORI SALA 2<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/marco-mezquida\/\">MARCO MEZQUIDA<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/marco-mezquida\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/carolina-alabau-elia-bastida-con-oscar-alabau-y-marc-lopez-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-36-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">JUE 10 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/carolina-alabau-elia-bastida-con-oscar-alabau-y-marc-lopez-2\/\">CAROLINA ALABAU-\u00c8LIA BASTIDA con \u00d2SCAR ALABAU y MARC L\u00d3PEZ<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/carolina-alabau-elia-bastida-con-oscar-alabau-y-marc-lopez-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/asi-canta-jerez-en-navidad\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/asi-canta-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 12 \u00b7 21:00H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/asi-canta-jerez-en-navidad\/\">AS\u00cd CANTA JEREZ EN NAVIDAD<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/asi-canta-jerez-en-navidad\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7391\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/andrea-motes-guitar-trio\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/andre-trio-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">DOM 13 \u00b7 19:00H \u00b7 TEATRE-AUDITORI EMMA VILARASAU<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/andrea-motes-guitar-trio\/\">ANDREA MOTIS GUITAR TRIO<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/andrea-motes-guitar-trio\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/thana-alexa-friends-3\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/thana-1-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MAR 15 \u00b7 19:00H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/thana-alexa-friends-3\/\">THANA ALEXA &amp; FRIENDS<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/thana-alexa-friends-3\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7131\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/thana-alexa-friends\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/thana-2-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MAR 15 \u00b7 20:45H \u00b7 JAMBOREE 3<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/thana-alexa-friends\/\">THANA ALEXA &amp; FRIENDS<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/thana-alexa-friends\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"166\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/san-andreu-jazz-band\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-53-80-1-1024x683.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">MI\u00c9 23 \u00b7 20:30H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/san-andreu-jazz-band\/\">SANT ANDREU JAZZ BAND<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/san-andreu-jazz-band\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t<\/div><\/section><div class=\"jzag__edicio\"><span class=\"jzag__edicio-any\">2027<\/span><span class=\"jzag__edicio-nom\">59 FESTIVAL DE JAZZ DE BARCELONA<\/span><\/div><section class=\"jzag__mes\"><span class=\"jzforma jzforma--nomobil \" style=\"--jzf-mx:1;--jzf-my:1;--jzf-x:64%;--jzf-w:7rem;--jzf-gir:0deg;--jzf-prof:4.5rem;--jzf-op:1;--jzf-dalt:-1.5rem;\" aria-hidden=\"true\"><img loading=\"lazy\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/Mesa-de-trabajo-3-copia-9.webp\" alt=\"\" loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\"><\/span><h2 class=\"jzag__nommes\">MARZO<\/h2><div class=\"jzag__files\">\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7135\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/orpheus-chamber-orchestra-con-branford-marsalis\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-21-100-768x512.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">LUN 8 \u00b7 20:00H \u00b7 PALAU DE LA M\u00daSICA CATALANA<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/orpheus-chamber-orchestra-con-branford-marsalis\/\">ORPHEUS CHAMBER ORCHESTRA con BRANFORD MARSALIS<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/orpheus-chamber-orchestra-con-branford-marsalis\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t<\/div><\/section><section class=\"jzag__mes\"><span class=\"jzforma jzforma--nomobil \" style=\"--jzf-mx:1;--jzf-my:1;--jzf-x:50%;--jzf-w:11rem;--jzf-gir:0deg;--jzf-prof:-3rem;--jzf-op:1;--jzf-dalt:-2rem;\" aria-hidden=\"true\"><img loading=\"lazy\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/08\/Mesa-de-trabajo-4-copia-4.webp\" alt=\"\" loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\"><\/span><h2 class=\"jzag__nommes\">ABRIL<\/h2><div class=\"jzag__files\">\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7389\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/snarky-puppy\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-3-100-1024x683.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">VIE 2 \u00b7 21:00H \u00b7 PARAL\u200c\u00b7\u200cLEL 62<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/snarky-puppy\/\">SNARKY PUPPY<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/snarky-puppy\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<article class=\"jzag__fila\"\n\t\t\t\t\tdata-espai=\"7389\"\n\t\t\t\t\tdata-cicle=\"\"\n\t\t\t\t\tdata-abo=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__mini\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/snarky-puppy-2\/\" tabindex=\"-1\" aria-hidden=\"true\"><img decoding=\"async\" src=\"https:\/\/jazz.barcelona\/wp-content\/uploads\/2026\/09\/Mesa-de-trabajo-3-100-1024x683.webp\" alt=\"\" loading=\"lazy\"><\/a>\n\t\t\t\t\t\t\t\t\t\t<div class=\"jzag__dades\">\n\t\t\t\t\t\t<p class=\"jzag__quan\">S\u00c1B 3 \u00b7 21:00H \u00b7 PARAL\u200c\u00b7\u200cLEL 62<\/p>\n\t\t\t\t\t\t<h3 class=\"jzag__nom\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/jazz.barcelona\/es\/concierto\/snarky-puppy-2\/\">SNARKY PUPPY<\/a>\n\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"jzag__btn\" href=\"https:\/\/jazz.barcelona\/es\/concierto\/snarky-puppy-2\/\">Entradas<\/a>\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t<\/div><\/section>\t\t\t<p class=\"jzag__buit\" hidden>No hay conciertos que coincidan con esta b\u00fasqueda.<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>CONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOSCONCIERTOS<\/p>\n","protected":false},"author":7378,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"rank_math_title":"Conciertos %sep% %sitename%","rank_math_description":"Toda la programaci\u00f3n del Festival de Jazz de Barcelona, \u200b\u200bmes a mes. Filtra por escenario, ciclo o abono y compra tus entradas. ","rank_math_focus_keyword":"","rank_math_canonical_url":"","rank_math_facebook_title":"","rank_math_facebook_description":"","rank_math_facebook_image":"","rank_math_twitter_title":"","rank_math_twitter_description":"","rank_math_twitter_image":"","rank_math_robots":"","url_spotify":"","url_spotify_2":"","footnotes":""},"class_list":["post-8496","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/jazz.barcelona\/es\/wp-json\/wp\/v2\/pages\/8496","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jazz.barcelona\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jazz.barcelona\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jazz.barcelona\/es\/wp-json\/wp\/v2\/users\/7378"}],"replies":[{"embeddable":true,"href":"https:\/\/jazz.barcelona\/es\/wp-json\/wp\/v2\/comments?post=8496"}],"version-history":[{"count":1,"href":"https:\/\/jazz.barcelona\/es\/wp-json\/wp\/v2\/pages\/8496\/revisions"}],"predecessor-version":[{"id":8498,"href":"https:\/\/jazz.barcelona\/es\/wp-json\/wp\/v2\/pages\/8496\/revisions\/8498"}],"wp:attachment":[{"href":"https:\/\/jazz.barcelona\/es\/wp-json\/wp\/v2\/media?parent=8496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}