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

.navigation {
  box-shadow: none;
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  position: static;
}

.navbar-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.brand-link {
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.form-section {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 0;
}

.form-section.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.form-section.footer.copyright {
  color: #fff;
  background-color: #5fb1e7;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.form-section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-image: url('../images/water-background.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.purificatore-section {
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-4 {
  text-align: center;
  margin-bottom: 37px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffca0b;
  background-image: linear-gradient(85deg, #ff3432, #ff904d);
  border-radius: 9px;
  width: 31%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 37px;
  display: block;
}

.button-3:hover {
  background-color: #ffcc13;
  border-style: solid;
}

.feature {
  text-align: center;
  font-weight: 400;
}

.feature-icon {
  max-width: none;
  margin-bottom: 12px;
}

.heading-3 {
  color: #676768;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.heading-4 {
  color: #676768;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.navbar {
  box-shadow: none;
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  position: static;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 26px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.purificatore-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.acquasmart-fact-section {
  background-color: #e9e9e9;
  background-image: url('../images/water-splash-background.jpg');
  background-position: 50% 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.heading-22 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 29px;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-3 Area-5 ."
                 "Area-2 Area-4 Area-6 Area-6"
                 / 3.25fr 3fr 4fr 4fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center;
  max-width: 900px;
  display: block;
}

.div-block-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-23 {
  text-align: center;
  background-color: #aee9ff;
  border-radius: 65px;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-24 {
  color: #fff;
  width: 600px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: 39.469px;
  left: 131px;
}

.text-block-25 {
  color: #fff;
  text-align: left;
  width: 600px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  position: relative;
  top: 133px;
  left: 197px;
}

.image-4 {
  margin-top: 27px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  background-color: #fff;
  border: 2px solid #61bff9;
  border-radius: 19px;
  margin-left: 0;
  padding: 23px;
}

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

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

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

.link-2 {
  color: #c21723;
}

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

.text-field-2 {
  border: 1px solid #00000017;
  border-radius: 7px;
  height: 45px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
}

.submit-button {
  color: #fff;
  background-color: #ff7514;
  border-radius: 50px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

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

.main-heading {
  color: #1e502d;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
}

.big-container-2 {
  width: auto;
  min-width: auto;
  max-width: 1140px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field {
  border: 1px solid #00000017;
  border-radius: 7px;
  height: 45px;
  font-family: Open Sans, sans-serif;
}

.link {
  color: #000;
}

.select-field {
  color: #a8a0a0;
  background-color: #fff;
  border: 1px solid #00000017;
  border-radius: 7px;
  font-family: Open Sans, sans-serif;
}

.text-block-6 {
  color: #bb1823;
  text-align: center;
  text-shadow: none;
  background-color: #fff;
  border-radius: 20px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-9 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.columns-2 {
  display: flex;
}

.form-container {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 45px;
  display: flex;
}

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

.icon-2 {
  color: #000;
}

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

.image-5 {
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider {
  background-color: #fefdcb;
  border-radius: 20px;
  width: 50%;
  height: 250px;
}

.paragraph-5 {
  text-align: left;
  margin-bottom: 15px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-28 {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

.heading-34 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 34px;
}

.image-6 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 15px;
}

.div-block-26 {
  background-color: #f4f4f4;
  border-radius: 15px;
  width: 370px;
  padding: 0;
}

.slide-2 {
  border: 1px #000;
}

.slider-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.acquasmart-fact-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.heading-35 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.slide-nav {
  background-color: #001d3d;
}

.paragraph-6 {
  color: #000;
  font-style: italic;
  line-height: 25px;
}

.slide {
  text-align: left;
  padding-bottom: 0;
}

.heading-36 {
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.div-block-27 {
  text-align: center;
  width: 450px;
}

.mask {
  border-radius: 0;
}

.image-7 {
  margin-bottom: 19px;
}

.div-block-29 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.heading-37 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 38px;
}

.image-8 {
  border-radius: 20px;
}

.text-block-26 {
  color: #1e502d;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.checkbox-field-2 {
  font-family: Open Sans, sans-serif;
}

.heading-38 {
  color: #1e502d;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.heading-39 {
  color: #1e502d;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.image-9 {
  border: 1px #2c4993;
  box-shadow: 0 2px 17px 4px #0003;
}

.text-block-27 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.list {
  margin-top: 20px;
}

.text-block-28 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.list-item {
  margin-bottom: 13px;
}

.purificatore-left-content {
  width: 50%;
}

.div-block-30 {
  text-align: center;
  width: 50%;
}

.heading-40 {
  color: #1e502d;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.cta-button {
  color: #fff;
  text-align: center;
  background-color: #ff7514;
  border-radius: 15px;
  width: 80%;
  padding: 14px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cta-button:hover {
  color: #fff;
  background-color: #e26913;
}

.footer-section {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 0;
}

.footer-section.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer-section.footer.copyright {
  color: #fff;
  background-color: #5fb1e7;
  margin-top: 25px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.footer-section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-image: url('../images/water-background.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.testimonial-section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.testimonial-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-31 {
  text-align: center;
  width: 50%;
}

.cta-button-second {
  color: #fff;
  text-align: center;
  background-color: #ff7514;
  border-radius: 15px;
  width: 80%;
  padding: 14px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.cta-button-second:hover {
  color: #fff;
  background-color: #e26913;
}

@media screen and (max-width: 991px) {
  .form-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-section.main {
    height: auto;
    padding-top: 60px;
  }

  .purificatore-section {
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .purificatore-container {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
  }

  .column {
    padding-right: 40px;
  }

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

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

  .main-heading {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 60px;
  }

  .form-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .slider {
    width: 80%;
  }

  .acquasmart-fact-container {
    flex-flow: column;
  }

  .div-block-29 {
    flex-flow: column wrap;
  }

  .heading-38, .heading-39 {
    text-align: center;
  }

  .purificatore-left-content, .div-block-30 {
    width: 80%;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-section.main {
    height: auto;
    padding-top: 60px;
  }

  .testimonial-container {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .div-block-31 {
    width: 100%;
  }

  .cta-button-second {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .brand-link {
    padding: 13px 12px;
  }

  .form-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .form-section.main {
    height: auto;
    margin-top: 51px;
  }

  .purificatore-section {
    margin-bottom: 0;
  }

  .button-3 {
    width: 75%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .column-9 {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

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

  .main-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 26px;
  }

  .form-container {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-wrap: wrap;
    padding-left: 22px;
    padding-right: 22px;
  }

  .slider {
    height: 300px;
  }

  .div-block-28 {
    width: 325px;
  }

  .div-block-26 {
    width: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .acquasmart-fact-container {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-27 {
    margin-top: 34px;
  }

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

  .footer-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .footer-section.main {
    height: auto;
    margin-top: 51px;
  }

  .testimonial-section {
    padding-top: 0;
  }

  .cta-button-second {
    font-size: 17px;
    line-height: 25px;
  }
}

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

  .brand-link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form-section.main {
    margin-top: 0;
  }

  .button-3 {
    width: 76%;
    font-size: 18px;
  }

  .navbar {
    text-align: center;
  }

  .columns {
    flex-direction: column;
  }

  .acquasmart-fact-section {
    display: block;
  }

  .heading-22 {
    font-size: 27px;
  }

  .container-5 {
    padding-left: 26px;
    padding-right: 26px;
    display: block;
  }

  .div-block-13 {
    display: block;
  }

  .text-block-23 {
    margin-bottom: 15px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    text-align: left;
    padding: 60px 0 10px;
  }

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

  .link-2 {
    font-size: 13px;
  }

  .form {
    flex-direction: column;
    place-content: center;
    place-items: center;
    display: flex;
  }

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

  .main-heading {
    text-align: center;
    margin-bottom: 5px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 20px;
    line-height: 25px;
  }

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

  .form-container {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-28 {
    width: auto;
    padding: 18px;
  }

  .slider-wrapper {
    width: auto;
  }

  .div-block-27 {
    width: 300px;
  }

  .heading-37 {
    text-align: left;
    padding-left: 41px;
    padding-right: 41px;
    line-height: 35px;
  }

  .text-block-26 {
    font-size: 15px;
  }

  .heading-38 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-39 {
    font-size: 16px;
  }

  .text-block-27 {
    line-height: 30px;
  }

  .text-block-28 {
    line-height: 25px;
  }

  .heading-40 {
    font-size: 22px;
  }

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

  .footer-section.footer.copyright {
    padding-left: 13px;
    padding-right: 13px;
  }

  .footer-section.main {
    margin-top: 0;
  }

  .cta-button-second {
    font-size: 16px;
  }
}

#nombre.w-node-_63de8bc1-94ff-3ec2-3f94-14cb38b5a389-86d97b2d, #telefono.w-node-_63de8bc1-94ff-3ec2-3f94-14cb38b5a38b-86d97b2d, #id_provincia.w-node-_63de8bc1-94ff-3ec2-3f94-14cb38b5a38c-86d97b2d, #personalizado.w-node-cd815303-fa14-0d3a-5603-ecbe1a3185db-86d97b2d, #w-node-_63de8bc1-94ff-3ec2-3f94-14cb38b5a38e-86d97b2d, #w-node-_63de8bc1-94ff-3ec2-3f94-14cb38b5a394-86d97b2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#submit.w-node-_63de8bc1-94ff-3ec2-3f94-14cb38b5a39a-86d97b2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #nombre.w-node-_63de8bc1-94ff-3ec2-3f94-14cb38b5a389-86d97b2d, #telefono.w-node-_63de8bc1-94ff-3ec2-3f94-14cb38b5a38b-86d97b2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #nombre.w-node-_63de8bc1-94ff-3ec2-3f94-14cb38b5a389-86d97b2d {
    grid-column: span 2 / span 2;
  }

  #submit.w-node-_63de8bc1-94ff-3ec2-3f94-14cb38b5a39a-86d97b2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
