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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1f1f1f;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  opacity: 0.8;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 28px;
}

.body {
  background-color: #fff9f2;
  font-family: Syne, sans-serif;
}

.background-pattern {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  background-image: url('../images/pattern.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.03;
}

.site-container {
  overflow: hidden;
}

.code {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 1px;
}

.nav-menu-photos-mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h3-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu-photo-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-menu-photos {
  position: relative;
  top: -5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.small-links {
  position: relative;
  color: #000;
  text-transform: uppercase;
}

.nav-menu-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 152px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff1e1;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.nav-bar-menu-icon {
  height: 100%;
}

.nav-menu-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-links-wrapper {
  position: relative;
  left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 112px;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-title-mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-bar-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar-logo.w--current {
  width: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #18a79f;
  font-size: 10vmin;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.nav-menu-title.nav-menu-title-2 {
  color: #585c3b;
  font-size: 5vmin;
}

.nav-menu-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 12vw;
  height: 100%;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
  list-style-type: none;
}

.nav-menu-photo.nav-menu-photo-1 {
  color: #585c3b;
  text-decoration: none;
}

.nav-menu-photo-mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 11vmin;
  line-height: 1;
  font-weight: 500;
}

.text-block {
  width: 80vw;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

.link {
  color: #000;
  text-decoration: underline;
}

.section {
  padding-top: 96px;
  padding-bottom: 96px;
  opacity: 0.8;
}

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

.section.relative.lerr-padding {
  padding-bottom: 56px;
}

.section.big-padding {
  padding-top: 192px;
  padding-bottom: 192px;
}

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

.hero-slider-tab {
  position: absolute;
  left: 0px;
  right: 0px;
  min-height: 100vh;
  margin-right: 6vw;
  margin-left: 6vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.tabs-menu {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabs-content {
  width: 100%;
  min-height: 100vh;
}

.tab-link {
  width: 100%;
  margin-left: 16px;
  padding: 24px 0px 24px 16px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
  opacity: 0.5;
}

.tab-link.w--current {
  padding-left: 16px;
  background-color: transparent;
  opacity: 1;
}

.tab-text {
  margin-bottom: 16px;
  color: #585c3b;
  font-weight: 600;
}

.background-tab-line {
  position: relative;
  width: 100%;
  height: 2.5px;
  background-color: rgba(181, 148, 97, 0.18);
}

.thin-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #b59461;
}

.thin-line._45 {
  margin-top: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.thin-line.menos-90 {
  margin-top: 15px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.tab-pane-tab-1 {
  width: 100%;
  min-height: 100vh;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-top: -16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content-wrapper.sobre {
  margin-top: 10vh;
  margin-right: 7.5vw;
  margin-left: 6vw;
}

.slide-content-wrapper.em-constru-o {
  margin-right: 6vw;
  margin-left: 6vw;
}

.hero-slide-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1280px;
  -ms-flex: 0 1280px;
  flex: 0 1280px;
}

.link-2 {
  color: #585c3b;
  font-weight: 700;
}

.link-2.voltar-button {
  margin-top: 96px;
  padding-left: 32px;
  background-image: url('../images/arrow_left.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 18px;
}

.link-2.voltar-button-copy {
  margin-top: 96px;
  padding-left: 32px;
  background-image: url('../images/arrow_left.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 18px;
}

.hero-slider-content {
  position: relative;
  min-height: 60vh;
}

.hero-image-slider {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  background-color: transparent;
  background-image: url('../images/imagem-5-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image-slider.hero {
  width: 100%;
  background-color: #b59461;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.hero-image-slider.hero._1 {
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(hsla(0, 0%, 100%, 0))), url('../images/hero-06-min.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), hsla(0, 0%, 100%, 0)), url('../images/hero-06-min.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-image-slider.hero._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/hero-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/hero-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-image-slider.hero._3 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(hsla(0, 0%, 100%, 0))), url('../images/hero-05-min.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), hsla(0, 0%, 100%, 0)), url('../images/hero-05-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-image-slider.hero._2-home {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), to(hsla(0, 0%, 100%, 0))), url('../images/hero-03-min.jpg');
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.6), hsla(0, 0%, 100%, 0)), url('../images/hero-03-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-image-slider._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 25%;
  min-height: 250px;
  margin-right: -35px;
  margin-bottom: -130px;
  background-image: url('../images/image-5-min.jpg');
}

.slider-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-text-content.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.slider-text-content.sobre {
  padding-right: 0vw;
  padding-left: 0vw;
}

.button-block {
  position: static;
  display: inline-block;
  min-height: 32px;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #585c3b;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.button-block.white {
  color: #fff9f2;
}

.thin-line-button {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #585c3b;
}

.thin-line-button.white {
  background-color: #fff;
}

.background-button-line {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: rgba(88, 92, 59, 0.2);
  color: rgba(88, 92, 59, 0.2);
}

.background-button-line.bege {
  background-color: #b59461;
}

.background-button-line.white {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.big-heading {
  color: #333;
  font-size: 3.2rem;
  line-height: 3.6rem;
}

.big-heading.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  line-height: 3.6rem;
}

.big-heading.white.shorte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
}

.social-block {
  position: absolute;
  left: 6vw;
  bottom: 6%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.social-block.footer {
  position: relative;
  left: 0vw;
  bottom: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.social-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
}

.social-link-block:hover {
  -webkit-transform: translate(0px, -7.5px);
  -ms-transform: translate(0px, -7.5px);
  transform: translate(0px, -7.5px);
}

.social-link-block.rounded {
  width: 50px;
  height: 50px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #333;
  border-radius: 999px;
}

.social-link-block.circle {
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #b59461;
  border-radius: 9999px;
}

.text-block-2 {
  margin-left: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #b59461;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.container-less {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 7.5vw;
  padding-left: 7.5vw;
}

.grid {
  padding-top: 32px;
  padding-bottom: 32px;
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.inverted {
  padding-top: 32px;
  padding-bottom: 32px;
}

.big-heading-copy {
  font-size: 3.2rem;
  line-height: 3.2rem;
}

.big-heading-copy.white {
  color: #fff;
  line-height: 3.6rem;
}

.title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
  font-size: 2.8rem;
  line-height: 3.6rem;
}

.title.green {
  position: relative;
  z-index: -1;
  color: #585c3b;
}

.title.short {
  max-width: 48%;
}

.paragraph {
  opacity: 0.8;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 40px;
}

.paragraph.small {
  font-size: 18px;
  line-height: 28px;
}

.pattern-line-bg {
  position: absolute;
  top: -20vh;
  bottom: auto;
  z-index: -5;
  width: 100vw;
  min-height: 100vh;
  background-image: url('../images/linha-home-1.svg');
  background-position: 10% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pattern-line-bg.section-2 {
  top: 23vh;
  background-image: url('../images/linha-home-2.svg');
}

.pattern-line-bg.auto-height {
  min-height: 80vh;
}

.pattern-line-bg.inverted {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pattern-line-bg.opacity-20 {
  opacity: 0.7;
}

.big-chair {
  position: absolute;
  left: 0vw;
  top: -20vh;
  z-index: -5;
  max-width: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.big-chair.blurred {
  left: 21.2vw;
  z-index: -10;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-block {
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.small-aparador {
  position: absolute;
  right: -35%;
  bottom: -50%;
}

.portfolio-ambiente {
  position: absolute;
  left: 0vw;
  top: -25vh;
  max-width: none;
}

.container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-block.expand {
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-block.expand.border-line {
  position: relative;
  z-index: 999999;
  margin-top: 112px;
  padding-bottom: 48px;
  border-bottom: 2px solid rgba(181, 148, 97, 0.3);
}

.header-block.expand.border-line.none-paddin {
  margin-top: 0px;
}

.header-block.expand.copyright {
  margin-top: 48px;
  opacity: 0.7;
}

.header-block.bottom-border-line {
  margin-top: 160px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(181, 148, 97, 0.5);
}

.header-block.no-border-line {
  margin-top: 88px;
  padding-bottom: 24px;
  border-bottom: 2px none rgba(181, 148, 97, 0.5);
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.link-block.produtos-link-block {
  margin-bottom: 24px;
}

.cards-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 300px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.blog-title {
  margin-top: 10px;
  color: #333;
}

.blog-date {
  margin-top: 20px;
}

.cta-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.green-circle {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -2;
  width: 700px;
  height: 700px;
  background-image: url('../images/gree-circle.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
}

.green-circle.small {
  top: 10%;
  right: 20%;
  width: 400px;
  height: 400px;
}

.green-circle.medium {
  top: 12.5%;
  width: 500px;
  height: 500px;
}

.green-circle.medium.right {
  left: auto;
  right: 0px;
}

.button-contact {
  margin-top: 24px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #585c3b;
  background-color: transparent;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #585c3b;
  font-size: 16px;
  font-weight: 600;
}

.button-contact:hover {
  background-color: #585c3b;
  color: #fff;
}

.button-contact.inverted-colors {
  background-color: #585c3b;
  color: #fff;
}

.footer {
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-menu-link {
  margin-right: 24px;
  color: #b59461;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.footer-menu-link:hover {
  text-decoration: underline;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-footer {
  display: inline-block;
  min-height: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #b59461;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.copyright-text {
  color: #b59461;
}

.copyright-text.right {
  margin-right: auto;
}

.link-3 {
  color: #b59461;
}

.heading {
  color: #585c3b;
  font-size: 56px;
  line-height: 66px;
}

.flex-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-link-block {
  position: absolute;
  left: auto;
  right: 0px;
  display: none;
  width: 350px;
  min-height: 450px;
  margin-left: 0px;
}

.heading-2 {
  font-size: 48px;
}

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

.inner-page-content-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

.inner-image-block {
  position: relative;
  width: 350px;
  min-height: 450px;
}

.featured-caregorie-image {
  position: absolute;
  left: -160px;
  width: 350px;
  min-height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-categorie-name {
  opacity: 0.5;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
  text-decoration: none;
}

.link-categorie-name:hover {
  opacity: 1;
}

.watermark-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -8%;
  z-index: -3;
  width: 700px;
  min-height: 300px;
  background-image: url('../images/arca-watermark.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._3d-card {
  position: relative;
  width: 100%;
  height: 400px;
  margin-right: 3%;
  margin-bottom: 0px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #fff9f2;
}

._3d-card.large {
  margin-bottom: 32px;
}

._3d-card-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3d-card-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3d-card-image-wrapper.shade {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3d-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._3d-content.small-margin {
  margin: 30px;
}

._3d-content-wrapper-inner {
  position: relative;
}

.collection-list-home {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-style: solid;
  border-color: #585c3b;
  border-radius: 100%;
  background-color: #fff;
}

.radio-button.w--redirected-checked {
  border-color: #585c3b;
  background-color: #b59461;
}

.text-field {
  margin-bottom: 24px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #585c3b;
  background-color: transparent;
}

.text-field.textarea {
  padding-bottom: 64px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.form.or-amento-form {
  width: 100%;
}

.success-message {
  background-color: #585c3b;
}

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

.dropdown {
  z-index: 9007199254740991;
  margin-right: 0px;
}

.dropdown-toggle {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #585c3b;
}

.collection-list-3 {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-image-container {
  position: relative;
  z-index: -1;
  overflow: hidden;
  width: 85%;
  height: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.slider-image-container.disable-selection {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-16 {
  display: block;
  color: #585c3b;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
}

.right-arrow {
  display: none;
  padding-top: 6px;
  padding-left: 16px;
}

.next {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: default;
}

.heading2 {
  color: #1c2327;
  font-size: 6.7vw;
  line-height: 18vh;
  font-weight: 400;
  text-transform: uppercase;
  white-space: break-spaces;
}

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

.slider-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.mask {
  overflow: visible;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.slider-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-arrow {
  display: none;
  padding-top: 6px;
  padding-right: 16px;
}

.heading_small {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1c2327;
  font-size: 2.5vw;
  line-height: 10vh;
  font-weight: 400;
  text-transform: uppercase;
}

.heading_small.left_side {
  position: absolute;
  left: 8%;
  top: auto;
  right: auto;
  bottom: -7.5%;
  z-index: 2;
  width: 70%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  line-height: 8vh;
  text-align: center;
}

.heading_small.right_side {
  position: absolute;
  left: auto;
  top: 30%;
  right: 8%;
  bottom: auto;
  z-index: 2;
  width: 70%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  line-height: 8vh;
  text-align: center;
}

.destination-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  text-align: center;
}

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

.slide-nav {
  display: none;
}

.previous {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide {
  overflow: hidden;
  height: 91vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.tab-link-tab-2 {
  border-bottom: 2px solid #b59461;
  background-color: transparent;
  opacity: 0.5;
  color: #b59461;
  font-size: 24px;
  line-height: 32px;
}

.tab-link-tab-2.w--current {
  background-color: transparent;
  opacity: 1;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-block {
  margin-top: 48px;
}

.tab-pane-content-block {
  padding: 32px;
}

.grid-2 {
  margin-top: 48px;
  margin-bottom: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-4 {
  margin-bottom: 16px;
  color: #585c3b;
  font-size: 18px;
  line-height: 28px;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff9f2;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-body {
  position: relative;
  z-index: 10;
  padding: 35px 30px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-title {
  margin-bottom: 30px;
  font-family: Syne, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
}

.modal-closer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.69);
}

.close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  width: 25px;
  cursor: pointer;
}

.button-wrapper {
  padding: 14px 20px 13px;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 0 #000;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.button-wrapper:hover {
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.64);
}

.grid-3 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-3 {
  min-height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-image {
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff1e1;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.page-loader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff1e1;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.page-loader-text-bg {
  position: relative;
  width: 15vw;
}

.page-loader-text-bg.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: none;
}

.page-loader-text-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.hide-page-loader {
  position: relative;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 100%;
}

.text-block-4 {
  color: #585c3b;
}

.background-image {
  min-height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown-link {
  z-index: 999;
  border-style: solid;
  border-width: 1px;
  border-color: #585c3b;
  background-color: #fff1e1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: #fae5cc;
}

.recent-posts-cards {
  height: 100%;
}

.button-contact-form {
  margin-top: 24px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #585c3b;
  background-color: transparent;
  color: #585c3b;
  font-size: 16px;
  font-weight: 600;
}

.button-contact-form.inverted-colors {
  background-color: #585c3b;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
}

.button-contact-form.inverted-colors:hover {
  background-color: #292b1b;
}

.vertical {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 100vh;
  display: inline-block;
  margin-right: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vertical.right {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0vh;
  right: 0px;
  margin-right: 0px;
  margin-bottom: auto;
  margin-left: auto;
}

.portfolio-big-image {
  position: static;
  left: 0vw;
  top: 0vw;
  right: -7.5vw;
  z-index: -5;
  max-width: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.menu-lottie-rev02 {
  width: 50px;
  height: 50px;
  margin-right: -16px;
}

.addres-block {
  position: relative;
  z-index: 9999;
  margin-right: auto;
  margin-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.addres-block.em-constru-o {
  position: absolute;
  left: auto;
  top: auto;
  right: 6vw;
  bottom: 6%;
}

.whatsapp-button {
  position: fixed;
  left: auto;
  top: 18%;
  right: 5%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 40vw;
  height: 325px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 32px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px 25px 0px;
  background-color: #585c3b;
}

.heading-4 {
  display: inline-block;
  margin-right: auto;
  color: #fff;
  font-size: 16px;
}

.whats-link-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.whatsapp-button-link {
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 16px 16px 16px 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-image: url('../images/icons8-whatsapp.svg');
  background-position: 5% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-decoration: none;
}

.whatsapp-button-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.16)), to(rgba(255, 255, 255, 0.16))), url('../images/icons8-whatsapp.svg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)), url('../images/icons8-whatsapp.svg');
  background-position: 0px 0px, 5% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.text-block-5 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.relative-inside-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.whats-app-link {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background-color: #585c3b;
  background-image: url('../images/icons8-whatsapp.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.whats-app-link:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 4%;
  z-index: 9999;
  height: 20px;
  padding-right: 30px;
  background-image: url('../images/icons8-direita-3-26.png');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.address-innet-texta {
  margin-left: 0px;
  color: #b59461;
}

.image-2 {
  position: static;
  left: 0.5vw;
  top: auto;
  right: auto;
  bottom: -32vh;
  z-index: 1;
}

.image-3 {
  position: static;
  left: auto;
  top: auto;
  right: 5vw;
  bottom: -32vh;
  z-index: 0;
}

.imagem-1 {
  position: absolute;
  width: 100%;
}

.imagem-2 {
  position: absolute;
  left: -7.5vw;
  top: auto;
  right: auto;
  bottom: -30.4vh;
  width: 350px;
  height: auto;
}

.imagem-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: -8.2vw;
  bottom: -44.2vh;
  width: 280px;
}

.pagination {
  margin-top: 56px;
}

.next-2 {
  border-color: #b59461;
  background-color: transparent;
  color: #b59461;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-4 {
  margin-bottom: 16px;
  color: #b59461;
  font-size: 18px;
  line-height: 24px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.list-item {
  height: 100%;
}

.link-block-5 {
  height: 100%;
  text-decoration: none;
}

.shade-black {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.shade-black.shade {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bottom-shade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(35%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), hsla(0, 0%, 100%, 0) 35%);
}

.dropdown-list {
  z-index: 99999999999999;
}

.empty-state {
  border-style: solid;
  border-width: 1px;
  border-color: #b59461;
  background-color: transparent;
  color: #b59461;
  font-weight: 700;
}

.collection-list-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-container {
  width: 100vw;
}

.display-none {
  display: none;
}

@media screen and (min-width: 1920px) {
  .next {
    width: 22%;
  }

  .heading2 {
    font-size: 6vw;
  }

  .previous {
    width: 22%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-title-mask {
    padding: 15px 0px;
  }

  .nav-menu-title {
    font-size: 8vw;
  }

  .nav-menu-photo {
    width: 23vw;
    margin-right: 8px;
    margin-left: 8px;
  }

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

  .tabs-menu {
    width: 100%;
  }

  .tab-link {
    margin-left: 0px;
  }

  .big-heading {
    margin-right: auto;
  }

  .social-block {
    display: none;
  }

  .social-block.em-constru-o {
    bottom: 7.5vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .social-link-block {
    display: none;
  }

  .social-link-block.rounded {
    display: block;
  }

  .grid {
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .big-chair {
    position: relative;
    top: 0vh;
    right: 0px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-block {
    position: relative;
    z-index: -1;
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .portfolio-ambiente {
    position: relative;
    top: 0vh;
  }

  .container {
    max-width: 1280px;
  }

  .container.less {
    max-width: 696px;
  }

  .header-block.expand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-block.expand.border-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .collection-list {
    grid-row-gap: 32px;
  }

  .footer-column {
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright-text.right {
    margin-right: 0px;
  }

  ._3d-content {
    margin-right: 32px;
    margin-left: 32px;
  }

  .collection-list-home {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .form {
    width: 70%;
  }

  .collection-list-3 {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-16 {
    display: block;
    font-size: 14px;
  }

  .right-arrow {
    display: block;
  }

  .next {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0px;
    width: 15%;
    height: 10%;
  }

  .heading2 {
    font-size: 10vw;
    line-height: 13vh;
  }

  .left-arrow {
    display: block;
  }

  .destination-container {
    top: 3%;
  }

  .previous {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0px;
    width: 15%;
    height: 10%;
  }

  .slide {
    padding-right: 3.5%;
    padding-left: 3.5%;
  }

  .portfolio-image {
    max-width: 90vw;
  }

  .page-loader {
    display: none;
  }

  .div-block-4 {
    margin-top: 24px;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 40px;
  }

  .portfolio-big-image {
    position: relative;
    left: 0vw;
    top: 0vh;
    right: 0px;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .whatsapp-button {
    right: 7%;
    bottom: 10%;
    display: none;
    height: 350px;
    padding-right: 32px;
    padding-left: 32px;
  }

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

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

  .imagem-1 {
    position: relative;
  }

  .imagem-2 {
    position: relative;
    left: auto;
    right: auto;
    bottom: 0%;
    width: 100%;
  }

  .imagem-3 {
    position: relative;
    right: auto;
    bottom: 0vh;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-photos-mask {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu-photos {
    top: 0%;
    height: 100%;
  }

  .nav-menu-footer {
    height: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-bar {
    position: fixed;
    height: 80px;
    background-color: #fff9f2;
    box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.1);
  }

  .nav-menu-photo {
    width: 45vw;
    height: 50%;
  }

  .tab-link {
    margin-left: 0px;
    padding-left: 16px;
  }

  .tab-link.w--current {
    padding-left: 0px;
  }

  .hero-image-slider {
    background-image: url('../images/sobre-a-arca.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .big-heading.white {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .social-block {
    bottom: -7.5vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .social-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .title {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .big-chair {
    left: 0vw;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-block {
    width: 100%;
    min-height: 380px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-ambiente {
    left: 12vw;
    max-width: 100%;
  }

  .container.less {
    max-width: 480px;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .link-categorie-name {
    width: 100%;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form {
    width: 100%;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .grid-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    display: none;
  }

  .div-block-4 {
    margin-top: 48px;
  }

  .portfolio-big-image {
    left: 0vw;
    max-width: 100%;
  }

  .addres-block {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: #fff9f2;
    font-size: 12px;
  }

  .whatsapp-button {
    left: 4%;
    top: auto;
    right: 0%;
    bottom: 15%;
    display: none;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .whats-link-button-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .whatsapp-button-link {
    padding-left: 56px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .imagem-1 {
    right: 0vw;
  }

  .imagem-2 {
    left: 0vw;
  }

  .imagem-3 {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .site-container {
    overflow: hidden;
  }

  .nav-bar-menu-icon {
    width: 100%;
    height: 50%;
  }

  .nav-menu-footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .small-links-wrapper {
    margin-right: 0px;
  }

  .nav-bar {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    box-shadow: none;
  }

  .nav-bar-logo.w--current {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu {
    position: fixed;
    z-index: 0;
    height: auto;
    min-height: 0vh;
  }

  .nav-bar-menu {
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .tab-link {
    padding-right: 8px;
    padding-left: 8px;
  }

  .tab-link.w--current {
    padding-left: 8px;
  }

  .slide-content-wrapper {
    margin-top: -48px;
  }

  .hero-image-slider {
    width: 60%;
    opacity: 0.1;
  }

  .hero-image-slider.hero._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/IMG_1414_1_20.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/IMG_1414_1_20.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    opacity: 1;
  }

  .hero-image-slider.hero._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/chair-hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/chair-hero.jpg');
    background-position: 0px 0px, 75% 50%;
  }

  .hero-image-slider._2 {
    width: 45%;
    margin-right: -15px;
  }

  .button-block {
    margin-right: auto;
    font-size: 16px;
  }

  .big-heading {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .big-heading.white.shorte {
    max-width: 100%;
  }

  .social-block {
    opacity: 0.5;
  }

  .social-block.em-constru-o {
    right: 6vw;
    bottom: 9.5vh;
    opacity: 1;
  }

  .social-link-block.circle {
    width: 40px;
  }

  .grid {
    margin-top: 24px;
  }

  .title {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .title.short {
    max-width: 100%;
  }

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

  .big-chair {
    width: 100%;
    height: 100%;
  }

  .image-block {
    min-height: 260px;
  }

  .portfolio-ambiente {
    top: -3vh;
  }

  .container.less {
    max-width: 90%;
  }

  .header-block.expand {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-block.expand.border-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-block.bottom-border-line {
    margin-top: 96px;
  }

  .blog-title {
    font-size: 32px;
  }

  .footer-menu-link {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .field-label {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown {
    width: 100%;
    margin-left: 0px;
  }

  .dropdown-toggle {
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-image-container.disable-selection {
    width: 95%;
    height: 90%;
    margin-left: auto;
  }

  .text-16 {
    text-align: left;
  }

  .right-arrow {
    padding-top: 0px;
  }

  .next {
    left: 8px;
    top: auto;
    right: auto;
    bottom: -2.6%;
    width: 50%;
    height: 50px;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading2.disable-selection {
    display: none;
  }

  .slider-image {
    height: 100%;
  }

  .slider-content-wrapper {
    height: 90%;
  }

  .heading_small {
    font-size: 12vw;
    line-height: 12vh;
  }

  .heading_small.left_side.disable-selection {
    display: none;
  }

  .heading_small.right_side {
    top: 0%;
    right: 15%;
    width: 100%;
    text-align: right;
  }

  .previous {
    left: 16px;
    top: auto;
    right: auto;
    bottom: 3vh;
    display: none;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slide {
    height: 65vh;
    padding-right: 0%;
    padding-left: 0%;
  }

  .tab-pane-content-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal-wrapper {
    padding: 30px;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .text-block-4 {
    display: block;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-span {
    display: none;
    font-size: 12px;
  }

  .image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .portfolio-big-image {
    width: 350px;
  }

  .addres-block {
    display: none;
  }

  .addres-block.em-constru-o {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 6vw;
    margin-left: 6vw;
  }

  .whatsapp-button {
    left: 2%;
    display: none;
  }
}

#w-node-e9e8d7b6-9ada-9280-e682-380bd1189627-4fd89fd0 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b5440b33-0fc5-9bea-82c5-62752b67b2fc-4fd89fd0 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f953db2a-0899-58c0-4bf4-d4ada25ef3e7-4fd89fd0 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_6d7a413b-9dc7-d580-f96f-d730d34992ff-53d8a042 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_04ba6816-1355-b06f-2866-feed75248ac6-53d8a042 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7d6a91d9-ce11-0e95-dc86-d4733b9b706e-53d8a042 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_641f78f3-019b-2769-223b-e174766b76d8-47d8a045 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_82b3b891-4504-8b04-2551-fbd56a0fa31a-9d03b3dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_77b67cb9-d9b6-5a25-47e1-8c24672eb6f5-4fd89fd0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-b5440b33-0fc5-9bea-82c5-62752b67b2fc-4fd89fd0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_220c646a-ce58-fa65-6b03-ba42536b6d6c-4fd89fd0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

