.gform_fields{
    row-gap:12px !important;
}

.gfield_required{
    display: none !important;
}

.large{
    border: 1px solid rgba(102, 102, 102, 0.25) !important;
    border-radius: 8px !important;
}

.gfield_label{
    color:  #323E4D !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important  ;
}

.gform_button {
    padding: 16px 16px !important;
    background-color: #009972 !important ;
    color: #fff !important;
    border-radius: 100px !important;
    width: 100% !important;
    font-size: 18px !important;
    font-weight: 600 !important ;

    &:hover{
        background-color: #007A5B !important;
    }
}

 .gform_wrapper ::placeholder {
    color: #99A2AD !important;
    font-size: 14px !important;
  }

  .gfield_consent_label{
    a{
        text-decoration: underline;
    }
  }

  html {
  scroll-behavior: smooth;
}

bg-movil{
    @media(max-width: 993px){
       background: linear-gradient(180deg, rgba(0, 54, 40, 0.00) 25.6%, rgba(0, 54, 40, 0.90) 100%);


    }
}