.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.container {
  max-width: 1140px;
}

.big-container {
  max-width: 1140px;
  text-align: center;
  object-fit: fill;
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  z-index: 2147483647;
  text-align: center;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-nav {
  z-index: 99999;
  background-color: #fff;
  padding: 30px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.button {
  background-color: #e45327;
}

.heading {
  color: #012943;
  text-align: center;
  border: 0 solid #012943;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 400;
}

.section-2 {
  grid-column-gap: 45px;
  text-align: left;
  background-color: #19284b;
  background-image: none;
  background-size: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 57px 0;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block {
  max-width: 80px;
  direction: ltr;
  text-align: left;
  display: block;
}

.div-block-2 {
  max-width: 600px;
  min-width: 600px;
  flex: none;
}

.text-field, .text-field-2 {
  border-radius: 5px;
  margin-bottom: 15px;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-field-3, .text-field-4, .select-field, .text-field-5 {
  border-radius: 5px;
  margin-bottom: 15px;
}

.select-field-2 {
  border-radius: 5px;
  margin-bottom: 10px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: ". ."
                 ". ."
                 ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.checkbox-label {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.bold-text, .bold-text-2 {
  color: #fff;
}

.submit-button {
  color: #000;
  background-color: #f5b229;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
}

.heading-2 {
  text-align: center;
}

.image {
  max-width: 50%;
}

.section-3 {
  text-align: center;
  margin-top: 0;
  padding-top: 61px;
  padding-bottom: 61px;
}

.section-4 {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-3 {
  color: #012943;
}

.section-5 {
  background-color: #19284b;
  padding-top: 36px;
  padding-bottom: 36px;
}

.text-block {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.heading-4 {
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  display: block;
}

.link, .link-2 {
  color: #fff;
  font-weight: 500;
}

.container-2 {
  text-align: center;
}

.section-6 {
  background-image: linear-gradient(174deg, #f9db3b, #f79f25);
  margin-top: 93px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.heading-5 {
  color: #19284b;
  text-align: left;
  font-size: 40px;
}

.paragraph {
  color: #19284b;
  text-align: left;
  font-size: 22px;
  line-height: 35px;
}

.div-block-3 {
  width: 450px;
}

.image-2 {
  margin-bottom: 38px;
}

.container-3 {
  max-width: 1350px;
  grid-column-gap: 45px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 450px;
}

.paragraph-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .section-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    grid-row-gap: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    max-width: 600px;
    min-width: 0;
  }

  .form-2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .image {
    max-width: 100%;
  }

  .section-3 {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo {
    max-width: 60%;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-2 {
    max-width: 300px;
    flex: 0 auto;
  }

  .form-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    margin-top: 60px;
  }

  .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3 {
    max-width: none;
    text-align: center;
    flex-wrap: wrap;
    align-content: flex-end;
  }

  .div-block-4 {
    width: auto;
  }

  .image-3 {
    text-align: left;
  }
}

#personalizado-4.w-node-_6d911ebb-5e59-ac1c-fe1b-8de1d123ea44-2d37751c, #w-node-ddaf5f35-cf63-f2dd-95df-4ada49ae7018-2d37751c, #w-node-_74c90a69-fbf9-ce16-c78f-1cc9dd2b61ae-2d37751c, #w-node-_9fbaf194-5b6a-9124-0d72-f65905a63ae0-2d37751c, #w-node-bcc43174-aaf7-417d-9e72-d53dd52e724d-2d37751c, #w-node-a97cbcae-a0e6-6a75-c894-27ae6220fa91-2d37751c, #w-node-b9711b93-f2e8-7cea-ae2f-903ac5b8756d-2d37751c, #w-node-_87eda60d-f687-a977-c94f-d41b0cf547a9-2d37751c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #nombre.w-node-_76802146-b9f6-322b-f7ba-79c6a665e409-2d37751c, #apellidos.w-node-_76802146-b9f6-322b-f7ba-79c6a665e40c-2d37751c, #telefono-2.w-node-_57d5514c-ba55-28c8-acc3-6c6c075611c0-2d37751c, #email.w-node-_64f6a9e7-fc56-5625-a264-40ca8b4955f6-2d37751c, #w-node-_76802146-b9f6-322b-f7ba-79c6a665e40d-2d37751c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
