@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@font-face {
  font-family: 'Gotham';
  src: url("./assets/fonts/Gotham-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px !important;
  padding: 0;
  font-size: 12px;
  font-weight: 900;
}

.prompt-box-8w {
  z-index: 9999;
  background-color: white !important;
  color: #00A84F !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.prompt-box-8w p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.15em;
}

.prompt-box-8w p span {
  display: block;
  width: 160px;
  height: 80px;
  margin: 0 auto 15px;
  background: url("./assets/images/logo_full.svg") center/contain no-repeat;
}

.prompt-button-8w {
  opacity: 1 !important;
  background-color: rgba(169, 169, 169, 0.85) !important;
}

.button-primary-8w {
  opacity: 1 !important;
  background-color: #00A84F !important;
}

#container-ui {
  overflow: hidden !important;
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.loader-frame {
  z-index: 908;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("./assets/images/powered.svg") center 4%/150px auto no-repeat, url("./assets/images/loader-bg.jpg") center/cover no-repeat;
}

.loader-logo {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35vw;
  width: 35vw;
  background: url("./assets/images/logo.svg") center/contain no-repeat;
}

.loader-valor {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  top: 90%;
  font-size: 1.75em;
  text-align: center;
  font-family: "Gotham", sans-serif;
  color: white;
}

.logo {
  z-index: 907;
  position: absolute;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 0;
  right: 0;
  height: 15vh;
  width: 15vh;
  background: url("./assets/images/logo_shape.svg") right center/contain no-repeat;
}

.ui-button {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  top: 90%;
  width: 200px;
  padding: 12px 0 14px;
  border-radius: 20px;
  font-family: "Gotham", sans-serif;
  font-size: 1.35em;
  line-height: 1em;
  text-align: center;
  color: white !important;
  background: linear-gradient(184.97deg, #32C369 -37.96%, #1A5922 153.59%);
  border: 2px solid #F7D800;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.16);
}

.prescan-frame {
  z-index: 906;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("./assets/images/prescan-bg.jpg") center/cover no-repeat;
  color: white;
}

.prescan-content {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  top: 52%;
  width: 80%;
}

.prescan-content h3 {
  margin-bottom: 20px;
  font-family: "Gotham", sans-serif;
  font-size: 1.55em;
  color: #F7D800;
  line-height: 1.15em;
  text-align: center;
  margin: 0px auto 30px;
}

.prescan-content h3 span {
  font-size: 1.5em;
  line-height: 1em;
  display: block;
}

.prescan-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px 15px;
}

.prescan-items span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 1.15em;
  text-align: center;
}

.prescan-items img {
  display: block;
  margin: 0 auto 20px;
  width: 50px;
  height: 50px;
}

.scan-frame {
  z-index: 905;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("./assets/images/scan-frame-bg.png") center/cover no-repeat;
  /* transform: all 0.5s ease-out 0s;

    &.hidden {
      opacity: 0;
    } */
}

.choose-frame {
  z-index: 904;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("./assets/images/choose-bg.png") center/cover no-repeat;
  display: none;
  opacity: 0;
}

.choose-content {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  top: 60%;
  width: 80%;
  opacity: 0;
}

.choose-title {
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  background: url("./assets/images/choose-title.png") center/contain no-repeat;
}

.choose-buttons {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 25px;
}

.choose-item {
  width: 80px;
  height: 80px;
  background: center/contain no-repeat;
}

.choose-item[data-target='Aguila'] {
  background-image: url("./assets/images/dot-aguila.png");
}

.choose-item[data-target='Caballo'] {
  background-image: url("./assets/images/dot-caballo.png");
}

.choose-item[data-target='Elefante'] {
  background-image: url("./assets/images/dot-elefante.png");
}

.choose-item[data-target='Leon'] {
  background-image: url("./assets/images/dot-leon.png");
}

.choose-item[data-target='Tigre'] {
  background-image: url("./assets/images/dot-tigre.png");
}

.choose-item[data-target='Toro'] {
  background-image: url("./assets/images/dot-toro.png");
}

.place-frame {
  z-index: 903;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
}

.place-title {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  top: 22%;
  width: 80%;
  height: 120px;
  background: url("./assets/images/place-title.png") center/contain no-repeat;
}

.active-frame {
  z-index: 901;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid white;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
}

.active-frame[data-active='Aguila'] {
  border: 10px solid #FFDE00;
}

.active-frame[data-active='Caballo'] {
  border: 10px solid #A2003E;
}

.active-frame[data-active='Elefante'] {
  border: 10px solid #007C48;
}

.active-frame[data-active='Leon'] {
  border: 10px solid #E80000;
}

.active-frame[data-active='Tigre'] {
  border: 10px solid #01018C;
}

.active-frame[data-active='Toro'] {
  border: 10px solid #FF2C00;
}

/*
.dots-container {
  z-index: 902;
  @include centered;
  top: 92%;
  width: 100%;
  
  display: flex;
  flex-direction: row;
  gap: 0px 4px;
  justify-content: center; 
  align-items: center;    

  .dot {
    &-item {
      // flex: 1 1 auto;
      display: block;
      width: 10vw; height: 10vw;
      background: center/contain no-repeat;

      transition: all 0.25s ease-out 0s;
    }
    &-active {
      width: 20vw; height: 20vw;
    }

    &-Aguila {background-image: url('./assets/images/dot-aguila.png')}
    &-Caballo {background-image: url('./assets/images/dot-caballo.png')}
    &-Elefante {background-image: url('./assets/images/dot-elefante.png')}
    &-Leon {background-image: url('./assets/images/dot-leon.png')}
    &-Tigre {background-image: url('./assets/images/dot-tigre.png')}
    &-Toro {background-image: url('./assets/images/dot-toro.png')}
  }
}
*/
.ended {
  z-index: 902;
  width: 100%;
  height: 33vw;
  position: absolute;
  left: 0;
  bottom: -40vw;
  -webkit-transition: bottom 0.45s ease-out 0s;
  transition: bottom 0.45s ease-out 0s;
  /*
  &-close {
    position: absolute;
    top: -15px; right: 15px;
    width: 35px; height: 35px;
    border-radius: 7px;
    background: $primario url('./assets/images/close_x.png') center/50% no-repeat;
  }
  */
}

.ended.ended-on {
  bottom: -1vw;
}

.ended-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("./assets/images/afterscan.png") center bottom/contain no-repeat;
}
/*# sourceMappingURL=styles.css.map */