/* texto colores */
.text-red,
.hover-text-red:hover {
  color: #de2345 !important;
}

.text-scarlet,
.hover-text-scarlet:hover {
  color: #f20147 !important;
}

.text-white,
.hover-text-white:hover {
  color: #fff !important;
}

.text-black,
.hover-text-black:hover {
  color: #000 !important;
}

.text-orange,
.hover-text-orange:hover {
  color: #ffa500 !important;
}

.text-yellow,
.hover-text-yellow:hover {
  color: #ffc300 !important;
}

.text-white-smoke,
.hover-text-scarlet-white-smoke:hover {
  color: #fdfcfc !important;
}

.text-dark-gray,
.hover-text-dark-gray:hover {
  color: #3e3e3e !important;
}

.text-gray,
.hover-text-gray:hover {
  color: #9e9e9e !important;
}

.text-light-gray,
.hover-text-light-gray:hover {
  color: #c4c4c4 !important;
}

/* zonas colores */
.red,
.hover-red:hover {
  color: #fff !important;
  background-color: #de2345 !important;
}

.scarlet,
.hover-scarlet:hover {
  color: #fff !important;
  background-color: #f20147 !important;
}

.white,
.hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.black,
.hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.orange,
.hover-orange:hover {
  color: #fff !important;
  background-color: #ffa500 !important;
}

.yellow,
.hover-yellow:hover {
  color: #000 !important;
  background-color: #ffc300 !important;
}

.white-smoke,
.hover-scarlet-white-smoke:hover {
  color: #000 !important;
  background-color: #fdfcfc !important;
}

.dark-gray,
.hover-dark-gray:hover {
  color: #fff !important;
  background-color: #3e3e3e !important;
}

.gray,
.hover-gray:hover {
  color: #000 !important;
  background-color: #9e9e9e !important;
}

.light-gray,
.hover-light-gray:hover {
  color: #000 !important;
  background-color: #c4c4c4 !important;
}

.transparent {
  background-color: transparent !important;
}

@font-face {
  font-family: title;
  src: url(../recursos/fonts/BebasNeue-Regular.ttf);
}

@font-face {
  font-family: subtitle;
  src: url('../recursos/fonts/Aileron-Thin.otf') format('opentype');
}

@font-face {
  font-family: regular;
  src: url('../recursos/fonts/Aileron-Thin.otf') format('opentype');
}

@font-face {
  font-family: light;
  src: url('../recursos/fonts/Aileron-Thin.otf') format('opentype');
}

@font-face {
  font-family: bold;
  src: url('../recursos/fonts/Aileron-Bold.otf') format('opentype');
}

.bold {
  font-family: bold;
}

.uppercase {
  text-transform: uppercase;
}

/* global */
body,
html {
  height: 100%;
  font-size: 15px;
  line-height: 1.5;
  background-color: var(--cd-bg);
  color: var(--cd-text);
  letter-spacing: 0.1rem;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: light, "Myriad Pro", "Segoe UI", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* texto */
h1 {
  font-family: title, sans-serif;
  font-size: 50px;
  letter-spacing: 0.2rem !important;
}

h2 {
  font-family: title, sans-serif;
  font-size: 50px;
  letter-spacing: 0.2rem !important;
}

h3 {
  font-family: subtitle, sans-serif;
  font-size: 22px;
}

h4 {
  font-family: subtitle, sans-serif;
  font-size: 18px;
}

h5 {
  font-family: regular, sans-serif;
  font-size: 16px;
}

h6 {
  font-family: regular, sans-serif;
  font-size: 14px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28rem;
  font-size: 12px;
  color: var(--cd-muted);
}

/* imagenes */
img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* embed */
@media screen and (max-width: 768px) {
  iframe {
    max-width: 100%;
  }
}

/* tables */
table {
  border-spacing: 0px;
}

/* header */
header {
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
}

.barra {
  width: 100%;
  overflow: hidden;
}

.center .barra {
  display: inline-block;
  width: auto;
}

.barra-item {
  white-space: normal;
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  outline: 0;
  font-family: regular;
}

.barra-item:hover {
  color: #de2345 !important;
}

.barra-small {
  z-index: 99;
  padding: 50px;
  margin: auto;
  width: fit-content;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  text-align: center;
}

.barra-small .barra-item {
  width: 100%;
  display: block;
  float: none;
  border-bottom: 1px solid #3e3e3e;
}

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

html {
}

.barra #checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition-duration: .5s;
}

.display-togglenav {
  position: absolute;
  top: 20px;
  right: 5%;
}

.bars {
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

#bar2 {
  transition-duration: .8s;
}

#bar1,
#bar3 {
  width: 70%;
}

#checkbox:checked+.toggle .bars {
  position: absolute;
  transition-duration: .5s;
}

#checkbox:checked+.toggle #bar2 {
  transform: scaleX(0);
  transition-duration: .5s;
}

#checkbox:checked+.toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

#checkbox:checked+.toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

#checkbox:checked+.toggle {
  transition-duration: .5s;
  transform: rotate(180deg);
}

/*Header-reservar*/
.glitch {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
  z-index: 1;
  animation: shift 1s ease-in-out infinite alternate;
}

.glitch:before,
.glitch:after {
  display: block;
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.glitch:before {
  animation: glitch 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  color: #8b00ff;
  z-index: -1;
  top: 19%;
  left: 13%;
}

.glitch:after {
  animation: glitch 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  color: #00e571;
  z-index: -2;
  top: 19%;
  left: 13%;
}

@keyframes glitch {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-3px, 3px);
  }

  40% {
    transform: translate(-3px, -3px);
  }

  60% {
    transform: translate(3px, 3px);
  }

  80% {
    transform: translate(3px, -3px);
  }

  to {
    transform: translate(0);
  }
}

@keyframes shift {

  0%,
  40%,
  44%,
  58%,
  61%,
  65%,
  69%,
  73%,
  100% {
    transform: skewX(0deg);
  }

  41% {
    transform: skewX(10deg);
  }

  42% {
    transform: skewX(-10deg);
  }

  59% {
    transform: skewX(40deg) skewY(10deg);
  }

  60% {
    transform: skewX(-40deg) skewY(-10deg);
  }

  63% {
    transform: skewX(10deg) skewY(-5deg);
  }

  70% {
    transform: skewX(-50deg) skewY(-20deg);
  }

  71% {
    transform: skewX(10deg) skewY(-10deg);
  }
}


/* dimensiones */
.container:after,
.container:before,
.row:after,
.row:before,
.barra:before,
.barra:after {
  content: "";
  display: table;
  clear: both;
}

.col,
.half,
.third,
.twothird,
.threequarter,
.quarter {
  float: left;
  width: 100%;
}

.col.s1 {
  width: 8.33333%;
}

.col.s2 {
  width: 16.66666%;
}

.col.s3 {
  width: 24.99999%;
}

.col.s4 {
  width: 33.33333%;
}

.col.s5 {
  width: 41.66666%;
}

.col.s6 {
  width: 49.99999%;
}

.col.s7 {
  width: 58.33333%;
}

.col.s8 {
  width: 66.66666%;
}

.col.s9 {
  width: 74.99999%;
}

.col.s10 {
  width: 83.33333%;
}

.col.s11 {
  width: 91.66666%;
}

.col.s12 {
  width: 99.99999%;
}

@media (min-width: 601px) {
  .col.m1 {
    width: 8.33333%;
  }

  .col.m2 {
    width: 16.66666%;
  }

  .col.m3,
  .quarter {
    width: 24.99999%;
  }

  .col.m4,
  .third {
    width: 33.33333%;
  }

  .col.m5 {
    width: 41.66666%;
  }

  .col.m6,
  .half {
    width: 49.99999%;
  }

  .col.m7 {
    width: 58.33333%;
  }

  .col.m8,
  .twothird {
    width: 66.66666%;
  }

  .col.m9,
  .threequarter {
    width: 74.99999%;
  }

  .col.m10 {
    width: 83.33333%;
  }

  .col.m11 {
    width: 91.66666%;
  }

  .col.m12 {
    width: 99.99999%;
  }
}

@media (min-width: 993px) {
  .col.l1 {
    width: 8.33333%;
  }

  .col.l2 {
    width: 16.66666%;
  }

  .col.l3 {
    width: 24.99999%;
  }

  .col.l4 {
    width: 33.33333%;
  }

  .col.l5 {
    width: 41.66666%;
  }

  .col.l6 {
    width: 49.99999%;
  }

  .col.l7 {
    width: 58.33333%;
  }

  .col.l8 {
    width: 66.66666%;
  }

  .col.l9 {
    width: 74.99999%;
  }

  .col.l10 {
    width: 83.33333%;
  }

  .col.l11 {
    width: 91.66666%;
  }

  .col.l12 {
    width: 99.99999%;
  }
}

/* mensajes de error */
.error {
  background: linear-gradient(135deg, #ff6b6b, #ee5a52);
  color: white;
  padding: 20px 30px;
  border-radius: 12px;
  margin: 20px auto;
  max-width: 800px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.error::before {
  content: "⚠️";
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.error::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .error {
    margin: 15px;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 8px;
  }

  .error::before {
    font-size: 20px;
    margin-right: 8px;
  }
}

/* filas */
.row {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .row {
    display: block;
  }
}

/* secciones */
.section {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.container {
  padding: 0.01em 16px;
}

.mid {
  margin: auto;
  width: fit-content;
}

/* secciones display-container - banners */
.display-container {
  position: relative;
}

.display-container:hover .display-hover {
  display: block;
}

.display-container:hover span.display-hover {
  display: inline-block;
}

.display-hover {
  display: none;
}

.display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}

.display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}

.display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%);
}

.display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

/* seccion contenido */
.content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* botones y links*/
button,
input,
textarea,
select {
  margin: 0;
  font-family: inherit;
}

.button-primary,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 0;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  cursor: pointer;
  transition: transform var(--cd-motion), box-shadow var(--cd-motion), background var(--cd-motion), color var(--cd-motion), filter var(--cd-motion);
}

.button-primary {
  background: #d7263d;
  color: #ffffff;
  border: 1px solid #d7263d;
  box-shadow: none;
}

.button-primary:hover {
  transform: translateY(2px);
  filter: brightness(0.95);
}

.button-ghost {
  background: transparent;
  color: #d7263d;
  border: 1px solid #d7263d;
}

.button-ghost:hover {
  transform: translateY(-1px);
  color: #ffffff;
  background: #d7263d;
  filter: brightness(0.95);
}


.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #0f1923;
  cursor: pointer;
  position: relative;
  padding: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}

.button::before,
.button::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #7D8082;
  transition: all .15s ease;
}

.button::before {
  top: 0;
  border-bottom-width: 0;
}

.button::after {
  bottom: 0;
  border-top-width: 0;
}

.button:active,
.button:focus {
  outline: none;
}

.button:active::before,
.button:active::after {
  right: 3px;
  left: 3px;
}

.button:active::before {
  top: 3px;
}

.button:active::after {
  bottom: 3px;
}


a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* listas */
ul.no-bullets {
  list-style-type: none;
  padding-left: 0;
}

/* forms */
.input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  width: 100%;
}

.check,
.radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}

/* posiciones */
.left {
  float: left !important;
}

.right {
  float: right !important;
}

/* caracteristica hide-show */
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

@media (max-width: 600px) {
  .hide-small {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .hide-large {
    display: none !important;
  }
}

@media (max-width: 992px) and (min-width: 601px) {
  .hide-medium {
    display: none !important;
  }
}

/* caracteristica esquinas circulares */
.circle {
  border-radius: 50%;
}

.round-small {
  border-radius: 2px;
}

.round {
  border-radius: 4px;
}

.round-large {
  /* border-radius: 8px; */
  border-top-left-radius: 8px;
}

.round-xlarge {
  border-radius: 16px;
}

.round-xxlarge {
  border-radius: 32px;
}

/* caracteristica inline */
.inline {
  display: inline-block;
}

/* datos numeros */
.count {
  font-family: title, sans-serif;
}

/* revertir columnas en mobile */
@media screen and (max-width: 768px) {
  .column-reserve {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}

/* animaciones */
.animate-fading {
  animation: fading 10s infinite;
}

@keyframes fading {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animate-top {
  position: relative;
  animation: animatetop 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.animate-zoom {
  animation: animatezoom 0.6s;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.hover-minimize:hover {
  -webkit-transform: scale(0.9, 0.9);
  /* Safari and Chrome */
  -moz-transform: scale(0.9, 0.9);
  /* Firefox */
  -ms-transform: scale(0.9, 0.9);
  /* Microsoft Edge */
  -o-transform: scale(0.9, 0.9);
  /* Opera */
  transform: scale(0.9, 0.9);
  /* Standard syntax */
}

/* caracteristica opacidad */
.opacity,
.hover-opacity:hover {
  opacity: 0.6;
}

.hover-opacity-off:hover {
  opacity: 1;
}

.opacity-min {
  opacity: 0.75;
}

/* caracteritica tamaño */
.tiny {
  font-size: 10px !important;
}

.small {
  font-size: 12px !important;
}

.medium {
  font-size: 15px !important;
}

.large {
  font-size: 18px !important;
}

.xlarge {
  font-size: 24px !important;
}

.xxlarge {
  font-size: 36px !important;
}

.xxxlarge {
  font-size: 48px !important;
}

.jumbo {
  font-size: 64px !important;
}

/* caracteristica align */
.left-align {
  text-align: left !important;
}

.right-align {
  text-align: right !important;
}

.justify {
  text-align: justify !important;
}

.center {
  text-align: center !important;
}

.center-img {
  margin: auto;
  display: block;
}

/* margenes */
.margin {
  margin: 16px !important;
}

.margin-top {
  margin-top: 16px !important;
}

.margin-top-64 {
  margin-top: 64px !important;
}

.margin-bottom {
  margin-bottom: 16px !important;
}

.margin-bottom-64 {
  margin-bottom: 64px !important;
}

.margin-left {
  margin-left: 16px !important;
}

.margin-right {
  margin-right: 16px !important;
}

.padding-small {
  padding: 4px 8px !important;
}

.padding {
  padding: 8px 16px !important;
}

.padding-large {
  padding: 12px 24px !important;
}

.padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.padding-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.padding-top-24 {
  padding-top: 24px !important;
}

.padding-top-32 {
  padding-top: 32px !important;
}

.padding-top-48 {
  padding-top: 48px !important;
}

.padding-top-64 {
  padding-top: 64px !important;
}

.padding-bottom-24 {
  padding-bottom: 24px !important;
}

.padding-bottom-32 {
  padding-bottom: 32px !important;
}

.padding-bottom-48 {
  padding-bottom: 48px !important;
}

.padding-bottom-64 {
  padding-bottom: 64px !important;
}

/* bordes */
.border-0 {
  border: 0 !important;
}

.border {
  border: 1px solid #c4c4c4 !important;
}

.border-top {
  border-top: 1px solid #c4c4c4 !important;
}

.border-bottom {
  border-bottom: 1px solid #c4c4c4 !important;
}

.border-left {
  border-left: 1px solid #c4c4c4 !important;
}

.border-right {
  border-right: 1px solid #c4c4c4 !important;
}










/* TABS */
.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: #111111;
  padding: 50px;
  padding-bottom: 80px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 8px;
  min-width: 120px;
}

.tabs input[name=tab-control] {
  display: none;
}

.tabs .tab-group sector h2,
.tabs ul li label {
  font-weight: bold;
  font-size: 18px;
  color: #ff4655;
}

.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-tab-group: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  font-family: title;
}

.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 50%;
  padding: 0 10px;
  text-align: center;
  margin: 0 20px;
}

.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #fff;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
  outline: 0;
  color: #ff4655;
}

.tabs .slider {
  position: relative;
  /* 3 Locales*/
  width: 33%;
  /* 2 Locales*/
  /* width: 50%; */
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #ff4655;
  border-radius: 1px;
}

.tabs .tab-group {
  margin-top: 30px;
}

.tabs .tab-group sector {
  display: none;
  animation-name: tab-group;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  line-height: 1.4;
}

.tabs .tab-group sector h2 {
  color: #ff4655;
  display: none;
}

.tabs .tab-group sector h2::after {
  tab-group: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #ff4655;
  margin-top: 5px;
  left: 1px;
}

.tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
  cursor: default;
  color: #ff4655;
}

@media (max-width: 300px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.tabs input[name=tab-control]:nth-of-type(1):checked~.slider {
  transform: translateX(0%);
}

.tabs input[name=tab-control]:nth-of-type(1):checked~.tab-group>sector:nth-child(1) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
  cursor: default;
  color: #ff4655;
}

@media (max-width: 300px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.tabs input[name=tab-control]:nth-of-type(2):checked~.slider {
  transform: translateX(100%);
}

.tabs input[name=tab-control]:nth-of-type(2):checked~.tab-group>sector:nth-child(2) {
  display: block;
}

/* Adjustments for the third tab */
.tabs input[name=tab-control]:nth-of-type(3):checked~.slider {
  transform: translateX(200%);
}

.tabs input[name=tab-control]:nth-of-type(3):checked~.tab-group>sector:nth-child(3) {
  display: block;
}

@keyframes tab-group {
  from {
    opacity: 0;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (max-width: 500px) {
  .tabs ul li label {
    white-space: initial;
  }
}

@media (max-width: 300px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }

  .tabs ul li label span {
    display: none;
  }

  .tabs .slider {
    display: none;
  }

  .tabs .tab-group {
    margin-top: 20px;
  }

  .tabs .tab-group sector h2 {
    display: block;
  }
}

/** Mapa **/
.map-container {
  overflow: hidden;
  max-width: 100%;
}

.embed-map-display {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.map-iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

/** Info post-title **/
.post-title {
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify !important;
  padding: 30px;

  border: 1px solid #ff4655;
}

/** META **/
.meta-h1 {
  font-family: title, sans-serif;
  font-size: 50px;
  letter-spacing: 0.2rem !important;
  font-weight: bold;
}

.meta-h2 {
  font-family: title, sans-serif;
  font-size: 32px;
  letter-spacing: 0.2rem !important;
  font-weight: bold;
}

.meta-h4 {
  font-family: regular, sans-serif;
  font-size: 22px;
}

.pasos-reserva {
  font-family: subtitle, sans-serif;
  font-size: 22px;
}

/* utilidades nuevas */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container-wide {
  width: 100%;
  max-width: 1260px;
  padding: 0 24px;
  margin: 0 auto;
}

.home-shell {
  margin-top: 73px;
}

:root {
  --cd-bg: #f6f7fb;
  --cd-panel: #ffffff;
  --cd-ink: #0f1923;
  --cd-contrast: #e6e9f3;
  --cd-text: #10121a;
  --cd-muted: #5b6475;
  --cd-accent: #ff4655;
  --cd-highlight: #ffbd11;
  --cd-chip: rgba(0, 0, 0, 0.65);
  --cd-chip-muted: rgba(15, 25, 35, 0.06);
  --cd-card-glow: rgba(255, 70, 85, 0.12);
  --cd-border: rgba(15, 25, 35, 0.08);
  --cd-radius: 18px;
  --cd-shadow: 0 20px 60px rgba(15, 25, 35, 0.08);
  --cd-motion: 0.35s cubic-bezier(0.24, 0.8, 0.32, 1);
}

.theme-dark {
  --cd-bg: #0b0f18;
  --cd-panel: #131926;
  --cd-contrast: #0f151f;
  --cd-text: #d9e0f0;
  --cd-muted: #8f9bb3;
  --cd-chip: rgba(255, 255, 255, 0.08);
  --cd-chip-muted: rgba(255, 255, 255, 0.05);
  --cd-card-glow: rgba(255, 70, 85, 0.16);
  --cd-border: rgba(255, 255, 255, 0.08);
  --cd-shadow: 0 20px 80px rgba(0, 0, 0, 0.55);
}

  .chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--cd-border);
    font-size: 12px;
    letter-spacing: 0.08rem;
    color: var(--cd-text);
    background: var(--cd-chip-muted);
    transition: all var(--cd-motion);
  }
  
  .chip:hover {
    border-color: var(--cd-accent);
    color: var(--cd-accent);
    background: var(--cd-chip);
  }

/* header nuevo */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  background: var(--cd-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--cd-border);
}

.nav-bar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  min-height: 72px;
  position: relative;
}

.site-header .container-wide {
  max-width: none;
  width: 100%;
  padding: 0 0 0 32px;
}

.nav-logo img {
  height: 46px;
  width: auto;
  display: none;
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo .logo-dark {
  display: block;
}

.nav-logo .logo-light {
  display: none;
}

.theme-dark .nav-logo .logo-dark {
  display: block;
}

.theme-dark .nav-logo .logo-light {
  display: none;
}

.theme-dark .nav-logo .logo-light {
  display: none;
}

.theme-dark .nav-logo .logo-dark {
  display: block;
}

.nav-logo:not(.theme-dark) .logo-light,
body:not(.theme-dark) .nav-logo .logo-light {
  display: block;
}

.nav-logo:not(.theme-dark) .logo-dark,
body:not(.theme-dark) .nav-logo .logo-dark {
  display: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-link {
  font-size: 14px;
  letter-spacing: 0.12rem;
  color: var(--cd-text);
  transition: color var(--cd-motion);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 800;
}

.nav-link:hover {
  color: var(--cd-accent);
}

.nav-dropdown {
  position: relative;
}

.nav-link-trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  appearance: none;
  font-family: inherit;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-weight: 800;
  color: var(--cd-text);
  position: relative;
}

.nav-dropdown-panel {
  position: absolute;
  top: 100%;
  left: -14px;
  min-width: 220px;
  padding: 10px 0;
  background: var(--cd-bg);
  border: none;
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  display: none;
  flex-direction: column;
}

.nav-dropdown.open .nav-dropdown-panel {
  display: flex;
}

.dropdown-item {
  padding: 10px 14px;
  width: 100%;
  text-align: left;
  font-weight: 800;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.dropdown-item:hover {
  color: var(--cd-accent);
  background: rgba(255, 70, 85, 0.14);
}

.nav-link-trigger::after {
  content: "▾";
  font-size: 14px;
  margin-left: 8px;
  display: inline-block;
  transition: transform var(--cd-motion);
}

.nav-dropdown.open .nav-link-trigger::after {
  transform: rotate(180deg);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: var(--cd-accent);
  color: #0a0c12;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.12rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 26px rgba(255, 70, 85, 0.35);
  transition: transform var(--cd-motion), box-shadow var(--cd-motion), filter var(--cd-motion);
  overflow: hidden;
}

.nav-cta:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 14px 32px rgba(255, 70, 85, 0.5);
  filter: brightness(1.03);
}

.site-header .nav-actions {
  align-items: center;
}

.site-header .nav-cta {
  align-self: stretch;
  padding: 0 24px;
  height: 100%;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  background: #d7263d;
  color: #ffffff;
  letter-spacing: 0.14rem;
}

.site-header .nav-cta:hover {
  transform: translateY(2px);
  box-shadow: none;
  filter: brightness(0.95);
}

.site-header .theme-toggle {
  align-self: center;
}

.nav-secondary {
  margin-right: 0;
  margin-left: auto;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--cd-border);
  color: var(--cd-text);
  font-size: 13px;
  letter-spacing: 0.08rem;
  transition: border-color var(--cd-motion), color var(--cd-motion), background var(--cd-motion);
  text-transform: uppercase;
  font-weight: 800;
}

.nav-secondary:hover {
  border-color: var(--cd-accent);
  color: var(--cd-accent);
  background: rgba(255, 70, 85, 0.06);
}

.nav-toggle {
  background: none;
  border: 1px solid var(--cd-border);
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--cd-text);
  transition: transform var(--cd-motion);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

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

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-mobile-panel {
  display: flex;
  padding: 10px 20px;
  background: var(--cd-panel);
  border-top: 1px solid var(--cd-border);
  flex-direction: column;
  gap: 6px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.5s cubic-bezier(0.25, 0.8, 0.3, 1), opacity 1.5s ease;
}

.nav-mobile-panel.is-open,
.nav-mobile-panel.show-header {
  display: flex !important;
  opacity: 1;
  pointer-events: auto;
}

.nav-mobile-panel.show-header {
  display: flex;
  flex-direction: column;
}

.nav-mobile-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 12px;
  border: 1px dashed var(--cd-border);
  border-radius: 12px;
  background: var(--cd-panel);
}

.nav-mobile-panel .mobile-cta {
  text-align: center;
}

.theme-toggle {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--cd-panel);
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 992px) {
  .nav-menu {
    display: none;
  }

  .nav-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .nav-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 40px 40px 1fr;
    align-items: center;
    gap: 8px;
    margin-left: 0;
  }

  .theme-toggle {
    order: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    flex: 0 0 40px;
    justify-self: start;
  }

  .nav-toggle {
    order: 1;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    flex: 0 0 40px;
  }

  .nav-cta {
    order: 3;
    margin-left: auto;
    padding: 0 10px;
    height: 36px;
    border-radius: 6px;
    min-width: 96px;
    flex: 0 0 auto;
    justify-self: end;
  }
}

@media (max-width: 768px) {
  .nav-bar {
    padding: 0 16px;
    min-height: 72px;
  }

  .nav-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .nav-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 40px 40px 1fr;
    align-items: center;
    gap: 8px;
  }

  .nav-toggle {
    order: 1;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    flex: 0 0 40px;
  }

  .theme-toggle {
    order: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    flex: 0 0 40px;
    justify-self: start;
  }

  .nav-cta {
    order: 3;
    margin-left: auto;
    padding: 0 10px;
    height: 36px;
    border-radius: 6px;
    min-width: 96px;
    flex: 0 0 auto;
    justify-self: end;
  }
}

@media (max-width: 520px) {
  .nav-logo {
    max-width: 130px;
  }

  .nav-logo img {
    height: 38px;
  }

  .nav-cta {
    font-size: 12px;
    letter-spacing: 0.08rem;
    padding: 0 8px;
  }
}

@media (max-width: 360px) {
  .nav-logo {
    max-width: 110px;
  }

  .nav-logo img {
    height: 34px;
  }

  .nav-cta {
    font-size: 11px;
  }
}

/* footer */
.site-footer {
  margin-top: 60px;
  padding: 50px 0 70px;
  background: var(--cd-contrast);
  border-top: 1px solid var(--cd-border);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.footer-logo img {
  height: 48px;
  width: auto;
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-links,
.footer-sedes {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-links a {
  color: var(--cd-text);
  transition: color var(--cd-motion);
}

.footer-links a:hover {
  color: var(--cd-accent);
}

.footer-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-tab {
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid var(--cd-border);
  background: var(--cd-panel);
  color: var(--cd-text);
  cursor: pointer;
  transition: all var(--cd-motion);
}

.footer-tab.is-active {
  border-color: var(--cd-accent);
  color: var(--cd-accent);
}

.footer-panel {
  display: none;
  border: 1px dashed var(--cd-border);
  border-radius: 12px;
  padding: 12px;
  background: var(--cd-panel);
}

.footer-panel.is-active {
  display: block;
}

.footer-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.book-link img {
  width: 140px;
  border-radius: 6px;
  border: 1px solid var(--cd-border);
}

@media (max-width: 640px) {
  .site-footer {
    padding: 40px 0 60px;
  }

  .footer-grid {
    text-align: center;
  }

  .footer-brand,
  .footer-links,
  .footer-sedes {
    justify-items: center;
  }

  .footer-socials,
  .footer-tabs,
  .footer-actions {
    justify-content: center;
  }

  .footer-panel {
    text-align: center;
  }
}

/* logo theme switching */
.nav-logo img {
  display: none;
}

body.theme-dark .nav-logo .logo-dark {
  display: block;
}

body.theme-dark .nav-logo .logo-light {
  display: none;
}

body:not(.theme-dark) .nav-logo .logo-dark {
  display: none;
}

body:not(.theme-dark) .nav-logo .logo-light {
  display: block;
}
