.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-80 {
  height: 100vh;
}

.body {
  background-color: #000;
  justify-content: center;
  align-items: center;
}

.pancho-p1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-81 {
  width: 500px;
  max-width: none;
}

.image-82 {
  width: 500px;
}

.contador-base {
  background-color: #ff4f01;
  width: 500px;
  padding-bottom: 5px;
}

.countdown_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: grid;
}

.countdown_number {
  font-size: 4.25em;
  line-height: 1.2;
}

.countdown_label {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875em;
}

.hide {
  display: none;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
}

.div-block {
  text-align: center;
  background-color: #ff4f01;
  width: 500px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
}

.text-block {
  color: #fff;
  text-align: center;
  background-color: #ff4f01;
  padding-bottom: 13px;
  font-size: 22px;
}

.div-block-2 {
  width: 500px;
}

.marco-numeros {
  color: red;
  background-color: #fff;
  border: 1px #fff100;
  border-radius: 10px;
  padding-bottom: 5px;
}

.div-block-3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .image-80 {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .image-80 {
    height: auto;
  }

  .countdown_number {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .image-80 {
    max-width: 100%;
    height: auto;
  }

  .body {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-81 {
    width: 100svw;
    max-width: none;
  }

  .image-82 {
    width: 100svw;
  }

  .contador-base {
    justify-content: center;
    align-items: flex-start;
    width: 100svw;
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .countdown_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: minmax(auto, 1fr);
    justify-content: space-between;
    align-items: center;
  }

  .countdown_number {
    font-size: 2.5em;
  }

  .countdown_label {
    font-size: .75em;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block {
    width: 100svw;
  }

  .text-block {
    font-size: 20px;
  }

  .marco-numeros {
    color: red;
    padding-top: 3px;
  }

  .div-block-3 {
    width: 100svw;
    margin-bottom: -10px;
  }
}


