:root {
  --verde-escuro: #00353b;
  --elements-webflow-library--neutral--300: #eff0f6;
  --bege: #faf3e9;
  --verde-titulos: #00343a;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #afe327;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--secondary--color-1: #281ca5;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  color: #333;
  font-family: Host Grotesk, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.pb---container-default {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.pb---header-wrapper {
  background-color: #fff0;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
  inset: 0% 0% auto;
}

.pb---header-wrapper.subpages {
  background-color: var(--verde-escuro);
  position: static;
}

.pb---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pb---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pb---header-nav-link {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.pb---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.pb---header-nav-link.w--current {
  color: var(--elements-webflow-library--neutral--100);
}

.pb--header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.pb---header-logo {
  width: 100%;
  max-width: 250px;
}

.pb---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.pb---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.pb---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.pb---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.pb---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.pb---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.pb---hamburger-menu-bar-top,
.pb---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.pb---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--verde-escuro);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.pb---btn-primary-small:hover {
  background-color: var(--verde-escuro);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.pb---btn-primary-small.center {
  margin-top: 20px;
  margin-left: 140px;
  margin-right: auto;
}

.pb---btn-primary-small.white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--verde-titulos);
  width: 100%;
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 16px;
}

.pb---btn-primary-small.white:hover {
  background-color: var(--verde-escuro);
  color: var(--bege);
}

.pb---btn-primary-small.white._2 {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -14px;
}

.pb---btn-primary-small.white._3 {
  text-align: center;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.pb---btn-primary-small.white._3:hover {
  background-color: var(--verde-escuro);
  color: var(--bege);
}

.pb---btn-primary-small.verde {
  background-color: var(--verde-escuro);
  color: var(--elements-webflow-library--neutral--100);
}

.pb---btn-primary-small.verde.index:hover {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--verde-escuro);
}

.pb---btn-primary-small.btn-div-azul {
  position: absolute;
  inset: -25px 100px auto auto;
}

.pb---btn-primary-small.btn-div-azul._3 {
  position: relative;
  right: auto;
}

.pb---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.slide-header {
  height: 850px;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.bg-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-header {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav {
  opacity: .5;
  font-size: 9px;
}

.content-header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-header {
  color: var(--elements-webflow-library--neutral--100);
  max-width: 700px;
  font-size: 82px;
  line-height: 82px;
}

.heading-header-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.heading-tag {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--verde-escuro);
  border-radius: 48px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
  top: -10px;
}

.paragraph-header {
  color: var(--elements-webflow-library--neutral--100);
  max-width: 460px;
  font-size: 18px;
  line-height: 28px;
}

.bloco-verde-header {
  z-index: 10;
  background-color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 64px;
  width: 250px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 30px;
  position: absolute;
  inset: auto 0% -80px;
}

.section-ecopool-ultra-imverter {
  background-color: #001518;
  border-bottom-right-radius: 140px;
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.relative {
  position: relative;
}

.bg-azul {
  z-index: 9;
  background-color: #1f7eff;
  border-top-right-radius: 48px;
  width: 120px;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.grid {
  z-index: 10;
  grid-template-rows: auto;
  position: relative;
}

.image {
  width: 100%;
  transition: transform .4s;
}

.grid-2 {
  grid-template-rows: 70px auto;
  grid-template-columns: 1fr;
}

.text-block {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: 17px;
  padding-left: 40px;
  font-size: 22px;
  line-height: 32px;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.seta-1 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--verde-escuro);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 14px;
}

.slide-nav-2 {
  display: none;
}

.image-2 {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .4s;
}

.slide {
  text-align: center;
}

.grid-3 {
  z-index: 10;
  grid-template-rows: auto;
  margin-top: 40px;
  position: relative;
}

.text-block-2 {
  color: var(--elements-webflow-library--neutral--100);
  width: auto;
  padding-left: 140px;
}

.text-span {
  font-size: 65px;
  font-weight: 800;
  line-height: 65px;
}

.text-span-2 {
  letter-spacing: 9px;
  font-size: 30px;
}

.text-block-3 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: justify;
  font-size: 18px;
  line-height: 24px;
}

.background-bege {
  background-color: var(--bege);
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section._2 {
  padding-top: 100px;
}

.section._3 {
  padding-bottom: 140px;
}

.section.black {
  background-color: #313131;
}

.section.black._840h {
  height: 810px;
  padding-top: 80px;
}

.section.black.margin-bottom-0 {
  padding-bottom: 0;
}

.section.black.margin-bottom-0.top0,
.section.black.margin-top-0 {
  padding-top: 0;
}

.section.black.margin-top-0.piscina {
  background-image: url('../images/BANNER-PISCINA.png');
  background-position: 50% 0;
  background-size: cover;
  height: 890px;
}

.section.black.margin-top-0.piscina.relative {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.black._4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.banner {
  color: #fff;
  background-image: url('../images/BANNER.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 850px;
  padding-top: 0;
  display: flex;
}

.section.produtos-slogan {
  background-color: var(--verde-escuro);
  color: var(--bege);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.div-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: var(--verde-titulos);
  font-size: 68px;
  line-height: 60px;
}

.heading.center {
  text-align: center;
  font-size: 48px;
  line-height: 58px;
}

.heading.center._48px {
  margin-top: 0;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  place-items: center stretch;
}

.text-block-4 {
  color: var(--verde-titulos);
  text-align: justify;
  font-size: 18px;
  line-height: 24px;
}

.grid-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 600px 1fr;
  margin-top: 10px;
}

.bloco-verde {
  background-color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.bloco-verde._2 {
  height: 100%;
  padding: 20px;
  position: relative;
}

.bloco-verde._2._3 {
  min-height: 330px;
  padding-left: 20px;
  padding-right: 20px;
}

.bloco-verde._3 {
  padding: 0 10px 0 0;
}

.div-block-2 {
  width: 100%;
  margin-bottom: 20px;
}

.text-block-6 {
  color: var(--verde-titulos);
  font-size: 29px;
  font-weight: 600;
  line-height: 36px;
}

.image-3 {
  width: 100%;
}

.text-block-7 {
  background-color: var(--verde-escuro);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 48px;
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 16px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.text-block-8 {
  color: var(--verde-titulos);
  text-align: center;
  margin-top: 20px;
  font-size: 19px;
  line-height: 24px;
}

.text-block-8._2 {
  text-align: left;
  margin-bottom: 20px;
}

.text-block-8._3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-8 {
  grid-template-rows: auto;
}

.grid-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.div-block-3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  color: var(--verde-titulos);
  font-size: 54px;
  font-weight: 800;
  line-height: 64px;
}

.subtitle {
  color: var(--verde-titulos);
  margin-bottom: 20px;
  font-size: 30px;
}

.subtitle.center {
  text-align: center;
  line-height: 34px;
}

.text-block-11 {
  color: var(--verde-titulos);
  text-align: justify;
  font-size: 18px;
  line-height: 24px;
}

.grid-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
}

.seta-2 {
  background-color: var(--verde-titulos);
  color: #fff;
  border-radius: 48px;
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.slide-nav-3 {
  font-size: 9px;
  display: none;
}

.image-5 {
  width: 67%;
  height: auto;
}

.slide-2 {
  text-align: center;
  height: 100%;
  padding-top: 20px;
}

.slide-2._2 {
  padding-top: 0;
}

.image-6 {
  width: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-6._2 {
  height: 70px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  height: 100%;
}

.background-verde {
  z-index: 1;
  background-color: var(--verde-escuro);
  border-top-right-radius: 110px;
  border-bottom-right-radius: 30px;
  width: 95%;
  height: 370px;
  position: absolute;
  top: 0;
}

.grid-11 {
  z-index: 10;
  grid-template-rows: auto;
  place-items: center stretch;
  margin-bottom: 40px;
  position: relative;
}

.text-block-12 {
  color: var(--elements-webflow-library--neutral--100);
  font-size: 24px;
  line-height: 34px;
}

.text-span-3 {
  color: var(--elements-webflow-library--accent--primary-1);
  font-size: 93px;
  font-weight: 800;
  line-height: 93px;
}

.logo-ecologic-produtos {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.grid-12 {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  min-height: 160px;
}

.slide-nav-4 {
  display: none;
}

.image-7 {
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.slide-3 {
  text-align: center;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-13 {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  position: relative;
}

.heading-2 {
  color: var(--verde-titulos);
  margin-bottom: 40px;
  font-size: 78px;
  line-height: 78px;
}

.text-span-4 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.youtube {
  border-radius: 20px;
  margin-top: 40px;
}

.image-8 {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 40px;
}

.heading-3 {
  z-index: 9;
  color: #f2eadf;
  font-size: 200px;
  line-height: 90px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-100 {
  width: 100%;
  margin-bottom: 40px;
}

.image-100.mobile {
  display: none;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 210px 1fr;
  place-items: center stretch;
}

.traco-encontrar {
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 100%;
  height: 1px;
}

.grid-15 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.heading-4 {
  color: var(--verde-titulos);
}

.input-form {
  color: var(--verde-titulos);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #999;
  height: 48px;
  margin-bottom: 20px;
  font-size: 16px;
}

.form-block {
  padding-top: 20px;
}

.grid-16 {
  grid-template-rows: auto;
}

.text-span-5 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.text-block-13 {
  color: var(--verde-titulos);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-block {
  background-color: #ecdfcd;
  border-radius: 8px;
  margin-right: 10px;
  padding: 5px;
  transition: all .4s;
}

.link-block:hover {
  transform: scale(1.1);
}

.icon-2 {
  color: var(--verde-titulos);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.grid-17 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 60px;
}

.link {
  color: var(--verde-titulos);
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.grid-18 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: center start;
}

.image-101 {
  width: 300px;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-102 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.div-verde-fotos {
  background-color: var(--elements-webflow-library--accent--primary-1);
  border-bottom-left-radius: 48px;
  width: 60%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
}

.text-block-14 {
  color: var(--verde-titulos);
}

.brix---footer-bottom-v14 {
  color: #6e7191;
  text-align: center;
  margin-top: 40px;
  padding-top: 32px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
}

.brand-pb {
  opacity: .25;
  color: #707683;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
  line-height: 1.375rem;
  transition: all .4s;
  display: flex;
}

.brand-pb:hover {
  opacity: 1;
}

.txt-logo-3 {
  color: #191a1f;
  font-size: .6875rem;
  line-height: 1rem;
}

.text-span-6 {
  font-size: .75rem;
  font-weight: 600;
}

.logo-3 {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .625rem;
  margin-right: .3125rem;
}

.clear20 {
  height: 20px;
}

.clear60 {
  height: 60px;
}

.grid-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-download {
  object-fit: cover;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}

.heading-titles {
  color: var(--verde-titulos);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
}

.section-header-produtos {
  background-color: var(--elements-webflow-library--accent--primary-1);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 500px;
  display: flex;
}

.grid-23 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-bottom: 1px solid #dfd6c9;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 80px;
  padding-bottom: 80px;
}

.slider-4 {
  background-color: #ddd0;
  height: auto;
  margin-bottom: 40px;
}

.slide-nav-5 {
  display: none;
}

.image-produto {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-produto-2 {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.heading-5 {
  color: var(--verde-titulos);
  font-size: 28px;
  line-height: 38px;
}

.tag-volts {
  background-color: var(--verde-escuro);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 48px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 21px;
  line-height: 31px;
  display: inline-flex;
}

.bloco-verde-foto-produto {
  background-color: var(--verde-escuro);
  border-radius: 48px;
  width: 300px;
  height: 100px;
  position: absolute;
  inset: auto auto 0% 100px;
}

.procel {
  z-index: 10;
  width: 95px;
}

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.galeria-produto {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 150px;
}

.heading-6 {
  color: var(--verde-titulos);
  font-size: 26px;
  line-height: 36px;
}

.title-description {
  color: var(--verde-titulos);
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.tabela-imetro {
  width: 220px;
}

.button-download {
  background-color: var(--verde-titulos);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 150px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
  padding: 15px 24px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.button-download:hover {
  transform: translate(0, -3px)scale(1.03);
}

.ico-download {
  width: 25px;
  margin-right: 10px;
}

.section-blue {
  background-color: #1f7eff;
  justify-content: center;
  align-items: center;
  height: 770px;
  padding-top: 80px;
  display: flex;
}

.grid-25 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.text-block-16 {
  letter-spacing: 1px;
  font-size: 16px;
}

.grid-26 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: center stretch;
  margin-bottom: 60px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
}

.image-104 {
  width: 100%;
}

.text-block-18 {
  letter-spacing: 9.4px;
  font-size: 31px;
  line-height: 30px;
}

.text-block-19 {
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}

.text-span-7 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--verde-titulos);
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 20px;
  font-size: 23px;
  line-height: 23px;
  display: inline-flex;
  position: relative;
  top: -15px;
}

.text-span-8 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.image-105 {
  width: 100%;
}

.grid-27 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.div-block-8 {
  color: #fff;
}

.text-block-21 {
  max-width: 350px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.text-block-22 {
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
}

.text-block-22._2 {
  max-width: 430px;
}

.div-block-9 {
  color: #fff;
}

.image-106 {
  margin-bottom: 60px;
}

.text-block-23 {
  letter-spacing: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.text-block-24 {
  color: #fff;
  margin-top: 100px;
  font-size: 100px;
  font-weight: 800;
  line-height: 100px;
}

.text-block-24._2 {
  font-size: 70px;
  line-height: 70px;
}

.div-azul {
  background-color: #1f7eff;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  width: 40%;
  height: 400px;
  position: absolute;
  inset: -110px auto auto 0%;
}

.grid-28 {
  z-index: 10;
  grid-template-columns: 1fr 250px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-107 {
  width: 180px;
}

.image-108 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 180px 0% auto;
}

.grid-29 {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-25 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: right;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
}

.text-span-9 {
  color: var(--elements-webflow-library--neutral--100);
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-verde-eco {
  background-color: var(--elements-webflow-library--accent--primary-1);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  width: 90%;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.image-109 {
  width: 100%;
  margin-bottom: 60px;
}

.div-block-11 {
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-azul-piscina {
  background-color: #1f7eff;
  width: 25%;
  height: 90%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-27 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.text-span-10 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.text-block-28 {
  color: #fff;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
}

.grid-30 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.div-block-12,
.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-11 {
  font-weight: 300;
}

.grid-31 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-110 {
  width: 180px;
  margin-top: 40px;
}

.image-111 {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -175px;
}

.grid-32 {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  margin-bottom: 60px;
}

.image-112 {
  width: 120px;
  height: 120px;
}

.div-block-15 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  display: flex;
}

.text-span-12 {
  color: var(--elements-webflow-library--accent--primary-1);
  line-height: 38px;
}

.text-span-13 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.text-block-29 {
  line-height: 38px;
}

.grid-33 {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  position: relative;
}

.div-block-16 {
  color: #fff;
}

.text-span-14 {
  color: var(--elements-webflow-library--accent--primary-1);
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.text-span-15 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-30 {
  margin-bottom: 20px;
  line-height: 24px;
}

.grid-34 {
  grid-template-columns: 100px 1fr;
}

.image-113 {
  width: 100%;
}

.div-verde-modelos {
  background-color: var(--elements-webflow-library--accent--primary-1);
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  width: 30%;
  height: 70%;
  position: absolute;
  inset: auto 0% 119px auto;
}

.flex-imetro-procel {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner-produtos {
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.banner-produtos.mobile {
  display: none;
}

.flex-navigation {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--verde-titulos);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.link-navigation-produtos {
  color: var(--verde-titulos);
  border: 1px solid #000;
  border-radius: 2rem;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
}

.link-navigation-produtos:hover {
  background-color: var(--verde-escuro);
  color: var(--bege);
}

.tog---gallery-v9-images-wrapper {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.tog---image-width-33 {
  object-fit: cover;
  border-radius: 24px;
  width: 33%;
  height: 522px;
  min-height: 522px;
  max-height: 522px;
}

.tog---image-width-33.mid {
  height: 330px;
  min-height: 330px;
  max-height: 330px;
}

.tog---image-width-33.lightbox {
  width: 100%;
}

.tog---galeria-fotos {
  object-fit: cover;
  border-radius: 20px;
  width: 287px;
  height: 287px;
}

.tog---grid-4-columns-galeria {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.relative-block {
  width: 100%;
  position: relative;
}

.h1-absolute {
  color: #fff;
  font-size: 64px;
  line-height: 30px;
  position: absolute;
  inset: 9% auto auto 0%;
}

.span-h1-absolute {
  font-size: 42px;
  font-weight: 400;
}

.image-115 {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-wpp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--verde-escuro);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s, background-color .3s, transform .3s;
  display: inline-flex;
}

.link-block-wpp:hover {
  background-color: var(--verde-escuro);
  color: var(--bege);
  transform: translate(0, -3px);
}

.link-block-wpp.atendimento-comercial {
  z-index: 1;
  min-width: 275px;
  position: relative;
}

.link-block-wpp.v2:hover {
  background-color: var(--bege);
  color: var(--verde-titulos);
  box-shadow: 0 2px 5px #0003;
}

.buttons-produtos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  display: flex;
}

.sticky-element {
  z-index: 80;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  transform: translate(-50%);
}

.whatsapp-chat {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  padding: 1.25rem;
  display: flex;
  overflow: hidden;
}

.button {
  color: #ff6700;
  font-variation-settings: "wght" 555, "opsz" 9;
  text-align: center;
  background-color: #fff8e3;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .5s cubic-bezier(.645, .045, .355, 1), transform .5s cubic-bezier(.77, 0, .175, 1);
}

.button:hover {
  padding: .85rem 1.75rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-icon.dark {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #25d366;
  border-radius: 100rem;
  padding: .5rem 1rem;
  font-weight: 400;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button.is-icon.dark:hover {
  transform: scale(1.1);
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #25d366;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  max-height: 4rem;
  padding: .5rem;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
}

.whatsapp-container:hover {
  background-color: #128c7e;
  transform: scale(1.05);
}

.pulse-copy-interaction {
  display: none;
}

.div-block-17 {
  z-index: 9999;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-text-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pulse {
  background-color: #25d36659;
  border-radius: 100%;
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
}

.whatsapp-block {
  z-index: 81;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.whatsapp-block.div-block-19 {
  background-color: #fff;
  border-radius: 1rem;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  bottom: 6.5rem;
  box-shadow: 0 2px 5px #0003;
}

.live-chat-bottom-text {
  font-size: 10px;
  font-weight: 500;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 1rem;
}

.live-icon-chat {
  object-fit: cover;
  border-radius: 100rem;
  width: 5rem;
  height: 5rem;
  margin-right: 0;
}

.text-size-regular {
  font-weight: 700;
}

.fixed-right-bottom {
  z-index: 999;
  position: fixed;
  inset: auto .5rem 2rem auto;
}

.text-block-32 {
  background-color: #fff;
  border-radius: 1rem;
  padding: .65rem;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.whatsapp-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.icon-1x1-medium {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-medium.color-is_dark {
  color: #161506;
  position: absolute;
  inset: 2% 2% auto auto;
}

.icon-1x1-medium.close {
  display: none;
}

.icon-1x1-medium.wpp {
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: .75rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.cookie {
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-manager_icon {
  color: var(--verde-escuro);
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_text {
  color: #5a5a5a;
  font-size: .75rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px .75rem #3333331a;
}

.bold-text {
  color: #000;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_button {
  border: .125rem solid var(--verde-escuro);
  background-color: var(--verde-escuro);
  color: #fff;
  text-align: center;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #f5f5f5;
  border-color: #000;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_submit-hide,
.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_option {
  border-bottom: .0625rem solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 62.4375rem;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 31.25rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px .75rem #0000001a;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 31.25rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_button {
  border: .125rem solid var(--verde-escuro);
  background-color: var(--verde-escuro);
  color: #fff;
  border-radius: 0;
  margin-right: .5rem;
  padding: .625rem 1.25rem;
  font-size: .9375rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-banner_component {
  z-index: 9999;
  background-color: #fff;
  border-top: .0625rem solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner_text-link {
  color: #000;
  -webkit-text-stroke-color: #000;
  border-bottom: .125rem solid #000;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 62.4375rem;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.text-block-33 {
  color: #000;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
}

.close-link-top-right {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.close-link-top-right:hover {
  color: #ffda03;
}

.icon-38 {
  color: var(--bege);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.success-circle {
  background-color: var(--verde-escuro);
  color: #000;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-button {
  outline-offset: 0rem;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #000;
  border-radius: 3rem;
  outline: .125rem solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 7.5rem;
  min-height: 3rem;
  padding: .75rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: #000;
}

.navigation-button._2 {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #000;
  padding: 1.25rem 2.5rem;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .4s;
}

.navigation-button._2:hover {
  color: #fff;
  background-color: #ffda03;
  border-color: #ffda03;
  transform: scale(1.05);
}

.navigation-button._2._404:hover {
  border-color: var(--verde-escuro);
  background-color: var(--verde-escuro);
}

.text-span-16 {
  font-size: 1rem;
  font-weight: 500;
}

.modal-centre {
  background-color: var(--elements-webflow-library--neutral--100);
  color: #000;
  text-align: center;
  border: .0625rem solid #f7f9fd;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29.25rem;
  padding: 2rem;
  position: relative;
  box-shadow: 105px 105px 9rem -2rem #1b09430a;
}

.paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 1.25rem;
  font-size: .875rem;
  line-height: 1.5rem;
  display: none;
}

.logo {
  border-radius: 0;
  width: 12rem;
}

.logo._404 {
  margin-bottom: 30px;
}

.utility-page-wrap {
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.sub-heading-regular-bold {
  letter-spacing: -.03em;
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

@media screen and (max-width: 991px) {
  .pb---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pb---header-wrapper.subpages {
    position: relative;
  }

  .pb---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--bege);
    padding: 24px;
  }

  .pb---header-nav-menu-list {
    color: var(--verde-titulos);
    flex-direction: column;
    align-items: flex-start;
  }

  .pb---header-nav-link {
    color: var(--verde-titulos);
    width: 100%;
    font-size: 19px;
  }

  .pb---header-nav-link.w--current {
    color: var(--verde-escuro);
  }

  .pb--header-nav-list-item {
    color: var(--verde-titulos);
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-wrapper {
    width: 100%;
  }

  .brix---dropdown-toggle {
    color: var(--verde-titulos);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: Host Grotesk, sans-serif;
    font-size: 19px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-link {
    color: var(--verde-escuro);
    padding-left: 20px;
    font-size: 16px;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .pb---header-logo {
    max-width: 232px;
  }

  .pb---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .pb---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .pb---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .pb---hamburger-menu-bar-top {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .pb---hamburger-menu-bar-bottom {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .slide-header {
    height: 630px;
  }

  .heading-header {
    font-size: 50px;
    line-height: 60px;
  }

  .grid {
    grid-template-columns: .75fr 1fr;
  }

  .section._3.bottom0 {
    padding-bottom: 100px;
  }

  .section.black._840h {
    height: 720px;
  }

  .heading {
    font-size: 50px;
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 390px 1fr;
  }

  .grid-6,
  .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-8 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .grid-12 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .grid-19 {
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand-pb {
    flex: 1;
    justify-content: center;
  }

  .grid-20 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-21 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image-103 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .procel {
    width: 60px;
    left: 40px;
  }

  .galeria-produto {
    height: 100px;
  }

  .tabela-imetro {
    width: 80%;
  }

  .button-download {
    margin-top: 0;
  }

  .section-blue {
    height: auto;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .grid-25 {
    grid-template-columns: 1fr;
  }

  .div-azul-piscina {
    width: 5%;
  }

  .grid-31 {
    height: 230px;
  }

  .grid-33 {
    grid-template-columns: .75fr;
  }

  .left-arrow,
  .right-arrow {
    display: none;
  }

  .flex-imetro-procel {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .flex-navigation {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tog---gallery-v9-images-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tog---image-width-33 {
    width: 100%;
  }

  .tog---image-width-33.mid {
    height: 522px;
    min-height: 522px;
    max-height: 522px;
  }

  .tog---galeria-fotos {
    width: 100%;
    height: auto;
  }

  .tog---grid-4-columns-galeria {
    grid-template-columns: 1fr 1fr;
  }

  .h1-absolute {
    top: 5%;
  }

  .buttons-produtos {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .sticky-element {
    right: 0;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pb---header-logo {
    max-width: 90%;
  }

  .pb---btn-primary-small {
    padding: 20px 32px;
  }

  .pb---btn-primary-small.btn-div-azul._5 {
    right: 19px;
  }

  .pb---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .bg-azul {
    width: 5%;
    display: none;
  }

  .grid,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .section.black._840h {
    height: 690px;
  }

  .section.black.margin-top-0.piscina.relative {
    height: 700px;
  }

  .heading {
    font-size: 50px;
  }

  .grid-4 {
    grid-template-columns: auto;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .text-span-3 {
    font-size: 60px;
    line-height: 50px;
  }

  .logo-ecologic-produtos {
    width: 70%;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .image-100 {
    display: none;
  }

  .image-100.mobile {
    display: block;
  }

  .grid-15,
  .grid-17 {
    grid-template-columns: 1fr;
  }

  .image-102 {
    height: 170px;
  }

  .grid-20,
  .grid-22 {
    grid-template-columns: 1fr 1fr;
  }

  .section-header-produtos {
    min-height: 400px;
  }

  .grid-23 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.5fr;
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .tabela-imetro {
    width: 100%;
    max-width: 220px;
  }

  .grid-25 {
    grid-template-columns: 1fr;
  }

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

  .text-block-24 {
    font-size: 80px;
    line-height: 80px;
  }

  .grid-28 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-107 {
    padding-top: 30px;
  }

  .image-108 {
    top: 125px;
  }

  .text-block-25 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .div-verde-eco {
    height: 110px;
  }

  .div-block-11 {
    padding-left: 40px;
  }

  .text-block-28.models-ecopool {
    font-size: 15px;
  }

  .grid-31 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto;
    height: auto;
    position: relative;
    top: -128px;
  }

  .div-block-14 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-111 {
    position: static;
  }

  .flex-imetro-procel {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .banner-produtos {
    display: none;
  }

  .banner-produtos.mobile {
    display: block;
  }

  .tog---gallery-v9-images-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .tog---image-width-33 {
    width: 100%;
  }

  .h1-absolute {
    font-size: 32px;
    line-height: 20px;
    top: -10%;
  }

  .span-h1-absolute {
    font-size: 22px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: .5rem;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: .75rem;
  }

  .fs-cc-banner_text-link {
    margin-right: .5rem;
  }

  .logo {
    width: 15rem;
  }
}

@media screen and (max-width: 479px) {
  .pb---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pb--header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .pb---header-logo {
    max-width: 84%;
  }

  .brix---dropdown-links-grid {
    flex-flow: column;
  }

  .pb---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .pb---btn-primary-small.center {
    margin-left: 0;
  }

  .pb---btn-primary-small.btn-div-azul._5 {
    width: 265px;
    right: -145px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .slide-header {
    height: 520px;
  }

  .heading-header {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-header-2 {
    float: left;
    line-height: 35px;
  }

  .heading-tag {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    top: 0;
  }

  .bloco-verde-header {
    border-radius: 48px;
    width: 200px;
    height: 120px;
    bottom: -68px;
  }

  .section-ecopool-ultra-imverter {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .image {
    width: 100%;
  }

  .text-block {
    font-size: 12px;
    line-height: 22px;
  }

  .image-2 {
    width: 80%;
  }

  .text-block-2 {
    padding-left: 0;
  }

  .text-span {
    font-size: 50px;
    line-height: 50px;
  }

  .text-span-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .section._3.bottom0 {
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .section.black._840h {
    height: 390px;
    padding-top: 0;
  }

  .section.black.margin-top-0.piscina.relative {
    height: 440px;
  }

  .section.black._3 {
    padding-bottom: 100px;
  }

  .section.black._4 {
    padding-top: 60px;
  }

  .section.banner {
    height: 600px;
    padding-bottom: 100px;
  }

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

  .section.produtos-slogan {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .heading.center._48px {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .bloco-verde {
    text-align: center;
    padding: 30px;
  }

  .bloco-verde._2._3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .grid-6,
  .grid-7 {
    grid-template-columns: 1fr;
  }

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

  .text-block-9 {
    font-size: 36px;
    line-height: 46px;
  }

  .subtitle {
    font-size: 25px;
    line-height: 30px;
  }

  .subtitle.center {
    font-size: 18px;
    line-height: 28px;
  }

  .grid-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-6 {
    margin-bottom: 0;
  }

  .image-6._2 {
    display: none;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .traco-encontrar {
    display: none;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 34px;
  }

  .grid-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-verde-fotos {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-pb {
    padding-left: 0;
  }

  .text-span-6 {
    font-size: .75rem;
  }

  .logo-3 {
    width: 1.25rem;
  }

  .clear60.mobile {
    display: none;
  }

  .grid-20,
  .grid-22 {
    grid-template-columns: 1fr;
  }

  .section-header-produtos {
    min-height: auto;
  }

  .slider-4 {
    margin-bottom: 0;
  }

  .bloco-verde-foto-produto {
    width: 100%;
    display: none;
  }

  .procel {
    bottom: 66px;
  }

  .galeria-produto {
    height: 80px;
  }

  .heading-6 {
    margin-top: 0;
  }

  .tabela-imetro {
    max-width: 140px;
  }

  .button-download {
    width: 100%;
    max-width: none;
  }

  .grid-26 {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 59px;
  }

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

  .text-block-19 {
    font-size: 36px;
    line-height: 46px;
  }

  .text-span-7 {
    position: static;
    top: 0;
  }

  .text-span-8 {
    line-height: 40px;
  }

  .grid-27 {
    grid-template-columns: 1fr;
  }

  .text-block-23 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-24 {
    font-size: 50px;
    line-height: 60px;
  }

  .text-block-24._2 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-azul {
    height: 250px;
  }

  .grid-28 {
    top: -47px;
  }

  .grid-29 {
    grid-template-columns: 1fr;
  }

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

  .div-block-10 {
    justify-content: center;
    align-items: center;
  }

  .div-block-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-27 {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-30 {
    grid-template-columns: 1fr;
  }

  .grid-31 {
    top: -68px;
  }

  .grid-32 {
    grid-template-columns: auto;
  }

  .text-span-12,
  .text-block-29 {
    font-size: 24px;
    line-height: 34px;
  }

  .grid-33 {
    grid-template-columns: 1fr;
  }

  .text-span-14 {
    font-size: 28px;
    line-height: 38px;
  }

  .grid-34 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 80px 1fr;
  }

  .div-verde-modelos {
    width: 5%;
  }

  .image-114 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-navigation-produtos {
    font-size: 20px;
  }

  .tog---image-width-33 {
    height: 272px;
    min-height: auto;
    max-height: 100%;
  }

  .tog---image-width-33.mid {
    height: auto;
    min-height: auto;
    max-height: 100%;
  }

  .tog---galeria-fotos {
    height: 272px;
  }

  .tog---grid-4-columns-galeria {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .h1-absolute {
    top: -10%;
  }

  .image-115 {
    width: 100%;
  }

  .sticky-element {
    justify-content: center;
    align-items: center;
  }

  .whatsapp-chat {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    position: relative;
  }

  .whatsapp-container {
    bottom: auto;
    right: 0;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    bottom: 6rem;
    right: 1rem;
  }

  .whatsapp-block.div-block-19 {
    width: 92%;
    right: 1rem;
  }

  .live-icon-chat {
    width: 4rem;
    height: 4rem;
  }

  .fixed-right-bottom {
    z-index: 999;
  }

  .whatsapp-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .625rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.375rem .625rem auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .navigation-button {
    display: none;
  }

  .navigation-button._2._404.w--current {
    display: flex;
  }

  .logo {
    width: 11.25rem;
  }
}

#w-node-e603cba5-5f4a-4837-afe5-9e6c7a742e3c-a2416b64 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8e3b82ad-46e7-7787-3f6d-9e0429ba3f7a-a2416b64,
#w-node-b81735c4-ca56-a072-d236-849bb346c871-a2416b64 {
  align-self: start;
}

#w-node-_206dcaea-9f5d-2b6d-0554-a8e9cc8c4ffc-cc8c4fc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_206dcaea-9f5d-2b6d-0554-a8e9cc8c5012-cc8c4fc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d160d1-790b-8724-ea78-c6559c91ab91-a2416b66,
#w-node-d0d160d1-790b-8724-ea78-c6559c91abaf-a2416b66,
#w-node-d0d160d1-790b-8724-ea78-c6559c91abbf-a2416b66,
#w-node-d0d160d1-790b-8724-ea78-c6559c91abdd-a2416b66,
#w-node-d0d160d1-790b-8724-ea78-c6559c91abed-a2416b66,
#w-node-d0d160d1-790b-8724-ea78-c6559c91ac0b-a2416b66 {
  align-self: start;
}

#w-node-f4fea75f-736f-4f56-cf1e-55f3f35d6102-a2416b67 {
  align-self: center;
}

#w-node-_682b4fa3-4668-bf88-e79f-5da928ebc36d-a2416b67 {
  justify-self: center;
}

#w-node-_9fcb4114-3280-6165-a031-cc1e94dc5e48-a2416b67 {
  align-self: center;
}

#w-node-e917864b-2317-a4cb-c39e-f580f784de6a-a2416b67 {
  align-self: start;
}

#w-node-a5282276-81c1-0dac-2275-5d90c3290202-a2416b67 {
  align-self: center;
}

#w-node-_1150ab10-400e-b09d-9a7d-3a15d1429e7f-a2416b67 {
  place-self: center;
}

#w-node-_2a2bf53c-7a65-adfa-7b9f-be54013e6ef5-a2416b67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e603cba5-5f4a-4837-afe5-9e6c7a742e3c-a2416b64 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_28975f86-2e22-f4ab-f4ec-0c349b41bad7-a2416b64,
  #w-node-_30af71dd-eaeb-ece9-6886-c76e340207d5-a2416b64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f4fea75f-736f-4f56-cf1e-55f3f35d6102-a2416b67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_30af71dd-eaeb-ece9-6886-c76e340207d5-a2416b64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_206dcaea-9f5d-2b6d-0554-a8e9cc8c4ffc-cc8c4fc5 {
    grid-row: span 1 / span 1;
  }

  #w-node-_206dcaea-9f5d-2b6d-0554-a8e9cc8c5012-cc8c4fc5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_801af9ec-41a1-a385-eb00-4994c6332af3-a2416b67 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {

  #w-node-e603cba5-5f4a-4837-afe5-9e6c7a742e3c-a2416b64,
  #w-node-_28975f86-2e22-f4ab-f4ec-0c349b41bad7-a2416b64,
  #w-node-_30af71dd-eaeb-ece9-6886-c76e340207d5-a2416b64 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0cea0efe-cbe5-531d-6840-bafc6b40545c-6b40543a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e5df0cf2-ad8a-5db5-b748-1c924d78e4a8-a2416b67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}