.elementor-7422 .elementor-element.elementor-element-73a46cf{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-21f1708 *//* ===============================
   VIP CLUB HEADER + DESKTOP MEGAMENU + MOBILE MENU
================================ */

.vip-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-family: inherit;
  background: #1e2431;
  overflow: visible;
}

.vip-header *,
.vip-header *::before,
.vip-header *::after {
  box-sizing: border-box;
}

.vip-header__inner {
  width: min(100% - 96px, 1720px);
  height: 124px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  overflow: visible;
}

/* Logos */

.vip-brand {
  display: flex;
  align-items: center;
  gap: 54px;
  flex-shrink: 0;
}

.vip-brand a {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

.vip-brand__logo img {
  width: 170px;
  height: auto;
  display: block;
}

.vip-brand__airport img {
  width: 190px;
  height: auto;
  display: block;
}

/* Acciones superiores */

.vip-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex-shrink: 0;
  overflow: visible;
}

.vip-header-btn,
.vip-header-btn:visited,
.vip-header-btn:hover,
.vip-header-btn:focus {
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  min-height: 58px !important;
  padding: 0 28px !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  gap: 14px;
  font-family: inherit !important;
  appearance: none;
  transition: background-color .2s ease, border-color .2s ease;
}

.vip-header-btn__text,
.vip-header-btn__icon {
  display: inline-block;
  color: inherit !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
}

.vip-header-btn__icon {
  opacity: .65;
  font-size: 22px;
  line-height: 1;
}

.vip-header-btn--outline {
  border: 1px solid rgba(255,255,255,.25) !important;
  background: transparent !important;
}

.vip-header-btn--solid {
  border: 1px solid transparent !important;
  background: #738093 !important;
}

.vip-header-btn--outline:hover,
.vip-header-btn--outline:focus-visible {
  background: rgba(255,255,255,.12) !important;
}

.vip-header-btn--solid:hover,
.vip-header-btn--solid:focus-visible {
  background: #818da0 !important;
}

/* Hamburguesa */

.vip-menu-trigger {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  margin-left: 22px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
}

.vip-menu-trigger span {
  width: 46px;
  height: 1.5px;
  background: rgba(255,255,255,.85);
  display: block;
  transition: transform .2s ease, opacity .2s ease;
}

.vip-menu-trigger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(11.5px) rotate(45deg);
}

.vip-menu-trigger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.vip-menu-trigger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-11.5px) rotate(-45deg);
}

/* ===============================
   DESKTOP MEGAMENU
================================ */

.vip-megamenu {
  position: absolute;
  top: 92px;
  left: 50%;
  width: min(100% - 56px, 1790px);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
  z-index: 10000;
}

.vip-megamenu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vip-megamenu__content {
  background: #717d92;
  border-radius: 26px;
  padding: 56px 72px 48px;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  display: grid;
  grid-template-columns: 320px 1fr;
  column-gap: 76px;
  overflow: hidden;
}

.vip-megamenu__image {
  grid-row: span 2;
}

.vip-megamenu__image img {
  width: 320px;
  height: 300px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  background: rgba(190,203,224,.35);
}

.vip-megamenu__columns {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr 1.4fr .8fr;
  column-gap: 56px;
  align-items: start;
}

.vip-menu-col h3 {
  margin: 0 0 18px;
  color: rgba(255,255,255,.94);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.vip-menu-col--small h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vip-menu-col a,
.vip-menu-col a:visited {
  display: block;
  margin-bottom: 17px;
  color: rgba(255,255,255,.45) !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none !important;
  transition: color .2s ease;
}

.vip-menu-col a:hover,
.vip-menu-col a:focus-visible {
  color: #ffffff !important;
}

/* Footer desktop */

.vip-megamenu__footer {
  grid-column: 1 / -1;
  margin-top: 54px;
  padding-top: 48px;
  border-top: 1px solid rgba(255,255,255,.22);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.vip-contact-group {
  display: flex;
  align-items: center;
  gap: 56px;
}

.vip-contact-group a,
.vip-contact-group a:visited,
.vip-actions a,
.vip-actions a:visited,
.vip-lang,
.vip-lang a,
.vip-lang a:visited {
  color: rgba(255,255,255,.75) !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none !important;
}

.vip-contact-group a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.vip-actions {
  display: flex;
  align-items: center;
  gap: 42px;
}

.vip-lang {
  display: flex;
  align-items: center;
  gap: 9px;
}

.vip-lang span {
  opacity: .3;
}

/* ===============================
   MOBILE MENU
================================ */

.vip-mobile-menu {
  display: none;
}

/* Accesibilidad general */

.vip-header a:focus-visible,
.vip-header button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
  border-radius: 8px;
}

.vip-header a,
.vip-header a:hover,
.vip-header a:focus,
.vip-header a:visited {
  text-decoration: none !important;
}

.vip-header button {
  font-family: inherit !important;
}

/* ===============================
   RESPONSIVE MOBILE
================================ */

@media (max-width: 767px) {

  .vip-header {
    background: #1e2431;
  }

  .vip-header__inner {
    width: calc(100% - 32px);
    height: 84px;
    gap: 18px;
  }

  .vip-brand {
    gap: 18px;
    min-width: 0;
  }

  .vip-brand__logo img {
    width: 126px;
  }

  .vip-brand__airport img {
    width: 118px;
  }

  .vip-header__actions {
    gap: 0;
  }

  .vip-desktop-action {
    display: none !important;
  }

  .vip-menu-trigger {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    margin-left: 0;
    gap: 8px;
  }

  .vip-menu-trigger span {
    width: 36px;
    height: 1.5px;
  }

  .vip-menu-trigger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
  }

  .vip-menu-trigger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
  }

  .vip-megamenu {
    display: none !important;
  }

  .vip-mobile-menu {
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 84px);
    display: block;
    background: #717d92;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    z-index: 10000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .vip-mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .vip-mobile-menu__inner {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 28px 0 40px;
  }

  .vip-mobile-cta {
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
  }

  .vip-mobile-btn,
  .vip-mobile-btn:visited {
    min-height: 52px;
    border-radius: 10px;
    padding: 0 18px;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
  }

  .vip-mobile-btn--outline {
    border: 1px solid rgba(255,255,255,.28);
    background: transparent;
  }

  .vip-mobile-btn--solid {
    border: 1px solid transparent;
    background: #1e2431;
  }

  .vip-mobile-nav {
    border-top: 1px solid rgba(255,255,255,.22);
  }

  .vip-mobile-section {
    border-bottom: 1px solid rgba(255,255,255,.22);
  }

  .vip-mobile-accordion {
    width: 100%;
    min-height: 64px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
  }

  .vip-mobile-accordion span:last-child {
    font-size: 28px;
    line-height: 1;
    color: rgba(255,255,255,.75);
  }

  .vip-mobile-panel {
    padding: 0 0 20px;
  }

  .vip-mobile-panel a,
  .vip-mobile-panel a:visited {
    display: block;
    padding: 9px 0;
    color: rgba(255,255,255,.62) !important;
    font-size: 19px;
    line-height: 1.35;
    text-decoration: none !important;
  }

  .vip-mobile-panel a:hover,
  .vip-mobile-panel a:focus-visible {
    color: #ffffff !important;
  }

  .vip-mobile-footer {
    padding-top: 28px;
    display: grid;
    gap: 14px;
  }

  .vip-mobile-footer a,
  .vip-mobile-footer a:visited {
    color: rgba(255,255,255,.78) !important;
    font-size: 16px;
    line-height: 1.35;
    text-decoration: none !important;
  }

  .vip-mobile-footer__bottom {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.22);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .vip-mobile-lang {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.78);
  }

  .vip-mobile-lang span {
    opacity: .35;
  }

  body.vip-menu-open {
    overflow: hidden;
  }

}

/* Ajuste para móviles angostos */

@media (max-width: 430px) {

  .vip-brand__logo img {
    width: 112px;
  }

  .vip-brand__airport img {
    width: 104px;
  }

  .vip-brand {
    gap: 14px;
  }

  .vip-mobile-accordion {
    font-size: 20px;
  }

  .vip-mobile-panel a {
    font-size: 18px;
  }

}

/* Activar solo si el header tapa el contenido inicial de la página */

/*
body {
  padding-top: 124px;
}

@media (max-width: 767px) {
  body {
    padding-top: 84px;
  }
}
*//* End custom CSS */