.logoheader img {
    max-height: inherit!important;
}

.eyebrow {
    margin: 0 0 16px;
    color: #29d0fd;
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.border-form .eyebrow {
    color: gray;
    margin: 0 0 -.6em;
}

.lp .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    font-weight: 900;
    background-color: #29d0fd;
    padding: 0 22px;
    color: #fff;
    box-shadow: 0 14px 28px #008fc938;
    border: none;
    margin: .6em .6em .6em 0;
    transition: all .25s ease;
    font-size: 1rem;
    line-height: 1.5;
}

.lp .with_frm_style.frm_center_submit .frm_submit input[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    font-weight: 900;
    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%;
}

.lp .btn:hover, .lp .with_frm_style.frm_center_submit .frm_submit input[type=submit]:hover {
  transform: translateY(-2px);
}

.with_frm_style .frm_primary_label {
    font-weight: 700!important;
}

.lp .btn.btn-primary {
    background-color: #29d0fd;
    border: none;
}

.lp .btn.btn-outline-primary{
    background-color: #ffffff;
    color:#0504aa;
}

h1 {
    color: #0504aa;
    font-size: 3.2em;
  line-height: 1.1;
}

.border-form h2 {
    margin: 0;
    color: #3400aa;
    font-size: 1.6em;
    line-height: 1.1;
    font-weight: 800;
}

.hero-copy {
    color: #808080;
    font-size: 19px;
}

.imagen-degradado{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: -1;
}

.imagen-degradado img {
  display: block;
  width: 150%;
  height: auto;

  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 65%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 65%,
    transparent 100%
  );
}

.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;
}

.peq-gris {
    font-size: .8em;
    color: #808080;
    margin:0 0 -25px;
}

.imc {
    background-color: #3400aa;
    border-radius: 12px;
    padding: 10px 15px 15px;
}

.frm_form_field.imc label {
    color: #b8daeb!important;
    font-size: 19px;
}

.frm_form_field.imc p.frm_total_formatted {
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
}

.frm_form_field.imc label small{
    color: #b8daeb;
    display: block;
    font-size: 12px;
    font-weight: 600;
}