.logoheader img {
    max-height: inherit !important;
}

.lp-form .eyebrow {
    margin: 0 0 16px;
    color: grey;
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.55;
}


.lp-form .frm_style_estilos-formidable.with_frm_style .frm_submit button[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    font-weight: 800;
    background-color: #29d0fd;
    padding: 0 22px;
    color: #fff;
    box-shadow: 0 14px 28px #008fc938;
    border: none;
    margin: 0 0 .8em;
    transition: all .25s ease;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
}

.with_frm_style .frm_primary_label {
    font-weight: 700!important;
}

.lp-form .frm_style_estilos-formidable.with_frm_style .frm_submit {
    margin-bottom: 0;
}

.lp-form .frm_style_estilos-formidable.with_frm_style .frm_submit button[type=submit]:hover {
    transform: translateY(-2px);
}


.lp-form h2 {
    color: #0504aa;
    font-size: 3.2em;
    line-height: 1.1;
}

.hero-copy {
    color: #808080;
    font-size: 19px;
    margin-bottom: 30px;
}

.border-form {
    align-self: center;
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 26px;
    border: 1px solid rgba(22, 59, 99, .1);
    border-radius: 8px;
    background: #f7fbfd;
    box-shadow: 0 24px 54px #163b631f;
}

.border-form .with_frm_style .frm_primary_label {
    color: #000;
}

.price-card {
  background: #0504aa;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(23, 63, 104, 0.18);
  display: inline-block;
}

.price-card_label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.price-card_price {
  color: #fff;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-size: 2rem;
}

.price-card_text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.2;
}