@font-face {
  font-family: Viaodalibre;
  src: url('../fonts/ViaodaLibre-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --grupo-frontera-red: #93191d;
  --grupo-fronter-light-yellow: #f2efcd;
  --grupo-frontera-mustard-yellow: #e2d58b;
}

.section {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 24px 16px 0;
  display: flex;
}

.avatars {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 42%;
  max-width: 960px;
  padding: 12px;
  display: flex;
}

.avatar_wrapper {
  aspect-ratio: 512 / 567;
  cursor: pointer;
  width: 100%;
  max-width: 30%;
  transition: all .2s;
  position: relative;
  overflow: visible;
}

.avatar-highlight {
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all .1s;
  position: absolute;
}

.avatar-highlight:hover {
  box-shadow: inset 0 0 16px 12px var(--grupo-frontera-red);
}

.image {
  z-index: 1;
  aspect-ratio: 512 / 567;
  position: relative;
}

.text-block {
  color: var(--grupo-frontera-red);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 3px var(--grupo-frontera-red);
  cursor: pointer;
  font-family: Viaodalibre, Palatino Linotype, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}

.selected {
  z-index: 3;
  aspect-ratio: 512 / 567;
  pointer-events: none;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.avatar-image-container {
  aspect-ratio: 512 / 567;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.code-embed {
  aspect-ratio: 1;
  width: 100%;
  max-width: 560px;
  margin-bottom: 0;
}

.heading {
  color: var(--grupo-frontera-red);
  margin: 0;
  font-family: PT Sans, sans-serif;
}

.content-wrapper {
  aspect-ratio: auto;
  flex-flow: row-reverse;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
  display: flex;
}

.div-block-2 {
  width: 100%;
}

.logo-image {
  width: 96%;
  max-width: 360px;
  margin-bottom: 6px;
}

.text-block-2 {
  color: var(--grupo-fronter-light-yellow);
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1rem;
  line-height: 1.2;
}

.cta-copy {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #f2efcd;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1rem;
  line-height: 1.2;
}

.show-popup-section {
  z-index: 9999;
  background-color: #000000e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.show-popup-section.is-hidden {
  background-color: #c0b25d;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: none;
}

.show-popup-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding: 12px;
  display: flex;
  position: relative;
}

.countdown-clock-text {
  color: var(--grupo-frontera-red);
  text-align: center;
  margin-bottom: 0;
  font-family: Viaodalibre, Palatino Linotype, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

.tour-location-name {
  color: var(--grupo-frontera-red);
  text-align: center;
  margin-bottom: 12px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.2;
}

.ticket-link {
  background-color: var(--grupo-frontera-red);
  color: var(--grupo-fronter-light-yellow);
  text-align: center;
  max-width: 256px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Viaodalibre, Palatino Linotype, sans-serif;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.ticket-link:hover {
  background-color: var(--grupo-frontera-mustard-yellow);
  color: var(--grupo-frontera-red);
}

.code-embed-2, .city-contents-embed {
  width: 100%;
}

.close-show-popup-button {
  border: 1px solid var(--grupo-frontera-red);
  background-color: var(--grupo-frontera-red);
  color: var(--grupo-frontera-mustard-yellow);
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  margin-bottom: 0;
  padding: 12px;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-show-popup-button:hover {
  background-color: var(--grupo-frontera-mustard-yellow);
  color: var(--grupo-frontera-red);
}

.countdown-label-text {
  color: var(--grupo-frontera-red);
  text-align: center;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.2;
}

.social-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.social-link-image {
  max-width: 18px;
}

.group-social-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.group-social-link:hover {
  margin-left: 8px;
  margin-right: 8px;
  transform: scale(1.1);
}

.social-link-text {
  color: var(--grupo-frontera-red);
  text-transform: uppercase;
  text-shadow: 0 0 1px var(--grupo-frontera-red);
  font-family: Viaodalibre, Palatino Linotype, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.code-embed-3, .code-embed-4, .code-embed-5, .code-embed-6 {
  margin-bottom: 0;
  display: none;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 0 24px;
  display: flex;
}

.tos-links {
  color: #fff;
  font-family: Viaodalibre, Palatino Linotype, sans-serif;
  font-size: 10px;
  line-height: 1.2;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.code-embed-7 {
  width: 100%;
  height: 100%;
}

.group-socials {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px;
  display: flex;
}

.group-social-link-text {
  color: var(--grupo-frontera-red);
  text-transform: uppercase;
  text-shadow: 0 0 1px var(--grupo-frontera-red);
  font-family: Viaodalibre, Palatino Linotype, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.group-social-link-image {
  max-width: 18px;
}

.time-label {
  color: var(--grupo-frontera-red);
  text-align: center;
  margin-bottom: 12px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .section {
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .avatars {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .avatar_wrapper {
    max-width: 18%;
  }

  .code-embed {
    aspect-ratio: 1;
    width: 90%;
    height: auto;
  }

  .heading {
    margin-bottom: auto;
  }

  .content-wrapper {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: auto;
  }

  .show-popup-content-wrapper {
    width: 100%;
  }

  .city-contents-embed {
    max-width: 100%;
  }

  .tos-links {
    font-size: 8px;
  }
}

@media screen and (max-width: 767px) {
  .avatars {
    width: 100%;
  }

  .avatar_wrapper {
    max-width: 17%;
  }

  .heading {
    margin-bottom: auto;
  }

  .content-wrapper {
    flex-flow: column;
    margin-bottom: auto;
  }

  .social-link-text {
    font-size: 14px;
  }

  .div-block-3 {
    flex-flow: wrap;
  }

  .group-social-link-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .avatars {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .avatar_wrapper {
    max-width: 25%;
  }

  .code-embed {
    aspect-ratio: auto;
  }

  .heading {
    font-size: 32px;
  }

  .content-wrapper {
    justify-content: space-between;
  }

  .show-popup-section.is-hidden {
    display: flex;
  }

  .show-popup-content-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .countdown-clock-text {
    margin-bottom: 8px;
  }

  .close-show-popup-button {
    right: 16px;
  }

  .social-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Viaodalibre';
  src: url('../fonts/ViaodaLibre-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}