.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-button:disabled {
  background-color: #cccccc;  /* Light grey background */
  color: #999999;  /* Grey text */
  cursor: not-allowed;  /* Make cursor show not-allowed */
}

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

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

@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 {
  background-color: #fff;
  background-image: none;
  padding-top: 13px;
  padding-bottom: 13px;
}

.container {
  text-align: center;
}

.heading {
  color: #000;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.text-block {
  color: #000;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.section-2 {
  background-color: #f3fafa;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

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

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

.div-block {
  width: 550px;
}

.text-field {
  color: #25632d;
  border: 2px solid #cbcbcb;
  height: 45px;
  font-family: Open Sans, sans-serif;
}

.div-block-2 {
  color: #25632d;
  background-color: #fff;
  border-radius: 20px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 23px;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 2px solid #cbcbcb;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-9 {
  color: #000;
  text-align: center;
  text-transform: none;
  text-shadow: none;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.form-block {
  padding-left: 0;
}

.checkbox-field {
  text-align: left;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template: ". ."
                 "Area Area"
                 "Area-2 Area-2"
                 / minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  display: block;
}

.submit-button {
  color: #fff;
  background-color: #6e0f23;
  border-radius: 45px;
  padding: 14px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #1e5124;
}

.checkbox-label {
  color: #6e0f23;
  text-shadow: none;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-field-2 {
  height: 45px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.checkbox-label-2 {
  color: #6e0f23;
  text-align: left;
  text-shadow: none;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.link {
  color: #6e0f23;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.body {
  background-color: #f3fafa;
  font-family: Merriweather, serif;
}

.section-3 {
  background-color: #bbbebf;
  padding-top: 75px;
  padding-bottom: 75px;
}

.image {
  padding-top: 34px;
  padding-bottom: 81px;
}

.text-block-2 {
  font-size: 18px;
}

.text-block-3 {
  font-size: 18px;
  line-height: 27px;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1500px;
  height: 250px;
  padding: 20px;
  display: flex;
}

.heading-10 {
  margin-top: 0;
  font-size: 26px;
}

.button {
  color: #fff;
  background-color: #0fa532;
  border-radius: 60px;
  margin-top: 20px;
  padding: 13px 37px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 2px 5px #0006;
}

.div-block-4 {
  text-align: center;
  margin-top: 0;
  padding-top: 21px;
  padding-bottom: 21px;
}

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

.container-4 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.div-block-5 {
  width: 50%;
  line-height: 25px;
}

.list {
  color: #000;
  font-size: 17px;
}

.list-item {
  color: #000;
  margin-bottom: 5px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  margin-bottom: 5px;
}

.footer-container {
  text-align: center;
  background-color: #e8eeea;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.paragraph {
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
}

.container-5 {
  margin-bottom: 0;
}

.container-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 35px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 28px;
}

.image-2 {
  border-radius: 9px;
}

.section_benefits {
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.container-7 {
  max-width: 560px;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-size: 17px;
}

.container-8 {
  text-align: center;
  margin-top: 20px;
}

.button-2 {
  color: #f5fffc;
  background-color: #8a142f;
  border: 3px solid #8a142f;
  border-radius: 0;
  padding: 13px 31px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-3 {
  margin-bottom: 10px;
}

.step-1 {
  width: 100%;
  padding: 21px;
  display: block;
}

.text-block-11 {
  color: #000;
  margin-bottom: 15px;
  padding: 0;
  font-size: 17px;
  font-weight: 900;
}

.step-2, .step-3, .step-4 {
  width: 100%;
  padding: 21px;
  display: none;
}

.btnnext-step2, .btnnext-step3, .btnnext-step4 {
  color: #fff;
  background-color: #6e0f23;
  border-radius: 20px;
  padding: 11px 35px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.container-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 18px;
  display: flex;
}

.paragraph-3 {
  text-align: justify;
  font-size: 17px;
  line-height: 30px;
}

.heading-12 {
  line-height: 35px;
}

.paragraph-4 {
  font-size: 17px;
  line-height: 30px;
}

.list-item-6 {
  font-size: 17px;
}

.list-item-7 {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 17px;
}

.container-10 {
  margin-bottom: 25px;
}

.image-4 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block-7 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-12 {
  color: #000;
}

.text-block-13 {
  color: #161616;
  text-align: left;
  font-size: 18px;
  font-weight: 900;
}

.list-2 {
  color: #000;
  text-align: left;
  padding-left: 30px;
}

.list-item-8 {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 15px;
}

.container-11 {
  margin-bottom: 25px;
}

.heading-15 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.heading-16 {
  color: #000;
}

.div-block-8 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 27px;
  display: flex;
}

.heading-17 {
  color: #fff;
  background-color: #6e0f23;
  width: 50%;
  margin-top: 10px;
  padding: 20px;
}

.text-block-14 {
  color: #000;
  padding-top: 5px;
  font-size: 11px;
}

.image-5 {
  margin-bottom: 5px;
}

.div-block-9 {
  background-color: #f1f0ee;
  margin-bottom: 10px;
  padding: 11px 0;
}

.text-span {
  font-size: 40px;
}

.container-12 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .checkbox-label, .checkbox-label-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
  }

  .div-block-5 {
    width: 90%;
    margin-bottom: 13px;
  }

  .text-details-wrapper {
    width: auto;
  }

  .container-9 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    grid-row-gap: 45px;
    flex-wrap: wrap;
  }

  .container-3 {
    flex-direction: column;
  }

  .div-block-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .heading-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-4 {
    flex-direction: column;
  }

  .div-block-5 {
    width: 100%;
    padding: 15px;
  }

  .footer-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
  }

  .container-6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_benefits {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-10 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .container-11 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-15 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading, .text-block {
    text-align: center;
  }

  .div-block {
    width: auto;
  }

  .div-block-2 {
    width: auto;
    margin-left: 13px;
    margin-right: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button {
    font-size: 16px;
  }

  .button {
    text-align: center;
  }

  .heading-11 {
    font-size: 28px;
    line-height: 30px;
  }

  .container-4 {
    flex-flow: column wrap;
    align-items: center;
  }

  .footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    place-content: stretch center;
  }

  .paragraph {
    text-align: center;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .heading-15 {
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .heading-17 {
    width: 100%;
  }

  .container-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

#id_provincia.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2722-1302ff2f, #telefono.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2721-1302ff2f, #w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2724-1302ff2f, #w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e272a-1302ff2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#submit.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2730-1302ff2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #nombre.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e271f-1302ff2f, #email-2.w-node-_32ab917c-4256-e493-ce46-e980d74c03c4-1302ff2f, #telefono.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2721-1302ff2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #nombre.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e271f-1302ff2f, #email-2.w-node-_32ab917c-4256-e493-ce46-e980d74c03c4-1302ff2f {
    grid-column: span 2 / span 2;
  }

  #submit.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2730-1302ff2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
