body {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #ccc;
}

#general {
  background: #6ba34a;
  background-image: url(/assets/img/feature-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1200px) {
  #general {
    height: 95vh;
  }
}
@media (max-width: 1199.98px) {
  #general {
    background-size: cover;
  }
}
#general .prices {
  position: absolute;
  top: -80px;
}
@media (max-width: 1199.98px) {
  #general .prices {
    top: -60px;
  }
}
#general .logos img {
  max-width: 200px;
}
#general .oferta {
  max-width: 630px;
}

#prices {
  position: relative;
  top: -60px;
}
#prices p {
  font-size: 0.75rem;
}
#prices .box-prices {
  border-radius: 10px;
  background-color: #fff;
  height: 250px;
  box-shadow: 0px 5px 11px -3px rgba(171, 171, 171, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
#prices .box-prices img {
  max-width: 250px;
}
#prices .btn-lp {
  background: linear-gradient(-45deg, #6ba34a, #23d5ab, #6ba34a, #6ba34a);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  text-decoration: none;
  padding: 20px 20px;
  width: 100%;
  display: block;
  margin: auto;
  color: #fff;
  border-radius: 10px;
  margin-top: 30px;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  #prices .btn-lp {
    max-width: 420px;
  }
}
#prices p {
  line-height: 20px;
  color: #9d9d9d;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section#video {
  background: #f1f1f1;
}

section#form {
  background: #f1f1f1;
}
section#form h5 {
  color: #000;
  font-weight: 900;
  line-height: 20px;
}
section#form form input:focus {
  box-shadow: none;
  border-color: #63a351;
}
section#form form select:focus {
  box-shadow: none;
  border-color: #63a351;
}
section#form form textarea {
  min-height: 150px;
}
section#form .btn-form {
  background-color: #6ba34a;
  color: #fff;
  display: block;
  width: 100%;
  box-shadow: 0;
  font-weight: 600;
}
section#form .btn-clear {
  background-color: #0054b4;
  color: #fff;
  display: block;
  width: 100%;
  box-shadow: 0;
  font-weight: 600;
}
section#form .btn-search {
  background-color: #f36615;
  color: #fff;
  display: block;
  width: 100%;
  box-shadow: 0;
  font-weight: 600;
}

.await {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 1048;
  transition: opacity 200ms ease;
  opacity: 0;
}
.await.show {
  display: block;
  opacity: 1;
}
.await.show_front {
  display: block;
  opacity: 1;
  z-index: 1060;
}

.modal .modal-header {
  padding: 2rem 0;
  justify-content: center;
  text-align: center;
  border-bottom: none;
  flex-direction: column;
}
.modal .modal-header .modal-icon {
  font-size: 64px;
  padding-bottom: 5px;
}
.modal .modal-header .modal-cod {
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 14px;
}
.modal.form-confirm .modal-header {
  flex-direction: row;
}
.modal.form-confirm .modal-footer {
  display: none !important;
}
.modal .modal-body {
  text-align: center;
  padding: 0 2rem 2rem 2rem;
}
.modal .modal-body .invalid-feedback {
  text-align: left;
}
.modal .modal-footer {
  border-top: none;
  padding: 0 3rem 0;
  flex-wrap: nowrap;
  flex-shrink: 0;
  justify-content: normal;
  padding-bottom: 2rem;
}
.modal .modal-form-validation .access_code {
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0;
  letter-spacing: 15px;
}
.modal .modal-form-validation .link-countdown {
  cursor: pointer;
  font-weight: bold;
}
.modal .modal-form-validation .link-countdown.disabled {
  cursor: unset;
  pointer-events: none;
  opacity: 0.3;
}
.modal .modal-form-validation .modal-header {
  flex-direction: row;
}/*# sourceMappingURL=style.css.map */