@charset "UTF-8";
/*Begin::Responsive mixins*/
/*------------------------------------------------------------------
    Main Style Stylesheet
-------------------------------------------------------------------*/
body {
  background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/tickets_mobile.jpg");
}
@media (min-width: 768px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/tickets_tablet.jpg");
  }
}
@media (min-width: 1200px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/tickets_1200.jpg");
  }
}
@media (min-width: 1440px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/tickets_1440.jpg");
  }
}
@media (min-width: 1900px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/tickets_1920.jpg");
  }
}

/*========================================
          Base Style
========================================*/
* {
  box-sizing: border-box;
}

body {
  margin: 0; /* Elimina márgenes blancos */
  padding: 0;
}

.section-padding {
  padding: 100px 0;
}

.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*========================================
            Cabecera Hoteles
========================================*/
.contenedor_informacion {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.texto_informacion {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
}

.titulo_informacion {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
}

.steps {
  width: 80%;
  height: auto;
  display: block;
}

/* Contenedor principal con imagen de fondo */
.contenedor_tickets {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}

.contenedor_tickets > img {
  width: 23%; /* 4 imágenes con espacio entre ellas */
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.contenedor_tickets a img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .contenedor_tickets a {
    width: 23%;
  }
}
/* ============================
   MOBILE RESPONSIVE (320-768px)
   ============================ */
@media screen and (min-width: 320px) and (max-width: 768px) {
  .contenedor_informacion {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* centra verticalmente */
    justify-content: center;
  }
  .titulo_informacion {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
  }
  .texto_informacion {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    max-width: 290px;
  }
  .contenedor_tickets img {
    width: 100%;
  }
  a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .contenedor_tickets a {
    width: 100%;
  }
  .steps {
    width: 100%;
    height: auto;
    display: block;
  }
}
.banner--tickets p {
  width: 268px;
}
@media (min-width: 768px) {
  .banner--tickets p {
    width: 370px;
  }
}
@media (min-width: 1200px) {
  .banner--tickets p {
    width: 570px;
  }
}
@media (min-width: 1440px) {
  .banner--tickets p {
    width: 750px;
  }
}
@media (min-width: 1900px) {
  .banner--tickets p {
    width: 768px;
  }
}
.banner--tickets span {
  display: block;
  width: 250px;
}
@media (min-width: 768px) {
  .banner--tickets span {
    width: 570px;
  }
}
@media (min-width: 1440px) {
  .banner--tickets span {
    width: 610px;
  }
}

.tickets-instructions-text {
  display: none;
}
@media (min-width: 768px) {
  .tickets-instructions-text {
    font-size: 14px;
    text-align: center;
    width: 574px;
    margin: 0 auto 0;
    display: block;
  }
}
@media (min-width: 1200px) {
  .tickets-instructions-text {
    font-size: 24px;
    width: 1000px;
  }
}
@media (min-width: 1440px) {
  .tickets-instructions-text {
    font-size: 28px;
    width: 1186px;
  }
}
@media (min-width: 1900px) {
  .tickets-instructions-text {
    font-size: 36px;
    width: 1516px;
  }
}
.tickets-instructions-text strong {
  display: inline-block;
  margin-top: 8px;
}

.tickets-steps-container {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
@media (min-width: 1200px) {
  .tickets-steps-container {
    margin: 32px 0;
  }
}
.tickets-steps-container ul,
.tickets-steps-container ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .tickets-steps-container ul {
    display: flex;
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .tickets-steps-container ul {
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .tickets-steps-container ul {
    gap: 48px;
  }
}
@media (min-width: 1900px) {
  .tickets-steps-container ul {
    gap: 74px;
  }
}
.tickets-steps-container ul li {
  margin-top: 24px;
  width: 270px;
}
@media (min-width: 768px) {
  .tickets-steps-container ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .tickets-steps-container ul li {
    width: 235px;
  }
}
@media (min-width: 1440px) {
  .tickets-steps-container ul li {
    width: 290px;
  }
}
@media (min-width: 1900px) {
  .tickets-steps-container ul li {
    width: 360px;
  }
}
.tickets-steps-container img {
  width: 250px;
}
@media (min-width: 768px) {
  .tickets-steps-container img {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .tickets-steps-container img {
    width: 160px;
  }
}
@media (min-width: 1440px) {
  .tickets-steps-container img {
    width: 202px;
  }
}
@media (min-width: 1900px) {
  .tickets-steps-container img {
    width: 257px;
  }
}
.tickets-steps-container h4 {
  font-family: "formula1display-bold";
  font-size: 16px;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .tickets-steps-container h4 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .tickets-steps-container h4 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .tickets-steps-container h4 {
    font-size: 24px;
  }
}
@media (min-width: 1900px) {
  .tickets-steps-container h4 {
    font-size: 30px;
  }
}
.tickets-steps-container p {
  font-size: 14px;
  margin: 8px 0 8px 0;
  line-height: normal;
}
@media (min-width: 768px) {
  .tickets-steps-container p {
    font-size: 7px;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .tickets-steps-container p {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .tickets-steps-container p {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .tickets-steps-container p {
    font-size: 19px;
  }
}
.tickets-steps-container a {
  color: #fff;
  text-decoration: none;
}

.important-information {
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .important-information {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 8px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .important-information {
    gap: 16px;
  }
}
.important-information .text {
  display: flex;
  flex-direction: column;
  width: 312px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .important-information .text {
    margin: unset;
    justify-content: unset;
    align-items: unset;
  }
}
@media (min-width: 1200px) {
  .important-information .text {
    width: 530px;
  }
}
@media (min-width: 1440px) {
  .important-information .text {
    width: 666px;
  }
}
@media (min-width: 1900px) {
  .important-information .text {
    width: 905px;
  }
}
.important-information .text h4 {
  font-family: "formula1display-bold";
  font-size: 14px;
  margin: 0 0 8px 0;
}
@media (min-width: 1200px) {
  .important-information .text h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .important-information .text h4 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1900px) {
  .important-information .text h4 {
    font-size: 41px;
  }
}
.important-information .text p {
  font-size: 14px;
  margin: 0 0 16px 0;
  line-height: normal;
}
@media (min-width: 1200px) {
  .important-information .text p {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .important-information .text p {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1900px) {
  .important-information .text p {
    font-size: 30px;
  }
}
.important-information .text .app-download-icons {
  display: flex;
  gap: 16px;
}
.important-information .text .app-download-icons,
.important-information .text .app-download-icons li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.important-information .text .app-download-icons img {
  width: 100px;
}
@media (min-width: 1200px) {
  .important-information .text .app-download-icons img {
    width: 169px;
  }
}
@media (min-width: 1440px) {
  .important-information .text .app-download-icons img {
    width: 212px;
  }
}
.important-information .image img {
  width: 218px;
}
@media (min-width: 1200px) {
  .important-information .image img {
    width: 369px;
  }
}
@media (min-width: 1440px) {
  .important-information .image img {
    width: 465px;
  }
}
@media (min-width: 1900px) {
  .important-information .image img {
    width: 633px;
  }
}

/* ============================
   TABLET RESPONSIVE (768px-1199px)
   ============================ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contenedor_tickets a {
    width: 48%;
  }
  .contenedor_tickets > img {
    width: 48%;
  }
}/*# sourceMappingURL=tickets.css.map */