
#spacer_top {
  width: 100%;
  height: calc((100vh - 710px) / 2.7);
  min-height: 10px;
}

.f01 {
  color: #18214D;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Nunito Sans";
  font-size: 48px;
  font-size: min(48px, calc());
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

#spacer_a {
  width: 100%; 
  max-height: 10px;
  min-height: 0px;
  height: calc((100vw * 0.1) - 41px);
}

#allItems {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.f03 {
  color: #18214D;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Nunito Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: -0.95px;
}

.points {
  height: 270px;
  text-align: center;
}

.points img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  scale: 0.85;
}

.button_gray {
  background-color: #F2F2F2;
  width: 144px;
  height: 144px;
  border-radius: 8px;
  background: linear-gradient(180deg, #F3F3F3 0%, #EEE 100%);

  color: #272727;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.225px;

  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.button_gray:hover {
  border-bottom: 4px solid #18214D;
}

.button_gray_a {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button_gray_b {
  width: 100%;
}

.but_pos_wallet {
  display: grid; 
  justify-items: end; 
  margin-right: 0px;
  scale: 0.8;
}

.but_pos_premios {
  display: grid; 
  justify-items: start; 
  margin-left: 0px;
  scale: 0.8;
}

.sliderItem {
  text-align: center;
  padding: 8px 8px;
  height: 280px;
}

.ssvg01 {
  margin-top: 50px;
}

.ssvg02 {
  margin-top: 50px;
}

.ssvg03 {
  margin-top: 50px;
}

/* ## ################################################################### ## */
/* ## ############################################# MediaQuery <= 900px## ## */
/* ## ################################################################### ## */
@media (max-width: 900px) {
  #allItems {
    display: none;
  }
}

/* ## ################################################################### ## */
/* ## ############################################# MediaQuery > 900px## ## */
/* ## ################################################################### ## */
@media (min-width: 900px) {
  #slider {
    display: none;
  }
}

/* ## ################################################################### ## */
/* ## ############################################## MediaQuery > 549px## ## */
/* ## ################################################################### ## */
@media (min-width: 499px) {
  .f02 {
    color: #18214D;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nunito Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
  }
}

/* ## ################################################################### ## */
/* ## ############################################# MediaQuery <= 550px## ## */
/* ## ################################################################### ## */
@media (max-width: 550px) {

  .f01 {
    color: #18214D;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nunito Sans";
    font-size: calc((100vw * 0.081) + 3px);    
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
  }

  #spacer_a {
    width: 100%; 
    max-height: 20px;
    min-height: 0px;
    height: calc((100vw * 0.1) - 41px);
  }

  .f02 {
    color: #18214D;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nunito Sans";
    font-size: calc((100vw * 0.04244) + 6.7px);
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
  }

  .f03 {
    color: #18214D;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nunito Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px;
    letter-spacing: -0.95px;
  }

  .svg01 {
    position: relative;
    top: 29px;
    left: -17px;  
  }

  .svg02 {
    position: relative;
    top: 117px;
    left: 77px;
  }

  .svg03 {
    position: relative;
    top: 107px;
    left: 95px;
  }

  .button_gray {
    background-color: #F2F2F2;
    width: 144px;
    height: 144px;
    border-radius: 8px;
    background: linear-gradient(180deg, #F3F3F3 0%, #EEE 100%);

    color: #272727;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.225px;

    cursor: pointer;
    user-select: none;
    white-space: nowrap;
  }

  .button_gray_a {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .button_gray_b {
    width: 100%;
  }

} /* mq < 500*/


