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

.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: #fff;
  text-align: left;
  font-size: 30px;
  line-height: 48px;
}

.text-block {
  color: #fff;
  text-align: left;
  font-size: 20px;
  line-height: 34px;
}

.section-2 {
  margin-top: 0;
  margin-bottom: 0;
  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;
  justify-content: center;
  align-items: center;
  max-width: 1050px;
  display: flex;
}

.div-block {
  width: 550px;
}

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

.div-block-2 {
  color: #fff;
  background-color: #25632d;
  border-radius: 11px;
  width: 450px;
  margin-left: 0;
  padding: 11px 23px;
}

.select-field {
  background-color: #fff;
}

.heading-9 {
  text-align: center;
  text-transform: none;
  text-shadow: none;
  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: #000;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

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

.checkbox-label {
  text-shadow: none;
  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 {
  text-align: left;
  text-shadow: none;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.link {
  color: #f0e62b;
}

.body {
  background-color: #f6fcfe;
  font-family: PT Sans, sans-serif;
}

.section-3 {
  background-image: url('../images/bg.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  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 {
  color: #009c4a;
  text-align: center;
  margin-bottom: 35px;
}

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

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

.div-block-5 {
  width: 45%;
  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 {
  text-align: center;
}

.button-2 {
  color: #000;
  background-color: #fec107;
  border-radius: 13px;
  padding: 21px;
  font-size: 18px;
  box-shadow: 0 2px 5px #0003;
}

.section-4 {
  background-color: #7e7e7e0a;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-6 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #009c4a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-6 {
  text-align: center;
}

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

.container-7 {
  text-align: center;
  margin-bottom: 35px;
}

.image-3 {
  margin-top: 25px;
}

.text-block-5 {
  color: #000;
  text-align: center;
  background-color: #ffdc16;
  margin-bottom: 15px;
  padding: 13px 5px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    margin-left: 0;
    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;
  }
}

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

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

  .div-block {
    text-align: center;
    margin-bottom: 25px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .heading {
    text-align: center;
    padding-left: 11px;
    padding-right: 11px;
  }

  .text-block {
    text-align: center;
  }

  .div-block {
    width: auto;
  }

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

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

  .button {
    text-align: center;
  }

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

  .container-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }
}

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

#email.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2723-9745f2d1 {
  grid-area: Area;
}

#w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2724-9745f2d1, #w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e272a-9745f2d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#submit.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2730-9745f2d1 {
  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-9745f2d1, #apellidos.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2720-9745f2d1, #telefono.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2721-9745f2d1, #email.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2723-9745f2d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #nombre.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e271f-9745f2d1, #apellidos.w-node-c1352ba0-d9fa-5ed5-5f24-4f147a6e2720-9745f2d1 {
    grid-column: span 2 / span 2;
  }

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