#kt_app_content {
  background: #F7F7F7;
  height: 100vh;
}

.cta_pricing {
  background-image: linear-gradient(to right, #3572b5, #5f4a8b);
  color: var(--blanco);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 18px;
  font-size: 12px;
}

.cta_pricing:hover {
  background-color: #232323;
  background-image: none;
}

.pricing-tag {
  color: #fff;
  background-color: #232323;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
}
.text-alerta-stripe {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 19.36px !important;
}
.text-alerta-stripe-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #3f4254;
}
.text-alerta-stripe,
.text-alerta-stripe-2 {
  text-align: justify;
}

/*# sourceMappingURL=onboarding.css.map */
