﻿.header .promotion-timer {
  display: flex;
  position: absolute;
  z-index: 1;
  /* right: -10%; */
  top: 8%;
  justify-content: center;
}

.header .timer-unit {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 4.0vw;
  height: 3.0vw;
  min-width: 40px;
  min-height: 40px;
  justify-content: space-between;
  padding: 0.3vw;
  border-radius: 0.5vw;
}

.header .timer-label {
  text-align: center;
  font-family: var(--myralis-font-family);
  font-size: 0.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .timer-value {
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: -3px;
}

.header .myralis-separate-caracter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 0;
}



/*Principal Banner*/

.promotion-timer {
  display: flex;
  position: absolute;
  z-index: 1;
  right: 3.7%;
  top: 9%;
  width: 21.8%;
}

.myralis-separate-caracter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-size: 60px;
  margin-bottom: 35px;
}

.timer-unit {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 8vw;
  height: 6.7vw;
  min-width: 40px;
  min-height: 40px;
  justify-content: space-between;
  padding: 1vw;
  border-radius: 0.5vw;
}

.timer-label {
  text-align: center;
  font-family: var(--myralis-font-family);
  font-size: 12.75px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.timer-value {
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-size: 2.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: -3px;
}



@media screen and (max-width: 768px) {
  .header .promotion-timer {
    right: 2%;
    top: 2%;
  }

  .header .timer-unit {
    width: 7vw;
    height: 7vw;
  }

  .header .timer-label {
    font-size: 1.2vw;
  }

  .header .timer-value {
    font-size: 6.5vw;
  }

  /*PRINCIPAL BANNER*/

  .promotion-timer {
    right: 1%;
    top: 7%;
    width: 82%;   
  }

  .timer-unit {
    width: 7vw;
    height: 7vw;
  }

  .timer-label {
    font-size: 1.2vw;
  }

  .timer-value {
    font-size: 6.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .header .promotion-timer {
    right: -16%;
    top: 18%;
    gap: 0%;
  }

  .header .timer-unit {
    width: 14vw;
    height: 15vw;
    min-width: 30px;
    min-height: 30px;
    padding: 1.2vw;
    border-radius: 8px;
  }

  .header .timer-label {
    font-size: 2vw;
  }

  header.timer-value {
    font-size: 7vw;
  }

  /*PRINCIPAL BANNER*/

  .myralis-separate-caracter {    
    font-size: 50px;
    margin-bottom: 71px;
  }

  .timer-unit {
    width: 19vw;
    height: 21vw;
    min-width: 39px;
    min-height: 39px;
    padding: 3.2vw;
    border-radius: 8px;
  }

  .timer-label {
    font-size: 2.8vw;
  }

  .timer-value {
    font-size: 7vw;
  }
}
