/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */

.inherited-styles-for-exported-element {
  color: #333;
  font-family: CerebriSans-Regular, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  font-size: 100%;
}

h1 {
  font-weight: 400;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.button {
  background-color: #e00000;
  border: 1px solid #eee;
  border-radius: 50px;
  box-shadow: rgba(0, 12, 32, .04) 0 0 1px 0, rgba(10, 31, 68, .1) 0 3px 4px 0;
  color: #555;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-top: .7em;
  padding: 0 25px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  will-change: transform;
  height:auto !important; 
}

.button-principal {
  background-color: #2cbc63;
  border-style: none;
  color: #000;
  margin-left: 0;
  height:auto !important; 
}

.button-principal * {
  pointer-events: none;
}

.hero-text {
  -webkit-box-flex: 1;
  flex: 1;
}

.save-badge {
  background-color: #ddf8e7;
  border-radius: 16px;
  box-sizing: border-box;
  color: green;
  cursor: default;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 0 10px;
  vertical-align: middle;
}

.buttons-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.first-buy-button {
  font-size: .91em;
}

@media screen and (min-width: 768px) {
  .first-buy-button {
    font-size: initial;
  }

  .buttons-wrapper {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .video-btn {
    display: none;
  }

  .hero-text {
    margin-right: 5em;
  }
}

.big-price, .hero-text h2 {
  font-size: 1.2em;
}

.button svg {
  margin-right: .5em;
}

#clock .digit, .hero-text h1 {
  font-size: 2em;
}

.hero-text h2 {
  font-weight: 400;
}

.buttons-wrapper a {
  flex: 1;
}

.first-buy-button del {
  display: none;
}

@media screen and (min-width: 768px) {
  .first-buy-button del {
    display: initial;
  }
}

.button:hover {
  transform: scale(1.05);
}

.svg-inline--fa.fa-w-14 {
  width: .875em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

#clock {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
  width: 80%;
}

@media screen and (min-width: 768px) {
  #clock {
    width: 55%;
  }
}

#clock div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#clock .label {
  font-size: .7em;
}

#clock .colon {
  font-size: 1.5em;
  margin-top: -24px;
}

.hero-text h1 {
  font-family: CerebriSans-Bold, -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
}
