body {
  padding-top: 10rem;
}

.gradient_border {
  border: 2px solid transparent;
  border-radius: 10px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #d0d0d0, #d0d0d0) border-box;
}
.gradient_border:hover {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #ff1e00, #000000) border-box;
}

.tickets_2026 .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tickets_2026 .red_button {
  align-self: flex-end;
}

.tickets_2026 .title {
  text-align: center;
  margin-bottom: 4rem;
  color: #000;
  font-size: 64px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.tickets_2026 .card {
  border: 1px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 6px 10px 0 rgba(0, 0, 0, 0.05);
  background:
    linear-gradient(#fff, #fff) padding-box,
    /* Color de fondo interior */ linear-gradient(to bottom, #d0d0d0, #d0d0d0)
      border-box;
}

.tickets_2026 .card:hover {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #ff1e00, #000000) border-box;
}

.tickets_2026 .card-content {
  padding-bottom: 1rem;
}

.tickets_2026 .card-title {
  margin-bottom: 0;
  color: #000;
  font-size: 1.3rem;
  font-style: normal;
  line-height: normal;
}

.tickets_2026 .card-content .subtitle {
  color: #ff1e00;
  display: block;
  font-size: 0.85rem;
  font-style: normal;
  line-height: 137.5%; /* 137.5% */
  margin-bottom: 1rem;
}

.tickets_2026 .card-image {
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 15rem;
}

.tickets_2026 .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: auto 10%;
}

.tickets_2026 .card .card-text {
  color: #6b6b6b;
  font-size: 16px;
  font-style: normal;
  line-height: 22px; /* 137.5% */
}

.tickets_2026 .legal-tickermaster {
  background: #faf9f8;
  padding: 6rem 10% 10rem 10%;
  margin-top: 3rem;
  text-align: center;
}

.tickets_2026 .legal-title {
  color: #0d0d17;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.tickets_2026 .legal-text {
  color: #6b6b6b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: 18px; /* 128.571% */
  max-width: 600px;
  text-align: center;
  margin: 0 auto 3rem auto;
}

.single_ticket_header {
  display: grid;
  grid-template-columns: 1fr 70% 1fr;
}

.single_ticket_header .space_container.left {
  align-items: center;
  display: flex;
  padding-left: 2.5rem;
}

.zone-dropdown-title {
  font-size: 13px;
  line-height: normal;
}

.single_ticket_header .space_container a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.single_ticket_header .space_container.left * {
  font-size: 13px;
  line-height: normal;
}

.single_ticket_header .header_title {
  text-align: center;
  text-transform: uppercase;

  text-align: center;
  color: #000;
  font-size: 64px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.single_ticket_2026 .single_ticket_hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin: 1rem;
  height: 66vh;
  width: calc(100% - 2rem);
}

.single_ticket_2026 .single_ticket_content {
  border-radius: 10px;
  background: #faf9f8;
  padding: 4rem 20% 8rem 20%;
  margin: 1rem;
}

.ticket_info_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ticket_info_title .title {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 90px; /* 140.625% */
}

.ticket_info_prices {
  margin: 2rem 0;
}

.ticket_info_prices p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 22px; /* 137.5% */
}

.ticket_info_prices span {
  color: #888;
  font-family: "nunito_regular";
  font-size: 11px;
  font-style: normal;
  line-height: 22px; /* 200% */
}

.single_ticket_2026 .ticket_info_desc {
  color: #0d0d17;
  text-align: justify;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Infinite carousel styles */
/* infinte banner */

.infinite_carrousel_container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 1rem 0;
}

.infinite_carrousel_container .cards_track {
  display: flex;
  width: max-content;
  will-change: transform;
  gap: 20px;
}

.infinite_carrousel_container .cards_container {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  align-items: stretch; /* 👈 prevents vertical collapse */
}

.infinite_carrousel_container .card {
  border: none;
  position: relative;
  flex: 0 0 calc((100vw - 40px) / 2.9);
  aspect-ratio: 1/1.3;
  height: 70vh;
}

.infinite_carrousel_container .card img {
  position: relative;
  aspect-ratio: 1/1.2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  z-index: 1;
}

.ticket_location {
  text-align: center;
  padding: 4rem 10%;
}

.ticket_location .title {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 90px; /* 140.625% */
}

.location_map {
  max-width: 800px;
  margin: 0 auto;
}

.location_map img {
  width: 100%;
  height: auto;
}

.ticket_experience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1rem;
}

.experience_info {
  border: 1px solid #d7d7d7;
  background-color: #faf9f8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 3rem;
}

.experience_info .title {
  font-size: 50px;
  line-height: 109.375%;
}

.experience_info .description {
  font-size: 16px;
  font-style: normal;
  line-height: 22px; /* 137.5% */
}

.experience_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.experience_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 900px) {
  .ticket_experience {
    grid-template-columns: 1fr;
  }
  .single_ticket_header {
    grid-template-columns: 1fr;
  }
}

.experience_info_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-top: 4rem;
}

.experience_info_list .icon {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.experience_info_list .list_item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.experience_info_list .text {
  margin: 0;
}

.ticket_more_activities {
  padding: 4rem 10%;
  text-align: center;
}

.ticket_more_activities .more_activities_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 3rem 10%;
}

.more_activities_list .card {
  /* Tamaño del borde y radio */
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 6px 10px 0 rgba(0, 0, 0, 0.05);

  background:
    linear-gradient(#fff, #fff) padding-box,
    /* Color de fondo interior */ linear-gradient(to bottom, #d0d0d0, #d0d0d0)
      border-box;
  transition:
    background 0.3s,
    border 0.3s; /* Transición suave */
}

.more_activities_list .card:hover {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #ff1e00, #000000) border-box;
}

.more_activities_list .card .card_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  text-align: left;
  flex: 1;
}

.more_activities_list .card .card_info h4 {
  font-size: 1.2rem;
  line-height: 108.333%;
}

.more_activities_list .card .red_button {
  align-self: flex-end;
  margin-top: 1rem;
}

.more_activities_list .card_image {
  width: 100%;
  aspect-ratio: 1/1.1;
  object-fit: cover;
}

.more_activities_info .title {
  font-size: 50px;
  line-height: 120%;
}

.more_activities_info .description {
  text-align: center;
  font-size: 16px;
  line-height: 22px; /* 137.5% */
  max-width: 800px;
  margin: 0 auto;
}

/* landing */

.tickets_landing_2026 .zone-card {
  border: 1px solid transparent;
  border-radius: 10px;

  box-shadow: 5px 6px 10px 0 rgba(0, 0, 0, 0.05);

  background:
    linear-gradient(#fff, #fff) padding-box,
    /* Color de fondo interior */ linear-gradient(to bottom, #d0d0d0, #d0d0d0)
      border-box;
  display: flex;
  overflow: hidden;
}

.tickets_landing_2026 .zone-card:hover {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to left, #ff1e00, #000000) border-box;
}

.tickets_landing_2026 .nav_zone {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 5rem 10%;
}

.tickets_landing_2026 .zone-card .card-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20%;
}

.tickets_landing_2026 .zone-card .card-body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.tickets_landing_2026 .zone-card .card-content{
  width: 80%;
}

.tickets_landing_2026 .zone-card .card-title {
  font-size: 1.3rem;
  line-height: normal;
  margin-bottom: 0;
}

.tickets_landing_2026 .zone-card .subtitle {
  font-size: 0.85rem;
}

.tickets_landing_2026 .zone-card .subtitle * {
  margin: 0;
}
.tickets_landing_2026 .zone-card .subtitle b,
.tickets_landing_2026 .zone-card .subtitle strong{
  color: #f2142e;
  font-size: 0.85rem;
}


@media screen and (max-width: 768px) {
  .fa-bars:before {
      content: "\f0c9";
      color: #000;
  }
  .tickets_landing_2026 .zone-card .card-body {
    flex-direction: column;
    width: 100%;
  }
  .tickets_landing_2026 .zone-card .card-content {
    width: 100%;
  }
  .tickets_landing_2026 .zone-card .red_button {
    align-self: flex-end;
    margin-top: 1rem;
  }
}

#container-zone {
  display: none;
}

.ticket-zone-filter {
  display: none;
  flex-direction: column;
  gap: 1rem;
}

.container-ticket-zone {
  background-color: #faf9f8;
  padding: 1rem 2rem;
}

.ticket-zone-filter.zone-active {
  display: flex;
  margin-bottom: 1rem;
}

.container-ticket-zone {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.zone-ticket-list {
  width: 45vw;
}

#visor-imagenes {
  width: calc(100% - 45vw - 1rem);
  height: 70vh;
}

@media screen and (min-width: 900px) {
  .zone-ticket-list {
    height: 70vh;
    overflow-y: auto;
  }
}

.ticket-zone-filter .ticket-card {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #d2d2d2, #d2d2d2) border-box;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 10rem calc(100% - 10rem);
  overflow: hidden;
}

.ticket-zone-filter .ticket-card:hover,
.ticket-zone-filter .ticket-card.active {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #ff1e00, #000000) border-box;
}

/*
.ticket-zone-filter .ticket-card:hover .card-body a {
  color: #ff1e00;
  text-decoration: none;
}
*/

.card-body .border_button {
  border: solid 1px transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #d2d2d2, #d2d2d2) border-box;
}

.card-body .border_button:hover {
  border: solid 2px transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #ff1e00, #000000) border-box;
}

.card-body .border_button a {
  color: #000;
}

.ticket-zone-filter .ticket-card .card-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 10rem;
}

.ticket-zone-filter .ticket-card .card-content-header {
  display: grid;
  grid-template-columns: 50% calc(50% - 1rem);
  gap: 1rem;
}

.ticket-zone-filter .ticket-card .card-content-buttons {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: self-end;
}

.ticket-zone-filter .ticket-card .card-content {
}

.ticket-zone-filter .ticket-card .card-title {
  color: #000;
  font-size: 22px;
  line-height: normal;
}

.ticket-zone-filter .ticket-card .subtitle {
  font-size: 12px;
  line-height: 137.5%;
}

.ticket-zone-filter .ticket-card .price_note {
  display: block;
  color: #888;
  font-size: 11px;
  line-height: 200%;
}

.ticket-zone-filter .ticket-card .dotted {
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  width: 100%;
}

.ticket-zone-filter .card-content-text {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 137.5%;
  padding-top: 0.5rem;
}

.ticket-zone-filter .card-content-text p {
  margin-bottom: 0.3rem;
}

#container-zone .container_ticket_header {
  display: flex;
  gap: 1rem;
  padding: 0 2rem;
}

.container_ticket_header .zone-selector-main {
  min-width: 150px;
}

.zone-dropdown a {
  color: #000;
}

#container-zone .container_ticket_header .border_button.grey_border {
  border: 1px solid #d2d2d2;
  font-size: 0.8rem;
  text-transform: none;
}

#container-zone .container_ticket_header .chevron {
  height: 0.7rem;
}

#container-zone .dropdown-options {
  border: #6b6b6b solid 1px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  display: none;
  z-index: 100;
}

#container-zone .dropdown-options.active {
  display: block;
}

#container-zone .dropdown-options .zone-dropdown {
  padding: 0.5rem 1rem;
}

#container-zone .dropdown-options .zone-dropdown:hover,
#container-zone .dropdown-options .zone-dropdown:focus,
#container-zone .dropdown-options .zone-dropdown:hover a,
#container-zone .dropdown-options .zone-dropdown:focus a {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#container-zone .dropdown-options .zone-dropdown.active,
#container-zone .dropdown-options .zone-dropdown.active a {
  background: #6b6b6b;
  color: #fff;
  pointer-events: none;
  cursor: not-allowed;
}

#container-zone .container_ticket_header .space_container {
  position: relative;
}

#container-zone .one-dropdown-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}

#container-zone .one-dropdown-title .chevron {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

#container-zone .one-dropdown-title .chevron.active {
  transform: rotate(90deg);
}

#container-zone .dropdown-label {
  padding: 0;
}

.ticket-zone-filter .ticket-card .card-title {
}

/*.card-body a {
  color: #ff1e00;
  text-decoration: none;
}*/

/**/

.highlight-zone {
  border: 2px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #d0d0d0, #d0d0d0) border-box;

  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 1;
  overflow: hidden;
}

.highlight-zone svg,
.highlight-zone img {
  display: block;
}

.highlight-zone:hover,
.highlight-zone.active {
  border: 3px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #ff1e00, #000000) border-box;
  z-index: 11;
}

/* Botón compra */
.highlight-buy-btn {
  background: #ff1e00;
  border-radius: 6rem;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  z-index: 0;
  transition: none;
}

.buy-btn-container {
  display: block;
  padding: 0 0 0 15%;
  width: 100%;
  height: 100%;
}

.buy-btn-container svg {
  display: block;
}

.highlight-buy-btn.active {
  opacity: 1;
  z-index: 10;
}

/* 3. Estilo del texto o contenido dentro del overlay */
.overlay-label {
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  text-align: center;
  /* Usamos unidades relativas (vw/%) si queremos que el texto parezca escalar, 
               aunque con HTML plano el texto no escala fluido sin plugins. */
  font-size: 1.2vw;
  pointer-events: none; /* El texto no interfiere con clics */
}

.openseadragon-canvas {
  outline: none; /* Elimina el borde azul al hacer clic */
}

.single_ticket_2026 .single_ticket_header .header_title {
  font-size: 96px;
  line-height: 120%;
}

.ticket_zonaplus {
  margin-top: 4rem;
}

.zona-plus-title {
  font-size: 1rem;
  margin: 0;
}

.zona-plus-type {
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
}

@media (max-width: 767px) {
  .infinite_carrousel_container .card {
    position: relative;
    flex: 0 0 calc((100vw - 40px) / 1.5); /* around 2.9 cards visible */
    max-width: 420px;
    max-height: 420px;
    width: calc((100vw - 40px) / 1.5);
    height: calc((100vw - 40px) / 1); /* 👈 key fix */
    aspect-ratio: 1;
  }
  .single_ticket_2026 .single_ticket_content {
    padding: 2rem 1rem;
  }

  .more_activities_info .title,
  .experience_info .title {
    font-size: 32px !important;
    line-height: 40px !important; /* 125% */
    text-align: center;
  }

  .single_ticket_2026 .ticket_info_desc {
    font-size: 25px;
  }

  .ticket_more_activities .more_activities_list {
    margin: 3rem 0 !important;
  }
  .tickets_landing_2026 .zone-card {
    flex-direction: column;
  }

  .tickets_landing_2026 .zone-card .card-image {
    width: 100% !important;
    aspect-ratio: 18 / 9;
  }

  .container-ticket-zone {
    flex-direction: column-reverse;
  }
  .zone-ticket-list {
    width: 100% !important;
    height: auto;
  }

  .ticket-zone-filter .ticket-card {
    grid-template-columns: 1fr;
  }

  .ticket-zone-filter .ticket-card .card-image {
    width: 100% !important;
    aspect-ratio: 18 / 9;
  }

  #visor-imagenes {
    height: 35vh;
    width: 100% !important;
    position: sticky;
    top: 65px;
    background: #fff;
    border-bottom: solid 1px #d7d7d7;
  }

  .container-ticket-zone {
    padding: 1rem 0;
  }

  .zone-ticket-list {
    padding: 1rem;
  }

  .blue_button a,
  .blue_button a:visited,
  .red_button a,
  .red_button a:visited,
  .grey_button a,
  .grey_button a:visited {
    padding: 10px 22px;
  }

  .single_ticket_header .space_container.left {
    margin-bottom: 1;
  }

  .highlight-zone {
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(to bottom, #000, #000) border-box;
  }

  .ticket_location .title,
  .ticket_info_title .title {
    font-size: 32px;
    line-height: 120%;
  }

  .ticket_info_title {
    flex-direction: column;
  }

  .title_button {
    align-self: flex-end;
  }

  .ticket_location,
  .ticket_more_activities {
    padding: 4rem 1rem;
  }

  .ticket_more_activities .more_activities_list {
    grid-template-columns: repeat(2, calc(50% - 0.5rem));
    gap: 1rem;
  }
 
  .more_activities_info .description {
    font-family: "nunito_regular";
  }

  .experience_info_list {
    display: flex;
    flex-direction: column;
  }

  .ticket_experience {
    display: flex;
    flex-direction: column-reverse;
  }

  .experience_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 40vh;
    width: 100%;
  }

  .ticket_info_prices .font_inter_bold {
    font-size: 0.8rem;
  }

  .single_ticket_2026 .single_ticket_header .header_title {
    font-size: 48px;
    line-height: 120%;
  }

  .tickets_2026 .title,
  .single_ticket_header .header_title {
    font-size: 48px;
  }

  .single_ticket_header .space_container.left {
    padding-left: 0;
  }

  body {
    padding-top: 5.5rem;
  }
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  .ticket-card.gradient_border {
    display: flex;
    flex-direction: column;
  }

  .ticket-zone-filter .ticket-card .card-image {
    height: 10rem;
    width: 100% !important;
  }
}

@media screen and (max-width: 1450px) and (min-width: 768px) {
  .tickets_2026 .card-image {
    height: 10rem;
  }

  .experience_info_list .text {
    font-size: 0.8rem;
  }
}

.ticket_experience .border,
.single_ticket_content .border {
  border: none !important;
  width: 100%;
}

.ticket_experience .border {
  margin-top: 1rem;
}

.mexicogp_white_logo {
  display: none;
}
.mexicogp_black_logo {
  display: block;
}
