/*Begin::Responsive mixins*/
body {
  background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/eventinformation_mobile.jpg");
}
@media (min-width: 768px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/eventinformation_tablet.jpg");
  }
}
@media (min-width: 1200px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/eventinformation_1200.jpg");
  }
}
@media (min-width: 1440px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/eventinformation_1440.jpg");
  }
}
@media (min-width: 1900px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/eventinformation_1920.jpg");
  }
}

.banner--information {
  height: 150px;
}

.botones {
  margin-top: 17px;
}
.botones ul,
.botones ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.botones ul {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media (min-width: 768px) {
  .botones ul {
    gap: 28px;
  }
}
@media (min-width: 1200px) {
  .botones ul {
    gap: 18px;
  }
}
@media (min-width: 1440px) {
  .botones ul {
    gap: 24px;
  }
}
@media (min-width: 1900px) {
  .botones ul {
    gap: 32px;
  }
}
.botones ul img {
  display: none;
  width: 100px;
}
.botones ul img.imagen-vertical {
  display: block;
}
@media (min-width: 768px) {
  .botones ul img.imagen-vertical {
    display: block;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .botones ul img.imagen-vertical {
    display: none;
  }
}
@media (min-width: 1200px) {
  .botones ul img.imagen-horizontal {
    display: block;
    width: 350px;
  }
}
@media (min-width: 1440px) {
  .botones ul img.imagen-horizontal {
    width: 420px;
  }
}
@media (min-width: 1900px) {
  .botones ul img.imagen-horizontal {
    width: 520px;
  }
}/*# sourceMappingURL=event-information.css.map */