.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.container {
  max-width: 740px;
  padding-left: 20px;
  padding-right: 20px;
}

.product {
  background-image: linear-gradient(90deg, #032737, #156487 50%, #032737 102%);
}

.body {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.center-text {
  text-align: center;
}

.white {
  color: #fff;
}

.red-text {
  color: red;
}

.steps {
  background-color: #dbdbdb;
  border-bottom: 2px solid #aeaeae;
}

.steps-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.font-weight-400 {
  font-weight: 400;
}

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

.step._2 {
  background-color: #29b700;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.gray {
  color: #7a7a7a;
}

.green {
  color: green;
}

.underline {
  text-decoration: underline;
}

.text-body {
  text-align: left;
  font-size: 22px;
}

.footer {
  background: #032737;
}

.footer-div {
  padding-top: 20px;
  padding-bottom: 20px;
}

._12px {
  font-size: 12px;
}

.hero {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 0 solid #0000;
  border-radius: 0;
  flex-flow: column;
  display: flex;
}

.price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #964f12;
  border: 3px solid #ff7724;
  border-radius: 10px;
  align-self: center;
  padding: 15px 100px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.pay-methods {
  align-self: center;
  width: 250px;
}

.refuse {
  color: #696969;
  text-align: center;
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 0;
  align-self: center;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: underline;
}

.pote {
  align-self: center;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .center-text.font-weight-400.gray.mobile, .center-text.font-weight-400.white.mobile {
    font-size: 14px;
  }

  .steps-div {
    grid-template-columns: 1fr;
  }

  .step {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-2, .refuse {
    font-size: 24px;
  }

  .pote {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 17px;
  }

  .button-2 {
    align-self: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .refuse {
    font-size: 20px;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* sobreposição escura */
  z-index: 9999;                         /* fica acima de tudo */
  display: none;                         /* oculto por padrão */
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.holder-popup {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 4px solid #00ccfc;
  border-radius: 12px;
  flex-flow: column;
  max-width: 450px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.tittle-last-chance {
  color: #032737;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1em;
}

.tittle-bonus {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2em;
}

.price-per-botttle {
  color: #e09009;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.1em;
}

.per-day {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.1em;
  -webkit-text-decoration: underline #fee73a;
  text-decoration: underline #fee73a;
}

.text-free-shipping {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.1em;
}

.aceppt-popup {
  color: #fff;
  text-align: center;
  background-color: #e09009;
  border: 3px solid #e09009;
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.or-popup {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1em;
}

.reject-popup {
  color: #575757;
  text-align: center;
  background-color: #dbdbdb;
  border: 1px solid #b9b9b9;
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.note-popup {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3em;
}

.x {
  color: #fff;
  background-color: #00ccfc;
  align-self: flex-end;
  margin-top: -20px;
  margin-bottom: 0;
  margin-right: -20px;
  padding: 3px;
  font-size: 25px;
  line-height: .9em;
  position: relative;
  inset: 0%;
}

.js-popup {
  margin-bottom: 0;
  display: block;
}

@media screen and (max-width: 479px) {
  .popup {
    z-index: 1;
    position: relative;
  }

  .holder-popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tittle-last-chance {
    font-size: 25px;
  }

  .tittle-bonus {
    font-size: 18px;
  }

  .price-per-botttle {
    font-size: 25px;
  }

  .per-day {
    font-size: 18px;
  }

  .text-free-shipping {
    font-size: 16px;
  }

  .aceppt-popup {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .or-popup {
    font-size: 14px;
  }

  .reject-popup {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .note-popup {
    font-size: 14px;
  }

  .x {
    margin-right: -10px;
  }
}