.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-primary-2[disabled],
.button-primary-2.disabled {
    pointer-events: none; /* Prevent clicks */
    opacity: 0.5; /* Make it look disabled */
    cursor: not-allowed;
}


.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section_navbar {
  margin-top: 15px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  text-transform: uppercase;
  background-color: #1a1b1f;
  background-image: linear-gradient(144deg, #7ab1ed, #3871b0);
  border-radius: 8px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.submit-button {
  width: 100%;
  display: block;
}

.button-primary.button-navbar {
  margin-top: 0;
}

.section_whyus {
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Droid Sans, sans-serif;
}

.heading {
  text-align: center;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.wrapper_whyus {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.item_whyus {
  text-align: center;
  background-color: #f9f9f9;
  border: 2px solid #ffc400;
  border-radius: 11px;
  max-width: 350px;
  padding: 20px;
  box-shadow: 5px 7px 6px -7px #0003;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.divider {
  background-color: #ffc400;
  width: 25%;
  height: 2px;
  margin: 8px auto;
}

.container_whyus {
  max-width: 1200px;
}

.section_howitworks {
  margin-top: 80px;
  margin-bottom: 80px;
}

.container_howitworks {
  max-width: 1200px;
}

.item_howitworks {
  text-align: center;
  max-width: 350px;
}

.heading-2 {
  color: #fff;
  background-color: #005bbf;
  border-radius: 11px;
  margin-bottom: 0;
  padding: 15px 26px;
  display: inline-block;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.wrapper_howitworks {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.section_cta {
  background-image: url('../images/shape-bg.png');
  background-position: 50% 0;
  background-size: auto;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.container_cta {
  text-align: center;
  max-width: 1200px;
}

.heading-4 {
  text-align: center;
  margin-bottom: 20px;
}

.text-span {
  color: #005bbf;
}

.button {
  text-align: center;
  background-color: #131414;
  border-radius: 8px;
  width: 24%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 18px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.section_form {
  background-color: #98c5d3;
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 25px;
  margin-bottom: 80px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.container_form {
  max-width: 1200px;
}

.heading-5 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 900;
  line-height: 48px;
}

.body {
  font-family: Lato, sans-serif;
}

.text-span-2 {
  color: #ffc400;
  text-shadow: 0 1px 1px #01010173;
}

.heading-6 {
  font-family: Lato, sans-serif;
}

.form-block {
  background-color: #fff;
  border-radius: 15px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 25px;
  box-shadow: 0 2px 5px #0003;
}

.form_step-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.form_step-1 {
  text-align: center;
  display: block;
}

.select-field {
  color: #444;
  background-color: #fff;
  border: 2px solid #ffc4008f;
  border-radius: 7px;
  padding-top: 6px;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0 2px 5px -3px #0003;
}

.item_widget {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.wrapper_widget {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.text-span-3 {
  color: #d63939;
}

.heading-7 {
  font-size: 16px;
  line-height: 21px;
}

.bold-text {
  font-size: 16px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
}

.checkbox-field {
  margin-top: 0;
  margin-bottom: 15px;
}

.text-field, .text-field-2, .text-field-3 {
  box-shadow: 0 2px 5px -3px #0003;
}

.text-field-4 {
  color: #363636;
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: 0 2px 5px -3px #0003;
}

.text-field-4.custom {
  margin-bottom: 10px;
}

.wrapper_name {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.wrapper_nombre, .wrapper_apellidos {
  width: 50%;
}

.wrapper_telefono-y-correo {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.wrapper_telefono, .wrapper_correo {
  width: 50%;
}

.wrapper_genero {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
}

.wrapperglobal_genero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.radio-button-field, .radio-button-field-2 {
  margin-bottom: 0;
}

.wrapper_geo {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper_codigopostal, .wrapper_provinces {
  width: 50%;
}

.form_step-2 {
  text-align: center;
  display: none;
}

.wrapperglobal_banking {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
}

.button-primary-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1a1b1f;
  background-image: linear-gradient(144deg, #7ab1ed, #3871b0);
  border-radius: 8px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.submit-button {
  width: 100%;
  display: block;
}

.button-primary-2.button-navbar {
  margin-top: 0;
}

.heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
  font-family: Lato, sans-serif;
}

.code-embed {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-field-5 {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .button {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container_whyus, .container_howitworks, .container_cta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .button {
    width: 100%;
  }
}
