BUTACAS WAH

¿Qué incluyen las butacas de WAH?

Elige cómo quieres vivir WAH

 Cada experiencia WAH incluye una forma diferente de disfrutar el show. Descubre en el plano qué incluye cada opción, dónde se ubica y qué butaca corresponde a cada tipo de entrada para encontrar la que mejor encaja contigo.

Panorámica - Desde 44€ Comprar entrada

Acto I — Food Hall

Incluye

  • Acceso a Experiencia Gastronómica
  • Ropero gratuito
  • Experiencias inmersivas y espectáculos

Acto II — El Teatro

Ubicación en Butaca Panorámica

Visión panorámica del escenario

Ubicación en Mesa Panorámica

Visión panorámica del escenario con servicio en mesa de botellas y bebidas durante el show.

Acto III — La Catedral

El tercer acto propone un giro inesperado que rompe con lo vivido hasta ese momento. La música continúa, pero el ambiente cambia, el ritmo evoluciona y la energía se transforma en algo completamente distinto.

Comprar entrada
/* ===== Variables y base ===== */ .wah-exp-widget { --wah-red: #ff0000; --wah-orange: #954a00; --wah-gray: #7f7f7f; --wah-gray-light: #bfbfbf; --wah-radius: 8px; box-sizing: border-box; max-width: 1400px; margin: 0 auto; padding: 48px 24px; background: #000; color: #fff; -webkit-font-smoothing: antialiased; } .wah-exp-widget *, .wah-exp-widget *::before, .wah-exp-widget *::after { box-sizing: border-box; } .wah-exp-widget img { display: block; max-width: 100%; } .wah-exp-widget [hidden] { display: none !important; } .wah-exp-title { margin: 0 0 24px; } /* ===== Pestañas ===== */ .wah-exp-tabs { display: flex; gap: 28px; margin: 0 0 32px; padding: 0; border: 0; } .wah-exp-tab { appearance: none; margin: 0; padding: 0 0 8px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--wah-gray); font: inherit; font-size: clamp(18px, 2.6vw, 26px); font-weight: 400; letter-spacing: 0.5px; text-transform: uppercase; cursor: pointer; transition: color 0.15s ease, border-color 0.15s ease; } /* Estándar permanece blanco cuando no está activo, como en el diseño. */ .wah-exp-tab[data-tab="estandar"] { color: #fff; } .wah-exp-tab[aria-selected="true"] { color: var(--wah-red); border-bottom-color: var(--wah-red); } .wah-exp-tab:hover { color: #fff; } .wah-exp-tab[aria-selected="true"]:hover { color: var(--wah-red); } .wah-exp-tab:focus-visible { outline: 2px solid #fff; outline-offset: 4px; } /* ===== Distribución ===== */ .wah-exp-layout { display: grid; grid-template-columns: 1.05fr 1fr; grid-template-areas: "pricebar gallery" "content gallery"; column-gap: 64px; row-gap: 24px; align-items: start; } .wah-exp-pricebar { grid-area: pricebar; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; } .wah-exp-price { color: #fff; font-size: clamp(18px, 2vw, 22px); font-weight: 500; } .wah-exp-price-prefix { display: none; } .wah-exp-content { grid-area: content; } /* ===== Botón de compra ===== */ .wah-exp-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border: 0; border-radius: 999px; background: var(--wah-red); color: #fff; font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0.5px; line-height: 1; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: filter 0.15s ease; } .wah-exp-cta:hover { filter: brightness(1.12); } .wah-exp-cta:focus-visible { outline: 2px solid #fff; outline-offset: 3px; } .wah-exp-cta svg { width: 18px; height: 18px; flex: 0 0 auto; } .wah-exp-cta--bottom { display: none; margin-top: 32px; } /* ===== Contenido de los actos ===== */ .wah-exp-acto { margin: 0 0 36px; } .wah-exp-acto:last-child { margin-bottom: 0; } .wah-exp-acto-title { margin: 0 0 10px; padding-bottom: 12px; border-bottom: 1px solid var(--wah-red); color: var(--wah-red); font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; } .wah-exp-label { margin: 18px 0 8px; color: var(--wah-gray-light); font-size: 13px; font-weight: 500; letter-spacing: 0.6px; text-transform: uppercase; } .wah-exp-label:first-of-type { margin-top: 14px; } /* Se utiliza un único marcador nativo. Los ::before/::after se anulan para evitar el segundo bullet que añaden algunos temas de WordPress. */ .wah-exp-list { margin: 0 0 4px !important; padding-left: 1.25rem !important; list-style: disc outside !important; } .wah-exp-list > li { display: list-item !important; margin: 0 !important; padding: 0 !important; color: #fff; font-size: 16px; font-weight: 400; line-height: 1.6; list-style: inherit !important; } .wah-exp-list > li::before, .wah-exp-list > li::after { display: none !important; content: none !important; } .wah-exp-list > li::marker { color: #fff; } .wah-exp-supervip-link { color: var(--wah-orange); font-style: italic; font-weight: 500; text-decoration: underline; } .wah-exp-supervip-link:hover, .wah-exp-supervip-link:focus-visible { filter: brightness(1.4); } .wah-exp-upsell { margin: 18px 0 0; color: #fff; font-size: 16px; line-height: 1.6; } .wah-exp-acto3-text { margin: 0; color: var(--wah-gray-light); font-size: 16px; line-height: 1.7; } .wah-exp-acto3-text strong { color: #fff; font-weight: 700; } /* ===== Galería ===== */ .wah-exp-gallery { grid-area: gallery; min-width: 0; } .wah-exp-gallery-main { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--wah-radius); background: #0a0a0a; } .wah-exp-gallery-main img { width: 100%; height: 100%; object-fit: contain; background: #0a0a0a; } /* Cuatro columnas iguales: todos los cuadros tienen exactamente el mismo ancho. */ .wah-exp-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 14px 0 0; padding: 0; } .wah-exp-thumb-btn { position: relative; display: block; width: 100%; min-width: 0; aspect-ratio: 1 / 1; margin: 0; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 4px; appearance: none; background: #1a1a1a; cursor: pointer; transition: border-color 0.15s ease; } .wah-exp-thumb-btn img { width: 100%; height: 100%; object-fit: cover; } .wah-exp-thumb-btn[aria-current="true"] { border-color: var(--wah-red); } .wah-exp-thumb-btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; } .wah-exp-thumb-map img { padding: 8%; object-fit: contain; } /* ===== Móvil y tablet ===== */ @media (max-width: 900px) { .wah-exp-widget { padding: 32px 16px; } .wah-exp-tabs { width: 100%; justify-content: center; } .wah-exp-layout { grid-template-columns: 1fr; grid-template-areas: "gallery" "pricebar" "content" "ctabottom"; row-gap: 28px; } .wah-exp-price-prefix { display: inline; } .wah-exp-cta--top { display: none; } .wah-exp-cta--bottom { grid-area: ctabottom; display: inline-flex; justify-self: center; } .wah-exp-thumbs { gap: 8px; } } @media (max-width: 520px) { .wah-exp-tabs { gap: 18px; } }
Estándar - Desde 44€ Comprar entrada

Acto I — Food Hall

Incluye

  • Acceso a Experiencia Gastronómica
  • Ropero gratuito
  • Experiencias inmersivas y espectáculos

Acto II — El Teatro

Ubicación en Butaca Panorámica

Visión panorámica del escenario

Ubicación en Mesa Panorámica

Visión panorámica del escenario con servicio en mesa de botellas y bebidas durante el show.

Acto III — La Catedral

El tercer acto propone un giro inesperado que rompe con lo vivido hasta ese momento. La música continúa, pero el ambiente cambia, el ritmo evoluciona y la energía se transforma en algo completamente distinto.

Comprar entrada
(() => { document.querySelectorAll(".wah-exp-widget").forEach((widget) => { if (widget.dataset.wahExpInit === "true") return; widget.dataset.wahExpInit = "true"; const tabs = [...widget.querySelectorAll(".wah-exp-tab")]; const panels = [...widget.querySelectorAll(".wah-exp-panel")]; const activateTab = (activeTab, moveFocus = false) => { const panelName = activeTab.dataset.tab; tabs.forEach((tab) => { const isActive = tab === activeTab; tab.setAttribute("aria-selected", String(isActive)); tab.tabIndex = isActive ? 0 : -1; }); panels.forEach((panel) => { panel.hidden = panel.dataset.panel !== panelName; }); if (moveFocus) activeTab.focus(); }; const selectThumbnail = (button) => { const panel = button.closest(".wah-exp-panel"); if (!panel || !button.dataset.full) return; const mainImage = panel.querySelector(".wah-exp-gallery-main img"); if (!mainImage) return; mainImage.src = button.dataset.full; mainImage.alt = button.dataset.alt || ""; panel.querySelectorAll(".wah-exp-thumb-btn").forEach((thumbnail) => { thumbnail.setAttribute( "aria-current", String(thumbnail === button) ); }); }; /* Un único listener gestiona todas las pestañas y miniaturas del bloque. */ widget.addEventListener("click", (event) => { if (!(event.target instanceof Element)) return; const tab = event.target.closest(".wah-exp-tab"); if (tab && widget.contains(tab)) { activateTab(tab); return; } const thumbnail = event.target.closest(".wah-exp-thumb-btn"); if (thumbnail && widget.contains(thumbnail)) { selectThumbnail(thumbnail); } }); widget.addEventListener("keydown", (event) => { if (!(event.target instanceof Element)) return; const currentTab = event.target.closest(".wah-exp-tab"); if (!currentTab || !widget.contains(currentTab)) return; const currentIndex = tabs.indexOf(currentTab); const directions = { ArrowRight: 1, ArrowDown: 1, ArrowLeft: -1, ArrowUp: -1 }; let nextIndex; if (event.key in directions) { nextIndex = (currentIndex + directions[event.key] + tabs.length) % tabs.length; } else if (event.key === "Home") { nextIndex = 0; } else if (event.key === "End") { nextIndex = tabs.length - 1; } else { return; } event.preventDefault(); activateTab(tabs[nextIndex], true); }); }); })();
/* ===== Variables y base ===== */ .wah-exp-widget { --wah-red: #ff0000; --wah-orange: #954a00; --wah-gray: #7f7f7f; --wah-gray-light: #bfbfbf; --wah-radius: 8px; box-sizing: border-box; max-width: 1400px; margin: 0 auto; padding: 48px 24px; background: #000; color: #fff; -webkit-font-smoothing: antialiased; } .wah-exp-widget *, .wah-exp-widget *::before, .wah-exp-widget *::after { box-sizing: border-box; } .wah-exp-widget img { display: block; max-width: 100%; } .wah-exp-widget [hidden] { display: none !important; } .wah-exp-title { margin: 0 0 24px; } /* ===== Pestañas ===== */ .wah-exp-tabs { display: flex; gap: 28px; margin: 0 0 32px; padding: 0; border: 0; } .wah-exp-tab { appearance: none; margin: 0; padding: 0 0 8px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--wah-gray); font: inherit; font-size: clamp(18px, 2.6vw, 26px); font-weight: 400; letter-spacing: 0.5px; text-transform: uppercase; cursor: pointer; transition: color 0.15s ease, border-color 0.15s ease; } /* Panorámica permanece blanco cuando no está activo, como en el diseño. */ .wah-exp-tab[data-tab="estandar"] { color: #fff; } .wah-exp-tab[aria-selected="true"] { color: var(--wah-red); border-bottom-color: var(--wah-red); } .wah-exp-tab:hover { color: #fff; } .wah-exp-tab[aria-selected="true"]:hover { color: var(--wah-red); } .wah-exp-tab:focus-visible { outline: 2px solid #fff; outline-offset: 4px; } /* ===== Distribución ===== */ .wah-exp-layout { display: grid; grid-template-columns: 1.05fr 1fr; grid-template-areas: "pricebar gallery" "content gallery"; column-gap: 64px; row-gap: 24px; align-items: start; } .wah-exp-pricebar { grid-area: pricebar; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; } .wah-exp-price { color: #fff; font-size: clamp(18px, 2vw, 22px); font-weight: 500; } .wah-exp-price-prefix { display: none; } .wah-exp-content { grid-area: content; } /* ===== Botón de compra ===== */ .wah-exp-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border: 0; border-radius: 999px; background: var(--wah-red); color: #fff; font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0.5px; line-height: 1; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: filter 0.15s ease; } .wah-exp-cta:hover { filter: brightness(1.12); } .wah-exp-cta:focus-visible { outline: 2px solid #fff; outline-offset: 3px; } .wah-exp-cta svg { width: 18px; height: 18px; flex: 0 0 auto; } .wah-exp-cta--bottom { display: none; margin-top: 32px; } /* ===== Contenido de los actos ===== */ .wah-exp-acto { margin: 0 0 36px; } .wah-exp-acto:last-child { margin-bottom: 0; } .wah-exp-acto-title { margin: 0 0 10px; padding-bottom: 12px; border-bottom: 1px solid var(--wah-red); color: var(--wah-red); font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; } .wah-exp-label { margin: 18px 0 8px; color: var(--wah-gray-light); font-size: 13px; font-weight: 500; letter-spacing: 0.6px; text-transform: uppercase; } .wah-exp-label:first-of-type { margin-top: 14px; } /* Se utiliza un único marcador nativo. Los ::before/::after se anulan para evitar el segundo bullet que añaden algunos temas de WordPress. */ .wah-exp-list { margin: 0 0 4px !important; padding-left: 1.25rem !important; list-style: disc outside !important; } .wah-exp-list > li { display: list-item !important; margin: 0 !important; padding: 0 !important; color: #fff; font-size: 16px; font-weight: 400; line-height: 1.6; list-style: inherit !important; } .wah-exp-list > li::before, .wah-exp-list > li::after { display: none !important; content: none !important; } .wah-exp-list > li::marker { color: #fff; } .wah-exp-supervip-link { color: var(--wah-orange); font-style: italic; font-weight: 500; text-decoration: underline; } .wah-exp-supervip-link:hover, .wah-exp-supervip-link:focus-visible { filter: brightness(1.4); } .wah-exp-upsell { margin: 18px 0 0; color: #fff; font-size: 16px; line-height: 1.6; } .wah-exp-acto3-text { margin: 0; color: var(--wah-gray-light); font-size: 16px; line-height: 1.7; } .wah-exp-acto3-text strong { color: #fff; font-weight: 700; } /* ===== Galería ===== */ .wah-exp-gallery { grid-area: gallery; min-width: 0; } .wah-exp-gallery-main { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--wah-radius); background: #0a0a0a; } .wah-exp-gallery-main img { width: 100%; height: 100%; object-fit: contain; background: #0a0a0a; } /* Cuatro columnas iguales: todos los cuadros tienen exactamente el mismo ancho. */ .wah-exp-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 14px 0 0; padding: 0; } .wah-exp-thumb-btn { position: relative; display: block; width: 100%; min-width: 0; aspect-ratio: 1 / 1; margin: 0; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 4px; appearance: none; background: #1a1a1a; cursor: pointer; transition: border-color 0.15s ease; } .wah-exp-thumb-btn img { width: 100%; height: 100%; object-fit: cover; } .wah-exp-thumb-btn[aria-current="true"] { border-color: var(--wah-red); } .wah-exp-thumb-btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; } .wah-exp-thumb-map img { padding: 8%; object-fit: contain; } /* ===== Móvil y tablet ===== */ @media (max-width: 900px) { .wah-exp-widget { padding: 32px 16px; } .wah-exp-tabs { width: 100%; justify-content: center; } .wah-exp-layout { grid-template-columns: 1fr; grid-template-areas: "gallery" "pricebar" "content" "ctabottom"; row-gap: 28px; } .wah-exp-price-prefix { display: inline; } .wah-exp-cta--top { display: none; } .wah-exp-cta--bottom { grid-area: ctabottom; display: inline-flex; justify-self: center; } .wah-exp-thumbs { gap: 8px; } } @media (max-width: 520px) { .wah-exp-tabs { gap: 18px; } }
Panorámica - Desde 44€ Comprar entrada

Acto I — Food Hall

Incluye

  • Acceso a Experiencia Gastronómica
  • Ropero gratuito
  • Experiencias inmersivas y espectáculos

Acto II — El Teatro

Ubicación en Butaca Panorámica

Visión panorámica del escenario

Ubicación en Mesa Panorámica

Visión panorámica del escenario con servicio en mesa de botellas y bebidas durante el show.

Acto III — La Catedral

El tercer acto propone un giro inesperado que rompe con lo vivido hasta ese momento. La música continúa, pero el ambiente cambia, el ritmo evoluciona y la energía se transforma en algo completamente distinto.

Comprar entrada
(() => { document.querySelectorAll(".wah-exp-widget").forEach((widget) => { if (widget.dataset.wahExpInit === "true") return; widget.dataset.wahExpInit = "true"; const tabs = [...widget.querySelectorAll(".wah-exp-tab")]; const panels = [...widget.querySelectorAll(".wah-exp-panel")]; const activateTab = (activeTab, moveFocus = false) => { const panelName = activeTab.dataset.tab; tabs.forEach((tab) => { const isActive = tab === activeTab; tab.setAttribute("aria-selected", String(isActive)); tab.tabIndex = isActive ? 0 : -1; }); panels.forEach((panel) => { panel.hidden = panel.dataset.panel !== panelName; }); if (moveFocus) activeTab.focus(); }; const selectThumbnail = (button) => { const panel = button.closest(".wah-exp-panel"); if (!panel || !button.dataset.full) return; const mainImage = panel.querySelector(".wah-exp-gallery-main img"); if (!mainImage) return; mainImage.src = button.dataset.full; mainImage.alt = button.dataset.alt || ""; panel.querySelectorAll(".wah-exp-thumb-btn").forEach((thumbnail) => { thumbnail.setAttribute( "aria-current", String(thumbnail === button) ); }); }; /* Un único listener gestiona todas las pestañas y miniaturas del bloque. */ widget.addEventListener("click", (event) => { if (!(event.target instanceof Element)) return; const tab = event.target.closest(".wah-exp-tab"); if (tab && widget.contains(tab)) { activateTab(tab); return; } const thumbnail = event.target.closest(".wah-exp-thumb-btn"); if (thumbnail && widget.contains(thumbnail)) { selectThumbnail(thumbnail); } }); widget.addEventListener("keydown", (event) => { if (!(event.target instanceof Element)) return; const currentTab = event.target.closest(".wah-exp-tab"); if (!currentTab || !widget.contains(currentTab)) return; const currentIndex = tabs.indexOf(currentTab); const directions = { ArrowRight: 1, ArrowDown: 1, ArrowLeft: -1, ArrowUp: -1 }; let nextIndex; if (event.key in directions) { nextIndex = (currentIndex + directions[event.key] + tabs.length) % tabs.length; } else if (event.key === "Home") { nextIndex = 0; } else if (event.key === "End") { nextIndex = tabs.length - 1; } else { return; } event.preventDefault(); activateTab(tabs[nextIndex], true); }); }); })();

Acto I - Food Hall

INCLUYE:

  • Armario privado

COMPLEMENTA TU EXPERIENCIA

  • Pasaporte Gastro Omega
  • Trío de copas
  • Botellas

Acto II - El Teatro

BUTACAS ESTÁNDAR

  • Butacas
  • Mesas Panorámicas


COMPLEMENTA TU EXPERIENCIA

  • Trio de copas
  • Botella Premium (aplicable solo en mesa panorámicas)

Acto II - El Teatro

El tercer acto propone un giro inesperado que rompe con lo vivido hasta ese momento.El ambiente cambia, el ritmo evoluciona y la energía se transforma en algo completamente distinto.

Eleva tu experiencia WAH

Añade estos extras a tu entrada y haz que tu noche sea aún más especial.

Pasaporte gastronómico

Recorre el Food Hall con tu pasaporte Omega, que incluye 3 platos y postre, con la opción de sumar 3 o 6 bebidas. La forma perfecta de disfrutar de la experiencia.

3 platos + postre · 55€ + 3 bebidas · 65€ + 6 bebidas · 75€
Se aplica a la/s experiencia/s
Estándar Live VIP

Menú Gastronómico VIP

Un viaje por los mejores platos de nuestra carta VIP, dividido en cuatro pases para que no se te escape nada. Se adapta a alergias e intolerancias.

79€
Se aplica a la/s experiencia/s
Estándar Live VIP

Trío de copas

Disfruta de tres copas a lo largo de toda la experiencia. Tú decides cuándo brindar: en el primer acto, durante el show o en el afterparty.

35€
Se aplica a la/s experiencia/s
Estándar Live VIP

Botella premium

Disfruta de tu botella premium durante el show, perfecta para compartir y brindar en el segundo acto. Sabor, ritmo y espectáculo en una misma experiencia.

Desde 100€ (según botella de la carta de destilados)
Se aplica a la/s experiencia/s
Estándar Live VIP

Tarta de cumpleaños

Si celebras tu cumpleaños en WAH, corona la noche con una tarta para compartir con los tuyos en pleno show.

Consulta disponibilidad en el centro de clientes
Se aplica a la/s experiencia/s
Estándar Live VIP

Cubo de 5 cervezas

Un cubo con 5 cervezas bien frías para compartir con tu grupo a lo largo de toda la experiencia.

22,50€
Se aplica a la/s experiencia/s
Estándar Live VIP
This is a staging environment