:root {
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --azul-claro-larclean: #40b0e4;
  --azul-escuro-larclean: #215aa8;
  --elements-webflow-library--neutral--800: #211f54;
  --black: black;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --spark-library--foreground-secondary: #000000c2;
  --elements-webflow-library--neutral--400: #dcddeb;
  --white: white;
  --lynx--black: #1f2022;
  --lynx--white: white;
  --lynx--medium-purple: #8979ec;
  --lynx--grey: #8aaeb724;
  --walsh--black: #2c2c2c;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --azul-claro-trans: #40b0e466;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--black: black;
  --spark-library--border-default: #bbbbbb40;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-500: #6b7094;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--white: white;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-200: #f3f5fb;
}

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

.brix---icon-small-hover {
  transition: transform .3s;
}

.brix---icon-small-hover:hover {
  transform: scale(.9);
}

.brix---top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.brix---btn-primary-small-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 10px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---top-bar-right-col {
  margin-right: 24px;
}

.brix---top-bar-flex-h-sb {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---top-bar-small-padding {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brix---top-bar-wrapper {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.brix---social-icon-square-30px {
  background-color: #44b2e80f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-header-v11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  place-items: stretch end;
}

.brix---header-logo {
  max-width: 250px;
}

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

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

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

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.brix---btn-primary-small {
  background-color: var(--azul-claro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

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

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

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

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

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

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

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

.brix---header-nav-link:hover {
  color: var(--azul-escuro-larclean);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
}

.brix---dropdown-link {
  color: var(--black);
  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(--azul-escuro-larclean);
}

.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-pd {
  padding: 40px;
}

.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-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

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

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

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--azul-escuro-larclean);
}

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

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

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

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

.brix---header-content-wrapper-v9 {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---top-header-left-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---link-text {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---top-header-right-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---grid-header-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 4.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---header-top-wrapper {
  border: 1px #000;
  padding-top: 22px;
  padding-bottom: 22px;
}

.brix---header-wrapper-v9 {
  z-index: 1000;
  float: none;
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #00000012;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--azul-escuro-larclean);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--azul-escuro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--azul-claro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h2-size {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 55px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---card-over-bg-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  max-width: 728px;
  padding: 80px 72px;
  position: static;
}

.brix---grid-card-light {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.35fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-bg-image {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-2:hover {
  color: var(--azul-escuro-larclean);
}

.brix---btn-primary-2 {
  background-color: var(--azul-escuro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--azul-claro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default-2 {
  color: var(--spark-library--foreground-secondary);
  text-align: center;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---heading-h4-size {
  color: var(--azul-escuro-larclean);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---product-card-content {
  padding: 32px 32px 48px;
}

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--azul-claro-larclean);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--white);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---product-card-image-inside-card {
  text-align: center;
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---product-card-wrapper-v1 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 24px;
  max-width: 1010px;
  height: 100%;
  margin-left: auto;
  text-decoration: none;
  transition: transform .3s;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  display: block;
}

.brix---subtitle {
  color: var(--azul-claro-larclean);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  background-color: #fff;
  border-radius: 30px;
  max-width: 100%;
  position: absolute;
  inset: auto auto -6% -19%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-paragraph {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--azul-escuro-larclean);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  background-color: var(--azul-claro-larclean);
  color: var(--black);
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.lynx-heading-lightbox {
  color: var(--lynx--black);
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 126%;
  text-decoration: none;
}

.lynx-play-purple {
  background-color: var(--lynx--medium-purple);
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: -35px auto auto;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.lynx-block-lightbox {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 40px 45px;
  display: flex;
  position: absolute;
  inset: auto auto -8%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-lightbox {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 500px;
}

.lynx-lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-lightbox-link:hover {
  filter: brightness(112%);
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-text-burst-orange {
  color: #ff8d86;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: .25em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-heading-xxlarge-black {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8.5em;
  font-weight: 700;
  line-height: .95;
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-bullet-tag {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-center-hero {
  grid-row-gap: 1.5em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6em;
  display: flex;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-rounded-block {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.youtube {
  border-radius: 0;
}

.walsh-heading-medium {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-label-tag {
  color: #0009;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-rounded-image {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.walsh-card-image-float {
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 40em;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

.cta-ambientadores {
  background-color: var(--azul-escuro-larclean);
  color: var(--black);
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.botao-cta-ambientadores {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.botao-cta-ambientadores:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--azul-claro-larclean);
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---success-message-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---paragraph-default-3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.brix---color-neutral-803 {
  opacity: 1;
  color: var(--elements-webflow-library--neutral--600);
  text-align: left;
  padding-top: 10px;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---footer-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-footer-2-cols---form---icon {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  margin-bottom: 40px;
}

.brix---footer-middle-v15 {
  padding-top: 0;
  padding-bottom: 32px;
}

.brix---social-media-link-text {
  color: var(--elements-webflow-library--neutral--600);
  margin-left: 8px;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

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

.brix---icon-square-24px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-24px:hover {
  transform: scale(.92);
}

.brix---social-media-link-wrapper {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: left;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

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

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: 126px;
  grid-template-columns: repeat(auto-fit, 86px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---footer-logo {
  float: none;
  clear: none;
  transform-style: preserve-3d;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  transition: transform .3s;
  position: relative;
  inset: 0% 0% auto;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.brix---container-default-4 {
  max-width: 1218px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 60px;
}

.walsh-icon-social {
  max-height: 18px;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-link-social:hover {
  background-color: var(--azul-claro-trans);
  border-radius: 20px;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center;
  margin-top: 10px;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-footer-line-divider {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
}

.walsh-text-xsmall {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-button-circle-small {
  background-color: var(--azul-escuro-larclean);
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small:hover {
  background-color: var(--azul-claro-larclean);
}

.walsh-button-circle-wrapper-grey {
  background-color: #eee;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-text-field-single-grey {
  background-color: #eee;
  border: 1px solid #eee;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.walsh-form-single {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-full-form {
  width: 100%;
  margin-bottom: 0;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-form-wrapper {
  width: 100%;
}

.walsh-text-small {
  color: #00000080;
  margin-bottom: 0;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-footer-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-footer-link {
  color: #0000008a;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-list {
  grid-row-gap: .8em;
  flex-direction: column;
  display: flex;
}

.walsh-grid-no-col-9 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-logo-footer {
  max-height: 32px;
  margin-bottom: 0;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 2em;
  position: relative;
}

.spark-button {
  border: 1px none var(--spark-library--foreground-interactive);
  background-color: var(--azul-escuro-larclean);
  color: var(--spark-library--white);
  border-radius: 20px;
  flex: none;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-lightbox-button.spark-white-button {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.spark-lightbox-button.spark-white-button {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
}

.spark-lightbox-button.spark-white-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--background--interactive);
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  border-radius: 20px;
  justify-content: flex-start;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-5-spacing.spark-with-vertical-image {
  grid-column-gap: 10%;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.spark-flex-row.spark-wrapped {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.spark-flex-row.spark-right {
  grid-column-gap: 16px;
  justify-content: flex-end;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-max-width-730 {
  flex: none;
  max-width: 730px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.spark-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.spark-container.spark-light-secondary {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  border-radius: 12px;
  padding: 64px;
}

.banner-produtos {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.banner-produtos.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--azul-claro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/Limpa-cromados-e-inox_2.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  padding: 100px 60px;
  display: block;
}

.banner-produtos h5 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-produtos h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner-produtos h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-produtos h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.banner-produtos h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-produtos h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.banner-produtos p {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.banner-produtos ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.banner-produtos li {
  margin-bottom: .5rem;
}

.banner-produtos h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-produtos h5 {
  color: var(--azul-escuro-larclean);
  letter-spacing: .15em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-produtos h1 {
  margin-bottom: 1rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.banner-produtos p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.spark-left-side-vertical-image {
  background-color: var(--white);
  border-radius: 20px;
  flex: 0 auto;
  display: block;
  box-shadow: 0 2px 13px -3px #0000001a;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--azul-escuro-larclean);
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button-2.spark-dark-button:hover {
  opacity: .5;
}

.team-slider {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-3 {
  color: var(--white);
}

.banner-produto {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-produto.spark-left-aligned {
  grid-column-gap: 16px;
  border-radius: 20px;
  justify-content: flex-start;
}

.banner-produto.spark-5-spacing {
  grid-column-gap: 5%;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.banner-produto.spark-5-spacing.spark-with-vertical-image {
  grid-column-gap: 10%;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.banner-produto.spark-wrapped {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.banner-produto.spark-right {
  grid-column-gap: 16px;
  justify-content: flex-end;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.categoria {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--azul-escuro-larclean);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--white);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-2.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-flexed-rows {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.spark-rounded-corner-image {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 0;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row-2.spark-5-spacing.spark-column-tablet-down {
  grid-column-gap: 5%;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
  grid-column-gap: 10%;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
}

.spark-flex-row-2.spark-wrapped {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  justify-content: center;
  align-items: center;
  display: block;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-left-side-vertical-image-2 {
  background-color: var(--white);
  border-radius: 20px;
  flex: 0 auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.spark-checked-item-2 {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side-2 {
  width: 50%;
}

.spark-section-2 {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 100px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.walsh-cover-image-2 {
  object-fit: cover;
  border-radius: 20px;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-col-image-wrapper {
  flex: 0 auto;
  width: 50%;
  max-width: none;
}

.walsh-icon-arrow-2 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper-2 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-button-hover-fill-2 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-arrow-wrapper-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block-2 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-main-paragraph-2 {
  color: #fff;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.walsh-hero-p-wrapper-2 {
  width: 100%;
  max-width: 36em;
}

.walsh-heading-large {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.walsh-title-tag-2 {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-bullet-tag-2 {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-flex-tag-2 {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-content-wrap-50 {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 8em 4em;
  display: flex;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  background-color: var(--azul-claro-larclean);
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
  box-shadow: 0 2px 5px 10px #0003;
}

.walsh-rounded-block-2 {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 2px 8px -1px #0003;
}

.walsh-container-4 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
}

.walsh-container-5 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.spark-absolute-dark-background {
  background-color: var(--azul-claro-larclean);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spark-button-3 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-3.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button-3.spark-dark-button:hover {
  opacity: .5;
}

.spark-tiny-icon-2 {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button-2 {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button-2:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-flex-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-3.spark-right {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

.spark-flex-row-3.spark-split-and-wrapped {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.spark-hero-sub-paragraph-3 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph-3.spark-secondary-font-color {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-3.spark-primary-background {
  z-index: 2;
  background-color: var(--lynx--white);
  color: var(--spark-library--white);
  border-radius: 12px;
  padding: 64px;
}

.spark-section-3 {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-4 {
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.brix---paragraph-default-3-copy {
  color: var(--elements-webflow-library--neutral--600);
  text-align: left;
  margin: 0 auto;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}

.banner-protetor-inox {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.banner-protetor-inox.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--azul-claro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/inox_1.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  padding: 100px 60px;
  display: block;
}

.banner-protetor-inox h5 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-protetor-inox h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner-protetor-inox h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-protetor-inox h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.banner-protetor-inox h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-protetor-inox h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.banner-protetor-inox p {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.banner-protetor-inox ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.banner-protetor-inox li {
  margin-bottom: .5rem;
}

.banner-protetor-inox h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-protetor-inox h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.banner-protetor-inox h5 {
  color: var(--azul-escuro-larclean);
  letter-spacing: .15em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-protetor-inox h1 {
  margin-bottom: 1rem;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  display: block;
}

.banner-protetor-inox p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.banner-limpa-vidros-de-lareiras {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.banner-limpa-vidros-de-lareiras.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--azul-claro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/lareiras_1.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  padding: 100px 60px;
  display: block;
}

.banner-limpa-vidros-de-lareiras h5 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-vidros-de-lareiras h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner-limpa-vidros-de-lareiras h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-limpa-vidros-de-lareiras h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.banner-limpa-vidros-de-lareiras h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-vidros-de-lareiras h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.banner-limpa-vidros-de-lareiras p {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.banner-limpa-vidros-de-lareiras ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.banner-limpa-vidros-de-lareiras li {
  margin-bottom: .5rem;
}

.banner-limpa-vidros-de-lareiras h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-vidros-de-lareiras h5 {
  color: var(--azul-escuro-larclean);
  letter-spacing: .15em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-limpa-vidros-de-lareiras h1 {
  margin-bottom: 1rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.banner-limpa-vidros-de-lareiras p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.banner-limpa-wc {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.banner-limpa-wc.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--azul-claro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/casas-de-banho_1.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  padding: 100px 60px;
  display: block;
}

.banner-limpa-wc h5 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-wc h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner-limpa-wc h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-limpa-wc h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.banner-limpa-wc h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-wc h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.banner-limpa-wc p {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.banner-limpa-wc ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.banner-limpa-wc li {
  margin-bottom: .5rem;
}

.banner-limpa-wc h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-wc h5 {
  color: var(--azul-escuro-larclean);
  letter-spacing: .15em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-limpa-wc h1 {
  margin-bottom: 1rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.banner-limpa-wc p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.banner-anticalcario {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.banner-anticalcario.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--azul-claro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/Anticalcario.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 0;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  padding: 100px 60px;
  display: block;
}

.banner-anticalcario h5 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-anticalcario h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner-anticalcario h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-anticalcario h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.banner-anticalcario h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-anticalcario h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.banner-anticalcario p {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.banner-anticalcario ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.banner-anticalcario li {
  margin-bottom: .5rem;
}

.banner-anticalcario h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-anticalcario h5 {
  color: var(--azul-escuro-larclean);
  letter-spacing: .15em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-anticalcario h1 {
  margin-bottom: 1rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.banner-anticalcario p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.banner-limpa-marmore {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.banner-limpa-marmore.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--azul-claro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/marmores.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  padding: 100px 60px;
  display: block;
}

.banner-limpa-marmore h5 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-marmore h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner-limpa-marmore h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-limpa-marmore h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.banner-limpa-marmore h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-marmore h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.banner-limpa-marmore p {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.banner-limpa-marmore ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.banner-limpa-marmore li {
  margin-bottom: .5rem;
}

.banner-limpa-marmore h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-marmore h5 {
  color: var(--azul-escuro-larclean);
  letter-spacing: .15em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-limpa-marmore h1 {
  margin-bottom: 1rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.banner-limpa-marmore p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.banner-limpa-bolores-e-fungos {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.banner-limpa-bolores-e-fungos.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--azul-claro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/Fungos-e-bolores_1.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  padding: 100px 60px;
  display: block;
}

.banner-limpa-bolores-e-fungos h5 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-bolores-e-fungos h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner-limpa-bolores-e-fungos h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-limpa-bolores-e-fungos h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.banner-limpa-bolores-e-fungos h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-bolores-e-fungos h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.banner-limpa-bolores-e-fungos p {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.banner-limpa-bolores-e-fungos ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.banner-limpa-bolores-e-fungos li {
  margin-bottom: .5rem;
}

.banner-limpa-bolores-e-fungos h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-bolores-e-fungos h5 {
  color: var(--azul-escuro-larclean);
  letter-spacing: .15em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-limpa-bolores-e-fungos h1 {
  margin-bottom: 1rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.banner-limpa-bolores-e-fungos p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.banner-limpa-juntas {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.banner-limpa-juntas.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--azul-claro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/Limpa-Juntas_1.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  padding: 100px 60px;
  display: block;
}

.banner-limpa-juntas h5 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-juntas h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner-limpa-juntas h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-limpa-juntas h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.banner-limpa-juntas h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-juntas h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.banner-limpa-juntas p {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.banner-limpa-juntas ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.banner-limpa-juntas li {
  margin-bottom: .5rem;
}

.banner-limpa-juntas h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-limpa-juntas h5 {
  color: var(--azul-escuro-larclean);
  letter-spacing: .15em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-limpa-juntas h1 {
  margin-bottom: 1rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.banner-limpa-juntas p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.banner-ambientar-peonias-e-rosas {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.banner-ambientar-peonias-e-rosas.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--azul-escuro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/Essencia_Peoonias_Rosas.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  padding: 100px 60px;
  display: block;
}

.banner-ambientar-peonias-e-rosas h5 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-ambientar-peonias-e-rosas h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner-ambientar-peonias-e-rosas h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-ambientar-peonias-e-rosas h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.banner-ambientar-peonias-e-rosas h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-ambientar-peonias-e-rosas h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.banner-ambientar-peonias-e-rosas p {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.banner-ambientar-peonias-e-rosas ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.banner-ambientar-peonias-e-rosas li {
  margin-bottom: .5rem;
}

.banner-ambientar-peonias-e-rosas h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-ambientar-peonias-e-rosas h5 {
  color: var(--azul-escuro-larclean);
  letter-spacing: .15em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-ambientar-peonias-e-rosas h1 {
  margin-bottom: 1rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.banner-ambientar-peonias-e-rosas p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.banner-essencia-oriental {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.banner-essencia-oriental.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--azul-escuro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/Oriental_1.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  padding: 100px 60px;
  display: block;
}

.banner-essencia-oriental h5 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-essencia-oriental h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner-essencia-oriental h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-essencia-oriental h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.banner-essencia-oriental h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-essencia-oriental h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.banner-essencia-oriental p {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.banner-essencia-oriental ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.banner-essencia-oriental li {
  margin-bottom: .5rem;
}

.banner-essencia-oriental h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-essencia-oriental h5 {
  color: var(--azul-escuro-larclean);
  letter-spacing: .15em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-essencia-oriental h1 {
  margin-bottom: 1rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.banner-essencia-oriental p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.banner-essencia-frutos-vermelhos {
  background-color: var(--lynx--grey);
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.banner-essencia-frutos-vermelhos.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--azul-escuro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/Frutos-vermelhos_1.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  padding: 100px 60px;
  display: block;
}

.banner-essencia-frutos-vermelhos h5 {
  color: var(--azul-escuro-larclean);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-essencia-frutos-vermelhos h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner-essencia-frutos-vermelhos h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-essencia-frutos-vermelhos h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.banner-essencia-frutos-vermelhos h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-essencia-frutos-vermelhos h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.banner-essencia-frutos-vermelhos p {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.banner-essencia-frutos-vermelhos ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.banner-essencia-frutos-vermelhos li {
  margin-bottom: .5rem;
}

.banner-essencia-frutos-vermelhos h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.banner-essencia-frutos-vermelhos h5 {
  color: var(--azul-escuro-larclean);
  letter-spacing: .15em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-essencia-frutos-vermelhos h1 {
  margin-bottom: 1rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.banner-essencia-frutos-vermelhos p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

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

.brix---hero-full-width-right-hero-v5 {
  max-width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--azul-escuro-larclean);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-4 {
  background-color: var(--azul-escuro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-4 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 66px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-5 {
  max-width: 1218px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-full-width-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---bg-overlay {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---position-relative {
  position: relative;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---hero-v15-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.brix---section-hero-half-bg-color {
  background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--primary-1) 60%, var(--elements-webflow-library--accent--primary-1) 60%, white 60%);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---btn-primary-small-white-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

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

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

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

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

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

.brix---btn-primary-small-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

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

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

.brix---header-nav-link-white:hover {
  opacity: .48;
}

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

.brix---dropdown-link-2 {
  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-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

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

.brix---dropdown-card-2 {
  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-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

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

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

.brix---show-on-tablet {
  display: none;
}

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

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

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

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

.brix---header-logo-2 {
  max-width: 250px;
}

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

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

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

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---section-hero-full-width-right-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--azul-claro-larclean);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  margin-top: 90px;
  padding: 100px 140px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.botao-hero {
  box-sizing: border-box;
  background-color: var(--azul-escuro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  object-fit: fill;
  transform-style: preserve-3d;
  border-radius: 48px;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
  position: static;
}

.botao-hero:hover {
  background-color: var(--white);
  color: var(--azul-escuro-larclean);
  transform: translate3d(0, -3px, .01px);
}

.botao-hero-1 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--azul-escuro-larclean);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.botao-hero-1:hover {
  border-style: none;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--azul-escuro-larclean);
  color: var(--white);
  transform: translate3d(0, -3px, .01px);
}

.div-block-2 {
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  color: #0d0d0d;
  font-size: 22px;
}

.paragraph {
  color: #0d0d0d;
  font-family: Montserrat, sans-serif;
}

.brix---heading-h2-size-8 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #851619;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-9 {
  background-color: var(--azul-claro-larclean);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.section {
  margin-top: 110px;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  background-color: var(--azul-claro-larclean);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  text-align: center;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 48px;
  display: block;
}

.cf-form-right-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  background-color: var(--azul-escuro-larclean);
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-2 {
  color: var(--white);
}

.brix---half-bg-right---width-36 {
  z-index: -1;
  box-sizing: border-box;
  background-color: var(--azul-claro-larclean);
  width: 36%;
  height: 100%;
  position: fixed;
  inset: auto 0% 0% auto;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-5 {
  background-color: var(--azul-escuro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-5:hover {
  background-color: var(--azul-claro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-2:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  display: grid;
}

.brix---card-form {
  box-sizing: border-box;
  aspect-ratio: auto;
  border: 1px none var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  object-fit: fill;
  border-radius: 24px;
  width: 50%;
  min-width: auto;
  min-height: 545px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
  top: 0;
  right: 0;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---big-icon-left-2 {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---text-300-bold-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---paragraph-default-5 {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: block;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h1-size-3 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-position-relative {
  background-color: var(--azul-claro-larclean);
  padding-top: 176px;
  padding-bottom: 176px;
  position: static;
  overflow: hidden;
}

.walsh-cover-image-2-copy {
  object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-cover-image-2-copy-copy, .walsh-cover-image-2-copy {
  object-fit: cover;
  border-radius: 20px;
  flex: 1;
  width: 100%;
  height: 100%;
}

.bold-text {
  font-weight: 800;
}

.image {
  margin-bottom: 20px;
  margin-left: 0;
}

.walsh-footer-list-copy {
  grid-row-gap: .8em;
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.brix---footer-small---border-bottom {
  border-bottom: 1px solid #eff0f6;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brix---grid-footer-2-cols---logo-and-paragraph {
  grid-column-gap: 250px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.brix---footer-logo-2 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo-2:hover {
  transform: scale3d(.97, .97, 1.01);
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: #53389e;
}

.uui-blogpost04_header {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-featured-large {
  background-color: var(--azul-escuro-larclean);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-text-rich-text {
  color: var(--spark-library--foreground-secondary);
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.uui-heading-xsmall {
  color: var(--azul-escuro-larclean);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-blogpost04_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
  inset: 0%;
}

.uui-blogpost04_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 4rem auto 2rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost04_author-text {
  color: var(--spark-library--foreground-secondary);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-text-size-xlarge-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-blogpost04_newsletter {
  background-color: #f9fafb;
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: sticky;
  top: 5rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-blogpost04_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost04_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.uui-blogpost04_author-subheading {
  color: var(--azul-escuro-larclean);
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-button-icon-3 {
  color: var(--azul-claro-larclean);
  -webkit-text-stroke-color: #851619;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-heading-large {
  color: var(--azul-escuro-larclean);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-13 {
  color: var(--azul-claro-larclean);
  font-family: Montserrat, sans-serif;
}

.uui-padding-vertical-xhuge-5 {
  padding: 4rem 40px 7rem;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
  margin-left: 0;
}

.uui-space-medium {
  width: 100%;
  min-height: 1rem;
}

.brix---section-position-relative2 {
  background-color: var(--azul-claro-larclean);
  padding-top: 140px;
  padding-bottom: 0;
  position: static;
  overflow: hidden;
}

.heading-6, .paragraph-3, .paragraph-4 {
  color: var(--spark-library--foreground-secondary);
}

.uui-heading-xsmall-2 {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog02_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-text-size-medium-3 {
  color: #000000c2;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blog02_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog02_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog02_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog02_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blog02_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-button-icon-4 {
  color: var(--azul-claro-larclean);
  -webkit-text-stroke-color: #851619;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-blog02_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: auto;
  margin: 40px 0 60px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.text-block-16 {
  color: var(--azul-claro-larclean);
  font-family: Montserrat, sans-serif;
}

.brix---inner-container-640px---artigos {
  max-width: 640px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-primary-6 {
  background-color: var(--azul-escuro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  max-width: 250px;
  max-height: 85px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.botao-hero-2 {
  background-color: var(--azul-escuro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  object-fit: fill;
  transform-style: preserve-3d;
  border-radius: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
  position: static;
}

.botao-hero-2:hover {
  background-color: var(--azul-claro-larclean);
  color: var(--white);
  transform: translate3d(0, -3px, .01px);
}

.walsh-footer-link2 {
  color: var(--black);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link2:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.paragraph-5 {
  font-size: 15px;
  line-height: 22px;
}

.block-quote {
  line-height: 23px;
}

.uui-blogpost04_image-2 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
  inset: 0%;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.brix---img-floating-right {
  border-radius: 24px;
  position: absolute;
  inset: -21% 0% auto auto;
  box-shadow: 0 20px 50px #211f543d;
}

.brix---img-floating-left {
  border-radius: 24px;
  box-shadow: 0 4px 12px #211f5429;
}

.brix---2-imgs-floating-wrapper {
  margin-top: 195px;
  position: relative;
}

.brix---mg-top-64px {
  margin-top: 64px;
}

.brix---btn-secondary-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-3:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-6 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-6:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-4 {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-center-2 {
  text-align: center;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-top-small {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

.f-gallery-image {
  height: 450px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.link-block {
  margin-left: 24px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  border-radius: 20px;
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab {
  background-color: var(--azul-claro-larclean);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/erro-404.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-content-text {
  color: #000c;
  margin-bottom: -3px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading {
  color: var(--azul-escuro-larclean);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading {
  color: var(--conversion-flow-library--medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-home-tab-link {
  color: #fff;
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-header-text {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-features-section-4 {
  background-color: #0d0e10;
}

.body {
  margin-top: 100px;
}

.botao-hero-5 {
  box-sizing: border-box;
  background-color: var(--azul-escuro-larclean);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  object-fit: fill;
  transform-style: preserve-3d;
  border-radius: 48px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  position: static;
}

.botao-hero-5:hover {
  background-color: var(--white);
  color: var(--azul-escuro-larclean);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primario {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--azul-escuro-larclean);
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  max-width: 200px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-primario:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--azul-claro-larclean);
  color: var(--white);
  transform: translate3d(0, -3px, .01px);
}

.container-3 {
  width: 1218px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-4 {
  padding-bottom: 30px;
}

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

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.image-2 {
  border: 1px #000;
  border-radius: 1rem;
}

.link, .link-2 {
  text-decoration: none;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  text-align: justify;
}

.paragraph-9 {
  text-transform: none;
}

.bold-text-2 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-3 {
  color: var(--lynx--black);
  text-decoration: underline;
}

.heading-7, .heading-8, .heading-9 {
  font-size: 15px;
}

.text-block-17 {
  color: var(--azul-escuro-larclean);
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-block-18 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.heading-10 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.image-3 {
  border-radius: 10px;
}

.link-block-2 {
  font-size: 1.5rem;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.section-3 {
  margin-bottom: auto;
  display: block;
}

.bold-text-3 {
  overflow-wrap: normal;
}

@media screen and (min-width: 1280px) {
  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .container-3, .container-3-copy {
    width: 1218px;
  }
}

@media screen and (min-width: 1440px) {
  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 150px;
    grid-template-columns: 1.48fr 1.4fr;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .banner-produtos.spark-dark-hero-background-image {
    background-position: 0 0, 50%;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---heading-h1-size-3 {
    text-transform: uppercase;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
    display: block;
  }

  .brix---grid-footer-2-cols---logo-and-paragraph {
    grid-column-gap: 250px;
    grid-template-columns: 1.7fr 2fr;
  }

  .uui-text-rich-text {
    text-decoration: none;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .container-3 {
    width: 1218px;
  }

  .container-3-copy {
    width: 1418px;
    max-width: none;
  }

  .link-4, .link-5 {
    color: var(--lynx--black);
    text-decoration: underline;
  }
}

@media screen and (min-width: 1920px) {
  .brix---footer-logo {
    margin-left: 240px;
  }

  .walsh-main-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .brix---hero-full-width-right-hero-v5 {
    width: 100%;
    max-width: 46%;
  }

  .code-embed {
    text-align: center;
    align-self: center;
  }

  .icon-featured-large, .uui-heading-xsmall {
    margin-left: auto;
  }

  .uui-page-padding-4 {
    padding-left: 0;
  }

  .uui-blogpost04_newsletter {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 500px;
    margin-top: .9px;
    margin-bottom: .9px;
    margin-left: 107px;
    padding: 1rem;
    display: block;
    position: sticky;
    left: auto;
  }

  .uui-space-xxsmall-2 {
    margin-left: auto;
  }

  .uui-space-medium {
    margin-left: -80px;
  }

  .uui-blog02_list {
    place-items: start;
    padding-left: 0;
  }

  .container-3 {
    width: 1218px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 {
    padding-bottom: 0;
  }

  .container-3-copy {
    width: 1480px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-block-17, .text-block-18, .heading-10 {
    margin-left: auto;
  }

  .section-3 {
    margin-right: auto;
    padding-right: 0;
  }

  .link-block-4 {
    margin-left: auto;
  }

  .paragraph-10 {
    text-align: justify;
    margin-right: -75px;
    padding-right: 0;
  }

  .paragraph-11, .paragraph-12, .paragraph-13 {
    text-align: justify;
    margin-right: -75px;
  }

  .section-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 500px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .brix---top-bar-close-icon {
    padding: 18px 24px;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---top-bar-right-col {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .brix---top-bar-flex-h-sb {
    flex-direction: column;
  }

  .brix---top-bar-small-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---social-media-grid-header-v11 {
    grid-column-gap: 10px;
  }

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

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

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

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

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

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

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

  .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-column-wrapper {
    padding-top: 0;
    position: static;
  }

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

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---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(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
  }

  .brix---grid-header-top {
    grid-template-columns: 1.8fr 1fr;
  }

  .brix---header-wrapper-v9, .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---card-over-bg-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .brix---grid-card-light {
    grid-template-columns: 1.35fr;
  }

  .brix---section-bg-image {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---product-card-image {
    width: 100%;
  }

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

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---btn-secondary-white {
    margin-top: 0;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

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

  .lynx-heading-lightbox {
    font-size: 25px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

  .walsh-heading-xxlarge-black {
    font-size: 4em;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .cta-ambientadores {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---footer-bottom, .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---footer-middle-v15 {
    padding-top: 0;
    padding-bottom: 94px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-footer-line-divider {
    margin-bottom: 20px;
  }

  .walsh-footer-wrapper {
    flex-flow: column;
    display: flex;
  }

  .walsh-grid-no-col-9 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .spark-flex-row.spark-left-aligned {
    margin-top: 20px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 64px;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
  }

  .spark-flex-row.spark-right {
    justify-content: flex-start;
  }

  .spark-flex-row.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph.spark-no-bottom-margin {
    margin-bottom: 2rem;
  }

  .spark-container {
    display: block;
  }

  .spark-container.spark-light-secondary {
    padding: 32px;
  }

  .banner-produtos {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-left-side-vertical-image {
    flex: 0 auto;
    position: relative;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .banner-produto.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .banner-produto.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 64px;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
  }

  .banner-produto.spark-right {
    justify-content: flex-start;
  }

  .banner-produto.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .grid {
    justify-content: center;
    align-items: center;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-5-spacing.spark-column-tablet-down {
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 64px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-left-side-vertical-image-2 {
    flex: 0 auto;
    position: relative;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding: 40px 32px;
  }

  .spark-section-2 h2 {
    text-align: center;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-hero-div-block-2 {
    justify-content: center;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-content-wrap-50 {
    order: -1;
    width: 100%;
    padding: 4em 40px;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-container-4, .walsh-container-5 {
    flex: 0 auto;
    width: auto;
  }

  .spark-flex-row-3.spark-right {
    justify-content: flex-start;
  }

  .spark-flex-row-3.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph-3.spark-secondary-font-color {
    margin-bottom: 2rem;
  }

  .spark-container-3.spark-primary-background {
    padding: 32px;
  }

  .spark-section-3 {
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .banner-protetor-inox, .banner-limpa-vidros-de-lareiras {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .banner-limpa-vidros-de-lareiras.spark-dark-hero-background-image {
    background-image: linear-gradient(74.2deg, var(--azul-claro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/lareiras.png');
  }

  .banner-limpa-wc {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .banner-limpa-wc.spark-dark-hero-background-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(104deg, var(--azul-claro-larclean) 18%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/casas-de-banho.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .banner-anticalcario {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .banner-anticalcario.spark-dark-hero-background-image {
    background-position: 0 0, 100% 0;
  }

  .banner-limpa-marmore {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .banner-limpa-marmore.spark-dark-hero-background-image {
    background-image: linear-gradient(74.2deg, var(--azul-claro-larclean) 15%, #2d7498a6 55%, #16394a52 77%, #0000), url('../images/mármores.png');
  }

  .banner-limpa-bolores-e-fungos, .banner-limpa-juntas, .banner-ambientar-peonias-e-rosas {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .banner-ambientar-peonias-e-rosas.spark-dark-hero-background-image {
    background-image: linear-gradient(74.2deg, var(--azul-escuro-larclean) 15%, #2d7498a6 49%, #16394a52 67%, #0000), url('../images/Essência-Peónias-e-Rosas.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-essencia-oriental, .banner-essencia-frutos-vermelhos {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---hero-full-width-right-hero-v5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 450px;
    display: flex;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

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

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

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

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

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

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library--neutral--800);
  }

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

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

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

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

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

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

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

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

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-hero-full-width-right-2 {
    margin-top: 140px;
    padding: 100px 60px;
    display: block;
  }

  .botao-hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .youtube-2 {
    margin-top: 60px;
  }

  .brix---heading-h2-size-8, .brix---heading-h2-size-9 {
    font-size: 30px;
    line-height: 46px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .brix---btn-primary-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

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

  .brix---footer-small---border-bottom {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---grid-footer-2-cols---logo-and-paragraph {
    grid-template-columns: .7fr;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---section-position-relative2 {
    margin-top: 60px;
    padding-top: 118px;
    padding-bottom: 0;
  }

  .uui-blog02_list {
    grid-template-columns: 1fr 1fr;
  }

  .brix---btn-primary-6, .botao-hero-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---img-floating-right {
    width: 60%;
  }

  .brix---img-floating-left {
    width: 70%;
  }

  .brix---2-imgs-floating-wrapper {
    margin-top: 177px;
    padding-bottom: 45px;
  }

  .brix---mg-top-64px {
    margin-top: 48px;
  }

  .brix---btn-primary-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-4 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .f-gallery-image {
    height: 350px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .botao-hero-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---btn-primario {
    margin-top: 0;
  }

  .container-3 {
    width: auto;
  }

  .container-3-copy {
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .brix---icon-small-hover {
    width: 24px;
  }

  .brix---top-bar-close-icon {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---top-bar-right-col {
    margin-bottom: 12px;
  }

  .brix---top-bar-flex-h-sb {
    flex-direction: column;
  }

  .brix---top-bar-small-padding {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---social-media-grid-header-v11 {
    justify-content: center;
    align-self: stretch;
    place-items: center;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---mg-bottom-16px-mbl {
    margin-bottom: 16px;
  }

  .brix---header-content-wrapper-v11 {
    flex-direction: column;
  }

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

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

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

  .brix---header-content-wrapper-v9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---social-media-grid-right---mbl-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---top-header-left-col, .brix---top-header-right-col {
    justify-content: center;
  }

  .brix---grid-header-top {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---header-top-wrapper {
    padding-top: 0;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---card-over-bg-image {
    padding: 54px 32px;
  }

  .brix---grid-card-light {
    grid-template-columns: 1fr;
  }

  .brix---section-bg-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---product-card-wrapper-v1 {
    width: 100%;
  }

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

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---btn-secondary-white {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

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

  .lynx-heading-lightbox {
    font-size: 22px;
  }

  .lynx-image-lightbox {
    height: 360px;
  }

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

  .walsh-heading-xxlarge-black {
    font-size: 3em;
  }

  .walsh-center-hero {
    padding-top: 5em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .cta-ambientadores {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .botao-cta-ambientadores {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---footer-middle-v15 {
    padding-top: 0;
    padding-bottom: 72px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

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

  .walsh-text-field-single-grey {
    text-align: left;
  }

  .walsh-form-single {
    flex-direction: row;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-5-spacing.spark-with-vertical-image {
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-wrapped {
    align-items: flex-start;
  }

  .spark-flex-row.spark-right {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    place-content: stretch start;
    place-items: center;
    width: 100%;
    display: block;
  }

  .banner-produtos {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .banner-produtos.spark-dark-hero-background-image {
    background-image: linear-gradient(117deg, var(--azul-claro-larclean) 31%, #58b4e0de 48%, #84b7d099 71%, var(--spark-library--border-default)), url('../images/Limpa-cromados-e-inox_1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .spark-left-side-vertical-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .banner-produto {
    flex-direction: column;
  }

  .banner-produto.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .banner-produto.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .banner-produto.spark-5-spacing.spark-with-vertical-image {
    flex-direction: column-reverse;
  }

  .banner-produto.spark-wrapped {
    align-items: flex-start;
  }

  .banner-produto.spark-right {
    flex-direction: row;
  }

  .categoria {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
    flex-direction: column-reverse;
  }

  .spark-flex-row-2.spark-wrapped {
    align-items: flex-start;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-left-side-vertical-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-content-wrap-50 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-rounded-block-2 {
    border-radius: 20px;
  }

  .spark-flex-row-3 {
    flex-direction: column;
  }

  .spark-flex-row-3.spark-right {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .banner-protetor-inox {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .banner-protetor-inox.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean) 31%, #5ab4e0db 44%, var(--spark-library--border-default)), url('../images/inox.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-protetor-inox p {
    text-align: left;
    display: block;
  }

  .banner-limpa-vidros-de-lareiras {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .banner-limpa-vidros-de-lareiras.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean) 15%, #51b3e3eb 41%, var(--spark-library--border-default)), url('../images/lareiras.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-limpa-vidros-de-lareiras h1 {
    display: block;
  }

  .banner-limpa-wc {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .banner-limpa-wc.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean) 27%, var(--spark-library--border-default)), url('../images/casas-de-banho.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 60px;
  }

  .banner-anticalcario {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .banner-anticalcario.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean), #4ab3e6f5 17%, #4cb3e5f2 23%, var(--spark-library--border-default)), url('../images/Anticálcario.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-limpa-marmore {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .banner-limpa-marmore.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean), #52b3e3e8 36%, var(--spark-library--border-default)), url('../images/mármores.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-limpa-bolores-e-fungos {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .banner-limpa-bolores-e-fungos.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean), #5fb4ded4 42%, var(--spark-library--border-default)), url('../images/Fungos-e-bolores.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-limpa-juntas {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .banner-limpa-juntas.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean), #56b3e1e3 33%, var(--spark-library--border-default)), url('../images/Limpa-Juntas.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-ambientar-peonias-e-rosas {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .banner-ambientar-peonias-e-rosas.spark-dark-hero-background-image {
    background-image: linear-gradient(54deg, var(--azul-escuro-larclean), var(--azul-escuro-larclean) 0%, var(--spark-library--border-default) 79%), url('../images/Essência-Peónias-e-Rosas.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-essencia-oriental {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .banner-essencia-oriental.spark-dark-hero-background-image {
    background-image: linear-gradient(49deg, var(--azul-escuro-larclean), var(--azul-escuro-larclean) 7%, var(--spark-library--border-default) 80%), url('../images/Oriental.png');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-essencia-frutos-vermelhos {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .banner-essencia-frutos-vermelhos.spark-dark-hero-background-image {
    background-image: linear-gradient(49deg, var(--azul-escuro-larclean), var(--azul-escuro-larclean) 0%, var(--spark-library--border-default)), url('../images/Frutos-vermelhos.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .brix---hero-full-width-right-hero-v5 {
    margin-top: 62px;
    position: static;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--primary-1) 72%, var(--elements-webflow-library--accent--primary-1) 72%, white 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

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

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

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

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---section-hero-full-width-right-2 {
    padding: 100px 60px;
  }

  .botao-hero {
    padding: 20px 32px;
  }

  .botao-hero-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h2-size-8, .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .brix---btn-primary-5 {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left-2 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

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

  .brix---footer-small---border-bottom {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #6941c6;
  }

  .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 2rem;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .brix---section-position-relative2 {
    padding-top: 118px;
    padding-bottom: 0;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-blog02_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog02_image-link:hover {
    box-shadow: none;
  }

  .uui-blog02_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-6, .botao-hero-2 {
    padding: 20px 32px;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---img-floating-right, .brix---img-floating-left {
    border-radius: 16px;
  }

  .brix---2-imgs-floating-wrapper {
    margin-top: 114px;
  }

  .brix---mg-top-64px {
    margin-top: 40px;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-6 {
    padding: 20px 32px;
  }

  .brix---button-row-left-4 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .botao-hero-5 {
    padding: 20px 32px;
  }

  .brix---btn-primario {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3, .container-3-copy {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .brix---icon-small-hover {
    width: 20px;
  }

  .brix---top-bar-close-icon {
    padding-left: 12px;
    padding-right: 8px;
  }

  .brix---btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-header-v11 {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

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

  .brix---header-logo-link-center-mbp {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .brix---header-content-wrapper-v11 {
    flex-direction: column;
  }

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

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

  .brix---dropdown-link {
    font-size: 16px;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 0;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---top-header-right-col {
    flex-direction: column;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---card-over-bg-image {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-bg-image {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---product-card-content {
    padding: 21px 22px 32px;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-2 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lynx-heading-lightbox {
    font-size: 21px;
  }

  .walsh-link-wrapper, .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-center-hero {
    padding-top: 45px;
    font-size: 18px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .walsh-card-image-float {
    align-items: flex-end;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-card-wrapper-image {
    align-items: flex-end;
    height: auto;
  }

  .cta-ambientadores {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .botao-cta-ambientadores {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---success-message-horizontal {
    flex-direction: column;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---footer-cta-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---social-media-link-text {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-24px {
    border-radius: 6px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    font-size: 14px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    text-align: center;
    object-fit: fill;
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-footer-grid-social {
    justify-content: start;
    width: 100%;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-footer-legal-text, .walsh-text-xsmall {
    font-size: 11px;
  }

  .walsh-text-field-single-grey {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .walsh-form-single {
    align-items: center;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-form-wrapper {
    width: 100%;
  }

  .walsh-text-small {
    font-size: 16px;
  }

  .walsh-heading-small {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .walsh-footer-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .walsh-footer-link {
    padding-bottom: 0;
  }

  .walsh-grid-no-col-9 {
    grid-auto-flow: row;
    place-items: center stretch;
    display: block;
  }

  .walsh-logo-footer {
    max-height: 24px;
  }

  .walsh-main-grid-2 {
    grid-template-areas: ". ."
                         ". Area";
    display: block;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-flex-row.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 32px;
  }

  .spark-flex-row.spark-wrapped {
    display: block;
  }

  .spark-flex-row.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-max-width-730 {
    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: center;
    align-items: center;
    display: block;
  }

  .spark-container {
    justify-content: center;
    display: block;
  }

  .spark-container.spark-light-secondary {
    padding: 20px;
  }

  .banner-produtos {
    padding: 64px 20px;
  }

  .banner-produtos.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean) 26%, var(--spark-library--border-default)), url('../images/Limpa-cromados-e-inox.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 40px 20px;
  }

  .banner-produtos h2 {
    font-size: 2.5rem;
  }

  .banner-produtos h1 {
    font-size: 3rem;
  }

  .banner-produtos p {
    line-height: 22px;
  }

  .banner-produtos h1 {
    margin-top: 0;
    font-size: 40px;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .banner-produto {
    align-items: flex-start;
  }

  .banner-produto.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .banner-produto.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 32px;
  }

  .banner-produto.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .categoria {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-5-spacing.spark-column-tablet-down, .spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 32px;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-checked-item-2 {
    grid-column-gap: 8px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    text-align: left;
    font-size: 25px;
    line-height: 29px;
  }

  .walsh-col-image-wrapper {
    width: 100%;
  }

  .walsh-link-wrapper-2, .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block-2 {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-title-tag-2 {
    font-size: 16px;
  }

  .walsh-content-wrap-50 {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding: 30px;
    font-size: 18px;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-container-4, .walsh-container-5 {
    flex: 0 auto;
    width: 100%;
  }

  .spark-flex-row-3 {
    align-items: flex-start;
  }

  .spark-flex-row-3.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-hero-sub-paragraph-3.spark-secondary-font-color {
    text-align: left;
  }

  .spark-container-3.spark-primary-background {
    padding: 20px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 25px;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .text-block-4 {
    flex: 0 auto;
  }

  .div-block {
    text-align: left;
  }

  .brix---paragraph-default-3-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .banner-protetor-inox {
    padding: 64px 20px;
  }

  .banner-protetor-inox.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean) 14%, #50b3e3eb 33%, var(--spark-library--border-default)), url('../images/inox.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 40px 20px;
    position: static;
    overflow: auto;
  }

  .banner-protetor-inox h2 {
    font-size: 2.5rem;
  }

  .banner-protetor-inox h1 {
    margin-top: 0;
    font-size: 40px;
  }

  .banner-limpa-vidros-de-lareiras {
    padding: 64px 20px;
  }

  .banner-limpa-vidros-de-lareiras.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean) 15%, #56b3e1e3 28%, #6db5d8bf 55%, #79b6d3ab 62%, var(--spark-library--border-default)), url('../images/lareiras.png');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 40px 20px;
  }

  .banner-limpa-vidros-de-lareiras h2 {
    font-size: 2.5rem;
  }

  .banner-limpa-vidros-de-lareiras h1 {
    font-size: 40px;
  }

  .banner-limpa-wc {
    padding: 64px 20px;
  }

  .banner-limpa-wc.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean) 19%, var(--spark-library--border-default)), url('../images/casas-de-banho.png');
    background-position: 0 0, 100%;
    padding: 40px 20px;
    display: block;
  }

  .banner-limpa-wc h2 {
    font-size: 2.5rem;
  }

  .banner-limpa-wc h1 {
    font-size: 40px;
  }

  .banner-anticalcario {
    padding: 64px 20px;
  }

  .banner-anticalcario.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean) 12%, var(--spark-library--border-default)), url('../images/Anticálcario.png');
    background-position: 0 0, 80% 0;
    padding: 40px 20px;
    display: block;
  }

  .banner-anticalcario h2 {
    font-size: 2.5rem;
  }

  .banner-anticalcario h1 {
    flex: 0 auto;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .banner-limpa-marmore {
    padding: 64px 20px;
  }

  .banner-limpa-marmore.spark-dark-hero-background-image {
    background-image: linear-gradient(111deg, var(--azul-claro-larclean), #4bb3e5f5 36%, #a3b9c469 81%, var(--spark-library--border-default)), url('../images/mármores.png');
    background-position: 0 0, 50% 100%;
    padding: 40px 20px;
  }

  .banner-limpa-marmore h2 {
    font-size: 2.5rem;
  }

  .banner-limpa-marmore h1 {
    font-size: 40px;
  }

  .banner-limpa-bolores-e-fungos {
    padding: 64px 20px;
  }

  .banner-limpa-bolores-e-fungos.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean), var(--spark-library--border-default)), url('../images/Fungos-e-bolores.png');
    background-position: 0 0, 80%;
    padding: 40px 20px;
  }

  .banner-limpa-bolores-e-fungos h2 {
    font-size: 2.5rem;
  }

  .banner-limpa-bolores-e-fungos h1 {
    font-size: 40px;
  }

  .banner-limpa-juntas {
    padding: 64px 20px;
  }

  .banner-limpa-juntas.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--azul-claro-larclean), #77b6d5ad 58%, var(--spark-library--border-default)), url('../images/Limpa-Juntas.png');
    padding: 40px 20px;
  }

  .banner-limpa-juntas h2 {
    font-size: 2.5rem;
  }

  .banner-limpa-juntas h1 {
    font-size: 40px;
  }

  .banner-ambientar-peonias-e-rosas {
    padding: 64px 20px;
  }

  .banner-ambientar-peonias-e-rosas.spark-dark-hero-background-image {
    background-image: linear-gradient(49deg, var(--azul-escuro-larclean), #77b6d5ad 0%, var(--azul-escuro-larclean) 0%, var(--spark-library--border-default)), url('../images/Essência-Peónias-e-Rosas.png');
    padding: 40px 20px;
  }

  .banner-ambientar-peonias-e-rosas h2 {
    font-size: 2.5rem;
  }

  .banner-ambientar-peonias-e-rosas h1 {
    font-size: 40px;
  }

  .banner-essencia-oriental {
    padding: 64px 20px;
  }

  .banner-essencia-oriental.spark-dark-hero-background-image {
    background-image: linear-gradient(50deg, var(--azul-escuro-larclean), var(--azul-escuro-larclean) 0%, var(--spark-library--border-default) 80%), url('../images/Oriental.png');
    padding: 40px 20px;
  }

  .banner-essencia-oriental h2 {
    font-size: 2.5rem;
  }

  .banner-essencia-oriental h1 {
    font-size: 40px;
  }

  .banner-essencia-frutos-vermelhos {
    padding: 64px 20px;
  }

  .banner-essencia-frutos-vermelhos.spark-dark-hero-background-image {
    background-image: linear-gradient(58deg, var(--azul-escuro-larclean), #2a64adf7 20%, #77b6d5ad 67%, var(--spark-library--border-default)), url('../images/Frutos-vermelhos.png');
    background-position: 0 0, 100%;
    padding: 40px 20px;
  }

  .banner-essencia-frutos-vermelhos h2 {
    font-size: 2.5rem;
  }

  .banner-essencia-frutos-vermelhos h1 {
    font-size: 40px;
  }

  .brix---hero-full-width-right-hero-v5 {
    object-fit: fill;
    height: 50%;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .brix---btn-secondary-2, .brix---btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-full-width-right {
    padding-top: 48px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small-white-2 {
    width: 100%;
    padding: 16px 20px;
  }

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

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

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

  .brix---section-hero-full-width-right-2 {
    margin-top: 100px;
    padding: 60px 20px 40px;
  }

  .botao-hero, .botao-hero-1 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h2-size-8, .brix---heading-h2-size-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .brix---btn-primary-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---big-icon-left-2 {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---footer-small---border-bottom {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---grid-footer-2-cols---logo-and-paragraph {
    grid-template-columns: 1fr;
  }

  .brix---footer-logo-2 {
    width: 100%;
    max-width: 240px;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-position-relative2 {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .uui-blog02_list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary-6, .botao-hero-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .walsh-footer-link2 {
    padding-bottom: 0;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---btn-secondary-3, .brix---btn-primary-6 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-4 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .f-gallery-image {
    height: 250px;
  }

  .cf-tabs-right-tab {
    height: auto;
    min-height: 250px;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-tabs-content-heading {
    font-size: 30px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .botao-hero-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primario {
    width: 100%;
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .container-3, .container-3-copy {
    width: auto;
  }

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

#w-node-ec895b02-08ac-c1a5-7583-41e323d48641-e4754373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98cf098-4167-507f-a9e4-4d8a6428e534-6428e531 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_955f6098-6d5c-cdab-e0af-4654c2e26c84-6428e531 {
  justify-self: center;
}

#w-node-e98cf098-4167-507f-a9e4-4d8a6428e53b-6428e531 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-e98cf098-4167-507f-a9e4-4d8a6428e53c-6428e531, #w-node-e98cf098-4167-507f-a9e4-4d8a6428e549-6428e531 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e98cf098-4167-507f-a9e4-4d8a6428e565-6428e531 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_68e360a7-d670-f3c9-7e42-0b808e2ce7a3-8e2ce79f, #w-node-_44cbcedf-ae25-b64d-6a64-310bc85b33aa-e4754377, #w-node-_44cbcedf-ae25-b64d-6a64-310bc85b33aa-e4754378, #w-node-_44cbcedf-ae25-b64d-6a64-310bc85b33aa-e4754379, #w-node-_44cbcedf-ae25-b64d-6a64-310bc85b33aa-e475437a, #w-node-_44cbcedf-ae25-b64d-6a64-310bc85b33aa-e475437b, #w-node-_44cbcedf-ae25-b64d-6a64-310bc85b33aa-e475437c, #w-node-_44cbcedf-ae25-b64d-6a64-310bc85b33aa-e475437d, #w-node-_44cbcedf-ae25-b64d-6a64-310bc85b33aa-e475437e, #w-node-_44cbcedf-ae25-b64d-6a64-310bc85b33aa-e475437f, #w-node-c904d07b-0807-1039-5c3e-221db93deda5-b93deda1, #w-node-_44cbcedf-ae25-b64d-6a64-310bc85b33aa-e4754380, #w-node-_44cbcedf-ae25-b64d-6a64-310bc85b33aa-e4754381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_294e2791-be2a-79bf-3a12-893a30ba2ac2-e4754383, #w-node-_294e2791-be2a-79bf-3a12-893a30ba2ac2-b607265e {
  place-self: center;
}

#w-node-_47976450-2bda-6125-c4f8-d19cc8a2474c-f91f74cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e98cf098-4167-507f-a9e4-4d8a6428e53b-6428e531 {
    grid-area: 1 / 4 / 2 / 13;
  }

  #w-node-_004d4a7f-cdbe-29b8-1fc9-5ade82a995bc-d92aa363, #w-node-f87753e2-9813-ac34-894d-7a04ff25ad8a-a7f40370, #w-node-_004d4a7f-cdbe-29b8-1fc9-5ade82a995bc-b900daff, #w-node-afb7e7cd-c515-e84c-4f46-f456acddbac8-ba14b862, #w-node-_78ae27f9-0a19-0d98-b2cc-739042d19c01-c1de3d8a, #w-node-afb7e7cd-c515-e84c-4f46-f456acddbac8-35266f08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e98cf098-4167-507f-a9e4-4d8a6428e534-6428e531 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e98cf098-4167-507f-a9e4-4d8a6428e53b-6428e531 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e98cf098-4167-507f-a9e4-4d8a6428e53c-6428e531 {
    grid-column: span 1 / span 1;
  }

  #w-node-e98cf098-4167-507f-a9e4-4d8a6428e549-6428e531 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e98cf098-4167-507f-a9e4-4d8a6428e565-6428e531 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e98cf098-4167-507f-a9e4-4d8a6428e534-6428e531 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e98cf098-4167-507f-a9e4-4d8a6428e53b-6428e531 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-e98cf098-4167-507f-a9e4-4d8a6428e53c-6428e531 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e98cf098-4167-507f-a9e4-4d8a6428e549-6428e531, #w-node-e98cf098-4167-507f-a9e4-4d8a6428e565-6428e531 {
    grid-column: span 2 / span 2;
  }
}


