@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Bold.woff2') format("woff2"), url('../fonts/Geomanist-Bold.woff') format("woff"), url('../fonts/Geomanist-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Medium.woff2') format("woff2"), url('../fonts/Geomanist-Medium.woff') format("woff"), url('../fonts/Geomanist-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Light.woff2') format("woff2"), url('../fonts/Geomanist-Light.woff') format("woff"), url('../fonts/Geomanist-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Regular.woff2') format("woff2"), url('../fonts/Geomanist-Regular.woff') format("woff"), url('../fonts/Geomanist-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --preto: #010101;
  --elements-webflow-library--neutral--100: white;
  --marrom: #817870;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-02: #14142b14;
}

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

body {
  color: #1a0c01;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff0;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation._2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.navigation.subpages {
  z-index: 11;
  background-color: #fff;
  position: relative;
}

.navigation-button {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.navigation-button.produtos {
  font-size: 16px;
}

.logo {
  width: 210px;
}

.logo._2 {
  width: 170px;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link {
  color: #000;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 7px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  font-weight: 500;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-link.dropdown {
  border-radius: 5px;
  padding-top: 9px;
  display: flex;
}

.navigation-link.dropdown:hover {
  color: #000;
  background-color: #f8f8fa;
  font-weight: 400;
}

.navigation-link.dropdown._2 {
  color: #fff;
  border: 1px solid #0000;
  padding-top: 9px;
  font-size: 14px;
  transition-duration: .4s;
}

.navigation-link.dropdown._2:hover {
  background-color: #ffffff40;
  border: 1px solid #fff0;
  font-weight: 400;
}

.dropdown-menu.w--open {
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 9px #0003;
}

.div-menu-dropdown {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: block;
}

.div-menu-dropdown:hover {
  font-weight: 500;
}

.text-submenu {
  font-size: 12px;
}

.icon {
  display: none;
}

.div-localizacao {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.div-localizacao._2 {
  color: #fff;
  font-size: 14px;
}

.icon-map {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: flex;
}

.dropdown-localizacao.w--open {
  background-color: #fff;
  width: 200px;
  padding: 10px;
  box-shadow: 0 2px 9px #0003;
}

.input-localizacao {
  background-image: url('../images/search.svg');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #acacac;
  border-radius: 5px;
  padding-left: 30px;
}

.input-localizacao:focus {
  border-color: #000;
}

.lista-localizacao {
  height: 210px;
  margin-bottom: 0;
  overflow: auto;
}

.list-localizacao:hover {
  background-color: #efefef;
}

.icon-2 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.div-en-pt {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.text-language {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
}

.text-language:hover {
  font-weight: 500;
}

.text-language._2 {
  color: #fff;
}

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

.seta {
  opacity: .25;
  color: #000;
  font-size: 18px;
  transition: all .4s;
}

.seta:hover {
  opacity: 1;
}

.slide-nav {
  opacity: .25;
  font-size: 10px;
}

.image-slide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.section.rodape {
  background-color: var(--preto);
}

.section.rodape._2 {
  background-color: #fff;
}

.section.profissionais {
  background-color: #f8f7f5;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section._2 {
  padding-top: 20px;
  padding-bottom: 0;
}

.section._3 {
  padding-top: 1px;
  padding-bottom: 0;
}

.section._4 {
  padding-top: 20px;
}

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

.section.black {
  background-color: var(--preto);
}

.section.black.pecas {
  padding-top: 0;
  padding-bottom: 0;
}

.section.peca {
  padding-top: 0;
  padding-bottom: 20px;
}

.section.conceito {
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.conceito.fuchsia {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iluminacao.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.section.about {
  background-image: url('../images/banner-1366.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

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

.traco {
  background-color: #000;
  width: 100%;
  height: 3px;
}

.clear-60 {
  height: 60px;
}

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

.div-produtos {
  color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 400px;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.div-produtos._1 {
  height: 360px;
}

.div-produtos._1.designer {
  filter: grayscale();
}

.div-produtos._3, .div-produtos._4, .div-produtos._2 {
  height: 360px;
}

.div-produtos.conceito {
  height: 100%;
  max-height: 490px;
  position: sticky;
  top: 10px;
}

.image-produtos {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-produtos.balance {
  object-position: -290px 50%;
}

.gradient {
  color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  font-size: 26px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gradient._2 {
  background-image: linear-gradient(#0003, #0000);
}

.gradient.conceitos {
  justify-content: flex-end;
  align-items: flex-start;
  font-weight: 500;
}

.gradient.designers {
  justify-content: flex-end;
  align-items: flex-start;
}

.gradient.sobre {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  transition: all .4s;
}

.gradient.sobre:hover {
  opacity: 100;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
}

.gradient.conceito {
  background-image: linear-gradient(#00000080, #00000080);
}

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

.div-produtos-conheca {
  border: 1px solid #fff;
  border-bottom-width: 5px;
  border-radius: 5px;
  padding: 20px;
  transition: all .4s;
}

.div-produtos-conheca:hover {
  border: 1px solid #000;
  border-bottom-width: 5px;
}

.h1-produtos {
  text-align: center;
  font-size: 23px;
  font-weight: 400;
}

.bloco-instagram {
  background-color: #efefef;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

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

.div-sociais {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-social {
  margin-right: 10px;
  transition: all .4s;
}

.div-social:hover {
  transform: scale(1.1);
}

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

.icon-social._2 {
  color: var(--preto);
}

.icon-rodape {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.text-rodape {
  color: #858585;
  text-align: center;
}

.slide-index {
  min-height: 100vh;
}

.slide-index-2 {
  height: 100vh;
}

.image-slide-home {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.gradient-slide {
  z-index: 2;
  background-image: linear-gradient(#0006, #0006);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation-button-2 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 9px 32px 7px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.navigation-button-2._2 {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 5px;
  min-height: auto;
  padding: 9px 20px 7px;
  font-size: 14px;
  font-weight: 400;
  transition-duration: .4s;
}

.navigation-button-2._2:hover {
  background-color: #ffffff1a;
  border-color: #fff0;
}

.navigation-right {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.logo-2 {
  width: 260px;
}

.navigation-button-secondary {
  color: var(--preto);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 9px 20px 7px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.navigation-button-secondary:hover {
  background-color: #f8f8fa;
  border-color: #0000;
}

.navigation-button-secondary._2 {
  color: #fff;
  border-radius: 5px;
  min-height: auto;
  padding: 9px 20px 7px;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s;
}

.navigation-button-secondary._2:hover {
  background-color: #ffffff1a;
}

.navigation-link-2 {
  color: var(--preto);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 5px;
  padding: 9px 20px 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link-2:hover {
  color: #160042;
  background-color: #f8f8fa;
}

.navigation-link-2.w--current {
  color: var(--preto);
}

.navigation-link-2._2 {
  color: #fff;
  border-radius: 5px;
  padding: 9px 20px 7px;
  font-size: 14px;
  font-weight: 400;
  transition-duration: .4s;
}

.navigation-link-2._2:hover {
  background-color: #ffffff1a;
}

.navigation-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.seta2 {
  color: #ffffff80;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.content-gradient {
  width: 100%;
  max-width: 1280px;
}

.heading {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
}

.text-span {
  padding-left: 100px;
}

.text-span-2 {
  font-weight: 500;
}

.button {
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 110px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 20px 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition: all .4s;
  display: block;
}

.button:hover {
  background-color: #ffffff1a;
}

.grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.tag {
  color: #1a0c01;
  text-transform: uppercase;
  font-weight: 400;
}

.h2 {
  color: var(--preto);
  max-width: 700px;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.h2.center {
  text-align: center;
  margin: 0 auto;
  font-size: 27px;
  font-weight: 500;
}

.text-block {
  color: #817870;
  font-size: 16px;
  line-height: 1.6;
}

.div-avatar {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-avatar {
  object-fit: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.text-block-3 {
  color: #1a0c01;
  font-size: 15px;
  line-height: 1.4;
}

.paragraph {
  color: var(--marrom);
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph._2 {
  column-count: 1;
}

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

.paragraph.margin-bottom-0 {
  margin-bottom: 0;
}

.bold-text {
  float: left;
  color: var(--preto);
  margin-right: 10px;
  padding-top: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

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

.div-block-2.profissionais {
  margin-bottom: 0;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.num {
  font-size: 26px;
  font-weight: 400;
}

.button-produtos {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  width: auto;
  margin-top: 10px;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  transition: all .4s;
  display: inline-block;
}

.button-produtos:hover {
  background-color: #ffffff1a;
}

.button-produtos._2 {
  width: auto;
}

.div-produtos-button.catalogo {
  margin-bottom: -40px;
}

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

.div-block-3 {
  height: 200px;
  position: relative;
}

.numeros {
  color: #1a0c0112;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 100px;
  font-weight: 700;
  line-height: 85px;
  display: flex;
  position: static;
  inset: 0%;
}

.numeros.mais {
  width: 60px;
  font-size: 80px;
  display: inline-flex;
  position: static;
}

.text-numeros {
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 27px;
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.traco-numeros {
  background-color: #e4e4e4;
  width: 1px;
  height: 80px;
}

.section-video {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/image-51.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 680px;
  display: flex;
}

.play {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .4s;
  display: flex;
}

.play:hover {
  background-color: #ffffff1a;
  transform: scale(1.1);
}

.clear-80 {
  height: 80px;
}

.clear-100 {
  height: 100px;
}

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

.div-profissionais {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
}

.h2-profissionais {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 50px;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.button-profissionais {
  border: 1px solid var(--preto);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  transition: all .4s;
  display: inline-block;
}

.button-profissionais:hover {
  background-color: var(--preto);
  color: #fff;
}

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

.intagram-post {
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.instagram-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instagram-link {
  z-index: 99;
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #08080bb5;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.instagram-count-wrapper {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-count-wrapper:hover {
  background-image: linear-gradient(#0000004d, #0000004d);
}

.instagram-count {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.instagram-count-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.div-block-4 {
  width: 100%;
  height: 280px;
  position: relative;
}

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

.grid-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 40px;
}

.image-profissionais {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.div-block-5._2 {
  margin-bottom: 0;
}

.traco-tag {
  background-color: var(--preto);
  width: 40px;
  height: 2px;
  margin-right: 10px;
}

.traco-tag.center {
  margin-left: auto;
  margin-right: auto;
}

.traco-tag.center.margin20 {
  margin-bottom: 10px;
}

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

.logo-rodape {
  width: 180px;
}

.titulo-rodape {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.text-rodape-2 {
  color: #d1d1d1;
  font-size: 15px;
  line-height: 25px;
}

.text-rodape-2._2 {
  font-size: 18px;
  font-weight: 500;
}

.copy {
  border-top: .0625rem solid #2c2f3a;
  justify-content: center;
  align-items: center;
  margin-top: 3.75rem;
  padding-top: 2.5rem;
  display: flex;
}

.link-copy {
  opacity: .25;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-copy:hover {
  opacity: 1;
}

.txt-logo-2 {
  color: #fffc;
  font-size: .6875rem;
  line-height: 1rem;
}

.txt-pb {
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
}

.logo-3 {
  filter: invert();
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .625rem;
  margin-right: .3125rem;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-7._2 {
  margin-bottom: 20px;
}

.ico-social-designer {
  color: var(--preto);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  display: flex;
}

.text-block-4, .text-block-5 {
  color: #fff;
}

.div-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  color: var(--preto);
  text-decoration: none;
}

.link-block:hover {
  color: #979797;
}

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

.c-slide {
  width: 286px;
  min-width: 286px;
  height: auto;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.c-slide_wrapper {
  height: 468px;
}

.c-arrows-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 88px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: 490px;
  display: flex;
  position: relative;
}

.c-big-text {
  color: #ebf2f4;
  position: absolute;
}

.c-big-text.cc-top {
  letter-spacing: 4px;
  top: -195px;
  left: 50px;
  transform: rotate(-90deg);
}

.c-big-text.cc-bottom {
  bottom: 260px;
  right: -70px;
  transform: rotate(-90deg);
}

.c-arrow {
  color: #3b4f5a;
  cursor: pointer;
  border: 1px solid #3b4f5a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.c-arrow:hover {
  color: #fff;
  background-color: #3b4f5a;
}

.c-arrow.cc-right {
  transform: rotate(180deg);
}

.c-slide_image {
  object-fit: cover;
  height: 580px;
  transition: all .5s;
  position: relative;
  transform: translate(0);
  box-shadow: 17px 17px 80px #002e5229;
}

.c-slide_image.c-move-to-bottom {
  object-fit: cover;
  height: 440px;
  margin-top: 72px;
  transition: all .5s;
}

.c-title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 700;
  line-height: 1em;
}

.c-arrow_embed {
  width: 16px;
  height: 16px;
}

.c-slider {
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  height: 650px;
  margin-left: -32px;
  margin-right: -32px;
  display: flex;
  position: relative;
  left: 0;
}

.c-bg-container {
  text-transform: uppercase;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.c-bg-line {
  background-color: #3b4f5a;
  width: 40vw;
  height: 3px;
  position: absolute;
  top: 208px;
  right: 0;
}

.c-section {
  color: #000;
  min-height: 600px;
  padding-top: 20vh;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-inspiracoes {
  padding-bottom: 140px;
  overflow: hidden;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.team-card-block {
  background-color: #f3f5fb;
  border-radius: 10px;
  height: 21rem;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.team-card-block._2 {
  height: 29rem;
  margin-top: 0;
}

.team-social-circle {
  color: #919191;
  background-color: #fdf7f7;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  transition: color .2s;
  display: flex;
}

.team-social-circle:hover {
  color: #160042;
}

.testimonial-slider-mask {
  width: 21.875rem;
  overflow: visible;
}

.testimonial-slide {
  margin-right: 2.5rem;
}

.team-icon {
  color: #946b6c;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.image-cover {
  object-fit: cover;
  background-color: #f7f7f7;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph-regular.text-weight-medium {
  font-size: 1.25rem;
  font-weight: 700;
}

.ico-image {
  z-index: 11;
  opacity: .24;
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: .75rem;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #949494;
}

.slide-nav-hidden {
  display: none;
  bottom: -3.125rem;
}

.testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.icon-4 {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.team-card {
  background-color: #fff;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1.5rem;
  display: flex;
  box-shadow: 40px 40px 5rem -2rem #393b6a14;
}

.container-regular {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.left-arrow {
  color: var(--preto);
  background-color: #0000;
  border: .0625rem solid #e4e6f1;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: .375rem;
  transition: all .3s;
  display: flex;
  inset: auto 87px -5.625rem auto;
}

.left-arrow:hover {
  border-style: solid;
  border-color: var(--preto);
  background-color: var(--preto);
  color: #fff;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 2rem;
}

.paragraph-large-2.text-color-gray-500 {
  color: #979797;
}

.team-card-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: auto 0% -3.125rem;
}

.right-arrow {
  color: var(--preto);
  background-color: #0000;
  border: .0625rem solid #e4e6f1;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: .375rem;
  transition: all .3s;
  display: flex;
  inset: auto 23px -5.625rem auto;
}

.right-arrow:hover {
  border-color: var(--preto);
  background-color: var(--preto);
  color: #fff;
}

.image-conceito {
  object-fit: contain;
  border-radius: 10px;
  width: auto;
  height: 100%;
}

.image-conceito.balance {
  object-position: -460px 50%;
}

.image-conceito.cascade, .image-conceito.inicial {
  object-fit: cover;
  width: 100%;
}

.text-span-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  font-size: 25px;
  line-height: 30px;
  display: block;
}

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

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

.image-designer {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 450px;
}

.div-sociais-designer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-social-designer {
  color: var(--preto);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.icon-5, .icon-6 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.h3 {
  font-weight: 500;
}

.div-pecas-assinadas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-peca {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 180px;
  margin: -60px 0 100px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.div-peca:hover {
  transform: scale(1.05);
}

.div-peca.produtos {
  color: var(--preto);
  margin-top: 0;
}

.image-peca {
  object-fit: cover;
  border-radius: 5px;
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
}

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

.div-numeros {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-filtros {
  border-radius: 5px;
  margin-bottom: 40px;
}

.grid-9 {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 1px solid #f3f3f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 2px 5px #00000012;
}

.drop-filtro {
  text-align: center;
  width: 100%;
  font-size: 16px;
}

.drop-aplicacoes.w--open {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  box-shadow: 0 2px 5px #00000012;
}

.ico-aplicacoes {
  border-radius: 5px;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.div-block-10 {
  color: var(--preto);
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.div-block-10:hover {
  background-color: #f7f7f7;
  font-weight: 500;
}

.div-block-10.filtros {
  flex-flow: column;
  width: 100%;
  min-width: 150px;
  font-size: 14px;
}

.div-block-10.filtros.mobile {
  min-width: 165px;
}

.lista-linhas.w--open {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: wrap;
  height: 215px;
  display: flex;
  overflow: scroll;
  box-shadow: 0 2px 5px #00000012;
}

.link-linhas {
  width: 50%;
  font-size: 15px;
}

.link-linhas:hover {
  background-color: #f7f7f7;
  font-weight: 500;
}

.div-filtro-selecionado {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.tag-filtro {
  background-color: #e0e0e0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  font-weight: 700;
  display: flex;
}

.ico-close {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: flex;
}

.text-block-6 {
  line-height: 14px;
}

.grid-10 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 530px 1fr;
  position: relative;
}

.link-linha {
  color: #6c757d;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.link-linha._2 {
  text-align: left;
}

.heading-2 {
  color: var(--preto);
  text-align: center;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 37px;
}

.heading-2._2 {
  text-align: left;
}

.slider {
  background-color: #fff;
  height: auto;
  margin-top: 40px;
}

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

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

.ci-zoom-in-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.c-img-thumbnail {
  z-index: 5;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.c-zoom-out-text {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.zoom-out-text {
  color: #aaa;
  text-align: center;
  font-size: .8em;
}

.img-thumb-overlay-text {
  color: #fff;
}

._w-image {
  z-index: 9999;
  width: 100%;
  position: relative;
}

.image-produto {
  z-index: 9999;
  width: 100%;
  max-width: 530px;
  min-height: 500px;
  margin-top: 20px;
  position: relative;
}

.image-produto._2 {
  margin-top: 0;
}

.image-produto._3 {
  position: sticky;
  top: 10px;
}

.img-thumbnail-bg {
  z-index: 4;
  background-color: #ffffff1a;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.c-image {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._w-zoom-in-img {
  background-color: #333;
  background-image: url('../images/pop-up-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 80vh;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 100px #000000bf;
}

.img-thumbnail {
  z-index: 5;
  box-shadow: none;
  border-radius: 5px;
  width: 100%;
  height: auto;
  position: relative;
}

.img-thumbnail._2 {
  height: 502px;
}

.c-zoom-in-img {
  z-index: 9999;
  background-color: #131313f2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.b-image {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hd-img {
  z-index: 5000;
  width: 100%;
  position: relative;
}

.c-hd-img {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 200%;
  display: flex;
  position: absolute;
  inset: auto;
}

._w-img-thumb-overlay {
  text-align: center;
  padding: 20px;
  position: relative;
}

.b-zoom-in-img {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-thumb-overlay-icon {
  height: 35px;
  margin-bottom: 20px;
}

.c-img-thumb-overlay {
  z-index: 6;
  background-color: #13131399;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-11 {
  position: sticky;
  top: 10px;
}

.heading-3 {
  color: var(--preto);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-7 {
  color: #6c757d;
}

.grid-referencia {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #6c757d;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
  display: grid;
}

.grid-referencia:hover {
  box-shadow: 0 2px 5px #00000012;
}

.grid-referencia._2 {
  background-color: var(--preto);
  color: #fff;
  font-size: 16px;
}

.grid-referencia.top {
  font-size: 12px;
}

.text-ref {
  font-size: 14px;
}

.clear-40 {
  height: 40px;
}

.div-download {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-download {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin-right: 10px;
  padding: 10px;
  transition: all .4s;
  display: flex;
}

.tag-download:hover {
  background-color: var(--preto);
  color: #fff;
}

.tag-download.selecionada {
  border-style: solid;
  border-color: var(--preto);
  background-color: var(--preto);
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-download._2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ico-check {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: flex;
}

.ico-download {
  border: 1px solid var(--preto);
  color: var(--preto);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
}

.ico-download:hover {
  background-color: var(--preto);
  color: #fff;
}

.text-block-8 {
  line-height: 18px;
}

.slide-miniaturas {
  background-color: #fff;
  height: auto;
  padding-bottom: 60px;
}

.seta-miniatura {
  box-shadow: none;
  color: var(--preto);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 42%;
  font-size: 13px;
}

.seta-miniatura.left {
  margin-left: 42%;
  margin-right: 10px;
}

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

.sli-miniatura {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.sli-miniatura.acabamentos {
  width: 20%;
}

.link-miniatura {
  color: var(--preto);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-miniatura:hover {
  opacity: .8;
  filter: grayscale();
}

.image-miniatura {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.image-miniatura.produto {
  object-fit: contain;
}

.image-miniatura.acabamento {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.dvi-tags {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  font-size: 16px;
  font-weight: 500;
}

.text-block-9._2 {
  font-weight: 400;
}

.text-block-10 {
  color: #e4e4e4;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-12 {
  z-index: 1;
  display: block;
  position: sticky;
  top: 0;
}

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

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px;
}

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

.grid-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.grid-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

.div-block-13, .div-block-14 {
  padding-top: 48px;
}

.grid-16 {
  outline-offset: 0px;
  outline: 1px solid #f3f3f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  box-shadow: 0 2px 5px #00000012;
}

.div-link-conceito {
  color: #1a0c01;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.form {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-search-conceito {
  color: #a1a1a1;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-submit {
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-block {
  margin-bottom: 0;
  padding-right: 10px;
}

.text-field {
  border-radius: 5px;
  width: 100%;
  min-height: 40px;
  margin-bottom: 0;
}

.text-field:focus {
  border: 1px solid var(--preto);
}

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

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

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

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

.div-produto-conceito {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--preto);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.div-produto-conceito:hover {
  transform: scale(1.1);
}

.text-block-11 {
  color: var(--marrom);
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}

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

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

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

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

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

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

.brix---heading-h2-size {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.pb---image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.pb---image._2 {
  min-height: 210px;
  max-height: 210px;
}

.pb---image._3 {
  min-height: 450px;
  max-height: 450px;
}

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

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

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.pb---image-width-100 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.pb---image-width-100._2 {
  min-height: 210px;
  max-height: 210px;
}

.pb---image-width-100._3 {
  min-height: 450px;
  max-height: 450px;
}

.pb---grid-gallery-v4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .48fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pb---grid-gallery-v4._2 {
  grid-template-columns: .48fr 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
}

.image-100 {
  border-radius: 5px;
  width: 100%;
  margin-top: 40px;
}

.image-100._28px {
  margin-top: 28px;
}

.image-100._2 {
  object-fit: cover;
  height: 400px;
  margin-top: 20px;
}

.image-100._1 {
  margin-top: 0;
}

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

.div-block-15 {
  height: 100%;
}

.clear-28 {
  height: 28px;
}

.grid-19 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

.text-block-13 {
  color: var(--marrom);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.div-block-17 {
  display: flex;
}

.code-embed {
  margin-left: 5px;
  margin-right: 5px;
}

.icon-7 {
  display: none;
}

.dropdown-list {
  background-color: #ac6969;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0000001a;
}

.link-dropwdown:hover {
  background-color: #f7f7f7;
}

.tarja-conceito {
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.image-101 {
  width: 100%;
}

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

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

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

.div-3d {
  z-index: 999;
  background-image: linear-gradient(#000c, #000c);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
}

.div-bloco-3d {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 980px;
  height: 100%;
  max-height: 700px;
  position: relative;
  box-shadow: 0 2px 5px #0000001a;
}

.fechar-3d {
  background-color: var(--preto);
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  position: absolute;
  inset: -30px 0 auto auto;
}

.embed-3d {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.link-3d {
  color: var(--preto);
  text-decoration: none;
}

.nav-item-wrapper---brix {
  font-size: 15px;
}

.title---brix.dropdown-bottom-button-title---brix {
  margin-bottom: 0;
  display: inline-block;
}

.title---brix.dropdown-nav-title-v4---brix {
  color: #170f49;
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.dropdown-icon---brix {
  margin-left: 5px;
  position: static;
}

.header-navigation---brix {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.split-content---brix.header-right---brix {
  align-items: center;
  display: flex;
}

.split-content---brix.header-left---brix {
  z-index: 99;
}

.dropdown-bottom-button-content---brix {
  margin-bottom: 18px;
}

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

.dropdown-nav---brix.last---brix {
  margin-bottom: 0;
}

.dropdown-nav-content-wrapper-v4---brix._2nd-section---brix {
  width: 100%;
  margin-right: 0;
}

.dropdown-nav-content-wrapper-v4---brix.last---brix {
  margin-bottom: 0;
  margin-right: 0;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary.button-header {
  white-space: nowrap;
}

.dropdown-menu-v4---brix {
  justify-content: flex-end;
  font-size: 16px;
  display: flex;
}

.dropdown-nav-main-wrapper-v4---brix {
  z-index: 99;
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 14px #4a3aff03, 0 8px 16px #170f4908;
}

.dropdown-nav-main-wrapper-v4---brix._1 {
  max-width: 1000px;
}

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

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

.dropdown-menu-text---brix {
  margin-right: 8px;
}

.header---pb {
  z-index: 999;
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
}

.right-content-item-title---brix {
  display: inline-block;
}

.dropdown-nav-item-v4---brix {
  margin-bottom: 30px;
}

.dropdown-nav-item-v4---brix.last---brix {
  margin-bottom: 0;
}

.header-wrapper---brix {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.image---brix.dropdown-button-icon---brix {
  border-radius: 15px;
}

.dropdown-bottom-button-arrow-v2---brix {
  opacity: .7;
  filter: brightness(0%) saturate(24%);
  margin-left: 12px;
}

.dropdown-nav-wrapper-v4---brix {
  align-items: flex-start;
  padding: 70px 50px;
  display: flex;
}

.dropdown-nav-wrapper-v4---brix.left---brix {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  width: 100%;
  padding: 20px;
  display: grid;
}

.dropdown-nav-wrapper-v4---brix.right---brix {
  background-color: #f7f7fb;
  width: 40%;
  min-width: 400px;
}

.nav-menu---brix {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.dropdown-nav-item---brix {
  margin-bottom: 10px;
  line-height: 1.4;
}

.dropdown-nav-item---brix.last---brix {
  margin-bottom: 0;
}

.logo-brand---brix {
  padding-left: 0;
}

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

.flex-hc---brix.dropdown-button-v4---brix {
  flex-wrap: wrap;
  margin-bottom: -18px;
  display: flex;
}

.image-wrapper---brix {
  margin-right: 18px;
  overflow: hidden;
}

.image-wrapper---brix.dropdown-button-icon-v2---brix {
  border-radius: 15px;
  align-self: flex-start;
  margin-bottom: 18px;
  box-shadow: 0 4px 20px #170f4914;
}

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

.dropdown-list-v4---brix {
  background-color: #0000;
  width: 82vw;
  min-width: 780px;
  max-width: 1103px;
  margin-top: 60px;
  margin-right: -100%;
}

.dropdown-list-v4---brix._1.w--open {
  width: 100%;
  min-width: 1000px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% 0% auto;
}

.dropdown-list-v4---brix._2.w--open {
  min-width: 1070px;
  max-width: 1000px;
  margin-right: -730%;
}

.dropdown-list-v4---brix._3.w--open {
  min-width: 1000px;
  max-width: 1000px;
  margin-left: -463px;
  margin-right: auto;
  inset: 0% 0% auto;
}

.dropdown-nav-link---brix {
  color: var(--preto);
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .35s;
}

.dropdown-nav-link---brix:hover {
  color: var(--marrom);
}

.dropdown-nav-link---brix.w--current {
  color: #4a3aff;
}

.nav-link---brix {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  transition: color .3s;
  display: flex;
  position: static;
}

.nav-link---brix:hover {
  color: var(--marrom);
}

.text-block-14 {
  flex: none;
}

.tabs-menu {
  text-align: center;
}

.tab-produto {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.tab-produto.w--current {
  background-color: #fff;
  font-weight: 700;
}

.icon-8, .icon-9 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.slide-projeto {
  background-color: #fff;
  height: auto;
  margin-bottom: 40px;
}

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

.image-projeto {
  object-fit: cover;
  border-radius: 5px;
  width: auto;
  max-width: 700px;
  height: 100%;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-heading-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hero-split.image {
  justify-content: flex-end;
  align-items: center;
  width: 500px;
}

.hero-split.v2 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 1em;
}

.image-2 {
  width: 15em;
  position: absolute;
  inset: -13.5em 5em auto auto;
}

.hero-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-wrapper.line {
  padding-top: 1.5em;
  padding-bottom: 2em;
}

.shadow-two {
  border-radius: 5px;
  width: 30em;
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two._2 {
  margin-bottom: 10px;
}

.title-timeline {
  text-align: left;
  margin-top: 10px;
  margin-right: auto;
  font-size: 60px;
  font-weight: 300;
}

.margin-bottom-24px {
  width: auto;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 26px;
}

.div-linetime {
  width: 41em;
  position: relative;
}

.linetime {
  background-color: #000;
  width: .3em;
  height: 6em;
}

.linetime.b-r {
  width: .1em;
  height: 6em;
  position: absolute;
  inset: 0% 0% auto 100%;
}

.linetime.b-r.v3 {
  inset: 0 auto auto 0%;
}

.linetime.b-r.v2 {
  height: 6em;
  top: auto;
  bottom: 0;
}

.linetime.top {
  width: .1em;
  height: 4em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.linetime.top._4h {
  width: .1em;
  height: 1.5em;
}

.linetime.bottom {
  width: .1em;
  height: 5em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.line-mid {
  background-color: #000;
  width: 41em;
  height: 1px;
}

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

.grid-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50px 1fr 50px 1fr;
}

.team-card-block-2 {
  color: #1d1d1b;
  background-color: #fff;
  border: 1px #e4e6f1;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  transition: all .4s;
  position: relative;
}

.team-card-block-2:hover {
  background-color: #fafafa;
  transform: scale(1.05);
}

.team-card-wrapper-2 {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: auto 0% -128px;
}

.img-blog {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.txt-blog {
  color: #000;
  font-size: 15px;
  line-height: 23px;
}

.traco-blog {
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.traco-line {
  background-color: var(--preto);
  width: 50px;
  height: 1px;
}

.scroll-indicator {
  background-color: var(--preto);
  border-radius: 48px;
  width: 15px;
  height: 15px;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section-2.expand {
  height: 200vh;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.scroll-details {
  margin-bottom: 0;
}

.container-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-3.sticky {
  max-width: none;
  margin-bottom: 20px;
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.timeline-header {
  color: #5f67ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.c-details {
  margin-bottom: 40px;
}

.scroll-line {
  background-color: #ccc;
  width: 100%;
  height: 1px;
}

.scroll-line.last {
  display: none;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.flex-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-left-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.line-flex {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-bottom: 4em;
}

.line-three {
  background-color: #000;
  width: 1px;
  height: 11.2em;
  position: absolute;
  inset: -4em auto auto 0%;
}

.card-line {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  padding-bottom: 4em;
  display: grid;
  position: relative;
}

.title-timeline-2 {
  text-align: left;
  margin-top: 0;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-split-2.image {
  width: 100%;
  height: 100%;
}

.hero-split-2.v2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 1em;
}

.line-one {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 7em;
}

.margin-bottom-24px-2 {
  color: var(--marrom);
  line-height: 1.8em;
}

.line-two {
  background-color: #000;
  width: 1px;
  height: 78.7%;
  position: absolute;
  inset: 98px 0% auto auto;
}

.shadow-two-2 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-wrapper-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: minmax(200px, 200px) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 20em;
  display: grid;
  position: relative;
}

.div-block-18 {
  position: relative;
}

.image-banner-conceito {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.heading-6 {
  font-weight: 500;
}

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

.div-block-19 {
  padding-top: 10px;
}

.slide-manufatura {
  background-color: #fff;
  height: auto;
}

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

.lightbox-link {
  border-radius: 5px;
  width: auto;
  max-height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.brix---header-menu-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.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-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

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

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

.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(--elements-webflow-library--accent--primary-1);
}

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

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

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

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

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

.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---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---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

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

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

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

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

.nav-link {
  color: var(--preto);
  text-align: center;
  text-transform: capitalize;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0;
}

.nav-link:hover {
  color: var(--preto);
}

.nav-link.menu-link {
  margin-left: 0;
  margin-right: 0;
}

.nav-link.explore-btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #0074a2;
  border: 1px solid #0074a2;
  border-radius: 8px;
  flex-flow: row;
  align-items: baseline;
  width: 154px;
  max-width: 154px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding: 12px 15px;
  transition: background-color .4s;
  display: inline-block;
  position: static;
  top: auto;
}

.nav-link.explore-btn:hover {
  color: #0074a2;
  background-color: #0074a200;
}

.nav-link.selecionado {
  background-color: #f1f1f1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-weight: 500;
  display: flex;
}

.nav-link.selecionado:hover {
  color: var(--preto);
}

.nav-link.selecionado.w--current {
  color: var(--preto);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-102 {
  width: 20%;
  max-width: 20%;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-15 {
  color: var(--preto);
  font-size: 12px;
  line-height: 22px;
}

.text-block-16 {
  margin-left: 15px;
}

.header-ribbon {
  background-color: #e2f3f5;
  padding-top: 13px;
  padding-bottom: 13px;
  display: block;
}

.search-button {
  background-color: #0074a2;
  border: 1px solid #0074a2;
  border-radius: 8px;
  width: 150px;
  height: 46px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
}

.search-button:hover {
  color: #0074a2;
  background-color: #0074a200;
  border-color: #0074a2;
}

.search-inner {
  z-index: 999;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: none;
  position: static;
  inset: 100% 0% 0%;
}

.search-inner.search-desktop-inner {
  background-color: #fff0;
  justify-content: center;
  display: none;
}

.search-inner.desktop-search {
  background-color: #fff0;
  justify-content: center;
  margin-bottom: 0;
  display: none;
}

.image-4 {
  max-width: 181px;
}

.text-block-17 {
  margin-left: 15px;
}

.dropdown-list-2 {
  background-color: #112631;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #8d99a0;
  width: 100%;
  max-width: 1350px;
  padding: 50px;
  display: none;
  top: 112px;
  left: 0;
  right: 0;
}

.dropdown-list-2.submenu-list {
  border-top-width: 0;
  position: absolute;
  top: 110px;
}

.dropdown-list-2.submenu-list.w--open {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 60px;
}

.category-wrap {
  max-width: 285px;
}

.main-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
  overflow: auto;
}

.search-input {
  color: #4a494b;
  border: 1px solid #0074a2;
  border-radius: 8px;
  width: 70%;
  height: 46px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}

.search-box {
  background-color: #e2f3f5;
  padding: 40px 0;
  transition: all .2s;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.category-link {
  color: #fff;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.dropdown {
  position: static;
}

.dropdown.menu-link {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.services-name {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.brand-2 {
  width: 100%;
  max-width: 185px;
  overflow: hidden;
}

.link-block-2 {
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  -webkit-text-fill-color: inherit;
  background-color: #285064;
  background-clip: border-box;
  border-radius: 10px;
}

.link-block-2.service-link-block {
  color: var(--preto);
}

.image-3 {
  padding-left: 5px;
}

.navbar {
  background-color: #fff;
  border: 0 #000;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navbar.hide-menu {
  z-index: 10;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.nav-menu-wrap {
  text-align: right;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.down-arrow {
  display: none;
}

.container-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1060px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
}

.container-4.submenu {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.container-4.filtros {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.div-block-21 {
  width: 100%;
  max-width: 80%;
}

.contact_data {
  align-items: center;
  display: flex;
}

.social-list {
  padding-left: 15px;
  padding-right: 15px;
}

.social-list.social-list-twitter {
  padding-right: 0;
}

.down-font {
  margin-left: 5px;
  display: block;
}

.search-btn {
  background-color: #3898ec00;
  background-image: url('../images/search_1.svg');
  background-position: 50%;
  background-size: cover;
  width: 35px;
  height: 35px;
  margin-left: 35px;
  padding: 0;
  font-size: 0;
}

.menu-button-2 {
  overflow: hidden;
}

.up-image {
  display: none;
}

.dropdown-toggle {
  display: inline-block;
  top: auto;
}

.dropdown-toggle.nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 14px;
  display: flex;
}

.dropdown-toggle.nav-link:hover {
  color: var(--preto);
}

.div-block-22 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.contact-item {
  color: #4a494b;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  text-decoration: none;
  display: flex;
}

.contact-item:hover {
  color: #0074a2;
}

.services-block {
  width: 20%;
}

.services-block.mobiliario {
  width: auto;
  padding-left: 0;
}

.container-5 {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-5.header-ribbon {
  justify-content: flex-end;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-18 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.ico-close {
  margin-left: 10px;
  margin-right: 0;
}

.background-filtro {
  z-index: 9;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.slider-container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  display: flex;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
}

.slider-2 {
  background-color: #0000;
  width: 80px;
  height: auto;
  position: static;
}

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

.title-aplicacao {
  line-height: 1;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.dropdown-2 {
  z-index: 999;
}

.tabs-menu-2 {
  text-align: center;
}

.tab-sales {
  background-color: #fff;
}

.tab-sales.w--current {
  background-color: #e9e9e9;
}

.tab-sales-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-menu-3 {
  text-align: center;
}

.tab-showroom {
  border: 1px solid var(--preto);
  color: var(--preto);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 20px;
  font-size: 20px;
  text-decoration: none;
  transition: all .4s;
}

.tab-showroom:hover {
  background-color: var(--preto);
  color: var(--elements-webflow-library--neutral--100);
}

.tab-showroom.w--current {
  background-color: var(--preto);
  color: #fff;
}

.section-downloads {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation.subpages {
    position: static;
    inset: 0% 0% auto;
  }

  .logo-link {
    margin-right: 0;
  }

  .menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .menu-button._2 {
    border-color: #e4e6f1;
    padding-top: 9px;
    padding-bottom: 7px;
  }

  .menu-button._2.w--open {
    background-color: var(--preto);
    color: var(--elements-webflow-library--neutral--100);
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
  }

  .gradient-slide {
    padding-left: 3%;
    padding-right: 4%;
  }

  .navigation-right {
    align-items: center;
    width: auto;
    display: flex;
  }

  .logo-2 {
    width: 150px;
  }

  .navigation-link-2 {
    width: 100%;
  }

  .navigation-link-2._2 {
    color: var(--preto);
  }

  .navigation-left {
    color: #393b6a;
    background-color: #fff;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
  }

  .navigation-left.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .heading {
    text-align: center;
    font-size: 50px;
  }

  .text-span {
    padding-left: 0;
  }

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

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

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

  .c-arrows-wrapper {
    margin-top: 34px;
    margin-right: 44px;
  }

  .c-big-text.cc-top {
    top: -150px;
    left: -140px;
  }

  .c-big-text.cc-bottom {
    bottom: 400px;
    right: -120px;
  }

  .c-slide_image.c-move-to-bottom {
    transform: none;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-slider {
    margin-top: 10px;
    margin-left: 59px;
    margin-right: 0;
  }

  .c-bg-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .testimonial-slider-mask {
    width: 26.25rem;
  }

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

  .div-block-10.filtros {
    width: 100%;
  }

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

  .c-img-thumbnail, ._w-image {
    cursor: auto;
  }

  .image-produto {
    margin-left: auto;
    margin-right: auto;
  }

  .img-thumbnail {
    transform: scale(.95);
  }

  .c-zoom-in-img, .c-img-thumb-overlay {
    display: none;
  }

  .div-block-11, .div-block-12 {
    position: static;
  }

  .grid-18._2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .image-101 {
    display: none;
  }

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

  .title---brix.dropdown-nav-title-v4---brix {
    margin-bottom: 32px;
  }

  .dropdown-nav---brix {
    margin-bottom: 0;
  }

  .dropdown-nav-content-wrapper-v4---brix {
    margin-bottom: 40px;
    margin-right: 32px;
  }

  .dropdown-nav-item-v4---brix {
    margin-bottom: 32px;
  }

  .image---brix.dropdown-button-icon---brix {
    border-radius: 12px;
  }

  .dropdown-nav-wrapper-v4---brix {
    padding: 40px;
  }

  .dropdown-nav-wrapper-v4---brix.left---brix {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-nav-wrapper-v4---brix.right---brix {
    width: 45%;
    min-width: auto;
    margin-bottom: -20px;
  }

  .nav-menu---brix {
    margin-right: 16px;
  }

  .dropdown-nav-item---brix {
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .flex-hc---brix.dropdown-button-v4---brix {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: -16px;
  }

  .image-wrapper---brix.dropdown-button-icon-v2---brix {
    border-radius: 12px;
    width: 56px;
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .dropdown-list-v4---brix {
    width: 85vw;
    min-width: 600px;
    margin-right: -124%;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.image {
    width: 100%;
    max-width: 100%;
  }

  .hero-split.v2 {
    margin-bottom: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-wrapper.v2 {
    flex-flow: column-reverse;
  }

  .hero-wrapper.line {
    display: none;
  }

  .shadow-two, .margin-bottom-24px {
    width: 100%;
  }

  .div-linetime {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .linetime.b-r {
    height: 4em;
    position: relative;
  }

  .linetime.b-r.v2 {
    height: 4em;
    display: block;
  }

  .linetime.top {
    display: none;
  }

  .linetime.top._4h {
    position: relative;
  }

  .linetime.bottom {
    display: none;
  }

  .line-mid {
    width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .section-2.expand {
    height: auto;
    overflow: hidden;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

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

  .line-flex, .line-three {
    display: none;
  }

  .card-line {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-2.image {
    width: 100%;
    max-width: 100%;
  }

  .hero-split-2.v2 {
    margin-bottom: 0;
  }

  .line-one {
    width: .25em;
    height: 4em;
    margin-top: 0;
    display: none;
  }

  .margin-bottom-24px-2 {
    width: 100%;
  }

  .line-two {
    display: none;
  }

  .shadow-two-2 {
    width: 100%;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-wrapper-2.v2 {
    flex-flow: column-reverse;
  }

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

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .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---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

  .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---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

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

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .image-102, .image-102.menu-img {
    width: 30%;
    max-width: 30%;
  }

  .dropdown-list-2.submenu-list {
    position: fixed;
  }

  .main-header {
    flex-flow: column;
  }

  .cross-imge {
    opacity: 0;
    width: 25px;
    font-size: 45px;
    display: none;
  }

  .dropdown.menu-link {
    text-align: center;
    width: 100%;
  }

  .brand-2 {
    z-index: 1000;
  }

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

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar.hide-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu-wrap {
    background-color: #fff;
    flex-flow: column wrap;
    width: 85%;
    display: flex;
  }

  .down-arrow {
    width: 30px;
    height: 17px;
    display: block;
  }

  .container-4 {
    flex-flow: wrap;
  }

  .container-4.filtros {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .icon-10 {
    color: #285064;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    font-size: 45px;
  }

  .menu-button-2 {
    text-align: center;
    background-color: #0000;
    width: 100%;
    margin-left: auto;
  }

  .menu-button-2.w--open {
    border-radius: 5px;
  }

  .up-image {
    width: 30px;
    height: 17px;
  }

  .dropdown-toggle.nav-link {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    display: flex;
  }

  .services-block, .services-block.mobiliario {
    width: 50%;
  }

  .container-5 {
    justify-content: space-between;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-18 {
    margin-bottom: 20px;
  }

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

  .icon-12 {
    color: var(--preto);
  }
}

@media screen and (max-width: 767px) {
  .menu-button._2 {
    line-height: 14px;
  }

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

  .navigation-button-secondary {
    display: none;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h2.profissionais, .div-block-2.profissionais {
    margin-bottom: 0;
  }

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

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

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

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

  .c-slide {
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .c-arrows-wrapper {
    margin-top: 100px;
  }

  .c-big-text.cc-top {
    opacity: .5;
    top: -80px;
    left: -180px;
  }

  .c-big-text.cc-bottom {
    opacity: .5;
    bottom: 170px;
    right: -160px;
  }

  .c-slide_image {
    width: 286px;
    height: 388px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c-title-1 {
    font-size: 130px;
    line-height: 130px;
  }

  .c-slider {
    max-width: 100%;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-bg-line {
    display: none;
  }

  .c-section {
    padding: 40px 24px;
  }

  .h3-heading {
    font-size: 2.5rem;
  }

  .testimonial-slider-mask {
    width: 25rem;
  }

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

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

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

  .div-peca {
    max-width: 140px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-peca {
    width: 100%;
    height: 130px;
  }

  .div-block-10.filtros {
    width: 100%;
  }

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

  .grid-18._2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .pb---grid-gallery-v4 {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-bottom-button-content---brix {
    margin-bottom: 16px;
  }

  .dropdown-nav---brix, .dropdown-nav-content-wrapper-v4---brix {
    margin-bottom: 0;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .dropdown-nav-main-wrapper-v4---brix {
    flex-direction: column;
  }

  .header-logo---brix {
    width: 260px;
  }

  .dropdown-menu-text---brix {
    margin-right: 2px;
  }

  .dropdown-nav-item-v4---brix {
    width: 100%;
    min-width: 250px;
    margin-bottom: 32px;
    margin-right: 1.5px;
  }

  .dropdown-nav-content-v4---brix {
    flex-wrap: wrap;
    display: flex;
  }

  .dropdown-nav-wrapper-v4---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-nav-wrapper-v4---brix.left---brix {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: auto;
    display: grid;
  }

  .dropdown-nav-wrapper-v4---brix.right---brix {
    width: auto;
  }

  .dropdown-nav-item---brix {
    margin-bottom: 12px;
  }

  .flex-hc---brix.dropdown-button-v4---brix {
    flex-flow: wrap;
    align-items: center;
  }

  .image-wrapper---brix.dropdown-button-icon-v2---brix {
    border-radius: 8px;
    width: 48px;
    margin-bottom: 16px;
    margin-right: 12px;
  }

  .dropdown-list-v4---brix {
    width: 88vw;
    min-width: auto;
    margin-right: -142%;
  }

  .hero-heading-left, .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .text-block-16, .text-block-17 {
    display: none;
  }

  .container-4 {
    flex-wrap: wrap;
  }

  .social-list, .contact-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-block {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .navigation.subpages {
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-button {
    display: none;
  }

  .div-localizacao._2 {
    padding: 0;
  }

  .section.about {
    height: 150px;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .navigation-button-2 {
    display: none;
  }

  .logo-2 {
    width: 150px;
  }

  .heading {
    font-size: 38px;
  }

  .h2 {
    font-size: 36px;
  }

  .div-avatar {
    margin-top: 20px;
  }

  .paragraph {
    column-count: 1;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

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

  .section-video {
    height: 380px;
  }

  .h2-profissionais {
    font-size: 26px;
    line-height: 32px;
  }

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

  .image-profissionais {
    height: 280px;
  }

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

  .copy, .link-copy {
    flex-direction: column;
  }

  .txt-logo-2 {
    margin-bottom: .625rem;
  }

  .txt-pb {
    font-size: .75rem;
  }

  .logo-3 {
    width: 1.25rem;
    margin-bottom: .1875rem;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .c-arrows-wrapper {
    margin-top: 110px;
  }

  .c-slide_image {
    box-shadow: none;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h3-heading.margin-bottom-16 {
    font-size: 2.1875rem;
  }

  .team-card-block {
    height: 20rem;
  }

  .team-social-circle {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .testimonial-slider-mask {
    width: 90%;
  }

  .testimonial-slide {
    margin-right: 1.25rem;
  }

  .paragraph-regular.text-weight-medium {
    font-size: 1.0625rem;
  }

  .team-card {
    flex-direction: row;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .left-arrow {
    display: flex;
    left: 0;
    right: auto;
  }

  .team-card-wrapper {
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .right-arrow {
    display: flex;
    right: 0;
  }

  .image-conceito {
    height: auto;
  }

  .text-span-3 {
    font-size: 26px;
    line-height: 1.2;
  }

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

  .image-designer {
    max-height: 350px;
  }

  .div-peca {
    max-width: 145px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-peca._2 {
    margin-right: 0;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-10.filtros {
    width: 100%;
  }

  .image-produto {
    min-height: auto;
  }

  .img-thumbnail {
    max-width: 100%;
    max-height: 100%;
  }

  .slide-miniaturas {
    padding-bottom: 100px;
  }

  .seta-miniatura {
    margin-top: 120px;
    margin-right: 0%;
  }

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

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

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

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .pb---grid-gallery-v4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .text-block-12 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .dropdown-bottom-button-content---brix {
    margin-bottom: 0;
  }

  .dropdown-nav-content-wrapper-v4---brix {
    margin-bottom: 40px;
    margin-right: 24px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .button-primary.button-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-nav-item-v4---brix {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .dropdown-nav-wrapper-v4---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-nav-wrapper-v4---brix.left---brix {
    display: flex;
  }

  .flex-hc---brix.dropdown-button-v4---brix {
    flex-flow: column;
    margin-bottom: 0;
  }

  .image-wrapper---brix.dropdown-button-icon-v2---brix {
    width: 60px;
  }

  .container-default---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-list-v4---brix {
    width: 90vw;
    margin-right: -125%;
  }

  .tab-produto {
    text-align: left;
  }

  .image-projeto {
    max-height: 450px;
  }

  .hero-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    margin-bottom: 40px;
  }

  .hero-wrapper.line {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .margin-bottom-24px {
    margin-bottom: 20px;
  }

  .linetime.b-r {
    height: 2em;
  }

  .line-mid {
    height: .2em;
  }

  .container-2 {
    max-width: none;
  }

  .team-card-block-2 {
    height: auto;
  }

  .team-card-wrapper-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .img-blog {
    height: 230px;
  }

  .timeline-header {
    font-size: 2em;
  }

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

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .image-102, .image-102.menu-img {
    width: 20%;
    max-width: 20%;
  }

  .cross-imge {
    font-size: 45px;
    line-height: 45px;
    display: none;
  }

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

  .icon-10 {
    color: #285064;
    font-size: 45px;
  }

  .menu-button-2 {
    background-color: #0000;
    padding: 0;
  }

  .services-block, .services-block.mobiliario {
    width: 100%;
  }

  .slider-container.acabamentos {
    padding-bottom: 0;
  }

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

  .tab-showroom {
    margin-bottom: 10px;
  }
}

#w-node-_4c6a9531-b175-250d-64ea-12db8f7bbcab-b25d08e3, #w-node-_6578ecd8-276d-f3e0-eedd-54768e720e7f-b25d08e3 {
  align-self: start;
}

#w-node-_7ed5e0e4-d8e7-a6e6-3905-7e064e550aed-b25d08e3, #w-node-_627a57fb-2560-3368-3274-38ce24f97809-b25d08e3, #w-node-_3b572a62-924b-bf83-5821-5383c631e942-b25d08e3 {
  align-self: center;
}

#w-node-a5b10fd3-7ab6-0c12-fd54-355ab4075ee1-b25d08e3, #w-node-_11cd0d3a-e98d-332d-35f8-a6d29792724f-b25d08e3 {
  align-self: start;
}

#w-node-_7377e3ac-e468-100f-2ba2-a33dcf6705ea-b25d08e3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b3154068-a4f8-eca1-c63c-cc42f427ea41-b25d08e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3154068-a4f8-eca1-c63c-cc42f427ea44-b25d08e3 {
  align-self: center;
}

#w-node-a39bebbf-dc31-60be-cede-986085c42c1b-b25d08e3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_512c6b3c-0bf9-cddf-7cee-6e3c3bf7cedf-b25d08e3 {
  align-self: start;
}

#w-node-_512c6b3c-0bf9-cddf-7cee-6e3c3bf7cee8-b25d08e3 {
  order: -9999;
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_512c6b3c-0bf9-cddf-7cee-6e3c3bf7ceea-b25d08e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_512c6b3c-0bf9-cddf-7cee-6e3c3bf7cef1-b25d08e3 {
  align-self: center;
}

#w-node-_512c6b3c-0bf9-cddf-7cee-6e3c3bf7cef4-b25d08e3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_17b5bd74-e91c-c7cb-5c70-90f9d130ca3f-d130ca3c {
  align-self: center;
}

#w-node-_286be416-51be-f58b-5baf-e8a9d70ce54c-3f46fe37, #w-node-b374f166-d41c-cc45-5cae-fb11d252d8ff-3f46fe37 {
  align-self: start;
}

#w-node-aadc1712-a6c0-59b0-3660-fe1fe7ea73b0-3f46fe37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a69ea43d-5fd2-2498-0ffd-0ae4ce4aa66b-3951c37f, #w-node-a69ea43d-5fd2-2498-0ffd-0ae4ce4aa66b-8d241a9e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_286be416-51be-f58b-5baf-e8a9d70ce54c-2efe2c9a, #w-node-b374f166-d41c-cc45-5cae-fb11d252d8ff-2efe2c9a {
  align-self: start;
}

#w-node-aadc1712-a6c0-59b0-3660-fe1fe7ea73b0-2efe2c9a, #w-node-_0040b84d-de7a-c12e-511e-98ce971ba4b5-7a95587a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_7377e3ac-e468-100f-2ba2-a33dcf6705ea-b25d08e3 {
    order: -9999;
  }

  #w-node-_17b5bd74-e91c-c7cb-5c70-90f9d130ca3f-d130ca3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a69ea43d-5fd2-2498-0ffd-0ae4ce4aa66b-3951c37f, #w-node-a69ea43d-5fd2-2498-0ffd-0ae4ce4aa66b-8d241a9e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_17b5bd74-e91c-c7cb-5c70-90f9d130ca3f-d130ca3c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Bold.woff2') format('woff2'), url('../fonts/Geomanist-Bold.woff') format('woff'), url('../fonts/Geomanist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Medium.woff2') format('woff2'), url('../fonts/Geomanist-Medium.woff') format('woff'), url('../fonts/Geomanist-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Light.woff2') format('woff2'), url('../fonts/Geomanist-Light.woff') format('woff'), url('../fonts/Geomanist-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Regular.woff2') format('woff2'), url('../fonts/Geomanist-Regular.woff') format('woff'), url('../fonts/Geomanist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}