:root {
  --purple: #72246c;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  color: #722b90;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  width: 48ch;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

a {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

li {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

label {
  color: #fff;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: block;
}

.section_hero {
  background-image: linear-gradient(#7e2b87, #4e4f98);
  height: 85vh;
  max-height: 800px;
  padding-left: 20px;
  padding-right: 20px;
}

.section_hero.not-hero {
  height: auto;
}

.hero-container {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.image {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.image-2 {
  max-width: 250px;
}

.div-block {
  cursor: pointer;
  flex: none;
  height: 550px;
}

.navbar_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.navbar_container.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button {
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid #fff;
  border-radius: 20px;
  align-self: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block {
  width: 90px;
  overflow: visible;
}

.base-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.vertical-container {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.vertical-container.no-gro {
  flex: 1;
  width: auto;
  min-width: 500px;
  max-width: 660px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 360px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-container.phone {
  margin-bottom: 32px;
  padding-bottom: 30px;
}

.image-container.waterjug {
  flex: none;
  justify-content: space-between;
  max-width: 600px;
}

.horizontal-image-text-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.horizontal-image-text-div._32px {
  flex-wrap: nowrap;
  height: 533px;
  margin-top: 32px;
  margin-bottom: -81px;
}

.heading {
  color: #72246c;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-2 {
  color: #8d8d8d;
  width: 47ch;
  max-width: 48ch;
  padding-right: 10px;
  font-size: 24px;
  line-height: 40px;
}

.paragraph-2.white-text {
  padding-right: 140px;
}

.vertical-div-icon-text {
  grid-row-gap: 16px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.white-text {
  color: #fff;
  font-weight: 400;
}

.white-text.small-details {
  text-align: center;
  width: 24ch;
  font-weight: 300;
}

.white-text.title-contact {
  font-size: 54px;
  line-height: 60px;
}

.icon-container {
  width: 120px;
}

.features-container {
  flex-direction: row;
  justify-content: space-around;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.list {
  flex: 0 auto;
  width: auto;
  margin-bottom: 40px;
  padding-left: 0;
  line-height: 40px;
  list-style-type: disc;
}

.center {
  color: #72246c;
  text-align: center;
  font-size: 54px;
  font-weight: 400;
}

.form-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 70%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.form-container.phone {
  margin-bottom: 32px;
  padding-bottom: 30px;
}

.form-container.waterjug {
  justify-content: flex-end;
}

.form {
  flex-direction: column;
  display: flex;
}

.form-block {
  width: 100%;
}

.recaptcha {
  align-self: flex-end;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
  left: 0;
  right: 0;
}

.tf_big {
  height: 50px;
}

.footer {
  background-color: var(--purple);
  height: auto;
  padding: 40px 20px;
}

.footer.not-hero {
  height: auto;
}

.horizontal-div-footer {
  flex: 0 auto;
  align-items: center;
  padding-left: 0;
  padding-right: 29px;
  display: flex;
}

.image-3 {
  object-fit: contain;
}

.section {
  background-color: #efefef;
  padding: 60px 20px;
}

.image-4 {
  object-fit: contain;
  object-position: 50% 100%;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  line-height: 20px;
  display: block;
  overflow: visible;
}

.heading-2 {
  color: #72246c;
  font-size: 48px;
  font-weight: 400;
}

.heading-3 {
  color: #72246c;
  margin-top: 0;
  padding-bottom: 50px;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.list-item {
  color: #717171;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15 {
  color: #717171;
}

.video-container {
  z-index: 8;
  background-color: rgba(35, 34, 35, .76);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-item {
  background-color: #fff;
  width: 1000px;
  padding: 40px 50px;
  position: relative;
}

.closeite {
  z-index: 3;
  cursor: pointer;
  background-color: #f7f4f4;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: -2px;
  padding-top: 3px;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
}

.link-block-2 {
  z-index: -1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .66);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-link {
  height: 550px;
}

@media screen and (max-width: 991px) {
  .image {
    object-fit: cover;
    padding-top: 60px;
  }

  .vertical-container.no-gro {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-container {
    order: 1;
  }

  .image-container.waterjug {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-image-text-div._32px {
    flex-direction: column;
    height: auto;
  }

  .vertical-div-icon-text {
    justify-content: flex-start;
  }

  .white-text.small-details {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .white-text.title-contact {
    width: 400px;
  }

  .white-text.negativo {
    margin-top: 10px;
  }

  .center, .heading-2 {
    line-height: 70px;
  }

  .heading-3 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar_container.footer {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .paragraph-2 {
    width: 34ch;
  }

  .paragraph-2.white-text {
    width: auto;
    max-width: none;
    padding-right: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .white-text {
    font-size: 30px;
  }

  .white-text.small-details {
    width: auto;
    max-width: 30ch;
  }

  .white-text.footer-text {
    font-size: 14px;
  }

  .features-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .heading-2 {
    line-height: 60px;
  }

  .image-5 {
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  .section_hero.not-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

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

  .image {
    object-fit: cover;
  }

  .div-block {
    height: 300px;
  }

  .navbar_container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 60px;
  }

  .navbar_container.footer {
    margin-top: 0;
  }

  .base-container {
    flex-direction: column;
    display: block;
  }

  .vertical-container.no-gro {
    min-width: 100%;
    max-width: 0;
  }

  .image-container.waterjug {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-2 {
    width: auto;
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-2.white-text {
    width: 20ch;
    max-width: 20ch;
    padding-right: 0;
    font-size: 18px;
  }

  .white-text.small-details {
    width: auto;
  }

  .white-text.title-contact {
    width: auto;
    font-size: 35px;
    line-height: 40px;
  }

  .white-text.footer-text {
    text-align: center;
    font-size: 14px;
  }

  .features-container {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .center {
    font-size: 40px;
    line-height: 52px;
  }

  .form-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .recaptcha {
    margin-left: 0;
  }

  .image-4 {
    height: 100%;
    line-height: 20px;
  }

  .lightbox-link {
    height: 420px;
  }
}


