/*
 Theme Name:   EVENTOS METROPOLITANO Child Theme
 Theme URI:    https://dinamicwebs.com/
 Description:  Tema hijo del tema diseñado especificamente para EVENTOS METROPOLITANO, web dedicada a comercializar y alquiler de un local para eventos y celebraciones.
 Author:       DinamicWebs
 Author URI:   https://dinamicwebs.com/
 Template:     bricks
 Version:      1.5
 Text Domain:  bricks
*/

/* =====================================================================
   EVENTOS METROPOLITANO — CSS MAESTRO UNIFICADO
   WordPress + Bricks + WooCommerce + YITH + JetEngine + JetFormBuilder
   Generado el 11/07/2026

   CRITERIO DE CONSOLIDACIÓN
   - Una única definición de variables en :root.
   - Cada plantilla queda aislada por su clase de <body>.
   - Selectores repetidos dentro del mismo ámbito se han consolidado.
   - Se excluyen versiones obsoletas: home original y disponibilidad v1.
   - Cargar este archivo después del CSS nativo de Bricks/WooCommerce.
   ===================================================================== */

/* 01. TOKENS DE DISEÑO */
:root {
  --em-black: #070707;
  --em-graphite: #1f2022;
  --em-graphite-2: #2f3033;
  --em-charcoal: #17191b;
  --em-white: #ffffff;
  --em-offwhite: #fbfaf7;
  --em-warm: #fbf8f1;
  --em-cream: #f7edd3;
  --em-gold: #d7b65a;
  --em-gold-light: #f7d77e;
  --em-gold-soft: #f8e1a2;
  --em-gold-pale: #fff4d4;
  --em-gold-dark: #9c7826;
  --em-text: #1f1f1f;
  --em-muted: #686868;
  --em-line: #e7e2d7;
  --em-success: #24b36b;
  --em-warning: #ff9e1b;
  --em-danger: #c43a3a;
  --em-info: #2d6b9f;
  --em-green: #2ca86a;
  --em-green-soft: #e5f5ec;
  --em-orange: #e8a62d;
  --em-orange-soft: #fff0cf;
  --em-red: #b74b4b;
  --em-red-soft: #fae8e8;
  --em-gray: #a8adb4;
  --em-gray-soft: #eef0f2;
  --em-radius: 18px;
  --em-radius-xs: 8px;
  --em-radius-sm: 12px;
  --em-radius-md: 18px;
  --em-radius-lg: 28px;
  --em-shadow: 0 18px 44px rgba(12, 13, 14, .12);
  --em-shadow-soft: 0 18px 50px rgba(0, 0, 0, .10);
  --em-shadow-card: 0 10px 30px rgba(0, 0, 0, .08);
  --em-container: 1180px;
  --em-space-section: clamp(56px, 7vw, 104px);
  --em-space-block: clamp(28px, 4vw, 56px);
  --em-font-main: Inter, Manrope, Arial, sans-serif;
  --em-font: Inter, Manrope, Arial, sans-serif;
  --em-hero-image: none;
  --em-side-image: none;
}

/* 02. RESET Y BASE GLOBAL */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
button, input, select, textarea {
  font: inherit;
}
[hidden] {
  display: none !important;
}

.em-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* =====================================================================
   HOME
   Fuente: eventos-metropolitano-home-preferida.css
   Ámbito: body.em-home-body
   ===================================================================== */
body.em-home-body {
  margin: 0;
  font-family: var(--em-font-main);
  color: var(--em-text);
  background: var(--em-offwhite);
  line-height: 1.55;
}
body.em-home-body a {
  color: inherit;
}
body.em-home-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.em-home-body .em-container {
  width: min(calc(100% - 40px), var(--em-container));
  margin-inline: auto;
}
body.em-home-body .em-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, #f6e49f 0%, #f2cf67 48%, #f8e8ac 100%);
  color: var(--em-black);
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
body.em-home-body .em-topbar__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
body.em-home-body .em-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}
body.em-home-body .em-nav--left {
  justify-content: flex-start;
}
body.em-home-body .em-nav--right {
  justify-content: flex-end;
}
body.em-home-body .em-nav a {
  text-decoration: none;
  white-space: nowrap;
}
body.em-home-body .em-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.em-home-body .em-brand {
  text-align: center;
  min-width: 120px;
}
body.em-home-body .em-brand__mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 4px;
  background: #111;
  border: 2px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .06em;
}
body.em-home-body .em-brand__name {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1;
}
body.em-home-body .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .2s ease;
}
body.em-home-body .em-btn--black {
  background: #050505;
  color: #fff;
  border-color: #050505;
}
body.em-home-body .em-btn--black:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-card);
}
body.em-home-body .em-btn--white {
  background: #fff;
  color: #111;
  border-color: rgba(0,0,0,.14);
}
body.em-home-body .em-btn--outline {
  background: transparent;
  color: #111;
  border-color: #111;
}
body.em-home-body .em-btn--hero {
  min-height: 62px;
  padding-inline: 34px;
  font-size: 16px;
  border-radius: 8px;
}
body.em-home-body .em-btn--hero-outline {
  background: rgba(255,255,255,.96);
  color: #111;
}
body.em-home-body .em-btn--hero-dark {
  background: #0b0b0b;
  color: #fff;
  border-color: #fff;
}
body.em-home-body .em-btn--small {
  min-height: 40px;
  padding-inline: 18px;
  font-size: 13px;
}
body.em-home-body .em-hero {
  position: relative;
  color: #fff;
  min-height: 620px;
  display: flex;
  align-items: stretch;
  background: #111 url("../img/em-hero-placeholder.svg") center/cover no-repeat;
}
body.em-home-body .em-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 40%, rgba(0,0,0,.22) 70%, rgba(0,0,0,.08) 100%);
}
body.em-home-body .em-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
}
body.em-home-body .em-hero__content {
  max-width: 760px;
  padding: 74px 0 110px;
}
body.em-home-body .em-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.035em;
}
body.em-home-body .em-hero__lead {
  max-width: 620px;
  margin: 0 0 34px;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
  color: rgba(255,255,255,.94);
}
body.em-home-body .em-hero__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
body.em-home-body .em-hero__facts {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 0 28px;
  background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.45));
  backdrop-filter: blur(6px);
}
body.em-home-body .em-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
body.em-home-body .em-fact {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
}
body.em-home-body .em-fact__icon {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255,255,255,.78);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
}
body.em-home-body .em-fact strong {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
}
body.em-home-body .em-fact span {
  display: block;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.35;
}
body.em-home-body .em-section {
  padding: var(--em-space-section) 0;
}
body.em-home-body .em-section--tight {
  padding: 48px 0;
}
body.em-home-body .em-section--white {
  background: #fff;
}
body.em-home-body .em-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #111;
}
body.em-home-body .em-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
body.em-home-body .em-title--center {
  text-align: center;
}
body.em-home-body .em-lead {
  margin: 18px 0 0;
  color: var(--em-muted);
  font-size: 18px;
}
body.em-home-body .em-grid-2 {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(36px, 6vw, 78px);
  align-items: center;
}
body.em-home-body .em-intro__text {
  max-width: 500px;
}
body.em-home-body .em-intro__media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--em-shadow-soft);
  border: 1px solid rgba(0,0,0,.08);
}
body.em-home-body .em-intro__media img {
  width: 100%;
}
body.em-home-body .em-use-cases {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}
body.em-home-body .em-use-card {
  min-height: 132px;
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 14px;
  padding: 18px 10px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.03);
}
body.em-home-body .em-use-card__icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  font-size: 28px;
  color: #111;
}
body.em-home-body .em-use-card h3 {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.18;
}
body.em-home-body .em-use-card p {
  margin: 0;
  font-size: 11px;
  color: var(--em-muted);
  line-height: 1.25;
}
body.em-home-body .em-center-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
body.em-home-body .em-availability {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  padding: clamp(22px, 4vw, 44px);
  box-shadow: 0 8px 26px rgba(0,0,0,.035);
  display: grid;
  grid-template-columns: .9fr 1.1fr .45fr;
  gap: 30px;
  align-items: center;
}
body.em-home-body .em-calendar {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 14px;
  padding: 16px;
}
body.em-home-body .em-calendar__top {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}
body.em-home-body .em-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
  font-size: 12px;
}
body.em-home-body .em-calendar__grid span {
  padding: 8px 4px;
  border-radius: 6px;
  color: #555;
}
body.em-home-body .em-calendar__grid .is-ok {
  background: #dff4e8;
  color: #0f7d45;
}
body.em-home-body .em-calendar__grid .is-warn {
  background: #ffe5c1;
  color: #996006;
}
body.em-home-body .em-calendar__grid .is-out {
  background: #333;
  color: #fff;
}
body.em-home-body .em-calendar__grid .is-off {
  background: #ddd;
  color: #777;
}
body.em-home-body .em-legend {
  display: grid;
  gap: 14px;
  font-size: 13px;
}
body.em-home-body .em-legend i {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 8px;
}
body.em-home-body .em-legend .ok {
  background: var(--em-success);
}
body.em-home-body .em-legend .warn {
  background: var(--em-warning);
}
body.em-home-body .em-legend .off {
  background: var(--em-gray);
}
body.em-home-body .em-steps {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
  align-items: start;
}
body.em-home-body .em-step {
  text-align: center;
  position: relative;
}
body.em-home-body .em-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(50% + 42px);
  top: 36px;
  width: calc(100% - 40px);
  height: 1px;
  background: var(--em-line);
}
body.em-home-body .em-step__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border: 1px solid var(--em-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  font-size: 26px;
}
body.em-home-body .em-step small {
  display: block;
  width: 20px;
  height: 20px;
  margin: -18px auto 8px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-weight: 800;
  line-height: 20px;
  position: relative;
  z-index: 3;
}
body.em-home-body .em-step h3 {
  margin: 0 0 8px;
  font-size: 14px;
}
body.em-home-body .em-step p {
  margin: 0;
  color: var(--em-muted);
  font-size: 12px;
  line-height: 1.35;
}
body.em-home-body .em-reviews {
  display: grid;
  grid-template-columns: .9fr repeat(3, 1fr) .9fr;
  gap: 18px;
  align-items: stretch;
}
body.em-home-body .em-rating h2 {
  margin: 0 0 12px;
  font-size: 28px;
}
body.em-home-body .em-stars {
  color: #ffad00;
  font-size: 24px;
  letter-spacing: 3px;
}
body.em-home-body .em-rating strong {
  font-size: 24px;
  margin-left: 8px;
  color: #111;
}
body.em-home-body .em-rating p {
  margin: 6px 0 0;
  color: var(--em-muted);
}
body.em-home-body .em-review {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  padding: 18px;
}
body.em-home-body .em-review__g {
  font-weight: 900;
  color: #4285f4;
  margin-bottom: 8px;
}
body.em-home-body .em-review p {
  margin: 0 0 10px;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
}
body.em-home-body .em-review small {
  color: var(--em-muted);
  font-weight: 700;
}
body.em-home-body .em-review-links {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 800;
}
body.em-home-body .em-facilities {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}
body.em-home-body .em-facility {
  min-height: 96px;
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  text-align: center;
  padding: 15px 8px;
}
body.em-home-body .em-facility__icon {
  font-size: 25px;
  margin-bottom: 8px;
}
body.em-home-body .em-facility h3 {
  margin: 0 0 4px;
  font-size: 12px;
}
body.em-home-body .em-facility p {
  margin: 0;
  font-size: 11px;
  color: var(--em-muted);
  line-height: 1.2;
}
body.em-home-body .em-info-grid {
  display: grid;
  grid-template-columns: .9fr 1.25fr .75fr;
  gap: 30px;
  align-items: stretch;
}
body.em-home-body .em-checks {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 9px;
  color: #333;
  font-size: 14px;
}
body.em-home-body .em-checks li::before {
  content: "✓";
  font-weight: 900;
  margin-right: 9px;
}
body.em-home-body .em-form-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 26px rgba(0,0,0,.035);
}
body.em-home-body .em-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
body.em-home-body .em-field label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 5px;
}
body.em-home-body .em-field input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px;
  font-family: inherit;
  font-size: 13px;
  background: #fff;
}
body.em-home-body .em-field select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px;
  font-family: inherit;
  font-size: 13px;
  background: #fff;
}
body.em-home-body .em-field textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px;
  font-family: inherit;
  font-size: 13px;
  background: #fff;
}
body.em-home-body .em-field--full {
  grid-column: 1 / -1;
}
body.em-home-body .em-form-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
body.em-home-body .em-fachada {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--em-line);
}
body.em-home-body .em-seo-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 38px;
  align-items: start;
}
body.em-home-body .em-link-cloud {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
body.em-home-body .em-link-cloud a {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 10px;
  padding: 13px 14px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 800;
}
body.em-home-body .em-link-cloud a:hover {
  border-color: #111;
}
body.em-home-body .em-footer {
  background: #080808;
  color: #fff;
  padding: 28px 0;
}
body.em-home-body .em-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
body.em-home-body .em-footer h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--em-gold-soft);
}
body.em-home-body .em-footer p {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-home-body .em-footer a {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-home-body .em-footer a:hover {
  color: #fff;
}
body.em-home-body .em-footer__brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
body.em-home-body .em-footer__mark {
  width: 46px;
  height: 46px;
  border: 1px solid var(--em-gold);
  color: var(--em-gold);
  display: grid;
  place-items: center;
  font-weight: 900;
}
body.em-home-body .em-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}
body.em-home-body .em-mobile-cta {
  display: none;
}

@media (max-width: 1100px) {
  body.em-home-body .em-topbar__inner {
    grid-template-columns: 1fr auto;
  }
  body.em-home-body .em-nav--left {
    display: none;
  }
  body.em-home-body .em-nav--right {
    gap: 14px;
  }
  body.em-home-body .em-use-cases {
    grid-template-columns: repeat(4, 1fr);
  }
  body.em-home-body .em-facilities {
    grid-template-columns: repeat(4, 1fr);
  }
  body.em-home-body .em-reviews {
    grid-template-columns: 1fr 1fr;
  }
  body.em-home-body .em-review-links {
    grid-column: 1 / -1;
  }
  body.em-home-body .em-availability {
    grid-template-columns: 1fr;
  }
  body.em-home-body .em-info-grid {
    grid-template-columns: 1fr 1fr;
  }
  body.em-home-body .em-fachada {
    display: none;
  }
}

@media (max-width: 760px) {
  body.em-home-body .em-container {
    width: min(calc(100% - 28px), var(--em-container));
  }
  body.em-home-body .em-topbar__inner {
    min-height: 74px;
    grid-template-columns: auto 1fr;
  }
  body.em-home-body .em-brand {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  body.em-home-body .em-brand__mark {
    margin: 0;
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
  body.em-home-body .em-nav--right a:not(.em-btn) {
    display: none;
  }
  body.em-home-body .em-hero {
    min-height: 680px;
  }
  body.em-home-body .em-hero__inner {
    min-height: 680px;
  }
  body.em-home-body .em-hero__content {
    padding: 54px 0 220px;
  }
  body.em-home-body .em-hero__actions {
    display: grid;
  }
  body.em-home-body .em-btn--hero {
    width: 100%;
  }
  body.em-home-body .em-facts {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  body.em-home-body .em-fact {
    grid-template-columns: 36px 1fr;
  }
  body.em-home-body .em-fact__icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  body.em-home-body .em-grid-2 {
    grid-template-columns: 1fr;
  }
  body.em-home-body .em-seo-grid {
    grid-template-columns: 1fr;
  }
  body.em-home-body .em-info-grid {
    grid-template-columns: 1fr;
  }
  body.em-home-body .em-use-cases {
    grid-template-columns: repeat(2, 1fr);
  }
  body.em-home-body .em-facilities {
    grid-template-columns: repeat(2, 1fr);
  }
  body.em-home-body .em-steps {
    grid-template-columns: 1fr;
  }
  body.em-home-body .em-step:not(:last-child)::after {
    display: none;
  }
  body.em-home-body .em-reviews {
    grid-template-columns: 1fr;
  }
  body.em-home-body .em-form-grid {
    grid-template-columns: 1fr;
  }
  body.em-home-body .em-form-actions {
    grid-template-columns: 1fr;
  }
  body.em-home-body .em-link-cloud {
    grid-template-columns: 1fr;
  }
  body.em-home-body .em-footer__inner {
    grid-template-columns: 1fr;
    padding-bottom: 68px;
  }
  body.em-home-body .em-mobile-cta {
    position: fixed;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  body.em-home-body .em-mobile-cta .em-btn {
    min-height: 48px;
    padding-inline: 8px;
    font-size: 13px;
  }
}

/* =====================================================================
   ERROR 404
   Fuente: eventos-metropolitano-404.css
   Ámbito: body.em-404-body
   ===================================================================== */
body.em-404-body {
  margin: 0;
  font-family: var(--em-font-main);
  color: var(--em-text);
  background: var(--em-offwhite);
  line-height: 1.55;
}
body.em-404-body a {
  color: inherit;
}
body.em-404-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.em-404-body .em-container {
  width: min(calc(100% - 40px), var(--em-container));
  margin-inline: auto;
}
body.em-404-body .em-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px,1px,1px,1px) !important;
  white-space: nowrap !important;
}
body.em-404-body .em-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, #f6e49f 0%, #f2cf67 48%, #f8e8ac 100%);
  color: var(--em-black);
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
body.em-404-body .em-topbar__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
body.em-404-body .em-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}
body.em-404-body .em-nav--left {
  justify-content: flex-start;
}
body.em-404-body .em-nav--right {
  justify-content: flex-end;
}
body.em-404-body .em-nav a {
  text-decoration: none;
  white-space: nowrap;
}
body.em-404-body .em-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.em-404-body .em-brand {
  text-align: center;
  min-width: 120px;
  text-decoration: none;
}
body.em-404-body .em-brand__mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 4px;
  background: #111;
  border: 2px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .06em;
}
body.em-404-body .em-brand__name {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1;
  display: block;
}
body.em-404-body .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .2s ease;
}
body.em-404-body .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-card);
}
body.em-404-body .em-btn--black {
  background: #050505;
  color: #fff;
  border-color: #050505;
}
body.em-404-body .em-btn--gold {
  background: linear-gradient(90deg, #d7b65a, #f8e1a2);
  color: #111;
  border-color: #d7b65a;
}
body.em-404-body .em-btn--white {
  background: #fff;
  color: #111;
  border-color: rgba(0,0,0,.14);
}
body.em-404-body .em-btn--outline-dark {
  background: transparent;
  color: #111;
  border-color: #111;
}
body.em-404-body .em-btn--hero {
  min-height: 62px;
  padding-inline: 34px;
  font-size: 16px;
  border-radius: 8px;
}
body.em-404-body .em-btn--hero-outline {
  background: rgba(255,255,255,.96);
  color: #111;
}
body.em-404-body .em-btn--hero-dark {
  background: #0b0b0b;
  color: #fff;
  border-color: #fff;
}
body.em-404-body .em-btn--small {
  min-height: 40px;
  padding-inline: 18px;
  font-size: 13px;
}
body.em-404-body .em-404-hero {
  position: relative;
  color: #fff;
  min-height: 650px;
  display: flex;
  align-items: stretch;
  background: #111 url("../img/em-404-hero.svg") center/cover no-repeat;
  overflow: hidden;
}
body.em-404-body .em-404-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.64) 42%, rgba(0,0,0,.25) 76%, rgba(0,0,0,.12) 100%);
}
body.em-404-body .em-404-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(320px, .64fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  min-height: 650px;
  padding: 72px 0 86px;
}
body.em-404-body .em-404-hero__code {
  margin: 0 0 18px;
  font-size: clamp(92px, 15vw, 190px);
  line-height: .8;
  letter-spacing: -.08em;
  font-weight: 950;
  color: transparent;
  -webkit-text-stroke: 2px rgba(248,225,162,.82);
  text-shadow: 0 0 44px rgba(215,182,90,.22);
}
body.em-404-body .em-404-hero__kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--em-gold-soft);
}
body.em-404-body .em-404-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.04em;
  max-width: 800px;
}
body.em-404-body .em-404-hero__lead {
  max-width: 660px;
  margin: 0 0 34px;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
  color: rgba(255,255,255,.92);
}
body.em-404-body .em-404-hero__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
body.em-404-body .em-404-panel {
  background: rgba(255,255,255,.92);
  color: #111;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}
body.em-404-body .em-404-panel img {
  border-radius: 20px;
  margin-bottom: 18px;
}
body.em-404-body .em-404-panel h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.02em;
}
body.em-404-body .em-404-panel p {
  margin: 0 0 16px;
  color: var(--em-muted);
}
body.em-404-body .em-404-panel__mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 16px;
}
body.em-404-body .em-mini-fact {
  border: 1px solid var(--em-line);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
}
body.em-404-body .em-mini-fact strong {
  display: block;
  font-size: 13px;
}
body.em-404-body .em-mini-fact span {
  display: block;
  font-size: 12px;
  color: var(--em-muted);
}
body.em-404-body .em-404-facts {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 0 24px;
  background: linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.48));
  backdrop-filter: blur(6px);
}
body.em-404-body .em-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
body.em-404-body .em-fact {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
}
body.em-404-body .em-fact__icon {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255,255,255,.78);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
}
body.em-404-body .em-fact strong {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
}
body.em-404-body .em-fact span {
  display: block;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.35;
}
body.em-404-body .em-section {
  padding: var(--em-space-section) 0;
}
body.em-404-body .em-section--white {
  background: #fff;
}
body.em-404-body .em-section--tight {
  padding: 48px 0;
}
body.em-404-body .em-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #111;
}
body.em-404-body .em-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
body.em-404-body .em-title--center {
  text-align: center;
}
body.em-404-body .em-lead {
  margin: 18px 0 0;
  color: var(--em-muted);
  font-size: 18px;
}
body.em-404-body .em-route-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
body.em-404-body .em-route-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  padding: 24px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.035);
  transition: .2s ease;
  min-height: 196px;
  display: flex;
  flex-direction: column;
}
body.em-404-body .em-route-card:hover {
  transform: translateY(-3px);
  border-color: #111;
  box-shadow: var(--em-shadow-card);
}
body.em-404-body .em-route-card__icon {
  width: 52px;
  height: 52px;
  border: 1px solid var(--em-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 18px;
}
body.em-404-body .em-route-card h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.12;
}
body.em-404-body .em-route-card p {
  margin: 0;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-404-body .em-route-card span {
  margin-top: auto;
  padding-top: 18px;
  display: block;
  font-weight: 900;
  font-size: 13px;
}
body.em-404-body .em-search-card {
  background: var(--em-offwhite);
  border: 1px solid var(--em-line);
  border-radius: 22px;
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: center;
}
body.em-404-body .em-search-form {
  display: flex;
  gap: 12px;
  align-items: center;
}
body.em-404-body .em-search-form input {
  min-height: 54px;
  flex: 1;
  border: 1px solid var(--em-line);
  border-radius: 8px;
  padding: 0 16px;
  font: inherit;
  background: #fff;
  color: #111;
}
body.em-404-body .em-search-form input:focus {
  outline: 2px solid rgba(215,182,90,.45);
  border-color: var(--em-gold);
}
body.em-404-body .em-help-band {
  background: #080808;
  color: #fff;
  border-radius: 28px;
  padding: clamp(28px, 5vw, 54px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
body.em-404-body .em-help-band::after {
  content: "404";
  position: absolute;
  right: -32px;
  bottom: -60px;
  font-size: 220px;
  font-weight: 950;
  color: rgba(255,255,255,.035);
  line-height: 1;
  letter-spacing: -.08em;
}
body.em-404-body .em-help-band > * {
  position: relative;
  z-index: 2;
}
body.em-404-body .em-help-band h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
body.em-404-body .em-help-band p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  max-width: 700px;
}
body.em-404-body .em-help-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body.em-404-body .em-footer {
  background: #080808;
  color: #fff;
  padding: 32px 0;
}
body.em-404-body .em-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
body.em-404-body .em-footer h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--em-gold-soft);
}
body.em-404-body .em-footer p {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-404-body .em-footer a {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-404-body .em-footer a:hover {
  color: #fff;
}
body.em-404-body .em-footer__brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
body.em-404-body .em-footer__mark {
  width: 46px;
  height: 46px;
  border: 1px solid var(--em-gold);
  color: var(--em-gold);
  display: grid;
  place-items: center;
  font-weight: 900;
}
body.em-404-body .em-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}
body.em-404-body .em-mobile-cta {
  display: none;
}

@media (max-width: 1100px) {
  body.em-404-body .em-topbar__inner {
    grid-template-columns: 1fr auto;
  }
  body.em-404-body .em-nav--left {
    display: none;
  }
  body.em-404-body .em-nav--right {
    gap: 14px;
  }
  body.em-404-body .em-404-hero__inner {
    grid-template-columns: 1fr;
    padding-bottom: 170px;
  }
  body.em-404-body .em-404-panel {
    max-width: 680px;
  }
  body.em-404-body .em-route-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.em-404-body .em-facts {
    grid-template-columns: repeat(2, 1fr);
  }
  body.em-404-body .em-search-card {
    grid-template-columns: 1fr;
  }
  body.em-404-body .em-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  body.em-404-body .em-container {
    width: min(calc(100% - 28px), var(--em-container));
  }
  body.em-404-body .em-topbar__inner {
    min-height: 74px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.em-404-body .em-nav--right {
    display: none;
  }
  body.em-404-body .em-brand__mark {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  body.em-404-body .em-brand__name {
    font-size: 12px;
  }
  body.em-404-body .em-404-hero {
    min-height: auto;
  }
  body.em-404-body .em-404-hero__inner {
    min-height: auto;
    padding: 46px 0 280px;
  }
  body.em-404-body .em-404-hero__code {
    font-size: clamp(86px, 28vw, 132px);
  }
  body.em-404-body .em-404-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }
  body.em-404-body .em-404-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  body.em-404-body .em-help-band__actions {
    flex-direction: column;
    align-items: stretch;
  }
  body.em-404-body .em-btn {
    width: 100%;
  }
  body.em-404-body .em-404-panel__mini {
    grid-template-columns: 1fr;
  }
  body.em-404-body .em-404-facts {
    padding: 16px 0;
  }
  body.em-404-body .em-facts {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body.em-404-body .em-fact {
    grid-template-columns: 40px 1fr;
  }
  body.em-404-body .em-fact__icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  body.em-404-body .em-route-grid {
    grid-template-columns: 1fr;
  }
  body.em-404-body .em-route-card {
    min-height: auto;
  }
  body.em-404-body .em-search-form {
    flex-direction: column;
    align-items: stretch;
  }
  body.em-404-body .em-help-band {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  body.em-404-body .em-footer__inner {
    grid-template-columns: 1fr;
  }
  body.em-404-body .em-mobile-cta {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(8,8,8,.94);
    backdrop-filter: blur(8px);
  }
  body.em-404-body .em-mobile-cta .em-btn {
    min-height: 46px;
    font-size: 13px;
    padding-inline: 12px;
  }
  body.em-404-body {
    padding-bottom: 72px;
  }
}

/* =====================================================================
   BLOG
   Fuente: eventos-metropolitano-blog.css
   Ámbito: body.em-blog-body
   ===================================================================== */
body.em-blog-body {
  margin: 0;
  font-family: var(--em-font-main);
  color: var(--em-text);
  background: var(--em-offwhite);
  line-height: 1.58;
}
body.em-blog-body a {
  color: inherit;
}
body.em-blog-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.em-blog-body .em-container {
  width: min(calc(100% - 40px), var(--em-container));
  margin-inline: auto;
}
body.em-blog-body .em-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg,#f6e49f 0%,#f2cf67 48%,#f8e8ac 100%);
  color: var(--em-black);
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
body.em-blog-body .em-topbar__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
body.em-blog-body .em-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}
body.em-blog-body .em-nav--left {
  justify-content: flex-start;
}
body.em-blog-body .em-nav--right {
  justify-content: flex-end;
}
body.em-blog-body .em-nav a {
  text-decoration: none;
  white-space: nowrap;
}
body.em-blog-body .em-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.em-blog-body .em-brand {
  text-align: center;
  min-width: 120px;
  text-decoration: none;
}
body.em-blog-body .em-brand__mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 4px;
  background: #111;
  border: 2px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .06em;
}
body.em-blog-body .em-brand__name {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1;
  display: block;
}
body.em-blog-body .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .2s ease;
}
body.em-blog-body .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-card);
}
body.em-blog-body .em-btn--black {
  background: #050505;
  color: #fff;
  border-color: #050505;
}
body.em-blog-body .em-btn--white {
  background: #fff;
  color: #111;
  border-color: rgba(0,0,0,.14);
}
body.em-blog-body .em-btn--gold {
  background: linear-gradient(90deg,#d7b65a,#f8e1a2);
  color: #111;
  border-color: #d7b65a;
}
body.em-blog-body .em-btn--outline {
  background: transparent;
  color: #111;
  border-color: #111;
}
body.em-blog-body .em-btn--hero {
  min-height: 58px;
  padding-inline: 32px;
  font-size: 15px;
  border-radius: 8px;
}
body.em-blog-body .em-btn--small {
  min-height: 40px;
  padding-inline: 18px;
  font-size: 13px;
}
body.em-blog-body .em-blog-hero {
  position: relative;
  color: #fff;
  background: #111 url("../img/em-blog-hero.svg") center/cover no-repeat;
  overflow: hidden;
}
body.em-blog-body .em-blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.62) 46%,rgba(0,0,0,.22) 100%);
}
body.em-blog-body .em-blog-hero__inner {
  position: relative;
  z-index: 2;
  padding: clamp(78px, 9vw, 128px) 0 clamp(62px, 7vw, 102px);
  max-width: 910px;
}
body.em-blog-body .em-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 24px;
  font-size: 13px;
  color: rgba(255,255,255,.78);
}
body.em-blog-body .em-breadcrumb a {
  text-decoration: none;
  color: rgba(255,255,255,.9);
}
body.em-blog-body .em-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--em-gold-soft);
}
body.em-blog-body .em-blog-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.00;
  letter-spacing: -.052em;
}
body.em-blog-body .em-blog-hero__lead {
  margin: 0 0 32px;
  max-width: 750px;
  font-size: clamp(17px, 2vw, 22px);
  color: rgba(255,255,255,.91);
}
body.em-blog-body .em-blog-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
body.em-blog-body .em-blog-facts {
  position: relative;
  z-index: 3;
  padding: 22px 0;
  background: rgba(0,0,0,.56);
  border-top: 1px solid rgba(255,255,255,.16);
}
body.em-blog-body .em-blog-facts__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
body.em-blog-body .em-blog-fact {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  color: #fff;
}
body.em-blog-body .em-blog-fact__icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
}
body.em-blog-body .em-blog-fact strong {
  display: block;
  font-size: 14px;
}
body.em-blog-body .em-blog-fact span {
  display: block;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.35;
}
body.em-blog-body .em-section {
  padding: var(--em-space-section) 0;
}
body.em-blog-body .em-section--white {
  background: #fff;
}
body.em-blog-body .em-section--tight {
  padding: 44px 0;
}
body.em-blog-body .em-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}
body.em-blog-body .em-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
body.em-blog-body .em-lead {
  margin: 14px 0 0;
  color: var(--em-muted);
  font-size: 18px;
  max-width: 720px;
}
body.em-blog-body .em-link {
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
body.em-blog-body .em-blog-filter {
  margin-top: -34px;
  position: relative;
  z-index: 5;
}
body.em-blog-body .em-filter-panel {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--em-shadow-soft);
  display: grid;
  grid-template-columns: 1.35fr .85fr .85fr auto;
  gap: 12px;
  align-items: end;
}
body.em-blog-body .em-filter-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #111;
}
body.em-blog-body .em-filter-field input {
  width: 100%;
  height: 46px;
  border: 1px solid #ddd5c8;
  border-radius: 8px;
  background: #fff;
  padding: 0 13px;
  font-family: inherit;
  font-size: 14px;
  color: #222;
}
body.em-blog-body .em-filter-field select {
  width: 100%;
  height: 46px;
  border: 1px solid #ddd5c8;
  border-radius: 8px;
  background: #fff;
  padding: 0 13px;
  font-family: inherit;
  font-size: 14px;
  color: #222;
}
body.em-blog-body .em-featured-grid {
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  gap: 28px;
  align-items: stretch;
}
body.em-blog-body .em-featured-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--em-shadow-soft);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 380px;
}
body.em-blog-body .em-featured-card__media {
  background: #111 url("../img/em-blog-article-placeholder.svg") center/cover no-repeat;
  min-height: 360px;
}
body.em-blog-body .em-featured-card__body {
  padding: clamp(28px,4vw,42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.em-blog-body .em-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--em-cream);
  color: #111;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.em-blog-body .em-featured-card h2 {
  margin: 16px 0 12px;
  font-size: clamp(28px,3vw,38px);
  line-height: 1.06;
  letter-spacing: -.04em;
}
body.em-blog-body .em-featured-card p {
  margin: 0 0 20px;
  color: var(--em-muted);
}
body.em-blog-body .em-card-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--em-muted);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 20px;
}
body.em-blog-body .em-popular {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,.035);
  padding: 24px;
}
body.em-blog-body .em-popular h2 {
  margin: 0 0 18px;
  font-size: 22px;
  letter-spacing: -.02em;
}
body.em-blog-body .em-popular-list {
  display: grid;
  gap: 14px;
}
body.em-blog-body .em-popular-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--em-line);
}
body.em-blog-body .em-popular-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
body.em-blog-body .em-popular-item__num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 13px;
}
body.em-blog-body .em-popular-item a {
  text-decoration: none;
  font-weight: 900;
  line-height: 1.22;
}
body.em-blog-body .em-popular-item small {
  color: var(--em-muted);
  font-weight: 700;
}
body.em-blog-body .em-blog-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 320px;
  gap: 34px;
  align-items: start;
}
body.em-blog-body .em-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}
body.em-blog-body .em-post-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,.035);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body.em-blog-body .em-post-card__media {
  height: 185px;
  background: #111 url("../img/em-blog-article-placeholder.svg") center/cover no-repeat;
}
body.em-blog-body .em-post-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
body.em-blog-body .em-post-card h2 {
  margin: 12px 0 10px;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -.025em;
}
body.em-blog-body .em-post-card h2 a {
  text-decoration: none;
}
body.em-blog-body .em-post-card h2 a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.em-blog-body .em-post-card p {
  margin: 0 0 18px;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-blog-body .em-post-card .em-link {
  margin-top: auto;
  width: fit-content;
}
body.em-blog-body .em-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}
body.em-blog-body .em-pagination a {
  width: 42px;
  height: 42px;
  border: 1px solid var(--em-line);
  background: #fff;
  display: grid;
  place-items: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 900;
}
body.em-blog-body .em-pagination span {
  width: 42px;
  height: 42px;
  border: 1px solid var(--em-line);
  background: #fff;
  display: grid;
  place-items: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 900;
}
body.em-blog-body .em-pagination .is-current {
  background: #111;
  color: #fff;
  border-color: #111;
}
body.em-blog-body .em-blog-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}
body.em-blog-body .em-side-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 6px 20px rgba(0,0,0,.035);
}
body.em-blog-body .em-side-card h2 {
  margin: 0 0 14px;
  font-size: 19px;
  letter-spacing: -.02em;
}
body.em-blog-body .em-side-card h3 {
  margin: 0 0 14px;
  font-size: 19px;
  letter-spacing: -.02em;
}
body.em-blog-body .em-side-card p {
  margin: 0 0 14px;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-blog-body .em-side-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}
body.em-blog-body .em-side-list a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--em-line);
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}
body.em-blog-body .em-side-list li:last-child a {
  border-bottom: 0;
}
body.em-blog-body .em-side-list small {
  color: var(--em-muted);
  font-weight: 700;
}
body.em-blog-body .em-newsletter {
  background: #111;
  color: #fff;
  border-color: #111;
}
body.em-blog-body .em-newsletter p {
  color: rgba(255,255,255,.72);
}
body.em-blog-body .em-newsletter input {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.10);
  color: #fff;
  padding: 0 12px;
  margin-bottom: 10px;
  font-family: inherit;
}
body.em-blog-body .em-newsletter input::placeholder {
  color: rgba(255,255,255,.62);
}
body.em-blog-body .em-link-cloud {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  margin-top: 26px;
}
body.em-blog-body .em-link-cloud a {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 10px;
  padding: 13px 14px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 800;
}
body.em-blog-body .em-link-cloud a:hover {
  border-color: #111;
}
body.em-blog-body .em-cta-band {
  background: #111;
  color: #fff;
  border-radius: 28px;
  padding: clamp(28px,5vw,54px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
body.em-blog-body .em-cta-band::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: var(--em-gold);
  opacity: .26;
}
body.em-blog-body .em-cta-band h2 {
  margin: 0 0 10px;
  font-size: clamp(30px,4vw,46px);
  line-height: 1.05;
  letter-spacing: -.04em;
  position: relative;
  z-index: 2;
}
body.em-blog-body .em-cta-band p {
  margin: 0;
  color: rgba(255,255,255,.75);
  max-width: 720px;
  position: relative;
  z-index: 2;
}
body.em-blog-body .em-cta-band__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
body.em-blog-body .em-footer {
  background: #080808;
  color: #fff;
  padding: 28px 0;
}
body.em-blog-body .em-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
body.em-blog-body .em-footer h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--em-gold-soft);
}
body.em-blog-body .em-footer p {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-blog-body .em-footer a {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-blog-body .em-footer a:hover {
  color: #fff;
}
body.em-blog-body .em-footer__brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
body.em-blog-body .em-footer__mark {
  width: 46px;
  height: 46px;
  border: 1px solid var(--em-gold);
  color: var(--em-gold);
  display: grid;
  place-items: center;
  font-weight: 900;
}
body.em-blog-body .em-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}
body.em-blog-body .em-mobile-cta {
  display: none;
}

@media (max-width: 1100px) {
  body.em-blog-body .em-topbar__inner {
    grid-template-columns: 1fr auto;
  }
  body.em-blog-body .em-nav--left {
    display: none;
  }
  body.em-blog-body .em-nav--right {
    gap: 14px;
  }
  body.em-blog-body .em-filter-panel {
    grid-template-columns: 1fr 1fr;
  }
  body.em-blog-body .em-featured-card {
    grid-template-columns: 1fr;
  }
  body.em-blog-body .em-blog-layout {
    grid-template-columns: 1fr;
  }
  body.em-blog-body .em-blog-sidebar {
    position: static;
    grid-template-columns: repeat(2,1fr);
  }
  body.em-blog-body .em-link-cloud {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 760px) {
  body.em-blog-body .em-container {
    width: min(calc(100% - 28px), var(--em-container));
  }
  body.em-blog-body .em-topbar__inner {
    min-height: 74px;
    grid-template-columns: auto 1fr;
  }
  body.em-blog-body .em-brand {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  body.em-blog-body .em-brand__mark {
    margin: 0;
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
  body.em-blog-body .em-nav--right a:not(.em-btn) {
    display: none;
  }
  body.em-blog-body .em-blog-hero__inner {
    padding-top: 58px;
  }
  body.em-blog-body .em-blog-hero__actions {
    display: grid;
  }
  body.em-blog-body .em-cta-band__actions {
    display: grid;
  }
  body.em-blog-body .em-btn--hero {
    width: 100%;
  }
  body.em-blog-body .em-cta-band__actions .em-btn {
    width: 100%;
  }
  body.em-blog-body .em-blog-facts__grid {
    grid-template-columns: 1fr 1fr;
  }
  body.em-blog-body .em-blog-fact {
    grid-template-columns: 36px 1fr;
  }
  body.em-blog-body .em-blog-fact__icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  body.em-blog-body .em-filter-panel {
    grid-template-columns: 1fr;
  }
  body.em-blog-body .em-section-head {
    display: block;
  }
  body.em-blog-body .em-featured-grid {
    grid-template-columns: 1fr;
  }
  body.em-blog-body .em-post-grid {
    grid-template-columns: 1fr;
  }
  body.em-blog-body .em-blog-sidebar {
    grid-template-columns: 1fr;
  }
  body.em-blog-body .em-link-cloud {
    grid-template-columns: 1fr;
  }
  body.em-blog-body .em-cta-band {
    grid-template-columns: 1fr;
  }
  body.em-blog-body .em-footer__inner {
    grid-template-columns: 1fr;
    padding-bottom: 68px;
  }
  body.em-blog-body .em-mobile-cta {
    position: fixed;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

/* =====================================================================
   CARRITO
   Fuente: eventos-metropolitano-carrito.css
   Ámbito: body.em-cart-body
   ===================================================================== */
body.em-cart-body {
  margin: 0;
  font-family: var(--em-font-main);
  color: var(--em-text);
  background: linear-gradient(180deg,#fffaf0 0,#fff 44%,#f8f1df 100%);
  line-height: 1.55;
}
body.em-cart-body a {
  color: inherit;
}
body.em-cart-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.em-cart-body .em-container {
  width: min(calc(100% - 40px),var(--em-container));
  margin-inline: auto;
}
body.em-cart-body .em-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 900;
  color: var(--em-gold-dark);
}
body.em-cart-body .em-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg,#f6e49f 0%,#f2cf67 48%,#f8e8ac 100%);
  color: var(--em-black);
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
body.em-cart-body .em-topbar__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
body.em-cart-body .em-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
}
body.em-cart-body .em-nav--left {
  justify-content: flex-start;
}
body.em-cart-body .em-nav--right {
  justify-content: flex-end;
}
body.em-cart-body .em-nav a {
  text-decoration: none;
  white-space: nowrap;
}
body.em-cart-body .em-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.em-cart-body .em-nav a[aria-current="page"] {
  border-bottom: 3px solid var(--em-black);
  padding-bottom: 8px;
}
body.em-cart-body .em-brand {
  text-align: center;
  min-width: 120px;
  text-decoration: none;
}
body.em-cart-body .em-brand__mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 4px;
  background: #111;
  border: 2px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .06em;
}
body.em-cart-body .em-brand__name {
  font-family: Georgia,serif;
  font-size: 14px;
  line-height: 1;
}
body.em-cart-body .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .2s ease;
}
body.em-cart-body .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-card);
}
body.em-cart-body .em-btn--black {
  background: #050505;
  color: #fff;
  border-color: #050505;
}
body.em-cart-body .em-btn--gold {
  background: linear-gradient(180deg,#edc66c,#d7b65a);
  color: #151515;
  border-color: #bf963a;
}
body.em-cart-body .em-btn--white {
  background: #fff;
  color: #111;
  border-color: rgba(0,0,0,.14);
}
body.em-cart-body .em-btn--outline {
  background: transparent;
  color: #111;
  border-color: #111;
}
body.em-cart-body .em-btn--ghost-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.72);
}
body.em-cart-body .em-btn--wide {
  width: 100%;
}
body.em-cart-body .em-btn--small {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 13px;
}
body.em-cart-body .em-hero {
  position: relative;
  color: #fff;
  min-height: 360px;
  display: flex;
  align-items: center;
  background: #111 url("assets/img/hero-carrito.svg") center/cover no-repeat;
}
body.em-cart-body .em-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.64) 48%,rgba(0,0,0,.25) 100%);
}
body.em-cart-body .em-hero .em-container {
  position: relative;
}
body.em-cart-body .em-hero__content {
  max-width: 720px;
  padding: 62px 0;
}
body.em-cart-body .em-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(40px,5vw,66px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
body.em-cart-body .em-hero p {
  margin: 0 0 28px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  max-width: 650px;
}
body.em-cart-body .em-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body.em-cart-body .em-hero__crumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 26px;
  font-size: 13px;
  color: rgba(255,255,255,.72);
}
body.em-cart-body .em-hero__crumbs strong {
  color: #fff;
}
body.em-cart-body .em-section {
  padding: 72px 0;
}
body.em-cart-body .em-cart-intro {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 32px;
}
body.em-cart-body .em-cart-intro h2 {
  margin: 0;
  font-size: clamp(30px,3.2vw,44px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
body.em-cart-body .em-cart-intro p {
  margin: 0;
  color: var(--em-muted);
  font-size: 16px;
}
body.em-cart-body .em-cart-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 380px;
  gap: 34px;
  align-items: start;
}
body.em-cart-body .em-panel {
  background: #fff;
  border: 1px solid rgba(215,182,90,.30);
  border-radius: var(--em-radius-md);
  box-shadow: var(--em-shadow-soft);
  overflow: hidden;
}
body.em-cart-body .em-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  background: #fffdf8;
  border-bottom: 1px solid var(--em-line);
}
body.em-cart-body .em-panel__head h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -.02em;
}
body.em-cart-body .em-panel__head h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -.02em;
}
body.em-cart-body .em-panel__body {
  padding: 26px;
}
body.em-cart-body .em-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #f8efd5;
  color: #7b5a12;
  border: 1px solid #ead49a;
  font-weight: 900;
  font-size: 12px;
  padding: 8px 12px;
}
body.em-cart-body .em-cart-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
}
body.em-cart-body .em-cart-table th {
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--em-muted);
  padding: 0 10px;
}
body.em-cart-body .em-cart-table td {
  background: #fff;
  border-top: 1px solid var(--em-line);
  border-bottom: 1px solid var(--em-line);
  padding: 18px 10px;
  vertical-align: middle;
}
body.em-cart-body .em-cart-table td:first-child {
  border-left: 1px solid var(--em-line);
  border-radius: 16px 0 0 16px;
}
body.em-cart-body .em-cart-table td:last-child {
  border-right: 1px solid var(--em-line);
  border-radius: 0 16px 16px 0;
  text-align: right;
}
body.em-cart-body .em-cart-item {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
}
body.em-cart-body .em-cart-item__img {
  width: 112px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}
body.em-cart-body .em-cart-item h3 {
  margin: 0 0 5px;
  font-size: 18px;
}
body.em-cart-body .em-cart-item p {
  margin: 0;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-cart-body .em-cart-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
body.em-cart-body .em-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #eadfbf;
  background: #fffaf0;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  color: #4b4231;
}
body.em-cart-body .em-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff8e7;
  border: 1px solid #ead49a;
  font-weight: 900;
}
body.em-cart-body .em-money {
  font-size: 20px;
  font-weight: 900;
  color: #1c1c1c;
}
body.em-cart-body .em-remove {
  display: inline-flex;
  margin-top: 10px;
  color: var(--em-danger);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}
body.em-cart-body .em-cart-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--em-line);
  margin-top: 14px;
}
body.em-cart-body .em-coupon {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
body.em-cart-body .em-input {
  height: 46px;
  border: 1px solid var(--em-line);
  border-radius: 10px;
  padding: 0 14px;
  font: inherit;
  background: #fff;
}
body.em-cart-body .em-summary {
  position: sticky;
  top: 110px;
}
body.em-cart-body .em-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--em-line);
  font-size: 15px;
}
body.em-cart-body .em-summary__row span:first-child {
  color: var(--em-muted);
}
body.em-cart-body .em-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding: 20px 0 8px;
}
body.em-cart-body .em-summary__total span {
  color: var(--em-muted);
  font-weight: 800;
}
body.em-cart-body .em-summary__total strong {
  font-size: 36px;
  color: var(--em-gold-dark);
  letter-spacing: -.04em;
}
body.em-cart-body .em-summary__note {
  background: #fff7e4;
  border: 1px solid #ead49a;
  border-radius: 14px;
  padding: 14px;
  color: #6d5a29;
  font-size: 13px;
  margin: 18px 0;
}
body.em-cart-body .em-secure-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
body.em-cart-body .em-secure-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-cart-body .em-secure-item b {
  display: block;
  color: var(--em-text);
}
body.em-cart-body .em-secure-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f8efd5;
  color: #9c7826;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
body.em-cart-body .em-flow {
  background: linear-gradient(180deg,#fff7e9,#f6eedc);
  border-top: 1px solid #f0e3c3;
  border-bottom: 1px solid #f0e3c3;
}
body.em-cart-body .em-flow h2 {
  text-align: center;
  margin: 0 0 36px;
  font-size: clamp(28px,3vw,40px);
  letter-spacing: -.03em;
}
body.em-cart-body .em-steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}
body.em-cart-body .em-step {
  text-align: center;
}
body.em-cart-body .em-step__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  background: #fff;
  border: 1px solid var(--em-line);
  color: #d2992a;
  font-size: 28px;
  box-shadow: var(--em-shadow-card);
}
body.em-cart-body .em-step h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
body.em-cart-body .em-step p {
  margin: 0;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-cart-body .em-empty {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 34px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(215,182,90,.28);
  border-radius: var(--em-radius-md);
  box-shadow: var(--em-shadow-soft);
  padding: 30px;
}
body.em-cart-body .em-empty h2 {
  margin: 0 0 10px;
  font-size: 32px;
  letter-spacing: -.03em;
}
body.em-cart-body .em-empty p {
  margin: 0 0 22px;
  color: var(--em-muted);
}
body.em-cart-body .em-empty__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
body.em-cart-body .em-support {
  margin-top: 64px;
  background: linear-gradient(90deg,rgba(7,7,7,.97),rgba(24,25,28,.94));
  color: #fff;
  border-radius: 20px;
  padding: 36px 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  box-shadow: var(--em-shadow-soft);
}
body.em-cart-body .em-support h2 {
  margin: 0 0 10px;
  font-size: 30px;
  letter-spacing: -.03em;
}
body.em-cart-body .em-support p {
  margin: 0;
  color: rgba(255,255,255,.72);
}
body.em-cart-body .em-support__actions {
  display: grid;
  gap: 12px;
  min-width: 270px;
}
body.em-cart-body .em-footer {
  background: #0a0b0c;
  color: #fff;
  padding: 54px 0 24px;
}
body.em-cart-body .em-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 48px;
}
body.em-cart-body .em-footer h3 {
  font-size: 15px;
  margin: 0 0 16px;
}
body.em-cart-body .em-footer p {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  text-decoration: none;
}
body.em-cart-body .em-footer a {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin: 8px 0;
}
body.em-cart-body .em-footer__logo {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
body.em-cart-body .em-footer__mark {
  width: 52px;
  height: 52px;
  border: 1px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-family: Georgia,serif;
  font-size: 24px;
}
body.em-cart-body .em-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 38px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.6);
  font-size: 13px;
}
body.em-cart-body .em-mobile-cta {
  display: none;
}
body.em-cart-body .woocommerce-cart .woocommerce table.shop_table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 14px;
}
body.em-cart-body .woocommerce-cart .woocommerce table.shop_table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--em-muted);
  font-weight: 900;
}
body.em-cart-body .woocommerce-cart .woocommerce table.shop_table td {
  background: #fff;
  border-top: 1px solid var(--em-line);
  border-bottom: 1px solid var(--em-line);
  padding: 18px 14px;
}
body.em-cart-body .woocommerce-cart .woocommerce table.shop_table td:first-child {
  border-left: 1px solid var(--em-line);
  border-radius: 16px 0 0 16px;
}
body.em-cart-body .woocommerce-cart .woocommerce table.shop_table td:last-child {
  border-right: 1px solid var(--em-line);
  border-radius: 0 16px 16px 0;
}
body.em-cart-body .woocommerce-cart .product-name a {
  font-weight: 900;
  text-decoration: none;
}
body.em-cart-body .woocommerce-cart .product-remove a.remove {
  color: var(--em-danger) !important;
}
body.em-cart-body .woocommerce-cart .coupon input.input-text {
  height: 46px;
  border: 1px solid var(--em-line);
  border-radius: 10px;
  padding: 0 14px;
  min-width: 180px;
}
body.em-cart-body .woocommerce-cart .button {
  border-radius: 8px !important;
  font-weight: 900 !important;
  min-height: 48px !important;
  padding: 14px 22px !important;
}
body.em-cart-body .woocommerce-cart .checkout-button {
  border-radius: 8px !important;
  font-weight: 900 !important;
  min-height: 48px !important;
  padding: 14px 22px !important;
}
body.em-cart-body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: linear-gradient(180deg,#edc66c,#d7b65a) !important;
  color: #151515 !important;
}
body.em-cart-body .woocommerce-cart .cart_totals {
  background: #fff;
  border: 1px solid rgba(215,182,90,.30);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--em-shadow-card);
}
body.em-cart-body .woocommerce-cart .cart_totals h2 {
  font-size: 24px;
  margin-top: 0;
}
body.em-cart-body .woocommerce-cart .cart-empty {
  text-align: center;
}
body.em-cart-body .woocommerce-cart .return-to-shop {
  text-align: center;
}
body.em-cart-body .woocommerce-cart .return-to-shop .button {
  background: #070707 !important;
  color: #fff !important;
}

@media (max-width:980px) {
  body.em-cart-body .em-topbar__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 78px;
  }
  body.em-cart-body .em-brand {
    order: -1;
    text-align: left;
    min-width: 0;
  }
  body.em-cart-body .em-brand__mark {
    margin: 0;
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
  body.em-cart-body .em-brand__name {
    display: none;
  }
  body.em-cart-body .em-nav {
    display: none;
  }
  body.em-cart-body .em-cart-layout {
    grid-template-columns: 1fr;
  }
  body.em-cart-body .em-cart-intro {
    grid-template-columns: 1fr;
  }
  body.em-cart-body .em-empty {
    grid-template-columns: 1fr;
  }
  body.em-cart-body .em-support {
    grid-template-columns: 1fr;
  }
  body.em-cart-body .em-footer__grid {
    grid-template-columns: 1fr;
  }
  body.em-cart-body .em-summary {
    position: static;
  }
  body.em-cart-body .em-steps {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-cart-body .em-support__actions {
    min-width: 0;
  }
  body.em-cart-body .em-mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    z-index: 100;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(12,13,14,.88);
    backdrop-filter: blur(8px);
    padding: 10px;
    border-radius: 16px;
  }
  body.em-cart-body .em-mobile-cta .em-btn {
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }
}

@media (max-width:680px) {
  body.em-cart-body .em-container {
    width: min(calc(100% - 24px),var(--em-container));
  }
  body.em-cart-body .em-hero {
    min-height: 430px;
  }
  body.em-cart-body .em-hero__content {
    padding: 52px 0;
  }
  body.em-cart-body .em-hero__actions {
    display: grid;
  }
  body.em-cart-body .em-cart-actions {
    display: grid;
  }
  body.em-cart-body .em-coupon {
    display: grid;
  }
  body.em-cart-body .em-empty__actions {
    display: grid;
  }
  body.em-cart-body .em-cart-table {
    display: block;
    width: 100%;
  }
  body.em-cart-body .em-cart-table tbody {
    display: block;
    width: 100%;
  }
  body.em-cart-body .em-cart-table th {
    display: block;
    width: 100%;
  }
  body.em-cart-body .em-cart-table thead {
    width: 100%;
    display: none;
  }
  body.em-cart-body .em-cart-table tr {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid var(--em-line);
    border-radius: 18px;
    margin-bottom: 16px;
    overflow: hidden;
  }
  body.em-cart-body .em-cart-table td {
    display: block;
    width: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    text-align: left !important;
    padding: 10px 16px;
  }
  body.em-cart-body .em-cart-item {
    grid-template-columns: 1fr;
  }
  body.em-cart-body .em-cart-item__img {
    width: 100%;
    height: 160px;
  }
  body.em-cart-body .em-steps {
    grid-template-columns: 1fr;
  }
  body.em-cart-body .em-footer__bottom {
    display: block;
  }
  body.em-cart-body .em-summary__total strong {
    font-size: 30px;
  }
}

/* =====================================================================
   CHECKOUT
   Fuente: eventos-metropolitano-checkout.css
   Ámbito: body.em-checkout-body
   ===================================================================== */
body.em-checkout-body {
  margin: 0;
  font-family: var(--em-font-main);
  color: var(--em-text);
  background: #fff;
  line-height: 1.55;
}
body.em-checkout-body a {
  color: inherit;
}
body.em-checkout-body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.em-checkout-body .em-container {
  width: min(calc(100% - 40px),var(--em-container));
  margin-inline: auto;
}
body.em-checkout-body .em-topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  background: linear-gradient(90deg,#f7e3a4 0%,#f3cd67 48%,#f9e8ad 100%);
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
body.em-checkout-body .em-topbar__inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
body.em-checkout-body .em-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 800;
}
body.em-checkout-body .em-nav--right {
  justify-content: flex-end;
}
body.em-checkout-body .em-nav a {
  text-decoration: none;
  white-space: nowrap;
}
body.em-checkout-body .em-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.em-checkout-body .em-brand {
  text-align: center;
  text-decoration: none;
  min-width: 130px;
}
body.em-checkout-body .em-brand__mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 4px;
  display: grid;
  place-items: center;
  background: #0c0c0c;
  border: 2px solid var(--em-gold);
  color: var(--em-gold);
  font-family: Georgia,serif;
  font-size: 27px;
}
body.em-checkout-body .em-brand__name {
  font-family: Georgia,serif;
  font-size: 14px;
  line-height: 1;
}
body.em-checkout-body .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font: 900 14px/1 var(--em-font-main);
  cursor: pointer;
  transition: .2s ease;
}
body.em-checkout-body .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-card);
}
body.em-checkout-body .em-btn--black {
  background: #050505;
  color: #fff;
  border-color: #050505;
}
body.em-checkout-body .em-btn--gold {
  background: linear-gradient(180deg,#efca70,#d7ad45);
  color: #17120a;
  border-color: #c79428;
}
body.em-checkout-body .em-btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.75);
}
body.em-checkout-body .em-btn--wide {
  width: 100%;
}
body.em-checkout-body .em-checkout-hero {
  position: relative;
  color: #fff;
  background: #111 url("assets/img/hero-checkout-placeholder.jpg") center/cover no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
}
body.em-checkout-body .em-checkout-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,0,0,.91) 0%,rgba(0,0,0,.70) 44%,rgba(0,0,0,.43) 100%);
}
body.em-checkout-body .em-checkout-hero .em-container {
  position: relative;
}
body.em-checkout-body .em-checkout-hero__content {
  padding: 45px 0 32px;
}
body.em-checkout-body .em-crumbs {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.68);
  margin-bottom: 20px;
}
body.em-checkout-body .em-crumbs strong {
  color: var(--em-gold-light);
}
body.em-checkout-body .em-checkout-hero h1 {
  font-size: clamp(42px,5vw,64px);
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: -.045em;
}
body.em-checkout-body .em-checkout-hero__lead {
  color: var(--em-gold-light);
  font-size: 18px;
  margin: 0 0 26px;
}
body.em-checkout-body .em-checkout-progress {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  max-width: 760px;
  position: relative;
}
body.em-checkout-body .em-checkout-progress::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 22px;
  height: 1px;
  background: linear-gradient(90deg,var(--em-gold) 0 62%,rgba(255,255,255,.45) 62%);
}
body.em-checkout-body .em-progress-step {
  position: relative;
  text-align: center;
  z-index: 1;
}
body.em-checkout-body .em-progress-step__num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.9);
  background: rgba(15,15,15,.75);
  font-weight: 900;
  font-size: 17px;
}
body.em-checkout-body .em-progress-step.is-done .em-progress-step__num {
  background: var(--em-gold-light);
  color: #18130b;
  border-color: var(--em-gold-light);
}
body.em-checkout-body .em-progress-step.is-current .em-progress-step__num {
  background: #fff;
  color: #111;
  border-color: #fff;
}
body.em-checkout-body .em-progress-step span:last-child {
  font-size: 14px;
  font-weight: 800;
}
body.em-checkout-body .em-progress-step.is-done span:last-child {
  color: var(--em-gold-light);
}
body.em-checkout-body .em-checkout-section {
  padding: 62px 0 72px;
  background: linear-gradient(180deg,#fff 0%,#fffcf7 100%);
}
body.em-checkout-body .em-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 385px;
  gap: 42px;
  align-items: start;
}
body.em-checkout-body .em-checkout-main {
  min-width: 0;
}
body.em-checkout-body .em-form-section {
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--em-line);
}
body.em-checkout-body .em-form-section:last-child {
  border-bottom: 0;
}
body.em-checkout-body .em-form-section__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  font-size: 23px;
  letter-spacing: -.025em;
}
body.em-checkout-body .em-form-section__lead {
  margin: 0 0 22px;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-checkout-body .em-icon-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff7e2;
  border: 1px solid #efd99b;
  color: var(--em-gold-dark);
  flex: 0 0 auto;
}
body.em-checkout-body .em-form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}
body.em-checkout-body .em-form-field--full {
  grid-column: 1/-1;
}
body.em-checkout-body .em-field-label {
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 7px;
}
body.em-checkout-body .em-required {
  color: #d23d3d;
}
body.em-checkout-body .em-input {
  width: 100%;
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 8px;
  padding: 0 14px;
  color: var(--em-text);
  font: inherit;
  outline: none;
  transition: .2s;
  height: 50px;
}
body.em-checkout-body .em-select {
  width: 100%;
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 8px;
  padding: 0 14px;
  color: var(--em-text);
  font: inherit;
  outline: none;
  transition: .2s;
  height: 50px;
}
body.em-checkout-body .em-textarea {
  width: 100%;
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 8px;
  padding: 0 14px;
  color: var(--em-text);
  font: inherit;
  outline: none;
  transition: .2s;
  min-height: 110px;
  padding-top: 13px;
  resize: vertical;
}
body.em-checkout-body .em-input:focus {
  border-color: var(--em-gold);
  box-shadow: 0 0 0 3px rgba(215,173,69,.16);
}
body.em-checkout-body .em-select:focus {
  border-color: var(--em-gold);
  box-shadow: 0 0 0 3px rgba(215,173,69,.16);
}
body.em-checkout-body .em-textarea:focus {
  border-color: var(--em-gold);
  box-shadow: 0 0 0 3px rgba(215,173,69,.16);
}
body.em-checkout-body .em-payment-list {
  border: 1px solid var(--em-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
body.em-checkout-body .em-payment-option {
  padding: 20px;
  border-bottom: 1px solid var(--em-line);
}
body.em-checkout-body .em-payment-option:last-child {
  border-bottom: 0;
}
body.em-checkout-body .em-payment-option.is-selected {
  border: 1px solid var(--em-gold);
  background: #fffdf7;
}
body.em-checkout-body .em-payment-option__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
body.em-checkout-body .em-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
body.em-checkout-body .em-payment-option.is-selected .em-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--em-gold);
}
body.em-checkout-body .em-payment-option__logos {
  margin-left: auto;
  font-weight: 900;
  color: #2056a6;
}
body.em-checkout-body .em-payment-option__desc {
  margin: 15px 0 0 30px;
  padding: 14px;
  border: 1px solid var(--em-line);
  border-radius: 8px;
  background: #fcfcfc;
  color: var(--em-muted);
  font-size: 13px;
}
body.em-checkout-body .em-security-note {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid #e2bd5c;
  border-radius: 9px;
  background: linear-gradient(90deg,#fff8e6,#fff1cc);
}
body.em-checkout-body .em-security-note b {
  display: block;
  margin-bottom: 3px;
}
body.em-checkout-body .em-security-note p {
  margin: 0;
  color: #62573e;
  font-size: 13px;
}
body.em-checkout-body .em-terms {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0;
  font-size: 13px;
  color: #555;
}
body.em-checkout-body .em-terms input {
  margin-top: 3px;
}
body.em-checkout-body .em-terms a {
  color: var(--em-gold-dark);
  font-weight: 800;
}
body.em-checkout-body .em-pay-note {
  text-align: center;
  color: #777;
  font-size: 12px;
  margin: 10px 0 0;
}
body.em-checkout-body .em-checkout-sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 20px;
}
body.em-checkout-body .em-order-card {
  background: #fff;
  border: 1px solid rgba(215,173,69,.23);
  border-radius: 14px;
  box-shadow: var(--em-shadow-soft);
  padding: 22px;
}
body.em-checkout-body .em-help-card {
  background: #fff;
  border: 1px solid rgba(215,173,69,.23);
  border-radius: 14px;
  box-shadow: var(--em-shadow-soft);
  padding: 22px;
}
body.em-checkout-body .em-order-card h2 {
  margin: 0 0 18px;
  font-size: 22px;
  letter-spacing: -.025em;
}
body.em-checkout-body .em-order-image {
  height: 135px;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 18px;
}
body.em-checkout-body .em-order-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.em-checkout-body .em-order-title {
  margin: 0 0 17px;
  color: #d08f09;
  font-size: 19px;
}
body.em-checkout-body .em-order-meta {
  display: grid;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--em-line);
}
body.em-checkout-body .em-order-meta__item {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  font-size: 13px;
}
body.em-checkout-body .em-order-meta__item b {
  display: block;
}
body.em-checkout-body .em-order-prices {
  padding-top: 15px;
}
body.em-checkout-body .em-price-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 0;
  font-size: 14px;
}
body.em-checkout-body .em-price-row--muted {
  color: #555;
}
body.em-checkout-body .em-price-row--total {
  border-top: 1px solid var(--em-line);
  margin-top: 9px;
  padding-top: 17px;
  align-items: flex-end;
}
body.em-checkout-body .em-price-row--total span {
  font-size: 18px;
  font-weight: 900;
}
body.em-checkout-body .em-price-row--total strong {
  font-size: 31px;
  color: #d49a1b;
  letter-spacing: -.04em;
}
body.em-checkout-body .em-vat {
  text-align: right;
  margin: -3px 0 0;
  color: #888;
  font-size: 11px;
}
body.em-checkout-body .em-deposit-note {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 12px;
  background: #fff1cf;
  border: 1px solid #f1d993;
}
body.em-checkout-body .em-deposit-note b {
  display: block;
  margin-bottom: 5px;
}
body.em-checkout-body .em-deposit-note p {
  margin: 0;
  font-size: 12.5px;
  color: #5e543c;
}
body.em-checkout-body .em-help-card h3 {
  margin: 0 0 18px;
  letter-spacing: -.025em;
  font-size: 17px;
  margin-bottom: 3px;
}
body.em-checkout-body .em-help-card>p {
  font-size: 13px;
  color: var(--em-muted);
  margin: 0 0 14px;
}
body.em-checkout-body .em-help-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--em-line);
  text-decoration: none;
}
body.em-checkout-body .em-help-link:first-of-type {
  border-top: 0;
}
body.em-checkout-body .em-help-link__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--em-line);
}
body.em-checkout-body .em-help-link b {
  font-size: 14px;
}
body.em-checkout-body .em-help-link span {
  display: block;
  color: var(--em-gold-dark);
  font-size: 12px;
}
body.em-checkout-body .em-help-link__arrow {
  margin-left: auto;
}
body.em-checkout-body .em-benefits {
  border-top: 1px solid #eee;
  background: #fafafa;
  padding: 32px 0;
}
body.em-checkout-body .em-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 28px;
}
body.em-checkout-body .em-benefit {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 13px;
}
body.em-checkout-body .em-benefit__icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #ddd;
  background: #fff;
}
body.em-checkout-body .em-benefit b {
  display: block;
  font-size: 14px;
}
body.em-checkout-body .em-benefit p {
  margin: 3px 0 0;
  color: var(--em-muted);
  font-size: 12.5px;
}
body.em-checkout-body .em-footer {
  background: #0a0b0c;
  color: #fff;
  padding: 54px 0 24px;
}
body.em-checkout-body .em-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.25fr;
  gap: 46px;
}
body.em-checkout-body .em-footer h3 {
  font-size: 15px;
  margin: 0 0 16px;
  color: var(--em-gold-light);
}
body.em-checkout-body .em-footer p {
  color: rgba(255,255,255,.73);
  font-size: 14px;
  text-decoration: none;
}
body.em-checkout-body .em-footer a {
  color: rgba(255,255,255,.73);
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin: 8px 0;
}
body.em-checkout-body .em-footer__logo {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
body.em-checkout-body .em-footer__mark {
  width: 52px;
  height: 52px;
  border: 1px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-family: Georgia,serif;
  font-size: 24px;
}
body.em-checkout-body .em-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 38px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.6);
  font-size: 13px;
}
body.em-checkout-body .em-mobile-cta {
  display: none;
}
body.em-checkout-body .em-checkout-wrap .woocommerce {
  font-family: var(--em-font-main);
}
body.em-checkout-body .em-checkout-wrap .woocommerce-notices-wrapper {
  margin-bottom: 18px;
}
body.em-checkout-body .em-checkout-wrap .woocommerce-error {
  border: 1px solid #ead69e;
  border-top: 3px solid var(--em-gold);
  border-radius: 10px;
  background: #fff9e9;
  color: #4a4027;
  padding: 16px 18px 16px 46px;
}
body.em-checkout-body .em-checkout-wrap .woocommerce-info {
  border: 1px solid #ead69e;
  border-top: 3px solid var(--em-gold);
  border-radius: 10px;
  background: #fff9e9;
  color: #4a4027;
  padding: 16px 18px 16px 46px;
}
body.em-checkout-body .em-checkout-wrap .woocommerce-message {
  border: 1px solid #ead69e;
  border-top: 3px solid var(--em-gold);
  border-radius: 10px;
  background: #fff9e9;
  color: #4a4027;
  padding: 16px 18px 16px 46px;
}
body.em-checkout-body .em-checkout-wrap form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 385px;
  gap: 42px;
  align-items: start;
}
body.em-checkout-body .em-checkout-wrap #customer_details {
  min-width: 0;
}
body.em-checkout-body .em-checkout-wrap #order_review_heading {
  grid-column: 2;
  margin: 0 0 -26px;
  padding: 22px 22px 0;
  background: #fff;
  border: 1px solid rgba(215,173,69,.23);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  font-size: 22px;
}
body.em-checkout-body .em-checkout-wrap #order_review {
  grid-column: 2;
  position: sticky;
  top: 105px;
  background: #fff;
  border: 1px solid rgba(215,173,69,.23);
  border-radius: 0 0 14px 14px;
  box-shadow: var(--em-shadow-soft);
  padding: 18px 22px 22px;
}
body.em-checkout-body .em-checkout-wrap .col2-set {
  width: auto;
  float: none;
}
body.em-checkout-body .em-checkout-wrap .col-1 {
  width: 100% !important;
  float: none !important;
}
body.em-checkout-body .em-checkout-wrap .col-2 {
  width: 100% !important;
  float: none !important;
}
body.em-checkout-body .em-checkout-wrap .woocommerce-billing-fields h3 {
  font-size: 23px;
  margin: 0 0 18px;
}
body.em-checkout-body .em-checkout-wrap .woocommerce-additional-fields h3 {
  font-size: 23px;
  margin: 0 0 18px;
}
body.em-checkout-body .em-checkout-wrap .form-row {
  margin: 0 0 16px;
  padding: 0;
}
body.em-checkout-body .em-checkout-wrap .form-row label {
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 7px;
  display: block;
}
body.em-checkout-body .em-checkout-wrap .form-row .required {
  color: #d23d3d;
}
body.em-checkout-body .em-checkout-wrap .input-text {
  width: 100%;
  height: 50px;
  border: 1px solid #dedede !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 0 14px !important;
  font: inherit !important;
  box-shadow: none !important;
}
body.em-checkout-body .em-checkout-wrap select {
  width: 100%;
  height: 50px;
  border: 1px solid #dedede !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 0 14px !important;
  font: inherit !important;
  box-shadow: none !important;
}
body.em-checkout-body .em-checkout-wrap textarea.input-text {
  height: 110px !important;
  padding-top: 13px !important;
}
body.em-checkout-body .em-checkout-wrap .input-text:focus {
  border-color: var(--em-gold) !important;
  box-shadow: 0 0 0 3px rgba(215,173,69,.16) !important;
  outline: 0;
}
body.em-checkout-body .em-checkout-wrap select:focus {
  border-color: var(--em-gold) !important;
  box-shadow: 0 0 0 3px rgba(215,173,69,.16) !important;
  outline: 0;
}
body.em-checkout-body .em-checkout-wrap .select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #dedede;
  border-radius: 8px;
}
body.em-checkout-body .em-checkout-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 14px;
}
body.em-checkout-body .em-checkout-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
body.em-checkout-body .em-checkout-wrap table.shop_table {
  border: 0 !important;
  border-collapse: collapse;
  margin: 0 0 14px;
}
body.em-checkout-body .em-checkout-wrap table.shop_table th {
  padding: 12px 0;
  border-bottom: 1px solid var(--em-line);
  font-size: 14px;
  text-align: left;
}
body.em-checkout-body .em-checkout-wrap table.shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid var(--em-line);
  font-size: 14px;
  text-align: right;
}
body.em-checkout-body .em-checkout-wrap table.shop_table tfoot tr.order-total th {
  padding-top: 18px;
  font-size: 18px;
}
body.em-checkout-body .em-checkout-wrap table.shop_table tfoot tr.order-total td {
  padding-top: 18px;
  font-size: 18px;
}
body.em-checkout-body .em-checkout-wrap table.shop_table tfoot tr.order-total strong {
  font-size: 28px;
  color: #d49a1b;
}
body.em-checkout-body .em-checkout-wrap #payment {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  margin-top: 18px;
}
body.em-checkout-body .em-checkout-wrap #payment ul.payment_methods {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
body.em-checkout-body .em-checkout-wrap #payment ul.payment_methods li {
  padding: 18px 16px;
  border-bottom: 1px solid var(--em-line);
  list-style: none;
}
body.em-checkout-body .em-checkout-wrap #payment ul.payment_methods li:last-child {
  border-bottom: 0;
}
body.em-checkout-body .em-checkout-wrap #payment div.payment_box {
  background: #fcfcfc;
  border: 1px solid var(--em-line);
  border-radius: 8px;
  color: var(--em-muted);
  font-size: 13px;
}
body.em-checkout-body .em-checkout-wrap #payment div.payment_box::before {
  display: none;
}
body.em-checkout-body .em-checkout-wrap #payment .place-order {
  padding: 18px;
}
body.em-checkout-body .em-checkout-wrap #place_order {
  width: 100%;
  min-height: 52px;
  border: 1px solid #c79428;
  border-radius: 8px;
  background: linear-gradient(180deg,#efca70,#d7ad45);
  color: #17120a;
  font: 900 15px/1 var(--em-font-main);
  cursor: pointer;
}
body.em-checkout-body .em-checkout-wrap #place_order:hover {
  filter: brightness(.98);
  box-shadow: var(--em-shadow-card);
}
body.em-checkout-body .em-checkout-wrap .woocommerce-terms-and-conditions-wrapper {
  font-size: 13px;
  color: #555;
}
body.em-checkout-body .em-checkout-wrap .woocommerce-privacy-policy-link {
  color: var(--em-gold-dark);
  font-weight: 800;
}
body.em-checkout-body .em-checkout-wrap .woocommerce-terms-and-conditions-link {
  color: var(--em-gold-dark);
  font-weight: 800;
}
body.em-checkout-body .em-checkout-wrap .yith-wcbk-booking-form {
  font-size: 13px;
}
body.em-checkout-body .em-checkout-wrap .yith-booking-meta {
  font-size: 13px;
}
body.em-checkout-body .em-checkout-wrap .yith-wcbk-booking-product-details {
  font-size: 13px;
}
body.em-checkout-body .em-checkout-wrap .variation dt {
  display: inline;
  margin: 0;
  font-weight: 900;
}
body.em-checkout-body .em-checkout-wrap .variation dd {
  display: inline;
  margin: 0;
  margin-right: 8px;
  color: var(--em-muted);
}

@media (max-width:980px) {
  body.em-checkout-body .em-topbar__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 76px;
  }
  body.em-checkout-body .em-brand {
    order: -1;
    text-align: left;
    min-width: 0;
  }
  body.em-checkout-body .em-brand__mark {
    width: 46px;
    height: 46px;
    margin: 0;
    font-size: 23px;
  }
  body.em-checkout-body .em-brand__name {
    display: none;
  }
  body.em-checkout-body .em-nav {
    display: none;
  }
  body.em-checkout-body .em-checkout-grid {
    grid-template-columns: 1fr;
  }
  body.em-checkout-body .em-checkout-wrap form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
  }
  body.em-checkout-body .em-footer__grid {
    grid-template-columns: 1fr;
  }
  body.em-checkout-body .em-checkout-sidebar {
    position: static;
  }
  body.em-checkout-body .em-checkout-wrap #order_review {
    position: static;
    grid-column: 1;
  }
  body.em-checkout-body .em-checkout-wrap #order_review_heading {
    grid-column: 1;
    margin-bottom: -26px;
  }
  body.em-checkout-body .em-benefits__grid {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-checkout-body .em-mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    z-index: 100;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(12,13,14,.9);
    backdrop-filter: blur(8px);
    padding: 10px;
    border-radius: 16px;
  }
  body.em-checkout-body .em-mobile-cta .em-btn {
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }
}

@media (max-width:680px) {
  body.em-checkout-body .em-container {
    width: min(calc(100% - 24px),var(--em-container));
  }
  body.em-checkout-body .em-checkout-hero {
    min-height: 350px;
  }
  body.em-checkout-body .em-checkout-progress {
    grid-template-columns: repeat(4,1fr);
    gap: 4px;
  }
  body.em-checkout-body .em-progress-step__num {
    width: 38px;
    height: 38px;
  }
  body.em-checkout-body .em-checkout-progress::before {
    top: 18px;
  }
  body.em-checkout-body .em-progress-step span:last-child {
    font-size: 10px;
  }
  body.em-checkout-body .em-form-grid {
    grid-template-columns: 1fr;
  }
  body.em-checkout-body .em-benefits__grid {
    grid-template-columns: 1fr;
  }
  body.em-checkout-body .em-checkout-section {
    padding: 44px 0 58px;
  }
  body.em-checkout-body .em-footer__bottom {
    display: block;
  }
  body.em-checkout-body .em-checkout-wrap #order_review_heading {
    font-size: 20px;
  }
}

/* =====================================================================
   CONTACTO
   Fuente: eventos-metropolitano-contacto.css
   Ámbito: body.em-contact-body
   ===================================================================== */
body.em-contact-body {
  margin: 0;
  font-family: var(--em-font-main);
  color: var(--em-text);
  background: var(--em-offwhite);
  line-height: 1.58;
}
body.em-contact-body a {
  color: inherit;
}
body.em-contact-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.em-contact-body .em-container {
  width: min(calc(100% - 40px), var(--em-container));
  margin-inline: auto;
}
body.em-contact-body .em-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg,#f6e49f 0%,#f2cf67 48%,#f8e8ac 100%);
  color: var(--em-black);
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
body.em-contact-body .em-topbar__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
body.em-contact-body .em-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}
body.em-contact-body .em-nav--left {
  justify-content: flex-start;
}
body.em-contact-body .em-nav--right {
  justify-content: flex-end;
}
body.em-contact-body .em-nav a {
  text-decoration: none;
  white-space: nowrap;
}
body.em-contact-body .em-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.em-contact-body .em-brand {
  text-align: center;
  min-width: 120px;
  text-decoration: none;
}
body.em-contact-body .em-brand__mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 4px;
  background: #111;
  border: 2px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .06em;
}
body.em-contact-body .em-brand__name {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1;
  display: block;
}
body.em-contact-body .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .2s ease;
}
body.em-contact-body .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-card);
}
body.em-contact-body .em-btn--black {
  background: #050505;
  color: #fff;
  border-color: #050505;
}
body.em-contact-body .em-btn--white {
  background: #fff;
  color: #111;
  border-color: rgba(0,0,0,.14);
}
body.em-contact-body .em-btn--gold {
  background: linear-gradient(90deg,#d7b65a,#f8e1a2);
  color: #111;
  border-color: #d7b65a;
}
body.em-contact-body .em-btn--outline {
  background: transparent;
  color: #111;
  border-color: #111;
}
body.em-contact-body .em-btn--hero {
  min-height: 58px;
  padding-inline: 32px;
  font-size: 15px;
  border-radius: 8px;
}
body.em-contact-body .em-btn--small {
  min-height: 40px;
  padding-inline: 18px;
  font-size: 13px;
}
body.em-contact-body .em-contact-hero {
  position: relative;
  color: #fff;
  background: #111 url("assets/img/em-contact-hero.svg") center/cover no-repeat;
  overflow: hidden;
}
body.em-contact-body .em-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.62) 48%,rgba(0,0,0,.22) 100%);
}
body.em-contact-body .em-contact-hero__inner {
  position: relative;
  z-index: 2;
  padding: clamp(78px, 9vw, 128px) 0 clamp(62px, 7vw, 100px);
  max-width: 900px;
}
body.em-contact-body .em-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 24px;
  font-size: 13px;
  color: rgba(255,255,255,.78);
}
body.em-contact-body .em-breadcrumb a {
  text-decoration: none;
  color: rgba(255,255,255,.9);
}
body.em-contact-body .em-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--em-gold-soft);
}
body.em-contact-body .em-contact-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.00;
  letter-spacing: -.052em;
}
body.em-contact-body .em-contact-hero__lead {
  margin: 0 0 32px;
  max-width: 760px;
  font-size: clamp(17px, 2vw, 22px);
  color: rgba(255,255,255,.91);
}
body.em-contact-body .em-contact-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
body.em-contact-body .em-contact-facts {
  position: relative;
  z-index: 3;
  padding: 22px 0;
  background: rgba(0,0,0,.56);
  border-top: 1px solid rgba(255,255,255,.16);
}
body.em-contact-body .em-contact-facts__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
body.em-contact-body .em-contact-fact {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  color: #fff;
}
body.em-contact-body .em-contact-fact__icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
}
body.em-contact-body .em-contact-fact strong {
  display: block;
  font-size: 14px;
}
body.em-contact-body .em-contact-fact span {
  display: block;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.35;
}
body.em-contact-body .em-section {
  padding: var(--em-space-section) 0;
}
body.em-contact-body .em-section--white {
  background: #fff;
}
body.em-contact-body .em-section--tight {
  padding: 44px 0;
}
body.em-contact-body .em-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}
body.em-contact-body .em-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
body.em-contact-body .em-lead {
  margin: 14px 0 0;
  color: var(--em-muted);
  font-size: 18px;
  max-width: 760px;
}
body.em-contact-body .em-link {
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
body.em-contact-body .em-contact-cards {
  margin-top: -36px;
  position: relative;
  z-index: 8;
}
body.em-contact-body .em-contact-cards__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
body.em-contact-body .em-contact-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--em-shadow-soft);
  min-height: 100%;
}
body.em-contact-body .em-contact-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #111;
  color: var(--em-gold-soft);
  margin-bottom: 14px;
  font-size: 22px;
}
body.em-contact-body .em-contact-card h2 {
  margin: 0 0 8px;
  font-size: 19px;
  letter-spacing: -.02em;
}
body.em-contact-body .em-contact-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
  letter-spacing: -.02em;
}
body.em-contact-body .em-contact-card p {
  margin: 0;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-contact-body .em-contact-card a {
  font-weight: 900;
  text-decoration: none;
}
body.em-contact-body .em-contact-card--gold {
  background: linear-gradient(135deg,#111 0%,#232323 100%);
  color: #fff;
  border-color: #111;
}
body.em-contact-body .em-contact-card--gold p {
  color: rgba(255,255,255,.76);
}
body.em-contact-body .em-contact-card--gold .em-contact-card__icon {
  background: var(--em-gold);
  color: #111;
}
body.em-contact-body .em-contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: start;
}
body.em-contact-body .em-form-panel {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 26px;
  box-shadow: var(--em-shadow-soft);
  padding: clamp(24px,4vw,42px);
}
body.em-contact-body .em-form-panel h2 {
  margin: 0 0 10px;
  font-size: clamp(30px,4vw,44px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
body.em-contact-body .em-form-panel p {
  margin: 0 0 26px;
  color: var(--em-muted);
}
body.em-contact-body .em-form-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
}
body.em-contact-body .em-field {
  display: grid;
  gap: 7px;
}
body.em-contact-body .em-field--full {
  grid-column: 1 / -1;
}
body.em-contact-body .em-field label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.em-contact-body .em-field input {
  width: 100%;
  border: 1px solid #ddd5c8;
  border-radius: 10px;
  background: #fff;
  padding: 0 13px;
  font-family: inherit;
  font-size: 14px;
  color: #222;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  height: 48px;
}
body.em-contact-body .em-field select {
  width: 100%;
  border: 1px solid #ddd5c8;
  border-radius: 10px;
  background: #fff;
  padding: 0 13px;
  font-family: inherit;
  font-size: 14px;
  color: #222;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  height: 48px;
}
body.em-contact-body .em-field textarea {
  width: 100%;
  border: 1px solid #ddd5c8;
  border-radius: 10px;
  background: #fff;
  padding: 0 13px;
  font-family: inherit;
  font-size: 14px;
  color: #222;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  min-height: 132px;
  padding-top: 12px;
  resize: vertical;
}
body.em-contact-body .em-field input:focus {
  border-color: var(--em-gold-dark);
  box-shadow: 0 0 0 4px rgba(215,182,90,.18);
}
body.em-contact-body .em-field select:focus {
  border-color: var(--em-gold-dark);
  box-shadow: 0 0 0 4px rgba(215,182,90,.18);
}
body.em-contact-body .em-field textarea:focus {
  border-color: var(--em-gold-dark);
  box-shadow: 0 0 0 4px rgba(215,182,90,.18);
}
body.em-contact-body .em-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 16px 0 22px;
  color: var(--em-muted);
  font-size: 13px;
}
body.em-contact-body .em-check input {
  margin-top: 3px;
}
body.em-contact-body .em-form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
body.em-contact-body .em-form-note {
  margin-top: 18px !important;
  font-size: 13px;
  color: var(--em-muted);
}
body.em-contact-body .em-contact-aside {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}
body.em-contact-body .em-side-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}
body.em-contact-body .em-side-card h2 {
  margin: 0 0 12px;
  font-size: 21px;
  letter-spacing: -.02em;
}
body.em-contact-body .em-side-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  letter-spacing: -.02em;
}
body.em-contact-body .em-side-card p {
  margin: 0 0 14px;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-contact-body .em-side-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 11px;
}
body.em-contact-body .em-side-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 14px;
}
body.em-contact-body .em-side-list strong {
  display: block;
  line-height: 1.2;
}
body.em-contact-body .em-side-list span {
  display: block;
  color: var(--em-muted);
  font-size: 13px;
}
body.em-contact-body .em-side-list__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--em-cream);
  display: grid;
  place-items: center;
}
body.em-contact-body .em-side-card--black {
  background: #111;
  color: #fff;
  border-color: #111;
}
body.em-contact-body .em-side-card--black p {
  color: rgba(255,255,255,.74);
}
body.em-contact-body .em-side-card--black span {
  color: rgba(255,255,255,.74);
}
body.em-contact-body .em-side-card--black .em-side-list__icon {
  background: var(--em-gold);
  color: #111;
}
body.em-contact-body .em-fachada {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--em-shadow-card);
}
body.em-contact-body .em-location {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  align-items: center;
}
body.em-contact-body .em-location__text {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 24px;
  padding: clamp(24px,4vw,38px);
  box-shadow: 0 8px 24px rgba(0,0,0,.035);
}
body.em-contact-body .em-location__text h2 {
  margin: 0 0 14px;
  font-size: clamp(30px,4vw,44px);
  line-height: 1.06;
  letter-spacing: -.04em;
}
body.em-contact-body .em-location__text p {
  color: var(--em-muted);
}
body.em-contact-body .em-map {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--em-line);
  box-shadow: var(--em-shadow-soft);
  background: #fff;
}
body.em-contact-body .em-mini-faq-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
body.em-contact-body .em-mini-faq {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  padding: 22px;
}
body.em-contact-body .em-mini-faq h3 {
  margin: 0 0 8px;
  font-size: 17px;
}
body.em-contact-body .em-mini-faq p {
  margin: 0;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-contact-body .em-link-cloud {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  margin-top: 26px;
}
body.em-contact-body .em-link-cloud a {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 10px;
  padding: 13px 14px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 800;
}
body.em-contact-body .em-link-cloud a:hover {
  border-color: #111;
}
body.em-contact-body .em-cta-band {
  background: #111;
  color: #fff;
  border-radius: 28px;
  padding: clamp(28px,5vw,54px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
body.em-contact-body .em-cta-band::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: var(--em-gold);
  opacity: .26;
}
body.em-contact-body .em-cta-band h2 {
  margin: 0 0 10px;
  font-size: clamp(30px,4vw,46px);
  line-height: 1.05;
  letter-spacing: -.04em;
  position: relative;
  z-index: 2;
}
body.em-contact-body .em-cta-band p {
  margin: 0;
  color: rgba(255,255,255,.75);
  max-width: 720px;
  position: relative;
  z-index: 2;
}
body.em-contact-body .em-cta-band__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
body.em-contact-body .em-footer {
  background: #080808;
  color: #fff;
  padding: 28px 0;
}
body.em-contact-body .em-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
body.em-contact-body .em-footer h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--em-gold-soft);
}
body.em-contact-body .em-footer p {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-contact-body .em-footer a {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-contact-body .em-footer a:hover {
  color: #fff;
}

@media (max-width: 1050px) {
  body.em-contact-body .em-topbar__inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 0;
  }
  body.em-contact-body .em-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
  }
  body.em-contact-body .em-brand {
    order: -1;
  }
  body.em-contact-body .em-contact-facts__grid {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-contact-body .em-contact-cards__grid {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-contact-body .em-contact-main {
    grid-template-columns: 1fr;
  }
  body.em-contact-body .em-location {
    grid-template-columns: 1fr;
  }
  body.em-contact-body .em-contact-aside {
    position: static;
  }
  body.em-contact-body .em-mini-faq-grid {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-contact-body .em-link-cloud {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-contact-body .em-footer__inner {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 680px) {
  body.em-contact-body .em-container {
    width: min(calc(100% - 28px), var(--em-container));
  }
  body.em-contact-body .em-contact-hero__inner {
    padding-top: 58px;
  }
  body.em-contact-body .em-contact-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  body.em-contact-body .em-form-actions {
    flex-direction: column;
    align-items: stretch;
  }
  body.em-contact-body .em-cta-band__actions {
    flex-direction: column;
    align-items: stretch;
  }
  body.em-contact-body .em-contact-facts__grid {
    grid-template-columns: 1fr;
  }
  body.em-contact-body .em-contact-cards__grid {
    grid-template-columns: 1fr;
  }
  body.em-contact-body .em-form-grid {
    grid-template-columns: 1fr;
  }
  body.em-contact-body .em-mini-faq-grid {
    grid-template-columns: 1fr;
  }
  body.em-contact-body .em-link-cloud {
    grid-template-columns: 1fr;
  }
  body.em-contact-body .em-footer__inner {
    grid-template-columns: 1fr;
  }
  body.em-contact-body .em-section-head {
    display: block;
  }
  body.em-contact-body .em-cta-band {
    grid-template-columns: 1fr;
  }
  body.em-contact-body .em-nav a:not(.em-btn) {
    font-size: 12px;
  }
}

/* =====================================================================
   DISPONIBILIDAD
   Fuente: eventos-metropolitano-disponibilidad-completo.css
   Ámbito: body.em-disponibilidad-page
   ===================================================================== */
body.em-disponibilidad-page a {
  color: inherit;
  text-decoration: none;
}
body.em-disponibilidad-page button {
  font: inherit;
}
body.em-disponibilidad-page input {
  font: inherit;
}
body.em-disponibilidad-page img {
  max-width: 100%;
  display: block;
}
body.em-disponibilidad-page .em-container {
  width: min(var(--em-container),calc(100% - 40px));
  margin-inline: auto;
}
body.em-disponibilidad-page .em-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
body.em-disponibilidad-page .em-topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  background: linear-gradient(180deg,#ffe8a9,#f4ce6c);
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
body.em-disponibilidad-page .em-nav {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}
body.em-disponibilidad-page .em-nav__links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 800;
}
body.em-disponibilidad-page .em-nav__links--right {
  justify-content: flex-end;
}
body.em-disponibilidad-page .em-nav a[aria-current=page] {
  border-bottom: 3px solid #0b0b0b;
  padding-bottom: 7px;
}
body.em-disponibilidad-page .em-logo {
  text-align: center;
  min-width: 132px;
}
body.em-disponibilidad-page .em-logo__mark {
  width: 58px;
  height: 58px;
  margin: auto;
  display: grid;
  place-items: center;
  background: #0a0a0a;
  border: 2px solid var(--em-gold);
  color: var(--em-gold);
  font: 30px/1 Georgia,serif;
}
body.em-disponibilidad-page .em-logo__text {
  font: 15px/1.1 Georgia,serif;
  margin-top: 6px;
}
body.em-disponibilidad-page .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 9px;
  border: 1px solid transparent;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer;
  transition: .2s ease;
}
body.em-disponibilidad-page .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-soft);
}
body.em-disponibilidad-page .em-btn--dark {
  background: #090a0b;
  color: #fff;
}
body.em-disponibilidad-page .em-btn--outline {
  background: transparent;
  border-color: rgba(255,255,255,.8);
  color: #fff;
}
body.em-disponibilidad-page .em-btn--light {
  background: #fff;
  border-color: #d9d9d9;
  color: #171717;
}
body.em-disponibilidad-page .em-btn--outline-gold {
  background: #fff;
  border-color: var(--em-gold);
  color: var(--em-gold-dark);
}
body.em-disponibilidad-page .em-hero {
  position: relative;
  min-height: 470px;
  color: #fff;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.58) 48%,rgba(0,0,0,.22)),var(--em-hero-image);
  background-position: center;
  background-size: cover;
}
body.em-disponibilidad-page .em-hero__content {
  max-width: 720px;
  padding: 72px 0;
}
body.em-disponibilidad-page .em-breadcrumb {
  font-size: 13px;
  color: rgba(255,255,255,.72);
  margin-bottom: 22px;
}
body.em-disponibilidad-page .em-breadcrumb span {
  color: var(--em-gold-soft);
}
body.em-disponibilidad-page .em-kicker {
  margin: 0 0 11px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--em-gold);
}
body.em-disponibilidad-page .em-hero h1 {
  font-size: clamp(42px,5.5vw,70px);
  letter-spacing: -.055em;
  line-height: 1.01;
  margin: 0 0 20px;
}
body.em-disponibilidad-page .em-hero p {
  max-width: 660px;
  font-size: 18px;
  color: rgba(255,255,255,.88);
  margin: 0 0 30px;
}
body.em-disponibilidad-page .em-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
body.em-disponibilidad-page .em-hero__status {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.85);
}
body.em-disponibilidad-page .em-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #39d17d;
  box-shadow: 0 0 0 6px rgba(57,209,125,.14);
}
body.em-disponibilidad-page .em-facts {
  position: relative;
  margin-top: -34px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  box-shadow: var(--em-shadow);
  overflow: hidden;
}
body.em-disponibilidad-page .em-fact {
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  border-right: 1px solid var(--em-line);
}
body.em-disponibilidad-page .em-fact:last-child {
  border-right: 0;
}
body.em-disponibilidad-page .em-fact__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--em-gold-pale);
  color: var(--em-gold-dark);
  font-size: 23px;
  font-weight: 900;
}
body.em-disponibilidad-page .em-fact strong {
  display: block;
  font-size: 15px;
}
body.em-disponibilidad-page .em-fact span {
  display: block;
  font-size: 12.5px;
  color: var(--em-muted);
  line-height: 1.35;
}
body.em-disponibilidad-page .em-section {
  padding: 78px 0;
}
body.em-disponibilidad-page .em-section--soft {
  background: linear-gradient(180deg,#fff8ec,#f8f2e8);
}
body.em-disponibilidad-page .em-section__head {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}
body.em-disponibilidad-page .em-section__head h2 {
  font-size: clamp(31px,4vw,48px);
  letter-spacing: -.04em;
  line-height: 1.08;
  margin: 0 0 12px;
}
body.em-disponibilidad-page .em-section__head p {
  font-size: 17px;
  color: var(--em-muted);
  margin: 0;
}
body.em-disponibilidad-page .em-calendar-layout {
  display: grid;
  grid-template-columns: minmax(0,1.55fr) minmax(300px,.72fr);
  gap: 28px;
  align-items: start;
}
body.em-disponibilidad-page .em-calendar-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  box-shadow: var(--em-shadow);
  overflow: hidden;
}
body.em-disponibilidad-page .em-calendar-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
body.em-disponibilidad-page .em-icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--em-line);
  background: #fff;
  border-radius: 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 20px;
}
body.em-disponibilidad-page .em-icon-btn:hover {
  border-color: var(--em-gold);
  background: #fffaf0;
}
body.em-disponibilidad-page .em-calendar-title {
  min-width: 170px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  text-transform: capitalize;
}
body.em-disponibilidad-page .em-view-switch {
  display: flex;
  background: #f4f1eb;
  border-radius: 10px;
  padding: 4px;
}
body.em-disponibilidad-page .em-view-switch button {
  border: 0;
  background: transparent;
  padding: 8px 13px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
body.em-disponibilidad-page .em-view-switch button.is-active {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
body.em-disponibilidad-page .em-calendar-body {
  padding: 22px;
}
body.em-disponibilidad-page .em-weekdays {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 8px;
  margin-bottom: 8px;
}
body.em-disponibilidad-page .em-weekdays span {
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #73777d;
}
body.em-disponibilidad-page .em-month-grid {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 8px;
}
body.em-disponibilidad-page .em-day {
  position: relative;
  min-height: 104px;
  padding: 11px;
  border: 1px solid #ece8e0;
  border-radius: 12px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: .18s ease;
  overflow: hidden;
}
body.em-disponibilidad-page .em-day:hover:not(.is-disabled) {
  transform: translateY(-2px);
  box-shadow: var(--em-shadow-soft);
  border-color: var(--em-gold);
}
body.em-disponibilidad-page .em-day.is-other {
  opacity: .35;
}
body.em-disponibilidad-page .em-day.is-disabled {
  background: #f4f4f4;
  color: #a2a2a2;
  cursor: not-allowed;
}
body.em-disponibilidad-page .em-day__number {
  font-size: 15px;
  font-weight: 900;
}
body.em-disponibilidad-page .em-day__label {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
body.em-disponibilidad-page .em-day.is-available .em-day__label {
  color: #18804d;
}
body.em-disponibilidad-page .em-day.is-partial .em-day__label {
  color: #976204;
}
body.em-disponibilidad-page .em-day.is-busy .em-day__label {
  color: #fff;
}
body.em-disponibilidad-page .em-day__dot {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
body.em-disponibilidad-page .em-day.is-available .em-day__dot {
  background: var(--em-green);
}
body.em-disponibilidad-page .em-day.is-partial .em-day__dot {
  background: var(--em-orange);
}
body.em-disponibilidad-page .em-day.is-busy .em-day__dot {
  background: #fff;
}
body.em-disponibilidad-page .em-calendar-footer {
  padding: 18px 24px;
  border-top: 1px solid var(--em-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  color: var(--em-muted);
}
body.em-disponibilidad-page .em-legend {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
body.em-disponibilidad-page .em-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
body.em-disponibilidad-page .em-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
body.em-disponibilidad-page .em-legend .free {
  background: var(--em-green);
}
body.em-disponibilidad-page .em-legend .partial {
  background: var(--em-orange);
}
body.em-disponibilidad-page .em-legend .busy {
  background: #17191b;
}
body.em-disponibilidad-page .em-sync {
  display: flex;
  align-items: center;
  gap: 7px;
}
body.em-disponibilidad-page .em-list-view {
  display: none;
  padding: 12px 22px 24px;
}
body.em-disponibilidad-page .em-list-view.is-active {
  display: block;
}
body.em-disponibilidad-page .em-list-item {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px 4px;
  border-bottom: 1px solid var(--em-line);
}
body.em-disponibilidad-page .em-list-item__date {
  font-weight: 900;
  color: var(--em-gold-dark);
}
body.em-disponibilidad-page .em-list-item__status {
  font-size: 13px;
}
body.em-disponibilidad-page .em-list-item__badge {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}
body.em-disponibilidad-page .em-list-item__badge.free {
  background: var(--em-green-soft);
  color: #147144;
}
body.em-disponibilidad-page .em-list-item__badge.partial {
  background: var(--em-orange-soft);
  color: #875a00;
}
body.em-disponibilidad-page .em-list-item__badge.busy {
  background: #17191b;
  color: #fff;
}
body.em-disponibilidad-page .em-selection {
  position: sticky;
  top: 116px;
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  box-shadow: var(--em-shadow);
  overflow: hidden;
}
body.em-disponibilidad-page .em-selection__head {
  background: linear-gradient(180deg,#17191b,#0d0e0f);
  color: #fff;
  padding: 24px;
}
body.em-disponibilidad-page .em-selection__head .em-kicker {
  color: var(--em-gold-soft);
}
body.em-disponibilidad-page .em-selection__head h3 {
  font-size: 25px;
  margin: 0 0 7px;
  letter-spacing: -.03em;
}
body.em-disponibilidad-page .em-selection__head p {
  font-size: 13px;
  color: rgba(255,255,255,.72);
  margin: 0;
}
body.em-disponibilidad-page .em-selection__body {
  padding: 24px;
}
body.em-disponibilidad-page .em-selected-date {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: #fff9eb;
  border: 1px solid #ecd59d;
  border-radius: 12px;
  margin-bottom: 20px;
}
body.em-disponibilidad-page .em-selected-date__icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--em-gold);
  color: #111;
  font-weight: 900;
}
body.em-disponibilidad-page .em-selected-date strong {
  display: block;
}
body.em-disponibilidad-page .em-selected-date span {
  font-size: 12px;
  color: var(--em-muted);
}
body.em-disponibilidad-page .em-slots {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}
body.em-disponibilidad-page .em-slot {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  background: #fff;
}
body.em-disponibilidad-page .em-slot input {
  accent-color: var(--em-gold);
}
body.em-disponibilidad-page .em-slot strong {
  display: block;
  font-size: 13px;
}
body.em-disponibilidad-page .em-slot small {
  display: block;
  color: var(--em-muted);
  font-size: 11px;
}
body.em-disponibilidad-page .em-slot__state {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 5px 8px;
  border-radius: 999px;
}
body.em-disponibilidad-page .em-slot.is-free .em-slot__state {
  background: var(--em-green-soft);
  color: #147144;
}
body.em-disponibilidad-page .em-slot.is-busy {
  opacity: .52;
  background: #f4f4f4;
}
body.em-disponibilidad-page .em-slot.is-busy .em-slot__state {
  background: #ddd;
  color: #555;
}
body.em-disponibilidad-page .em-selection .em-btn {
  width: 100%;
  margin-top: 8px;
}
body.em-disponibilidad-page .em-selection__note {
  font-size: 11.5px;
  color: var(--em-muted);
  margin: 14px 0 0;
  text-align: center;
}
body.em-disponibilidad-page .em-no-selection {
  text-align: center;
  padding: 22px 10px;
}
body.em-disponibilidad-page .em-no-selection__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--em-gold-pale);
  color: var(--em-gold-dark);
  font-size: 30px;
  margin: 0 auto 14px;
}
body.em-disponibilidad-page .em-no-selection p {
  font-size: 13px;
  color: var(--em-muted);
  margin: 0;
}
body.em-disponibilidad-page .em-status-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
body.em-disponibilidad-page .em-status-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  padding: 25px;
  box-shadow: var(--em-shadow-soft);
}
body.em-disponibilidad-page .em-status-card__mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 16px;
}
body.em-disponibilidad-page .em-status-card.free .em-status-card__mark {
  background: var(--em-green-soft);
  color: #137347;
}
body.em-disponibilidad-page .em-status-card.partial .em-status-card__mark {
  background: var(--em-orange-soft);
  color: #8a5900;
}
body.em-disponibilidad-page .em-status-card.busy .em-status-card__mark {
  background: #17191b;
  color: #fff;
}
body.em-disponibilidad-page .em-status-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
body.em-disponibilidad-page .em-status-card p {
  margin: 0;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-disponibilidad-page .em-upcoming {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
body.em-disponibilidad-page .em-date-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--em-shadow-soft);
  cursor: pointer;
}
body.em-disponibilidad-page .em-date-card:hover {
  border-color: var(--em-gold);
}
body.em-disponibilidad-page .em-date-card__day {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--em-gold-dark);
}
body.em-disponibilidad-page .em-date-card__num {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin: 7px 0;
}
body.em-disponibilidad-page .em-date-card__month {
  font-size: 13px;
  color: var(--em-muted);
}
body.em-disponibilidad-page .em-date-card__slots {
  margin-top: 14px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
body.em-disponibilidad-page .em-mini-badge {
  font-size: 10px;
  font-weight: 900;
  padding: 5px 7px;
  border-radius: 999px;
  background: var(--em-green-soft);
  color: #147144;
}
body.em-disponibilidad-page .em-steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 26px;
}
body.em-disponibilidad-page .em-step {
  text-align: center;
}
body.em-disponibilidad-page .em-step__icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--em-line);
  color: var(--em-gold-dark);
  font-size: 27px;
  box-shadow: var(--em-shadow-soft);
}
body.em-disponibilidad-page .em-step h3 {
  margin: 0 0 7px;
  font-size: 16px;
}
body.em-disponibilidad-page .em-step p {
  margin: 0;
  color: var(--em-muted);
  font-size: 13px;
}
body.em-disponibilidad-page .em-support {
  background: linear-gradient(90deg,rgba(10,11,12,.97),rgba(18,20,22,.9)),var(--em-side-image) left center/auto 100% no-repeat;
  color: #fff;
  border-radius: 20px;
  padding: 38px 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  box-shadow: var(--em-shadow);
}
body.em-disponibilidad-page .em-support h2 {
  font-size: 32px;
  margin: 0 0 10px;
}
body.em-disponibilidad-page .em-support p {
  margin: 0;
  color: rgba(255,255,255,.74);
  max-width: 620px;
}
body.em-disponibilidad-page .em-support__actions {
  display: grid;
  gap: 10px;
  min-width: 280px;
}
body.em-disponibilidad-page .em-faq {
  max-width: 900px;
  margin: auto;
  display: grid;
  gap: 12px;
}
body.em-disponibilidad-page .em-faq details {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 13px;
  padding: 0 18px;
  box-shadow: 0 5px 18px rgba(0,0,0,.04);
}
body.em-disponibilidad-page .em-faq summary {
  cursor: pointer;
  font-weight: 900;
  padding: 18px 28px 18px 0;
  position: relative;
}
body.em-disponibilidad-page .em-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 25px;
  color: var(--em-gold-dark);
}
body.em-disponibilidad-page .em-faq details[open] summary::after {
  content: "−";
}
body.em-disponibilidad-page .em-faq p {
  color: var(--em-muted);
  margin: 0;
  padding: 0 0 18px;
  font-size: 14px;
}
body.em-disponibilidad-page .em-footer {
  background: #090a0b;
  color: #fff;
  padding: 54px 0 24px;
}
body.em-disponibilidad-page .em-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.2fr;
  gap: 44px;
}
body.em-disponibilidad-page .em-footer h3 {
  font-size: 15px;
  color: var(--em-gold-soft);
  margin: 0 0 15px;
}
body.em-disponibilidad-page .em-footer p {
  color: rgba(255,255,255,.72);
  font-size: 13.5px;
}
body.em-disponibilidad-page .em-footer a {
  color: rgba(255,255,255,.72);
  font-size: 13.5px;
  display: block;
  margin: 8px 0;
}
body.em-disponibilidad-page .em-footer__logo {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
body.em-disponibilidad-page .em-footer__mark {
  width: 56px;
  height: 56px;
  border: 1px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font: 27px Georgia,serif;
}
body.em-disponibilidad-page .em-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 38px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}
body.em-disponibilidad-page .em-mobile-cta {
  display: none;
}
body.em-disponibilidad-page .em-calendar-loading {
  padding: 60px 20px;
  text-align: center;
  color: var(--em-muted);
}
body.em-disponibilidad-page .em-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #eee;
  border-top-color: var(--em-gold);
  border-radius: 50%;
  margin: 0 auto 13px;
  animation: emSpin .8s linear infinite;
}
body.em-disponibilidad-page .em-error {
  background: var(--em-red-soft);
  border: 1px solid #ecc0c0;
  color: #8b3030;
  padding: 13px;
  border-radius: 10px;
  font-size: 13px;
  margin: 14px 0;
}

@media (max-width:1020px) {
  body.em-disponibilidad-page .em-nav {
    grid-template-columns: auto 1fr auto;
    min-height: 78px;
  }
  body.em-disponibilidad-page .em-logo {
    order: -1;
    min-width: auto;
    text-align: left;
  }
  body.em-disponibilidad-page .em-logo__mark {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  body.em-disponibilidad-page .em-logo__text {
    display: none;
  }
  body.em-disponibilidad-page .em-nav__links {
    display: none;
  }
  body.em-disponibilidad-page .em-calendar-layout {
    grid-template-columns: 1fr;
  }
  body.em-disponibilidad-page .em-selection {
    position: static;
  }
  body.em-disponibilidad-page .em-facts {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-disponibilidad-page .em-fact:nth-child(2) {
    border-right: 0;
  }
  body.em-disponibilidad-page .em-fact:nth-child(-n/**/+2) {
    border-bottom: 1px solid var(--em-line);
  }
  body.em-disponibilidad-page .em-status-grid {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-disponibilidad-page .em-upcoming {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-disponibilidad-page .em-steps {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-disponibilidad-page .em-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  body.em-disponibilidad-page .em-support {
    grid-template-columns: 1fr;
  }
  body.em-disponibilidad-page .em-support__actions {
    min-width: 0;
  }
  body.em-disponibilidad-page .em-mobile-cta {
    display: grid;
    position: fixed;
    z-index: 100;
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(9,10,11,.9);
    backdrop-filter: blur(10px);
  }
  body.em-disponibilidad-page .em-mobile-cta .em-btn {
    padding: 0 12px;
    font-size: 12px;
  }
}

@media (max-width:680px) {
  body.em-disponibilidad-page .em-container {
    width: min(var(--em-container),calc(100% - 24px));
  }
  body.em-disponibilidad-page .em-hero {
    min-height: 520px;
  }
  body.em-disponibilidad-page .em-hero__content {
    padding: 58px 0;
  }
  body.em-disponibilidad-page .em-facts {
    grid-template-columns: 1fr;
    margin-top: -24px;
  }
  body.em-disponibilidad-page .em-fact {
    border-right: 0 !important;
    border-bottom: 1px solid var(--em-line) !important;
  }
  body.em-disponibilidad-page .em-fact:last-child {
    border-bottom: 0 !important;
  }
  body.em-disponibilidad-page .em-section {
    padding: 56px 0;
  }
  body.em-disponibilidad-page .em-calendar-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  body.em-disponibilidad-page .em-calendar-nav {
    width: 100%;
    justify-content: space-between;
  }
  body.em-disponibilidad-page .em-view-switch {
    width: 100%;
  }
  body.em-disponibilidad-page .em-view-switch button {
    flex: 1;
  }
  body.em-disponibilidad-page .em-calendar-body {
    padding: 12px;
  }
  body.em-disponibilidad-page .em-month-grid {
    gap: 4px;
  }
  body.em-disponibilidad-page .em-weekdays {
    gap: 4px;
  }
  body.em-disponibilidad-page .em-day {
    min-height: 76px;
    padding: 7px;
    border-radius: 8px;
  }
  body.em-disponibilidad-page .em-day__label {
    left: 6px;
    right: 6px;
    bottom: 5px;
    font-size: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.em-disponibilidad-page .em-day__dot {
    top: 7px;
    right: 7px;
    width: 7px;
    height: 7px;
  }
  body.em-disponibilidad-page .em-day__number {
    font-size: 13px;
  }
  body.em-disponibilidad-page .em-calendar-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  body.em-disponibilidad-page .em-status-grid {
    grid-template-columns: 1fr;
  }
  body.em-disponibilidad-page .em-upcoming {
    grid-template-columns: 1fr;
  }
  body.em-disponibilidad-page .em-steps {
    grid-template-columns: 1fr;
  }
  body.em-disponibilidad-page .em-footer__grid {
    grid-template-columns: 1fr;
  }
  body.em-disponibilidad-page .em-support {
    padding: 30px 24px;
  }
  body.em-disponibilidad-page .em-footer__bottom {
    display: block;
  }
  body.em-disponibilidad-page .em-list-item {
    grid-template-columns: 80px 1fr;
  }
  body.em-disponibilidad-page .em-list-item__badge {
    grid-column: 2;
  }
  body.em-disponibilidad-page .em-hero__actions {
    display: grid;
  }
}

/* =====================================================================
   CALENDARIO OVERRIDES
   Fuente: eventos-metropolitano-calendario-overrides.css
   Ámbito: body.em-disponibilidad-page
   ===================================================================== */
body.em-disponibilidad-page .em-availability-shortcode {
  --em-gold: #d9a84c;
  --em-gold-dark: #a87519;
  --em-green: #2fb673;
  --em-orange: #f2a81d;
  --em-black: #17191b;
  --em-green-soft: #e9f8f0;
  --em-orange-soft: #fff2d4;
  --em-line: #e8e3da;
  --em-radius: 18px;
}
body.em-disponibilidad-page {
  margin: 0;
  font-family: var(--em-font);
  color: var(--em-text);
  background: linear-gradient(180deg,#fff 0,#fffaf1 46%,#fff 100%);
  line-height: 1.55;
  --em-gold: #d9a84c;
  --em-gold-dark: #a87519;
  --em-green: #2fb673;
  --em-orange: #f2a81d;
  --em-black: #17191b;
  --em-green-soft: #e9f8f0;
  --em-orange-soft: #fff2d4;
  --em-line: #e8e3da;
  --em-radius: 18px;
}
body.em-disponibilidad-page .em-calendar-toolbar {
  padding: 22px 24px;
  border-bottom: 1px solid var(--em-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #fff;
}
body.em-disponibilidad-page .em-day.is-available {
  background: linear-gradient(180deg, #fff 0%, var(--em-green-soft) 100%);
  border-color: #cbeedc;
}
body.em-disponibilidad-page .em-day.is-partial {
  background: linear-gradient(180deg, #fff 0%, var(--em-orange-soft) 100%);
  border-color: #f1d89b;
}
body.em-disponibilidad-page .em-day.is-busy {
  cursor: not-allowed;
  background: var(--em-black);
  border-color: var(--em-black);
  color: #fff;
}
body.em-disponibilidad-page .em-day.is-selected {
  outline: 3px solid rgba(217,168,76,.28);
  border-color: var(--em-gold);
  box-shadow: 0 0 0 4px rgba(217, 168, 76, .22);
}
body.em-disponibilidad-page .em-btn--gold {
  background: linear-gradient(135deg, #edc96f, var(--em-gold));
  border-color: var(--em-gold);
  color: #17130b;
}

/* =====================================================================
   PREGUNTAS FRECUENTES
   Fuente: eventos-metropolitano-faq.css
   Ámbito: body.em-faq-body
   ===================================================================== */
body.em-faq-body {
  margin: 0;
  font-family: var(--em-font);
  color: var(--em-text);
  background: linear-gradient(180deg,#fffaf0 0,#fff 45%,#f9f3e8 100%);
  line-height: 1.58;
}
body.em-faq-body a {
  color: inherit;
  text-decoration: none;
}
body.em-faq-body img {
  max-width: 100%;
  display: block;
}
body.em-faq-body .em-container {
  width: min(var(--em-container),calc(100% - 40px));
  margin-inline: auto;
}
body.em-faq-body .em-kicker {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--em-gold-dark);
  margin: 0 0 10px;
}
body.em-faq-body .em-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg,#ffe7a8 0%,#f7d67c 100%);
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
body.em-faq-body .em-nav {
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
body.em-faq-body .em-nav__links {
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
}
body.em-faq-body .em-nav__links--right {
  justify-content: flex-end;
}
body.em-faq-body .em-nav a[aria-current="page"] {
  border-bottom: 3px solid var(--em-black);
  padding-bottom: 8px;
}
body.em-faq-body .em-logo {
  display: grid;
  place-items: center;
  text-align: center;
  min-width: 132px;
}
body.em-faq-body .em-logo__mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: #090909;
  border: 2px solid var(--em-gold);
  color: var(--em-gold);
  font-family: Georgia,serif;
  font-size: 30px;
  line-height: 1;
}
body.em-faq-body .em-logo__text {
  font-family: Georgia,serif;
  font-size: 16px;
  margin-top: 6px;
}
body.em-faq-body .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 9px;
  padding: 14px 22px;
  font-weight: 900;
  font-size: 15px;
  border: 1px solid transparent;
  transition: .2s ease;
  cursor: pointer;
}
body.em-faq-body .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-soft);
}
body.em-faq-body .em-btn--dark {
  background: var(--em-black);
  color: #fff;
}
body.em-faq-body .em-btn--gold {
  background: linear-gradient(180deg,#edc66c,#d9a84c);
  color: #141414;
  border-color: #bd8731;
}
body.em-faq-body .em-btn--outline {
  background: transparent;
  border-color: rgba(255,255,255,.8);
  color: #fff;
}
body.em-faq-body .em-btn--outline-gold {
  background: #fff;
  border-color: var(--em-gold);
  color: #C48100;
}
body.em-faq-body .em-hero {
  min-height: 420px;
  background: linear-gradient(90deg,rgba(0,0,0,.90),rgba(0,0,0,.66) 52%,rgba(0,0,0,.26)),url("assets/img/faq-hero.svg") center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}
body.em-faq-body .em-hero__content {
  width: min(700px,100%);
  padding: 74px 0;
}
body.em-faq-body .em-hero h1 {
  font-size: clamp(42px,5vw,70px);
  line-height: 1.02;
  margin: 0 0 22px;
  letter-spacing: -.05em;
}
body.em-faq-body .em-hero p {
  font-size: 18px;
  color: rgba(255,255,255,.88);
  max-width: 700px;
  margin: 0 0 34px;
}
body.em-faq-body .em-hero__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
body.em-faq-body .em-section {
  padding: 72px 0;
}
body.em-faq-body .em-section--soft {
  background: linear-gradient(180deg,#fff7ea,#f7f1e7);
}
body.em-faq-body .em-section__head {
  text-align: center;
  margin: 0 auto 38px;
  max-width: 780px;
}
body.em-faq-body .em-section__head h2 {
  font-size: clamp(30px,3.2vw,44px);
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -.03em;
}
body.em-faq-body .em-section__head p {
  color: var(--em-muted);
  font-size: 17px;
  margin: 0;
}
body.em-faq-body .em-help-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
  margin-top: -42px;
  position: relative;
  z-index: 2;
}
body.em-faq-body .em-help-card {
  background: #fff;
  border-radius: var(--em-radius);
  padding: 24px;
  border: 1px solid rgba(216,168,76,.25);
  box-shadow: var(--em-shadow);
}
body.em-faq-body .em-help-card__media {
  height: 132px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #111;
}
body.em-faq-body .em-help-card h3 {
  font-size: 20px;
  line-height: 1.12;
  margin: 0 0 8px;
  color: #141414;
  letter-spacing: -.02em;
}
body.em-faq-body .em-help-card p {
  margin: 0 0 16px;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-faq-body .em-help-card a {
  font-weight: 900;
  color: #C48100;
  font-size: 14px;
}
body.em-faq-body .em-faq-shell {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 38px;
  align-items: start;
}
body.em-faq-body .em-faq-aside {
  position: sticky;
  top: 118px;
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  box-shadow: var(--em-shadow-soft);
  padding: 22px;
}
body.em-faq-body .em-faq-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff8e9;
  border: 1px solid #ead49e;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 18px;
  color: #7d5a16;
}
body.em-faq-body .em-faq-search input {
  width: 100%;
  border: 0;
  background: transparent;
  outline: 0;
  font: inherit;
  font-size: 14px;
  color: var(--em-text);
}
body.em-faq-body .em-faq-nav {
  display: grid;
  gap: 8px;
}
body.em-faq-body .em-faq-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  color: #333;
}
body.em-faq-body .em-faq-nav a:hover {
  background: #111315;
  color: #fff;
}
body.em-faq-body .em-faq-nav a.is-active {
  background: #111315;
  color: #fff;
}
body.em-faq-body .em-faq-nav span {
  font-size: 12px;
  color: inherit;
  opacity: .7;
}
body.em-faq-body .em-faq-block {
  margin-bottom: 34px;
  scroll-margin-top: 120px;
}
body.em-faq-body .em-faq-block__title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--em-line);
  padding-bottom: 18px;
  margin-bottom: 18px;
}
body.em-faq-body .em-faq-block__title h2 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -.03em;
}
body.em-faq-body .em-faq-block__title p {
  margin: 0;
  color: var(--em-muted);
  font-weight: 800;
  font-size: 13px;
}
body.em-faq-body .em-accordion {
  display: grid;
  gap: 14px;
}
body.em-faq-body .em-faq-item {
  background: #fff;
  border: 1px solid rgba(216,168,76,.25);
  border-radius: 18px;
  box-shadow: var(--em-shadow-soft);
  overflow: hidden;
}
body.em-faq-body .em-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.02em;
}
body.em-faq-body .em-faq-item summary::-webkit-details-marker {
  display: none;
}
body.em-faq-body .em-faq-item summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff7e3;
  border: 1px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: #C48100;
  font-size: 22px;
  line-height: 1;
}
body.em-faq-body .em-faq-item[open] summary::after {
  content: "−";
  background: #111;
  color: #fff;
  border-color: #111;
}
body.em-faq-body .em-faq-item__body {
  padding: 0 24px 24px;
  color: #4b5563;
}
body.em-faq-body .em-faq-item__body p {
  margin: 0 0 12px;
}
body.em-faq-body .em-faq-item__body ul {
  margin: 0;
  padding-left: 22px;
}
body.em-faq-body .em-related {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
body.em-faq-body .em-related-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--em-shadow-soft);
}
body.em-faq-body .em-related-card strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
body.em-faq-body .em-related-card p {
  margin: 0 0 18px;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-faq-body .em-support {
  margin: 72px auto;
  background: linear-gradient(90deg,rgba(10,11,12,.96),rgba(14,15,17,.9)),url("assets/img/faq-contacto.svg") left center/auto 100% no-repeat;
  color: #fff;
  border-radius: 18px;
  box-shadow: var(--em-shadow);
  padding: 36px 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
}
body.em-faq-body .em-support h2 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 12px;
}
body.em-faq-body .em-support p {
  margin: 0;
  color: rgba(255,255,255,.75);
  max-width: 640px;
}
body.em-faq-body .em-support__actions {
  display: grid;
  gap: 12px;
  min-width: 280px;
}
body.em-faq-body .em-footer {
  background: linear-gradient(180deg,#101113,#090a0b);
  color: #fff;
  padding: 58px 0 22px;
}
body.em-faq-body .em-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.25fr;
  gap: 44px;
}
body.em-faq-body .em-footer__logo {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
body.em-faq-body .em-footer__mark {
  width: 54px;
  height: 54px;
  border: 2px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-family: Georgia,serif;
  font-size: 27px;
}
body.em-faq-body .em-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 17px;
}
body.em-faq-body .em-footer p {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  margin: 0 0 9px;
}
body.em-faq-body .em-footer a {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  margin: 0 0 9px;
}
body.em-faq-body .em-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 40px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.55);
  font-size: 13px;
}
body.em-faq-body .em-mobile-cta {
  display: none;
}

@media (max-width:980px) {
  body.em-faq-body .em-nav {
    grid-template-columns: auto 1fr auto;
    height: 82px;
  }
  body.em-faq-body .em-nav__links {
    display: none;
  }
  body.em-faq-body .em-logo {
    justify-self: center;
  }
  body.em-faq-body .em-help-grid {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-faq-body .em-related {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-faq-body .em-faq-shell {
    grid-template-columns: 1fr;
  }
  body.em-faq-body .em-faq-aside {
    position: static;
  }
  body.em-faq-body .em-support {
    grid-template-columns: 1fr;
  }
  body.em-faq-body .em-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  body.em-faq-body .em-footer__bottom {
    flex-direction: column;
  }
  body.em-faq-body .em-mobile-cta {
    position: fixed;
    z-index: 60;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  body.em-faq-body .em-mobile-cta .em-btn {
    padding: 13px 12px;
  }
}

@media (max-width:620px) {
  body.em-faq-body .em-container {
    width: min(100% - 28px,var(--em-container));
  }
  body.em-faq-body .em-hero {
    min-height: auto;
  }
  body.em-faq-body .em-hero__content {
    padding: 58px 0;
  }
  body.em-faq-body .em-hero h1 {
    font-size: 40px;
  }
  body.em-faq-body .em-help-grid {
    grid-template-columns: 1fr;
  }
  body.em-faq-body .em-related {
    grid-template-columns: 1fr;
  }
  body.em-faq-body .em-faq-block__title {
    display: block;
  }
  body.em-faq-body .em-faq-item summary {
    font-size: 16px;
    padding: 18px;
  }
  body.em-faq-body .em-faq-item__body {
    padding: 0 18px 20px;
  }
  body.em-faq-body .em-support {
    padding: 28px 20px;
  }
  body.em-faq-body .em-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================================
   PÁGINAS LEGALES
   Fuente: eventos-metropolitano-legales.css
   Ámbito: body.em-legal-body
   ===================================================================== */
body.em-legal-body {
  margin: 0;
  font-family: var(--em-font-main);
  color: var(--em-text);
  background: var(--em-offwhite);
  line-height: 1.62;
}
body.em-legal-body a {
  color: inherit;
}
body.em-legal-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.em-legal-body .em-container {
  width: min(calc(100% - 40px), var(--em-container));
  margin-inline: auto;
}
body.em-legal-body .em-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px,1px,1px,1px) !important;
  white-space: nowrap !important;
}
body.em-legal-body .em-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, #f6e49f 0%, #f2cf67 48%, #f8e8ac 100%);
  color: var(--em-black);
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
body.em-legal-body .em-topbar__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
body.em-legal-body .em-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}
body.em-legal-body .em-nav--left {
  justify-content: flex-start;
}
body.em-legal-body .em-nav--right {
  justify-content: flex-end;
}
body.em-legal-body .em-nav a {
  text-decoration: none;
  white-space: nowrap;
}
body.em-legal-body .em-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.em-legal-body .em-brand {
  text-align: center;
  min-width: 120px;
  text-decoration: none;
}
body.em-legal-body .em-brand__mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 4px;
  background: #111;
  border: 2px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .06em;
}
body.em-legal-body .em-brand__name {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1;
  display: block;
}
body.em-legal-body .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .2s ease;
}
body.em-legal-body .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-card);
}
body.em-legal-body .em-btn--black {
  background: #050505;
  color: #fff;
  border-color: #050505;
}
body.em-legal-body .em-btn--white {
  background: #fff;
  color: #111;
  border-color: rgba(0,0,0,.14);
}
body.em-legal-body .em-btn--gold {
  background: linear-gradient(90deg, #d7b65a, #f8e1a2);
  color: #111;
  border-color: #d7b65a;
}
body.em-legal-body .em-btn--small {
  min-height: 40px;
  padding-inline: 18px;
  font-size: 13px;
}
body.em-legal-body .em-legal-hero {
  position: relative;
  color: #fff;
  background: #111 url("../img/em-legal-hero.svg") center/cover no-repeat;
  overflow: hidden;
}
body.em-legal-body .em-legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 46%, rgba(0,0,0,.24) 100%);
}
body.em-legal-body .em-legal-hero__inner {
  position: relative;
  z-index: 2;
  padding: clamp(74px, 9vw, 128px) 0 clamp(54px, 7vw, 92px);
  max-width: 860px;
}
body.em-legal-body .em-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 24px;
  font-size: 13px;
  color: rgba(255,255,255,.78);
}
body.em-legal-body .em-breadcrumb a {
  text-decoration: none;
  color: rgba(255,255,255,.9);
}
body.em-legal-body .em-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.em-legal-body .em-legal-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--em-gold-soft);
}
body.em-legal-body .em-legal-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -.05em;
}
body.em-legal-body .em-legal-hero__lead {
  margin: 0 0 28px;
  max-width: 760px;
  font-size: clamp(17px, 2vw, 22px);
  color: rgba(255,255,255,.90);
}
body.em-legal-body .em-legal-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
body.em-legal-body .em-legal-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 800;
}
body.em-legal-body .em-legal-wrap {
  padding: clamp(46px, 7vw, 86px) 0;
}
body.em-legal-body .em-legal-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}
body.em-legal-body .em-legal-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}
body.em-legal-body .em-legal-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,.035);
  overflow: hidden;
}
body.em-legal-body .em-legal-card__head {
  padding: 20px 22px;
  border-bottom: 1px solid var(--em-line);
  background: #fff;
}
body.em-legal-body .em-legal-card__head h2 {
  margin: 0;
  font-size: 16px;
  letter-spacing: -.01em;
}
body.em-legal-body .em-legal-card__head h3 {
  margin: 0;
  font-size: 16px;
  letter-spacing: -.01em;
}
body.em-legal-body .em-legal-nav {
  list-style: none;
  margin: 0;
  padding: 12px;
  display: grid;
  gap: 4px;
}
body.em-legal-body .em-legal-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  color: var(--em-text);
}
body.em-legal-body .em-legal-nav a:hover {
  background: var(--em-cream);
  color: #111;
}
body.em-legal-body .em-legal-nav a[aria-current="page"] {
  background: var(--em-cream);
  color: #111;
}
body.em-legal-body .em-legal-nav small {
  color: var(--em-muted);
  font-size: 12px;
}
body.em-legal-body .em-contact-mini {
  padding: 18px 20px;
}
body.em-legal-body .em-contact-mini p {
  margin: 0 0 14px;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-legal-body .em-contact-mini strong {
  display: block;
  margin-bottom: 4px;
  color: #111;
}
body.em-legal-body .em-legal-content {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 24px;
  box-shadow: var(--em-shadow-soft);
  padding: clamp(28px, 5vw, 58px);
}
body.em-legal-body .em-legal-alert {
  border: 1px solid rgba(215,182,90,.55);
  background: #fff8df;
  border-radius: 18px;
  padding: 18px 20px;
  margin: 0 0 34px;
  color: #423000;
}
body.em-legal-body .em-legal-alert strong {
  display: block;
  margin-bottom: 4px;
}
body.em-legal-body .em-legal-content h2 {
  margin: 42px 0 16px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.12;
  letter-spacing: -.035em;
  scroll-margin-top: 120px;
}
body.em-legal-body .em-legal-content h2:first-child {
  margin-top: 0;
}
body.em-legal-body .em-legal-content h3 {
  margin: 28px 0 10px;
  font-size: 21px;
  line-height: 1.24;
  letter-spacing: -.02em;
}
body.em-legal-body .em-legal-content p {
  margin: 0 0 16px;
  color: #343434;
}
body.em-legal-body .em-legal-content ul {
  margin: 0 0 22px 22px;
  padding: 0;
  color: #343434;
}
body.em-legal-body .em-legal-content ol {
  margin: 0 0 22px 22px;
  padding: 0;
  color: #343434;
}
body.em-legal-body .em-legal-content li {
  margin: 0 0 8px;
}
body.em-legal-body .em-legal-content a {
  color: #111;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
body.em-legal-body .em-legal-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  overflow: hidden;
  font-size: 14px;
}
body.em-legal-body .em-legal-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--em-line);
  text-align: left;
  vertical-align: top;
}
body.em-legal-body .em-legal-content th {
  padding: 14px 16px;
  border-bottom: 1px solid var(--em-line);
  text-align: left;
  vertical-align: top;
  background: #111;
  color: var(--em-gold-soft);
  font-weight: 900;
}
body.em-legal-body .em-legal-content tr:last-child td {
  border-bottom: 0;
}
body.em-legal-body .em-legal-note {
  margin: 34px 0;
  padding: 22px 24px;
  border-left: 5px solid var(--em-gold);
  background: var(--em-offwhite);
  border-radius: 0 14px 14px 0;
}
body.em-legal-body .em-legal-updated {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--em-line);
  color: var(--em-muted);
  font-size: 14px;
}
body.em-legal-body .em-related {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
body.em-legal-body .em-related a {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  text-decoration: none;
  background: #fff;
}
body.em-legal-body .em-related a:hover {
  border-color: #111;
  box-shadow: var(--em-shadow-card);
}
body.em-legal-body .em-related strong {
  font-size: 15px;
  line-height: 1.2;
}
body.em-legal-body .em-related span {
  font-size: 13px;
  color: var(--em-muted);
}
body.em-legal-body .em-legal-cta {
  margin-top: 38px;
  background: #080808;
  color: #fff;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
body.em-legal-body .em-legal-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(26px, 3.5vw, 42px);
}
body.em-legal-body .em-legal-cta p {
  margin: 0;
  color: rgba(255,255,255,.78);
}
body.em-legal-body .em-legal-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
body.em-legal-body .em-footer {
  background: #080808;
  color: #fff;
  padding: 32px 0;
}
body.em-legal-body .em-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
body.em-legal-body .em-footer h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--em-gold-soft);
}
body.em-legal-body .em-footer p {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-legal-body .em-footer a {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-legal-body .em-footer a:hover {
  color: #fff;
}
body.em-legal-body .em-footer__brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
body.em-legal-body .em-footer__mark {
  width: 46px;
  height: 46px;
  border: 1px solid var(--em-gold);
  color: var(--em-gold);
  display: grid;
  place-items: center;
  font-weight: 900;
}
body.em-legal-body .em-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

@media (max-width: 1100px) {
  body.em-legal-body .em-topbar__inner {
    grid-template-columns: 1fr auto;
  }
  body.em-legal-body .em-nav--left {
    display: none;
  }
  body.em-legal-body .em-nav--right {
    gap: 14px;
  }
  body.em-legal-body .em-legal-grid {
    grid-template-columns: 1fr;
  }
  body.em-legal-body .em-legal-sidebar {
    position: static;
    order: 2;
  }
  body.em-legal-body .em-legal-content {
    order: 1;
  }
  body.em-legal-body .em-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  body.em-legal-body .em-container {
    width: min(calc(100% - 28px), var(--em-container));
  }
  body.em-legal-body .em-topbar__inner {
    min-height: 74px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.em-legal-body .em-nav--right {
    display: none;
  }
  body.em-legal-body .em-brand__mark {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  body.em-legal-body .em-brand__name {
    font-size: 12px;
  }
  body.em-legal-body .em-legal-hero__inner {
    padding: 48px 0 54px;
  }
  body.em-legal-body .em-legal-hero h1 {
    font-size: clamp(34px, 12vw, 50px);
  }
  body.em-legal-body .em-legal-content {
    padding: 24px 18px;
    border-radius: 18px;
  }
  body.em-legal-body .em-related {
    grid-template-columns: 1fr;
  }
  body.em-legal-body .em-legal-cta {
    grid-template-columns: 1fr;
  }
  body.em-legal-body .em-legal-cta__actions {
    flex-direction: column;
  }
  body.em-legal-body .em-btn {
    width: 100%;
  }
  body.em-legal-body .em-footer__inner {
    grid-template-columns: 1fr;
  }
}

/* =====================================================================
   MI CUENTA
   Fuente: eventos-metropolitano-mi-cuenta.css
   Ámbito: body.em-account-body
   ===================================================================== */
body.em-account-body {
  margin: 0;
  font-family: var(--em-font-main);
  color: var(--em-text);
  background: #fff;
  line-height: 1.55;
}
body.em-account-body a {
  color: inherit;
}
body.em-account-body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.em-account-body .em-container {
  width: min(calc(100% - 40px),var(--em-container));
  margin-inline: auto;
}
body.em-account-body .em-topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  background: linear-gradient(90deg,#f7e3a4 0%,#f3cd67 48%,#f9e8ad 100%);
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
body.em-account-body .em-topbar__inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
body.em-account-body .em-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 800;
}
body.em-account-body .em-nav--right {
  justify-content: flex-end;
}
body.em-account-body .em-nav a {
  text-decoration: none;
  white-space: nowrap;
}
body.em-account-body .em-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.em-account-body .em-brand {
  text-align: center;
  text-decoration: none;
  min-width: 130px;
}
body.em-account-body .em-brand__mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 4px;
  display: grid;
  place-items: center;
  background: #0c0c0c;
  border: 2px solid var(--em-gold);
  color: var(--em-gold);
  font-family: Georgia,serif;
  font-size: 27px;
}
body.em-account-body .em-brand__name {
  font-family: Georgia,serif;
  font-size: 14px;
  line-height: 1;
}
body.em-account-body .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font: 900 14px/1 var(--em-font-main);
  cursor: pointer;
  transition: .2s ease;
}
body.em-account-body .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-card);
}
body.em-account-body .em-btn--black {
  background: #050505;
  color: #fff;
  border-color: #050505;
}
body.em-account-body .em-btn--gold {
  background: linear-gradient(180deg,#efca70,#d7ad45);
  color: #17120a;
  border-color: #c79428;
}
body.em-account-body .em-btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.75);
}
body.em-account-body .em-btn--line {
  background: #fff;
  color: var(--em-gold-dark);
  border-color: var(--em-gold);
}
body.em-account-body .em-btn--small {
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
}
body.em-account-body .em-account-hero {
  position: relative;
  min-height: 315px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #111 url("assets/img/hero-mi-cuenta-placeholder.svg") center/cover no-repeat;
}
body.em-account-body .em-account-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.72) 47%,rgba(0,0,0,.45) 100%);
}
body.em-account-body .em-account-hero .em-container {
  position: relative;
}
body.em-account-body .em-account-hero__content {
  max-width: 620px;
  padding: 48px 0;
}
body.em-account-body .em-crumbs {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.68);
  margin-bottom: 18px;
}
body.em-account-body .em-crumbs strong {
  color: var(--em-gold-light);
}
body.em-account-body .em-account-hero h1 {
  font-size: clamp(42px,5vw,64px);
  line-height: 1;
  margin: 0 0 14px;
  letter-spacing: -.045em;
}
body.em-account-body .em-account-hero p {
  font-size: 18px;
  max-width: 520px;
  color: rgba(255,255,255,.84);
  margin: 0;
}
body.em-account-body .em-account-section {
  padding: 50px 0 76px;
  background: linear-gradient(180deg,#fff 0%,#fffdf8 100%);
}
body.em-account-body .em-account-layout {
  display: grid;
  grid-template-columns: 270px minmax(0,1fr);
  gap: 38px;
  align-items: start;
}
body.em-account-body .em-account-aside {
  position: sticky;
  top: 104px;
}
body.em-account-body .em-account-menu {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  box-shadow: var(--em-shadow-card);
}
body.em-account-body .em-account-menu a {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid var(--em-line);
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 14px;
}
body.em-account-body .em-account-menu a:last-child {
  border-bottom: 0;
}
body.em-account-body .em-account-menu a:hover {
  background: #fff9e9;
}
body.em-account-body .em-account-menu a.is-active {
  background: linear-gradient(90deg,#0b0c0d,#1d1f21);
  color: #fff;
}
body.em-account-body .em-account-menu__icon {
  width: 24px;
  color: var(--em-gold-dark);
  font-size: 18px;
}
body.em-account-body .em-account-menu a.is-active .em-account-menu__icon {
  color: var(--em-gold-light);
}
body.em-account-body .em-support-card {
  margin-top: 24px;
  padding: 26px 22px;
  border: 1px solid #e4bd61;
  border-radius: 12px;
  background: linear-gradient(180deg,#fff,#fffaf0);
  text-align: center;
}
body.em-account-body .em-support-card__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--em-gold);
  color: var(--em-gold-dark);
  font-size: 26px;
}
body.em-account-body .em-support-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
body.em-account-body .em-support-card p {
  margin: 0 0 18px;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-account-body .em-support-card__details {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #edd9a8;
  display: grid;
  gap: 10px;
  text-align: left;
  font-size: 13px;
}
body.em-account-body .em-support-card__details a {
  text-decoration: none;
}
body.em-account-body .em-account-main {
  min-width: 0;
}
body.em-account-body .em-welcome {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--em-shadow-card);
}
body.em-account-body .em-avatar {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff7e7;
  border: 1px solid #f0ddb3;
  color: var(--em-gold-dark);
  font-size: 32px;
}
body.em-account-body .em-welcome h2 {
  margin: 0 0 7px;
  font-size: 28px;
  letter-spacing: -.03em;
}
body.em-account-body .em-welcome h2 span {
  color: var(--em-gold-dark);
}
body.em-account-body .em-welcome p {
  margin: 0;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-account-body .em-stats {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
  margin: 22px 0 28px;
}
body.em-account-body .em-stat {
  padding: 21px 18px;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(0,0,0,.04);
}
body.em-account-body .em-stat__head {
  display: flex;
  align-items: center;
  gap: 14px;
}
body.em-account-body .em-stat__icon {
  font-size: 26px;
  color: var(--em-gold-dark);
}
body.em-account-body .em-stat strong {
  font-size: 29px;
  line-height: 1;
}
body.em-account-body .em-stat p {
  margin: 13px 0 9px;
  font-size: 14px;
  min-height: 43px;
}
body.em-account-body .em-stat a {
  color: var(--em-gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}
body.em-account-body .em-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin: 28px 0 14px;
}
body.em-account-body .em-section-heading h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -.03em;
}
body.em-account-body .em-section-heading a {
  font-size: 12px;
  color: var(--em-gold-dark);
  font-weight: 900;
  text-decoration: none;
}
body.em-account-body .em-table-card {
  overflow: hidden;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--em-shadow-card);
}
body.em-account-body .em-account-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
body.em-account-body .em-account-table td {
  padding: 14px 13px;
  text-align: left;
  border-bottom: 1px solid var(--em-line);
  vertical-align: middle;
}
body.em-account-body .em-account-table th {
  padding: 14px 13px;
  text-align: left;
  border-bottom: 1px solid var(--em-line);
  vertical-align: middle;
  background: #fdfbf7;
  color: #4f4f4f;
  font-size: 12px;
}
body.em-account-body .em-account-table tr:last-child td {
  border-bottom: 0;
}
body.em-account-body .em-reservation-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}
body.em-account-body .em-reservation-cell img {
  width: 62px;
  height: 44px;
  object-fit: cover;
  border-radius: 6px;
}
body.em-account-body .em-status {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 9px;
  border-radius: 5px;
  border: 1px solid;
  font-size: 11px;
  font-weight: 900;
}
body.em-account-body .em-status--success {
  color: #137447;
  background: #ebf8f1;
  border-color: #9bd4b5;
}
body.em-account-body .em-status--warning {
  color: #a05f00;
  background: #fff8e9;
  border-color: #f1d18d;
}
body.em-account-body .em-status--neutral {
  color: #555;
  background: #f5f5f5;
  border-color: #ddd;
}
body.em-account-body .em-action-link {
  color: var(--em-gold-dark);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
body.em-account-body .em-docs-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
}
body.em-account-body .em-doc-card {
  min-height: 170px;
  padding: 18px;
  border: 1px solid var(--em-line);
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 18px rgba(0,0,0,.035);
}
body.em-account-body .em-doc-card__top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
body.em-account-body .em-doc-card__icon {
  font-size: 26px;
  color: #c58a28;
}
body.em-account-body .em-doc-card h3 {
  font-size: 14px;
  margin: 0 0 5px;
}
body.em-account-body .em-doc-card p {
  font-size: 12px;
  color: var(--em-muted);
  margin: 0;
}
body.em-account-body .em-doc-card .em-btn {
  margin-top: auto;
}
body.em-account-body .em-info-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
body.em-account-body .em-info-card {
  padding: 20px;
  border: 1px solid #e4bd61;
  border-radius: 10px;
  background: linear-gradient(180deg,#fff,#fffaf0);
}
body.em-account-body .em-info-card__icon {
  font-size: 24px;
  color: var(--em-gold-dark);
  margin-bottom: 11px;
}
body.em-account-body .em-info-card h3 {
  font-size: 15px;
  margin: 0 0 7px;
}
body.em-account-body .em-info-card p {
  font-size: 12px;
  color: var(--em-muted);
  margin: 0 0 12px;
}
body.em-account-body .em-info-card a {
  font-size: 12px;
  color: var(--em-gold-dark);
  font-weight: 900;
  text-decoration: none;
}
body.em-account-body .em-benefits {
  background: linear-gradient(90deg,#0a0b0c,#17191b);
  color: #fff;
  padding: 30px 0;
}
body.em-account-body .em-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}
body.em-account-body .em-benefit {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
body.em-account-body .em-benefit__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid var(--em-gold);
  border-radius: 50%;
  color: var(--em-gold-light);
  font-size: 20px;
}
body.em-account-body .em-benefit h3 {
  font-size: 14px;
  margin: 0 0 4px;
}
body.em-account-body .em-benefit p {
  font-size: 12px;
  color: rgba(255,255,255,.68);
  margin: 0;
}
body.em-account-body .em-footer {
  padding: 48px 0 18px;
  background: #090a0b;
  color: #fff;
}
body.em-account-body .em-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr .85fr .95fr 1.05fr;
  gap: 42px;
}
body.em-account-body .em-footer h3 {
  font-size: 14px;
  color: var(--em-gold-light);
  margin: 0 0 15px;
}
body.em-account-body .em-footer p {
  font-size: 13px;
  color: rgba(255,255,255,.72);
}
body.em-account-body .em-footer a {
  font-size: 13px;
  color: rgba(255,255,255,.72);
  text-decoration: none;
}
body.em-account-body .em-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}
body.em-account-body .em-footer__brand {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
body.em-account-body .em-footer__brand .em-brand__mark {
  margin: 0;
}
body.em-account-body .em-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(215,173,69,.28);
  font-size: 12px;
  color: rgba(255,255,255,.62);
}
body.em-account-body .em-mobile-cta {
  display: none;
}
body.em-account-body .em-my-account-wrap .woocommerce {
  display: grid;
  grid-template-columns: 270px minmax(0,1fr);
  gap: 38px;
  align-items: start;
}
body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-navigation {
  width: auto;
  float: none;
  margin: 0;
  position: sticky;
  top: 104px;
}
body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  box-shadow: var(--em-shadow-card);
}
body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-navigation li {
  margin: 0;
}
body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid var(--em-line);
  text-decoration: none;
  color: #333;
  font-weight: 800;
  font-size: 14px;
}
body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-navigation li:last-child a {
  border-bottom: 0;
}
body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-navigation li.is-active a {
  background: linear-gradient(90deg,#0b0c0d,#1d1f21);
  color: #fff;
}
body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-content {
  width: auto;
  float: none;
  min-width: 0;
}
body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-content>p:first-child {
  padding: 22px;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  background: #fff;
}
body.em-account-body .em-my-account-wrap table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--em-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
body.em-account-body .em-my-account-wrap table.shop_table th {
  padding: 14px;
  border: 0;
  border-bottom: 1px solid var(--em-line);
  font-size: 13px;
}
body.em-account-body .em-my-account-wrap table.shop_table td {
  padding: 14px;
  border: 0;
  border-bottom: 1px solid var(--em-line);
  font-size: 13px;
}
body.em-account-body .em-my-account-wrap table.shop_table tr:last-child td {
  border-bottom: 0;
}
body.em-account-body .em-my-account-wrap .woocommerce-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--em-gold);
  border-radius: 7px;
  background: #fff;
  color: var(--em-gold-dark);
  font-weight: 900;
}
body.em-account-body .em-my-account-wrap button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--em-gold);
  border-radius: 7px;
  background: #fff;
  color: var(--em-gold-dark);
  font-weight: 900;
}
body.em-account-body .em-my-account-wrap input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--em-gold);
  border-radius: 7px;
  background: #fff;
  color: var(--em-gold-dark);
  font-weight: 900;
}
body.em-account-body .em-my-account-wrap .woocommerce-button:hover {
  background: var(--em-gold);
  color: #17120a;
}
body.em-account-body .em-my-account-wrap button.button:hover {
  background: var(--em-gold);
  color: #17120a;
}
body.em-account-body .em-my-account-wrap .woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
body.em-account-body .em-my-account-wrap .woocommerce-Address {
  width: auto;
  float: none;
  padding: 22px;
  border: 1px solid var(--em-line);
  border-radius: 12px;
}
body.em-account-body .em-my-account-wrap .woocommerce-EditAccountForm fieldset {
  margin: 25px 0;
  padding: 20px;
  border: 1px solid var(--em-line);
  border-radius: 12px;
}
body.em-account-body .em-my-account-wrap .form-row {
  margin-bottom: 15px;
}
body.em-account-body .em-my-account-wrap label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 900;
}
body.em-account-body .em-my-account-wrap input.input-text {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 10px 13px;
  font: inherit;
}
body.em-account-body .em-my-account-wrap select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 10px 13px;
  font: inherit;
}
body.em-account-body .em-my-account-wrap textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 10px 13px;
  font: inherit;
}
body.em-account-body .em-my-account-wrap input:focus {
  outline: 0;
  border-color: var(--em-gold);
  box-shadow: 0 0 0 3px rgba(215,173,69,.16);
}
body.em-account-body .em-my-account-wrap select:focus {
  outline: 0;
  border-color: var(--em-gold);
  box-shadow: 0 0 0 3px rgba(215,173,69,.16);
}
body.em-account-body .em-my-account-wrap textarea:focus {
  outline: 0;
  border-color: var(--em-gold);
  box-shadow: 0 0 0 3px rgba(215,173,69,.16);
}
body.em-account-body .em-my-account-wrap .woocommerce-message {
  padding: 16px 18px 16px 48px;
  border: 1px solid var(--em-line);
  border-top: 3px solid var(--em-gold);
  border-radius: 8px;
  background: #fff;
}
body.em-account-body .em-my-account-wrap .woocommerce-info {
  padding: 16px 18px 16px 48px;
  border: 1px solid var(--em-line);
  border-top: 3px solid var(--em-gold);
  border-radius: 8px;
  background: #fff;
}
body.em-account-body .em-my-account-wrap .woocommerce-error {
  padding: 16px 18px 16px 48px;
  border: 1px solid var(--em-line);
  border-top: 3px solid var(--em-gold);
  border-radius: 8px;
  background: #fff;
}

@media (max-width:1020px) {
  body.em-account-body .em-topbar__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 76px;
  }
  body.em-account-body .em-brand {
    order: -1;
    text-align: left;
    min-width: 0;
  }
  body.em-account-body .em-brand__mark {
    width: 46px;
    height: 46px;
    margin: 0;
    font-size: 23px;
  }
  body.em-account-body .em-brand__name {
    display: none;
  }
  body.em-account-body .em-nav {
    display: none;
  }
  body.em-account-body .em-account-layout {
    grid-template-columns: 1fr;
  }
  body.em-account-body .em-my-account-wrap .woocommerce {
    grid-template-columns: 1fr;
  }
  body.em-account-body .em-footer__grid {
    grid-template-columns: 1fr;
  }
  body.em-account-body .em-account-aside {
    position: static;
  }
  body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-navigation {
    position: static;
  }
  body.em-account-body .em-stats {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-account-body .em-docs-grid {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-account-body .em-benefits__grid {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-account-body .em-account-menu {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  body.em-account-body .em-account-menu a {
    border-right: 1px solid var(--em-line);
  }
  body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-navigation a {
    border-right: 1px solid var(--em-line);
  }
  body.em-account-body .em-mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    z-index: 100;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(12,13,14,.9);
    backdrop-filter: blur(8px);
    padding: 10px;
    border-radius: 16px;
  }
  body.em-account-body .em-mobile-cta .em-btn {
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }
}

@media (max-width:720px) {
  body.em-account-body .em-container {
    width: min(calc(100% - 24px),var(--em-container));
  }
  body.em-account-body .em-account-hero {
    min-height: 300px;
  }
  body.em-account-body .em-account-section {
    padding: 38px 0 58px;
  }
  body.em-account-body .em-welcome {
    align-items: flex-start;
  }
  body.em-account-body .em-avatar {
    width: 56px;
    height: 56px;
  }
  body.em-account-body .em-welcome h2 {
    font-size: 23px;
  }
  body.em-account-body .em-stats {
    grid-template-columns: 1fr;
  }
  body.em-account-body .em-docs-grid {
    grid-template-columns: 1fr;
  }
  body.em-account-body .em-info-grid {
    grid-template-columns: 1fr;
  }
  body.em-account-body .em-benefits__grid {
    grid-template-columns: 1fr;
  }
  body.em-account-body .em-my-account-wrap .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
  body.em-account-body .em-account-menu {
    grid-template-columns: 1fr;
  }
  body.em-account-body .em-my-account-wrap .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }
  body.em-account-body .em-table-card {
    overflow: auto;
  }
  body.em-account-body .em-account-table {
    min-width: 780px;
  }
  body.em-account-body .em-footer__bottom {
    display: block;
  }
  body.em-account-body .em-section-heading {
    align-items: flex-start;
  }
  body.em-account-body .em-account-hero h1 {
    font-size: 43px;
  }
}

/* =====================================================================
   NORMAS Y RESERVAS
   Fuente: eventos-metropolitano-normas-reservas.css
   Ámbito: body.em-rules-body
   ===================================================================== */
body.em-rules-body {
  margin: 0;
  font-family: var(--em-font);
  color: var(--em-text);
  background: var(--em-offwhite);
  line-height: 1.62;
}
body.em-rules-body a {
  color: inherit;
}
body.em-rules-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.em-rules-body .em-container {
  width: min(calc(100% - 40px),var(--em-container));
  margin-inline: auto;
}
body.em-rules-body .em-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px,1px,1px,1px) !important;
  white-space: nowrap !important;
}
body.em-rules-body .em-topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(90deg,#f6e49f 0%,#f2cf67 48%,#f8e8ac 100%);
  color: #080808;
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
body.em-rules-body .em-topbar__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
body.em-rules-body .em-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
  font-weight: 750;
}
body.em-rules-body .em-nav--right {
  justify-content: flex-end;
}
body.em-rules-body .em-nav a {
  text-decoration: none;
  white-space: nowrap;
}
body.em-rules-body .em-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.em-rules-body .em-brand {
  text-align: center;
  min-width: 125px;
  text-decoration: none;
}
body.em-rules-body .em-brand__mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 4px;
  background: #111;
  border: 2px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font: 700 26px Georgia,serif;
  letter-spacing: .06em;
}
body.em-rules-body .em-brand__name {
  font-family: Georgia,serif;
  font-size: 14px;
  line-height: 1;
  display: block;
}
body.em-rules-body .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 7px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .2s ease;
}
body.em-rules-body .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
body.em-rules-body .em-btn--black {
  background: #050505;
  color: #fff;
}
body.em-rules-body .em-btn--gold {
  background: linear-gradient(90deg,#d7b65a,#f8e1a2);
  color: #111;
  border-color: #d7b65a;
}
body.em-rules-body .em-btn--white {
  background: #fff;
  color: #111;
  border-color: rgba(0,0,0,.14);
}
body.em-rules-body .em-btn--small {
  min-height: 40px;
  padding-inline: 17px;
  font-size: 13px;
}
body.em-rules-body .em-rules-hero {
  position: relative;
  color: #fff;
  background: #111 center/cover no-repeat;
  overflow: hidden;
}
body.em-rules-body .em-rules-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.30) 100%);
}
body.em-rules-body .em-rules-hero__inner {
  position: relative;
  z-index: 2;
  padding: clamp(72px,9vw,126px) 0 clamp(52px,7vw,88px);
  max-width: 900px;
}
body.em-rules-body .em-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 22px;
  font-size: 13px;
  color: rgba(255,255,255,.78);
}
body.em-rules-body .em-breadcrumb a {
  text-decoration: none;
  color: #fff;
}
body.em-rules-body .em-kicker {
  margin: 0 0 11px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--em-gold-soft);
}
body.em-rules-body .em-rules-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(39px,5.8vw,72px);
  line-height: 1.02;
  letter-spacing: -.05em;
}
body.em-rules-body .em-rules-hero__lead {
  margin: 0 0 26px;
  max-width: 790px;
  font-size: clamp(17px,2vw,21px);
  color: rgba(255,255,255,.91);
}
body.em-rules-body .em-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
body.em-rules-body .em-summary {
  position: relative;
  z-index: 4;
  margin-top: -34px;
}
body.em-rules-body .em-summary__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 20px;
  box-shadow: var(--em-shadow);
  overflow: hidden;
}
body.em-rules-body .em-summary__item {
  padding: 22px 20px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  border-right: 1px solid var(--em-line);
}
body.em-rules-body .em-summary__item:last-child {
  border-right: 0;
}
body.em-rules-body .em-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--em-cream);
  color: var(--em-gold-dark);
  font-size: 20px;
  font-weight: 900;
}
body.em-rules-body .em-summary__item strong {
  display: block;
  font-size: 14px;
}
body.em-rules-body .em-summary__item span {
  display: block;
  color: var(--em-muted);
  font-size: 13px;
  line-height: 1.35;
}
body.em-rules-body .em-rules-wrap {
  padding: clamp(58px,7vw,92px) 0;
}
body.em-rules-body .em-rules-grid {
  display: grid;
  grid-template-columns: 300px minmax(0,1fr);
  gap: clamp(28px,4vw,52px);
  align-items: start;
}
body.em-rules-body .em-rules-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}
body.em-rules-body .em-side-card {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,.035);
}
body.em-rules-body .em-side-card__head {
  padding: 18px 20px;
  border-bottom: 1px solid var(--em-line);
}
body.em-rules-body .em-side-card__head h2 {
  margin: 0;
  font-size: 16px;
}
body.em-rules-body .em-side-card__head h3 {
  margin: 0;
  font-size: 16px;
}
body.em-rules-body .em-toc {
  list-style: none;
  margin: 0;
  padding: 10px;
  display: grid;
  gap: 3px;
}
body.em-rules-body .em-toc a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
}
body.em-rules-body .em-toc a:hover {
  background: var(--em-cream);
}
body.em-rules-body .em-toc small {
  color: var(--em-muted);
}
body.em-rules-body .em-help {
  padding: 18px 20px;
}
body.em-rules-body .em-help p {
  margin: 0 0 13px;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-rules-body .em-help strong {
  display: block;
  color: #111;
  margin-bottom: 4px;
}
body.em-rules-body .em-rules-content {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 24px;
  box-shadow: var(--em-shadow);
  padding: clamp(28px,5vw,58px);
}
body.em-rules-body .em-alert {
  border: 1px solid rgba(215,182,90,.55);
  background: #fff8df;
  border-radius: 16px;
  padding: 18px 20px;
  margin: 0 0 32px;
  color: #423000;
}
body.em-rules-body .em-alert strong {
  display: block;
  margin-bottom: 4px;
}
body.em-rules-body .em-rules-content h2 {
  margin: 44px 0 16px;
  font-size: clamp(26px,3vw,34px);
  line-height: 1.12;
  letter-spacing: -.035em;
  scroll-margin-top: 118px;
}
body.em-rules-body .em-rules-content h2:first-of-type {
  margin-top: 0;
}
body.em-rules-body .em-rules-content h3 {
  margin: 27px 0 10px;
  font-size: 21px;
  line-height: 1.22;
}
body.em-rules-body .em-rules-content p {
  margin: 0 0 16px;
  color: #363636;
}
body.em-rules-body .em-rules-content ul {
  margin: 0 0 22px 22px;
  padding: 0;
  color: #343434;
}
body.em-rules-body .em-rules-content ol {
  margin: 0 0 22px 22px;
  padding: 0;
  color: #343434;
}
body.em-rules-body .em-rules-content li {
  margin-bottom: 8px;
}
body.em-rules-body .em-rules-content a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.em-rules-body .em-note {
  margin: 30px 0;
  padding: 20px 22px;
  border-left: 5px solid var(--em-gold);
  background: var(--em-offwhite);
  border-radius: 0 14px 14px 0;
}
body.em-rules-body .em-note--warning {
  border-left-color: #b37916;
  background: #fff6dc;
}
body.em-rules-body .em-note--danger {
  border-left-color: #9f2a2a;
  background: #fff2f2;
}
body.em-rules-body .em-process {
  display: grid;
  gap: 14px;
  margin: 24px 0 34px;
}
body.em-rules-body .em-process__step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 19px;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  background: #fff;
}
body.em-rules-body .em-process__number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #111;
  color: var(--em-gold-soft);
  font-size: 18px;
  font-weight: 900;
}
body.em-rules-body .em-process__step h3 {
  margin: 1px 0 5px;
  font-size: 18px;
}
body.em-rules-body .em-process__step p {
  margin: 0;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-rules-body .em-rule-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin: 20px 0 30px;
}
body.em-rules-body .em-rule-card {
  padding: 19px;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  background: #fff;
}
body.em-rules-body .em-rule-card__top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 8px;
}
body.em-rules-body .em-rule-card__top span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff0f0;
  color: var(--em-danger);
  font-weight: 900;
}
body.em-rules-body .em-rule-card h3 {
  margin: 0;
  font-size: 16px;
}
body.em-rules-body .em-rule-card p {
  margin: 0;
  color: var(--em-muted);
  font-size: 14px;
}
body.em-rules-body .em-rules-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0;
  border: 1px solid var(--em-line);
  border-radius: 15px;
  overflow: hidden;
  font-size: 14px;
}
body.em-rules-body .em-rules-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--em-line);
  text-align: left;
  vertical-align: top;
}
body.em-rules-body .em-rules-content th {
  padding: 14px 16px;
  border-bottom: 1px solid var(--em-line);
  text-align: left;
  vertical-align: top;
  background: #111;
  color: var(--em-gold-soft);
  font-weight: 900;
}
body.em-rules-body .em-rules-content tr:last-child td {
  border-bottom: 0;
}
body.em-rules-body .em-related {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}
body.em-rules-body .em-related a {
  display: grid;
  gap: 5px;
  padding: 17px;
  border: 1px solid var(--em-line);
  border-radius: 15px;
  text-decoration: none;
  background: #fff;
}
body.em-rules-body .em-related a:hover {
  border-color: #111;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
body.em-rules-body .em-related span {
  font-size: 13px;
  color: var(--em-muted);
}
body.em-rules-body .em-updated {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--em-line);
  font-size: 14px;
  color: var(--em-muted);
}
body.em-rules-body .em-rules-cta {
  margin-top: 36px;
  background: #080808;
  color: #fff;
  border-radius: 22px;
  padding: clamp(24px,4vw,40px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
body.em-rules-body .em-rules-cta h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(25px,3.4vw,40px);
}
body.em-rules-body .em-rules-cta p {
  margin: 0;
  color: rgba(255,255,255,.78);
}
body.em-rules-body .em-rules-cta__actions {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
body.em-rules-body .em-footer {
  background: #080808;
  color: #fff;
  padding: 34px 0;
}
body.em-rules-body .em-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
}
body.em-rules-body .em-footer h3 {
  margin: 0 0 11px;
  font-size: 14px;
  color: var(--em-gold-soft);
}
body.em-rules-body .em-footer p {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-rules-body .em-footer a {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
}
body.em-rules-body .em-footer a:hover {
  color: #fff;
}
body.em-rules-body .em-footer__brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
body.em-rules-body .em-footer__mark {
  width: 46px;
  height: 46px;
  border: 1px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-weight: 900;
}
body.em-rules-body .em-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

@media (max-width:1100px) {
  body.em-rules-body .em-topbar__inner {
    grid-template-columns: 1fr auto;
  }
  body.em-rules-body .em-nav--left {
    display: none;
  }
  body.em-rules-body .em-rules-grid {
    grid-template-columns: 1fr;
  }
  body.em-rules-body .em-rules-sidebar {
    position: static;
    order: 2;
  }
  body.em-rules-body .em-rules-content {
    order: 1;
  }
  body.em-rules-body .em-summary__grid {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-rules-body .em-summary__item:nth-child(2) {
    border-right: 0;
  }
  body.em-rules-body .em-summary__item:nth-child(-n/**/+2) {
    border-bottom: 1px solid var(--em-line);
  }
  body.em-rules-body .em-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:760px) {
  body.em-rules-body .em-container {
    width: min(calc(100% - 28px),var(--em-container));
  }
  body.em-rules-body .em-topbar__inner {
    min-height: 74px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.em-rules-body .em-nav {
    display: none;
  }
  body.em-rules-body .em-brand__mark {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  body.em-rules-body .em-rules-hero__inner {
    padding: 50px 0 58px;
  }
  body.em-rules-body .em-summary {
    margin-top: -22px;
  }
  body.em-rules-body .em-summary__grid {
    grid-template-columns: 1fr;
  }
  body.em-rules-body .em-summary__item {
    border-right: 0;
    border-bottom: 1px solid var(--em-line) !important;
  }
  body.em-rules-body .em-summary__item:last-child {
    border-bottom: 0 !important;
  }
  body.em-rules-body .em-rules-content {
    padding: 24px 18px;
    border-radius: 18px;
  }
  body.em-rules-body .em-rule-grid {
    grid-template-columns: 1fr;
  }
  body.em-rules-body .em-related {
    grid-template-columns: 1fr;
  }
  body.em-rules-body .em-rules-cta {
    grid-template-columns: 1fr;
  }
  body.em-rules-body .em-rules-cta__actions {
    flex-direction: column;
  }
  body.em-rules-body .em-btn {
    width: 100%;
  }
  body.em-rules-body .em-footer__inner {
    grid-template-columns: 1fr;
  }
}

/* =====================================================================
   NUESTROS PRECIOS
   Fuente: eventos-metropolitano-nuestros-precios.css
   Ámbito: body.em-prices-page
   ===================================================================== */
body.em-prices-page {
  margin: 0;
  background: var(--em-offwhite);
  color: var(--em-text);
  font-family: var(--em-font);
  line-height: 1.55;
}
body.em-prices-page a {
  color: inherit;
}
body.em-prices-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.em-prices-page .em-container {
  width: min(calc(100% - 40px),var(--em-container));
  margin-inline: auto;
}
body.em-prices-page .em-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg,#f6e49f 0%,#f2cf67 48%,#f8e8ac 100%);
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
body.em-prices-page .em-topbar__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
}
body.em-prices-page .em-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
  font-weight: 750;
}
body.em-prices-page .em-nav--right {
  justify-content: flex-end;
}
body.em-prices-page .em-nav a {
  text-decoration: none;
  white-space: nowrap;
}
body.em-prices-page .em-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body.em-prices-page .em-nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body.em-prices-page .em-brand {
  text-align: center;
  min-width: 126px;
}
body.em-prices-page .em-brand__mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 4px;
  background: #111;
  border: 2px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font: 700 26px Georgia,serif;
  letter-spacing: .06em;
}
body.em-prices-page .em-brand__name {
  font: 14px/1 Georgia,serif;
}
body.em-prices-page .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease,box-shadow .2s ease,background .2s ease;
}
body.em-prices-page .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-card);
}
body.em-prices-page .em-btn--black {
  background: #080808;
  color: #fff;
}
body.em-prices-page .em-btn--gold {
  background: linear-gradient(135deg,#edc867,#c99220);
  color: #111;
}
body.em-prices-page .em-btn--white {
  background: #fff;
  color: #111;
}
body.em-prices-page .em-btn--outline {
  border-color: #171717;
  background: transparent;
}
body.em-prices-page .em-btn--outline-gold {
  border-color: var(--em-gold);
  color: #9b6f10;
  background: #fff;
}
body.em-prices-page .em-btn--sm {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 13px;
}
body.em-prices-page .em-hero {
  position: relative;
  min-height: 490px;
  background: #111 url("assets/hero-precios.jpg") center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}
body.em-prices-page .em-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.68) 46%,rgba(0,0,0,.24) 100%);
}
body.em-prices-page .em-hero__inner {
  position: relative;
  z-index: 2;
  padding: 78px 0;
}
body.em-prices-page .em-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 22px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
body.em-prices-page .em-breadcrumb a {
  text-decoration: none;
}
body.em-prices-page .em-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(44px,5vw,68px);
  line-height: .98;
  letter-spacing: -.045em;
}
body.em-prices-page .em-hero__lead {
  max-width: 690px;
  margin: 0 0 30px;
  font-size: clamp(17px,2vw,21px);
  color: rgba(255,255,255,.91);
}
body.em-prices-page .em-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
body.em-prices-page .em-hero__note {
  margin-top: 18px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
body.em-prices-page .em-trustbar {
  background: #101011;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
}
body.em-prices-page .em-trustbar__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  padding: 20px 0;
}
body.em-prices-page .em-trust {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
}
body.em-prices-page .em-trust__icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(217,173,59,.65);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-size: 19px;
}
body.em-prices-page .em-trust strong {
  display: block;
  font-size: 13px;
}
body.em-prices-page .em-trust span {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,.66);
}
body.em-prices-page .em-section {
  padding: clamp(58px,7vw,96px) 0;
}
body.em-prices-page .em-section--white {
  background: #fff;
}
body.em-prices-page .em-section--soft {
  background: linear-gradient(180deg,#fbfaf7,#f7f1e5);
}
body.em-prices-page .em-section__head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
body.em-prices-page .em-kicker {
  margin: 0 0 9px;
  color: #8d6512;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
}
body.em-prices-page .em-section h2 {
  margin: 0;
  font-size: clamp(32px,4vw,48px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
body.em-prices-page .em-section__head>p:last-child {
  margin: 15px auto 0;
  color: var(--em-muted);
  font-size: 17px;
}
body.em-prices-page .em-price-overview {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
body.em-prices-page .em-overview-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--em-shadow);
  color: #fff;
}
body.em-prices-page .em-overview-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.em-prices-page .em-overview-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.87));
}
body.em-prices-page .em-overview-card__body {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 26px;
}
body.em-prices-page .em-overview-card__label {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(217,173,59,.92);
  color: #111;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
body.em-prices-page .em-overview-card h3 {
  margin: 12px 0 4px;
  font-size: 25px;
  line-height: 1.08;
}
body.em-prices-page .em-overview-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
}
body.em-prices-page .em-overview-card__price {
  margin-top: 14px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}
body.em-prices-page .em-overview-card__price small {
  padding-bottom: 7px;
  color: rgba(255,255,255,.72);
}
body.em-prices-page .em-overview-card__price strong {
  font-size: 43px;
  line-height: 1;
  color: var(--em-gold-soft);
}
body.em-prices-page .em-dynamic-panel {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(0,0,0,.04);
}
body.em-prices-page .em-filters {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 18px;
  align-items: end;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--em-line);
}
body.em-prices-page .em-filter-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 850;
  color: #343434;
}
body.em-prices-page .em-filter-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
body.em-prices-page .em-filter-button {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--em-line);
  background: #fff;
  color: #333;
  font-weight: 750;
  font-size: 12px;
  cursor: pointer;
}
body.em-prices-page .em-filter-button:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}
body.em-prices-page .em-filter-button.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}
body.em-prices-page .em-sort {
  min-height: 42px;
  border: 1px solid var(--em-line);
  border-radius: 9px;
  background: #fff;
  padding: 0 36px 0 12px;
  color: #333;
  font: 700 12px var(--em-font);
}
body.em-prices-page .em-filter-status {
  margin: 16px 0 0;
  color: var(--em-muted);
  font-size: 13px;
}
body.em-prices-page .em-dynamic-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 22px;
}
body.em-prices-page .em-tariff-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
  transition: .2s ease;
}
body.em-prices-page .em-tariff-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--em-shadow-card);
}
body.em-prices-page .em-tariff-card.is-featured {
  border-color: rgba(217,173,59,.7);
}
body.em-prices-page .em-tariff-card[hidden] {
  display: none !important;
}
body.em-prices-page .em-tariff-card__top {
  padding: 19px 20px;
  background: #111;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}
body.em-prices-page .em-tariff-card.is-featured .em-tariff-card__top {
  background: linear-gradient(135deg,#1b1b1d,#080808);
}
body.em-prices-page .em-tariff-card__top h3 {
  margin: 0;
  font-size: 17px;
}
body.em-prices-page .em-badge {
  white-space: nowrap;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--em-gold);
  color: #111;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
body.em-prices-page .em-tariff-card__body {
  padding: 21px;
}
body.em-prices-page .em-tariff-card__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
body.em-prices-page .em-chip {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f5f1e8;
  color: #66511f;
  font-size: 11px;
  font-weight: 800;
}
body.em-prices-page .em-tariff-card__price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 8px 0 15px;
}
body.em-prices-page .em-tariff-card__price small {
  padding-bottom: 8px;
  color: var(--em-muted);
}
body.em-prices-page .em-tariff-card__price strong {
  font-size: 46px;
  line-height: 1;
  color: #d99c14;
  letter-spacing: -.04em;
}
body.em-prices-page .em-old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
}
body.em-prices-page .em-tariff-card__schedule {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  margin: 12px 0;
  padding: 12px 0;
  border-top: 1px solid var(--em-line);
  border-bottom: 1px solid var(--em-line);
  font-size: 13px;
}
body.em-prices-page .em-tariff-card__description {
  min-height: 62px;
  margin: 0 0 17px;
  color: var(--em-muted);
  font-size: 13px;
}
body.em-prices-page .em-tariff-card__footer {
  display: grid;
  gap: 9px;
}
body.em-prices-page .em-tariff-card__footer .em-btn {
  width: 100%;
}
body.em-prices-page .em-empty {
  display: none;
  margin: 24px 0 0;
  padding: 20px;
  border-radius: 12px;
  background: #fff4dd;
  border: 1px solid #efd18b;
  color: #6f5319;
}
body.em-prices-page .em-empty.is-visible {
  display: block;
}
body.em-prices-page .em-table-wrap {
  overflow: auto;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}
body.em-prices-page .em-price-table {
  width: 100%;
  min-width: 830px;
  border-collapse: collapse;
}
body.em-prices-page .em-price-table th {
  padding: 17px 18px;
  text-align: left;
  border-bottom: 1px solid var(--em-line);
}
body.em-prices-page .em-price-table thead th {
  background: #111;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .07em;
}
body.em-prices-page .em-price-table tbody th {
  font-size: 14px;
}
body.em-prices-page .em-price-table td {
  padding: 17px 18px;
  text-align: left;
  border-bottom: 1px solid var(--em-line);
  font-size: 13px;
  color: #555;
}
body.em-prices-page .em-price-table strong {
  color: #d28e00;
  font-size: 17px;
}
body.em-prices-page .em-price-table tr:last-child th {
  border-bottom: 0;
}
body.em-prices-page .em-price-table tr:last-child td {
  border-bottom: 0;
}
body.em-prices-page .em-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
body.em-prices-page .em-details-card {
  padding: 28px;
  border: 1px solid var(--em-line);
  background: #fff;
  border-radius: 18px;
}
body.em-prices-page .em-details-card h3 {
  margin: 0 0 17px;
  font-size: 22px;
}
body.em-prices-page .em-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
body.em-prices-page .em-checklist li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  color: #4f4f4f;
  font-size: 14px;
}
body.em-prices-page .em-checklist li:before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e8f5ed;
  color: var(--em-success);
  display: grid;
  place-items: center;
  font-weight: 900;
}
body.em-prices-page .em-checklist--no li:before {
  content: "i";
  background: #fff1d7;
  color: #9d6c08;
}
body.em-prices-page .em-deposit {
  margin-top: 22px;
  padding: 24px;
  border: 1px solid rgba(217,173,59,.55);
  border-radius: 18px;
  background: linear-gradient(135deg,#fff9ec,#f8e6b4);
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 18px;
  align-items: center;
}
body.em-prices-page .em-deposit__icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: #111;
  color: var(--em-gold);
  display: grid;
  place-items: center;
  font-size: 28px;
}
body.em-prices-page .em-deposit h3 {
  margin: 0 0 3px;
}
body.em-prices-page .em-deposit p {
  margin: 0;
  color: #675834;
  font-size: 13px;
}
body.em-prices-page .em-deposit strong {
  font-size: 28px;
  color: #111;
}
body.em-prices-page .em-steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
  margin-top: 35px;
}
body.em-prices-page .em-step {
  text-align: center;
}
body.em-prices-page .em-step__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 14px;
  border: 1px solid var(--em-line);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 27px;
  color: #b27c09;
}
body.em-prices-page .em-step h3 {
  margin: 0 0 7px;
  font-size: 14px;
}
body.em-prices-page .em-step p {
  margin: 0;
  color: var(--em-muted);
  font-size: 12px;
}
body.em-prices-page .em-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  margin-top: 40px;
  padding: 30px;
  border-radius: 18px;
  background: linear-gradient(135deg,#171719,#050505);
  color: #fff;
}
body.em-prices-page .em-callout h3 {
  margin: 0 0 7px;
  font-size: 28px;
}
body.em-prices-page .em-callout p {
  margin: 0;
  color: rgba(255,255,255,.7);
}
body.em-prices-page .em-callout__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
body.em-prices-page .em-faq {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
body.em-prices-page .em-faq details {
  border: 1px solid var(--em-line);
  border-radius: 12px;
  background: #fff;
  padding: 0 18px;
}
body.em-prices-page .em-faq summary {
  cursor: pointer;
  padding: 17px 0;
  font-weight: 800;
}
body.em-prices-page .em-faq p {
  margin: 0;
  padding: 0 0 17px;
  color: var(--em-muted);
}
body.em-prices-page .em-footer {
  background: #0a0a0b;
  color: #fff;
  padding: 55px 0 22px;
}
body.em-prices-page .em-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3,1fr);
  gap: 44px;
}
body.em-prices-page .em-footer__logo {
  display: flex;
  align-items: center;
  gap: 13px;
}
body.em-prices-page .em-footer__mark {
  width: 54px;
  height: 54px;
  border: 2px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font: 25px Georgia,serif;
}
body.em-prices-page .em-footer h3 {
  margin: 0 0 14px;
  color: var(--em-gold-soft);
  font-size: 14px;
}
body.em-prices-page .em-footer a {
  display: block;
  margin: 0 0 9px;
  color: rgba(255,255,255,.74);
  text-decoration: none;
  font-size: 13px;
}
body.em-prices-page .em-footer p {
  display: block;
  margin: 0 0 9px;
  color: rgba(255,255,255,.74);
  text-decoration: none;
  font-size: 13px;
}
body.em-prices-page .em-footer__bottom {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.13);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.52);
  font-size: 11px;
}
body.em-prices-page .em-mobile-cta {
  display: none;
}

@media (max-width:980px) {
  body.em-prices-page .em-topbar__inner {
    grid-template-columns: auto 1fr;
  }
  body.em-prices-page .em-nav--left {
    display: none;
  }
  body.em-prices-page .em-brand {
    grid-column: 1;
  }
  body.em-prices-page .em-nav--right {
    grid-column: 2;
  }
  body.em-prices-page .em-nav--right a:not(.em-btn) {
    display: none;
  }
  body.em-prices-page .em-trustbar__grid {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-prices-page .em-price-overview {
    grid-template-columns: 1fr 1fr;
  }
  body.em-prices-page .em-dynamic-grid {
    grid-template-columns: 1fr 1fr;
  }
  body.em-prices-page .em-filters {
    grid-template-columns: 1fr;
  }
  body.em-prices-page .em-details-grid {
    grid-template-columns: 1fr;
  }
  body.em-prices-page .em-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  body.em-prices-page .em-callout {
    grid-template-columns: 1fr;
  }
  body.em-prices-page .em-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:680px) {
  body.em-prices-page .em-container {
    width: min(calc(100% - 26px),var(--em-container));
  }
  body.em-prices-page .em-topbar__inner {
    min-height: 72px;
  }
  body.em-prices-page .em-brand__mark {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
  body.em-prices-page .em-brand__name {
    display: none;
  }
  body.em-prices-page .em-nav--right .em-btn {
    min-height: 42px;
    padding-inline: 13px;
    font-size: 12px;
  }
  body.em-prices-page .em-hero {
    min-height: 440px;
  }
  body.em-prices-page .em-hero__inner {
    padding: 62px 0;
  }
  body.em-prices-page .em-hero h1 {
    font-size: 43px;
  }
  body.em-prices-page .em-price-overview {
    grid-template-columns: 1fr;
  }
  body.em-prices-page .em-dynamic-grid {
    grid-template-columns: 1fr;
  }
  body.em-prices-page .em-steps {
    grid-template-columns: 1fr;
  }
  body.em-prices-page .em-footer__grid {
    grid-template-columns: 1fr;
  }
  body.em-prices-page .em-trustbar__grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  body.em-prices-page .em-overview-card {
    min-height: 285px;
  }
  body.em-prices-page .em-dynamic-panel {
    padding: 15px;
  }
  body.em-prices-page .em-deposit {
    grid-template-columns: 52px 1fr;
  }
  body.em-prices-page .em-deposit strong {
    grid-column: 2;
  }
  body.em-prices-page .em-footer__bottom {
    flex-direction: column;
  }
  body.em-prices-page .em-mobile-cta {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 9px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -8px 30px rgba(0,0,0,.12);
  }
  body.em-prices-page {
    padding-bottom: 72px;
  }
}

/* =====================================================================
   RESERVAS
   Fuente: eventos-metropolitano-reservas.css
   Ámbito: body.em-reservas-body
   ===================================================================== */
body.em-reservas-body {
  margin: 0;
  font-family: var(--em-font);
  color: var(--em-text);
  background: linear-gradient(180deg,#fffaf0 0,#fff 46%,#f9f3e8 100%);
  line-height: 1.55;
}
body.em-reservas-body a {
  color: inherit;
  text-decoration: none;
}
body.em-reservas-body img {
  max-width: 100%;
  display: block;
}
body.em-reservas-body .em-container {
  width: min(var(--em-container),calc(100% - 40px));
  margin-inline: auto;
}
body.em-reservas-body .em-kicker {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--em-gold-dark);
  margin: 0 0 10px;
}
body.em-reservas-body .em-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg,#ffe7a8 0%,#f7d67c 100%);
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
body.em-reservas-body .em-nav {
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
body.em-reservas-body .em-nav__links {
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
}
body.em-reservas-body .em-nav__links--right {
  justify-content: flex-end;
}
body.em-reservas-body .em-nav a[aria-current="page"] {
  border-bottom: 3px solid var(--em-black);
  padding-bottom: 8px;
}
body.em-reservas-body .em-logo {
  display: grid;
  place-items: center;
  text-align: center;
  min-width: 132px;
}
body.em-reservas-body .em-logo__mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: #090909;
  border: 2px solid var(--em-gold);
  color: var(--em-gold);
  font-family: Georgia,serif;
  font-size: 30px;
  line-height: 1;
}
body.em-reservas-body .em-logo__text {
  font-family: Georgia,serif;
  font-size: 16px;
  margin-top: 6px;
}
body.em-reservas-body .em-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 9px;
  padding: 14px 22px;
  font-weight: 900;
  font-size: 15px;
  border: 1px solid transparent;
  transition: .2s ease;
  cursor: pointer;
}
body.em-reservas-body .em-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--em-shadow-soft);
}
body.em-reservas-body .em-btn--dark {
  background: var(--em-black);
  color: #fff;
}
body.em-reservas-body .em-btn--gold {
  background: linear-gradient(180deg,#edc66c,#d9a84c);
  color: #141414;
  border-color: #bd8731;
}
body.em-reservas-body .em-btn--outline {
  background: transparent;
  border-color: rgba(255,255,255,.8);
  color: #fff;
}
body.em-reservas-body .em-btn--outline-gold {
  background: #fff;
  border-color: var(--em-gold);
  color: #C48100;
}
body.em-reservas-body .em-hero {
  min-height: 410px;
  background: linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.58) 47%,rgba(0,0,0,.32)),url("assets/img/hero-reservas.svg") center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}
body.em-reservas-body .em-hero__content {
  width: min(680px,100%);
  padding: 72px 0;
}
body.em-reservas-body .em-hero h1 {
  font-size: clamp(42px,5vw,70px);
  line-height: 1.02;
  margin: 0 0 22px;
  letter-spacing: -.05em;
}
body.em-reservas-body .em-hero p {
  font-size: 18px;
  color: rgba(255,255,255,.88);
  max-width: 680px;
  margin: 0 0 34px;
}
body.em-reservas-body .em-hero__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
body.em-reservas-body .em-section {
  padding: 72px 0;
}
body.em-reservas-body .em-section--soft {
  background: linear-gradient(180deg,#fff7ea,#f7f1e7);
}
body.em-reservas-body .em-section__head {
  text-align: center;
  margin: 0 auto 34px;
  max-width: 760px;
}
body.em-reservas-body .em-section__head h2 {
  font-size: clamp(30px,3.2vw,44px);
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -.03em;
}
body.em-reservas-body .em-section__head p {
  color: var(--em-muted);
  font-size: 17px;
  margin: 0;
}
body.em-reservas-body .em-reserva-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
body.em-reservas-body .em-option-card {
  background: #fff;
  border-radius: var(--em-radius);
  overflow: hidden;
  box-shadow: var(--em-shadow);
  border: 1px solid rgba(216,168,76,.25);
}
body.em-reservas-body .em-option-card__media {
  height: 265px;
  background: #ddd;
}
body.em-reservas-body .em-option-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.em-reservas-body .em-option-card__body {
  padding: 28px;
}
body.em-reservas-body .em-option-card h3 {
  font-size: 28px;
  line-height: 1.02;
  margin: 0 0 14px;
  color: #D29209;
  letter-spacing: -.03em;
}
body.em-reservas-body .em-option-card p {
  margin: 0 0 22px;
  color: var(--em-muted);
  font-size: 15.5px;
}
body.em-reservas-body .em-price-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
  margin-top: 26px;
}
body.em-reservas-body .em-price-card {
  background: #fff;
  border-radius: var(--em-radius);
  box-shadow: var(--em-shadow-soft);
  border: 1px solid rgba(216,168,76,.28);
  overflow: hidden;
}
body.em-reservas-body .em-price-card__top {
  background: linear-gradient(180deg,#151719,#0d0e0f);
  color: #fff;
  text-align: center;
  padding: 22px 18px;
}
body.em-reservas-body .em-price-card__top h3 {
  margin: 0;
  font-size: 24px;
}
body.em-reservas-body .em-price-card__body {
  padding: 30px;
}
body.em-reservas-body .em-from {
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  color: #515151;
  margin: 0;
}
body.em-reservas-body .em-price {
  font-size: 64px;
  line-height: 1;
  text-align: center;
  color: #E2A51D;
  font-weight: 500;
  margin: 4px 0 22px;
  letter-spacing: -.06em;
}
body.em-reservas-body .em-price-card strong {
  display: block;
  margin: 0 0 4px;
}
body.em-reservas-body .em-price-card p {
  margin: 0 0 14px;
  color: #4b5563;
}
body.em-reservas-body .em-divider {
  height: 1px;
  background: var(--em-gold);
  margin: 22px 0;
}
body.em-reservas-body .em-tarifa {
  margin: 0 0 20px;
}
body.em-reservas-body .em-tarifa h4 {
  font-size: 15px;
  margin: 0 0 8px;
}
body.em-reservas-body .em-tarifa ul {
  margin: 0;
  padding-left: 22px;
}
body.em-reservas-body .em-tarifa li {
  margin: 4px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
body.em-reservas-body .em-tarifa b {
  color: #E2A51D;
}
body.em-reservas-body .em-note {
  font-size: 13px;
  color: var(--em-muted);
  background: #fff8e7;
  border: 1px solid #ead49e;
  border-radius: 12px;
  padding: 12px 14px;
  margin-top: 16px;
}
body.em-reservas-body .em-steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 28px;
  position: relative;
}
body.em-reservas-body .em-step {
  text-align: center;
}
body.em-reservas-body .em-step__icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  background: #fff;
  border: 1px solid var(--em-line);
  color: #D29209;
  font-size: 32px;
  box-shadow: var(--em-shadow-soft);
}
body.em-reservas-body .em-step h3 {
  font-size: 16px;
  margin: 0 0 8px;
}
body.em-reservas-body .em-step p {
  font-size: 14px;
  color: var(--em-muted);
  margin: 0;
}
body.em-reservas-body .em-support {
  margin: 72px auto;
  background: linear-gradient(90deg,rgba(10,11,12,.96),rgba(14,15,17,.9)),url("assets/img/cta-reservas.svg") left center/auto 100% no-repeat;
  color: #fff;
  border-radius: 18px;
  box-shadow: var(--em-shadow);
  padding: 36px 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
}
body.em-reservas-body .em-support h2 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 12px;
}
body.em-reservas-body .em-support p {
  margin: 0;
  color: rgba(255,255,255,.75);
  max-width: 640px;
}
body.em-reservas-body .em-support__actions {
  display: grid;
  gap: 12px;
  min-width: 280px;
}
body.em-reservas-body .em-info-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin-top: 38px;
}
body.em-reservas-body .em-info-item {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--em-shadow-soft);
}
body.em-reservas-body .em-info-item b {
  display: block;
  margin-bottom: 4px;
}
body.em-reservas-body .em-info-item span {
  font-size: 14px;
  color: var(--em-muted);
}
body.em-reservas-body .em-footer {
  background: #0a0b0c;
  color: #fff;
  padding: 54px 0 24px;
}
body.em-reservas-body .em-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 48px;
}
body.em-reservas-body .em-footer h3 {
  font-size: 15px;
  margin: 0 0 16px;
}
body.em-reservas-body .em-footer p {
  color: rgba(255,255,255,.72);
  font-size: 14px;
}
body.em-reservas-body .em-footer a {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  display: block;
  margin: 8px 0;
}
body.em-reservas-body .em-footer__logo {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
body.em-reservas-body .em-footer__mark {
  width: 52px;
  height: 52px;
  border: 1px solid var(--em-gold);
  display: grid;
  place-items: center;
  color: var(--em-gold);
  font-family: Georgia,serif;
  font-size: 24px;
}
body.em-reservas-body .em-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 38px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.6);
  font-size: 13px;
}
body.em-reservas-body .em-mobile-cta {
  display: none;
}

@media (max-width:980px) {
  body.em-reservas-body .em-nav {
    grid-template-columns: auto 1fr auto;
    height: 78px;
  }
  body.em-reservas-body .em-logo {
    order: -1;
    justify-content: start;
    min-width: 0;
  }
  body.em-reservas-body .em-logo__mark {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
  body.em-reservas-body .em-logo__text {
    display: none;
  }
  body.em-reservas-body .em-nav__links {
    display: none;
  }
  body.em-reservas-body .em-reserva-grid {
    grid-template-columns: 1fr;
  }
  body.em-reservas-body .em-price-grid {
    grid-template-columns: 1fr;
  }
  body.em-reservas-body .em-footer__grid {
    grid-template-columns: 1fr;
  }
  body.em-reservas-body .em-steps {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-reservas-body .em-info-strip {
    grid-template-columns: repeat(2,1fr);
  }
  body.em-reservas-body .em-support {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  body.em-reservas-body .em-support__actions {
    min-width: 0;
  }
  body.em-reservas-body .em-mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    z-index: 100;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(12,13,14,.88);
    backdrop-filter: blur(8px);
    padding: 10px;
    border-radius: 16px;
  }
  body.em-reservas-body .em-mobile-cta .em-btn {
    padding: 12px;
    font-size: 13px;
  }
}

@media (max-width:640px) {
  body.em-reservas-body .em-container {
    width: min(100% - 24px,var(--em-container));
  }
  body.em-reservas-body .em-hero {
    min-height: 520px;
  }
  body.em-reservas-body .em-hero__content {
    padding: 56px 0;
  }
  body.em-reservas-body .em-hero__actions {
    display: grid;
  }
  body.em-reservas-body .em-section {
    padding: 54px 0;
  }
  body.em-reservas-body .em-option-card__media {
    height: 210px;
  }
  body.em-reservas-body .em-steps {
    grid-template-columns: 1fr;
  }
  body.em-reservas-body .em-info-strip {
    grid-template-columns: 1fr;
  }
  body.em-reservas-body .em-footer__bottom {
    display: block;
  }
  body.em-reservas-body .em-price {
    font-size: 54px;
  }
}

/* =====================================================================
   GOOGLE CALENDAR IFRAME
   Fuente: google-calendar-iframe-wrapper.css
   Ámbito: componente autónomo
   ===================================================================== */
.em-gcal-embed {
  --em-gold: #d9a84c;
  --em-black: #17191b;
  --em-line: #e8e3da;
  --em-muted: #6e7075;
  max-width: 1180px;
  margin: 0 auto;
  font-family: Inter, system-ui, sans-serif;
}
.em-gcal-embed__head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}
.em-gcal-embed__kicker {
  margin: 0 0 8px;
  color: #a87519;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.em-gcal-embed__head h2 {
  margin: 0 0 10px;
  color: var(--em-black);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}
.em-gcal-embed__head p {
  margin: 0;
  color: var(--em-muted);
  line-height: 1.7;
}
.em-gcal-embed__frame {
  overflow: hidden;
  border: 1px solid var(--em-line);
  border-top: 5px solid var(--em-gold);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(12,13,14,.12);
}
.em-gcal-embed__frame iframe {
  display: block;
  width: 100%;
  height: 700px;
  border: 0;
}

@media (max-width: 680px) {
  .em-gcal-embed__frame iframe {
    height: 620px;
  }
}

/* 99. ANIMACIONES Y REGLAS ESPECIALES */
@keyframes emSpin{to{transform:rotate(360deg)}}