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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.nav {
  z-index: 99;
  color: #492a36;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav.is-secondary {
  position: absolute;
}

.mega-nav_link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #492a36;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.button_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.nav-caret {
  margin: 0;
  position: relative;
}

.nav_dropdown-menu {
  position: static;
}

.nav_menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.nav_menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #6e003a;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #fdfbf0;
  background-color: #e00059;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #9b2f40;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #9b2f40;
}

.button.is-secondary {
  color: #fff;
  background-color: #e00059;
  background-image: none;
}

.button.is-secondary:hover {
  color: #6e003a;
  background-color: #fff;
  border-color: #fff;
}

.button.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #492a36;
}

.button.contato {
  margin-top: 20px;
}

.button.color {
  color: #fff;
  background-color: #cc2b5c;
}

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

.mega-nav_dropdown-list-wrapper {
  color: #492a36;
  background-color: #fdfbf0;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav_dropdown-list-wrapper.w--open {
  border-radius: 1rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.margin_top-auto {
  margin-top: auto !important;
}

.nav-menu_dropdown-list-wrapper {
  background-color: #fdfbf0;
  border-radius: 1rem;
  box-shadow: 0 4px 8px #0000001a;
}

.nav-menu_dropdown-list-wrapper.w--open {
  margin-top: .5rem;
  padding: .5rem;
  top: 100%;
  box-shadow: 0 6px 8px -4px #0000001a;
}

.mega-nav_list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.heading_h3 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.04em;
}

.nav_menu-list-item {
  margin-bottom: 0;
  display: flex;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex_horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal.flex_vertical {
  flex-direction: column;
}

.margin-bottom_none {
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-weight: 500;
  display: flex;
}

.margin-bottom_none.absolute {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 80px;
}

.nav_container {
  background-color: #fff0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.nav_mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button:hover {
  color: inherit;
}

.nav_mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button.w--open:hover {
  color: #e5ccbc99;
}

.mega-nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #9b2f40;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #c64256;
}

.text-button.is-secondary {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.is-secondary:hover {
  opacity: .6;
}

.nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  display: flex;
}

.nav_logo-icon {
  align-self: stretch;
  display: flex;
}

.nav_logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.nav_logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.button_label {
  white-space: pre;
}

.nav_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-link {
  box-shadow: none;
  opacity: 1;
  color: #492a36;
  background-color: #dfd6e7;
  background-image: none;
  border: 0 solid #492a3633;
  border-radius: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  overflow: clip;
  transform: translateY(0);
}

.card-link:hover {
  box-shadow: none;
  opacity: .6;
  color: #492a36;
  background-color: #dfd6e7;
  transform: translateY(0);
}

.card-link.is-inverse {
  color: #fdfbf0;
  background-color: #492a36;
  border-color: #0000;
}

.nav_dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #492a36;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_dropdown-link.w--current, .nav_dropdown-link.w--open {
  background-color: #0000;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
  border-radius: .75rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.nav_link:hover {
  color: #ff91bd;
}

.nav_link.w--current, .nav_link.w--open {
  background-color: #0000;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex_vertical.gap-small.is-x-left {
  justify-content: space-between;
  align-items: flex-start;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group.margin-top_none {
  margin-top: 0;
}

.icon {
  color: #9b2f40;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon.is-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.nav_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.home {
  color: #492a36;
  background-image: url('../images/fachada-origins.png'), url('../images/bg2-td-origins.jpg');
  background-position: 100% 100%, 50% 100%;
  background-repeat: no-repeat, repeat;
  background-size: auto 92%, cover;
  justify-content: flex-start;
  align-items: center;
  height: 900px;
  padding-top: 5rem;
  padding-bottom: 15rem;
  display: flex;
  overflow: clip;
}

.home.is-secondary {
  background-image: url('../images/fachada.png');
  background-position: 0 0;
  background-size: cover;
}

.image-ratio_1x1 {
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: clip;
}

.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header.margin-bottom_none {
  width: 50%;
}

.header.is-2-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subheading {
  color: #fff;
  letter-spacing: 0;
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6em;
}

.heading_h1 {
  color: #fff;
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1em;
}

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

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.tablet-1-col.gap-xxlarge {
  grid-template-columns: minmax(0, 1fr);
}

.grid_2-col.is-y-top {
  align-items: start;
}

.beneficios {
  color: #492a36;
  background-color: #e0e0e0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.avatar {
  object-fit: cover;
  background-color: #9b2f40;
  border-radius: 100rem;
  flex: none;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.rich-text.paragraph_large.space {
  margin-bottom: 2em;
}

.paragraph_xlarge {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.footer_icon-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.grid_4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_4-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
}

.heading_h6 {
  letter-spacing: .1em;
  margin-bottom: .5em;
  font-size: .71rem;
  font-weight: 500;
  line-height: 1.3em;
}

.heading_h6.text-color_secondary {
  margin-top: 0;
}

.screen-reader {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.footer_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: color-mix(in srgb, currentColor 60%, transparent);
  justify-content: flex-start;
  align-items: center;
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.footer_link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer_link.on-inverse, .footer_link.on-inverse:hover {
  color: #fdfbf0;
}

.footer_icon-link {
  color: color-mix(in srgb, currentColor 70%, transparent);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .35rem;
  display: inline-flex;
}

.footer {
  color: #492a36;
  background-color: #fdfbf0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer.is-inverse {
  color: #fdfbf0;
  background-color: #36001d;
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.margin-top_large {
  margin-top: 4rem;
}

.tabs_content {
  overflow: visible;
}

.heading_h4 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-size: 1.41rem;
  font-weight: 500;
  line-height: 1.3em;
}

.tab_menu-button {
  color: inherit;
  background-color: #0000;
  border-radius: 1rem;
  padding: 1em 1.5em;
  font-size: .9375rem;
  line-height: 1.3;
}

.tab_menu-button:hover {
  color: inherit;
  background-color: color-mix(in srgb, currentColor 5%, transparent);
}

.tab_menu-button.w--current {
  color: #fdfbf0;
  background-color: #9b2f40;
}

.card_body_small {
  z-index: 1;
  flex-flow: column;
  min-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 150px;
  height: 50px;
}

.image.max {
  height: 100px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.white-icon {
  filter: invert();
  height: 25px;
}

.white-icon.big {
  height: 50px;
}

.white-icon.big.black, .white-icon.big.noinverter {
  filter: none;
}

.white-icon.black {
  filter: none;
  width: 25px;
}

.white-icon.black.mini {
  width: 20px;
  height: 20px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #492a36;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section.features {
  background-color: #36001d;
}

.features-assets {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #e00059;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divisoria {
  background-image: url('../images/capa-conceito-td-origens.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

._50 {
  width: 50%;
}

._50.text {
  color: #492a36;
  justify-content: flex-end;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 100px;
  display: flex;
}

._50.text.right {
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  padding-right: 0;
}

._50.imagem {
  background-image: url('../images/portaria-td-origens.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 870px;
}

._50.imagem._2 {
  background-image: url('../images/fachada2.jpg');
}

._50.imagem.mapa {
  background-image: url('../images/map-td-origens.png');
  background-size: cover;
}

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

.full-photo-text {
  width: 100%;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 180px;
  height: 180px;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e0e0e0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

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

.name {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3em;
  display: inline-block;
}

.image-3 {
  object-fit: contain;
  width: 90px;
  height: 60px;
}

.image-4 {
  object-fit: contain;
  width: 100px;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 50px;
  display: flex;
}

.subheading-copy {
  color: #492a36;
  letter-spacing: 0;
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.6em;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e0e0e0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 15px 10px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

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

.feature2 {
  color: #4f3d38;
  letter-spacing: 0;
  white-space: nowrap;
  width: 100%;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.feature2.light {
  color: #ebe3d9;
}

.feature2.light.new-mini {
  font-size: 14px;
  line-height: 15px;
}

.img-ap {
  background-image: url('../images/04---quarto-casal-ok--.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-ap.bg6 {
  background-image: url('../images/06---quarto-verde-ok.jpg');
}

.img-ap.bg8 {
  background-image: url('../images/foto09.jpg');
}

.img-ap.bg9 {
  background-image: url('../images/foto02.jpg');
}

.img-ap.bg2 {
  background-image: url('../images/02---sala-02-ok.jpg');
}

.img-ap.bg4 {
  background-image: url('../images/03---sala-03-ok.jpg');
}

.img-ap.bg7 {
  background-image: url('../images/foto05.jpg');
}

.img-ap.bg3 {
  background-image: url('../images/01---sala-01-ok.jpg');
}

.img-ap.bg5 {
  background-image: url('../images/05---quarto-solteiro-ok.jpg');
}

.img-ap.bg10 {
  background-image: url('../images/areadepiscina.jpg');
}

.img-ap.bg11 {
  background-image: url('../images/areadepiscina2.jpg');
}

.img-ap.bg12 {
  background-image: url('../images/areadejogos2.jpg');
  background-position: 50% 100%;
}

.img-ap.bg13 {
  background-image: url('../images/areadejogos.jpg');
}

.title {
  color: #611028;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
  display: block;
}

.title.light {
  color: #ebe3d9;
}

.title.light.newmini {
  font-size: 20px;
  line-height: 16px;
}

.title.light.mini {
  font-size: 16px;
  line-height: 40px;
}

.title.light.off {
  display: none;
}

.title.centered {
  text-align: center;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 40px;
}

.card-foto {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #cc2b5c;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 60px;
  display: flex;
}

.slider-2 {
  height: 900px;
}

.content-planta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.planta {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.img-planta {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.slider {
  background-color: #fff;
  height: 470px;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e0e0e0;
  border-radius: 0 100px 0 0;
  flex-flow: column;
  padding: 60px 100px 60px 60px;
  display: flex;
}

.image-5 {
  object-fit: contain;
  width: 100%;
  max-width: 510px;
  height: auto;
  max-height: 400px;
}

.plantas {
  text-align: center;
  background-color: #fff;
  padding: 60px;
}

.cont {
  max-width: 1140px;
}

.cont.center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cont.center.gap100 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.cont.centralizado {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.book {
  background-color: #e0e0e0;
  padding: 60px;
}

.image-6 {
  width: 100%;
  max-width: 500px;
}

.btn {
  color: #492a36;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ebe3d9;
  border: 3px solid #ebe3d9;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .4s;
}

.btn:hover {
  color: #ebe3d9;
  background-color: #fff0;
}

.btn:active {
  background-color: #43464d;
}

.btn.inv {
  color: #ebe3d9;
  background-color: #a17863;
  border-color: #a17863;
}

.btn.inv:hover {
  color: #4f3d38;
  background-color: #a1786300;
}

.ap {
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.ap.light {
  color: #ebe3d9;
}

.ap.light.new-mini {
  font-size: 14px;
  line-height: 15px;
}

.div-block-11 {
  background-color: #cc2b5c;
  height: 2px;
}

.div-block-12 {
  color: #fff;
  background-color: #cc2b5c;
  margin-top: -85px;
  margin-left: -35px;
  padding: 15px 20px;
  position: absolute;
}

.nav_left-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.contact {
  background-color: #fff;
  padding: 100px;
}

.label {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 200;
}

._100 {
  width: 100%;
}

.input {
  color: #492a36;
  border: 1px solid #a17863;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-weight: 500;
}

.input::placeholder {
  color: #00000080;
}

.aws {
  color: #ebe3d9;
  border: 1px solid #a17863;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.aws.max {
  color: #a17863;
  background-color: #ebe3d9;
  background-image: linear-gradient(41deg, #ebe3d9 39%, #a17863);
  border: 1px #ebe3d9;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  font-size: 35px;
  font-weight: 100;
  line-height: 35px;
}

.aws.max.page {
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  margin-bottom: 20px;
}

.form-block {
  flex-flow: column;
  width: 100%;
  max-width: 700px;
  margin-top: 40px;
  display: flex;
}

.form-block.off {
  display: none;
}

.dual {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.bold-text {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
}

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

@media screen and (max-width: 991px) {
  .nav {
    height: auto;
  }

  .nav_dropdown-menu {
    width: 100%;
    height: auto;
  }

  .nav_menu {
    background-color: #fdfbf0;
    border-radius: 0;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .nav_menu-list {
    flex-flow: column;
  }

  .mega-nav_dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav_dropdown-list-wrapper.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .nav_menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .grid_3-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

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

  .nav_mobile-menu-button {
    color: inherit;
    background-color: #fff;
    align-self: center;
  }

  .nav_mobile-menu-button.w--open {
    color: #fff;
    background-color: #e00059;
  }

  .nav_mobile-menu-button.w--open:hover {
    color: #9b2f40;
  }

  .mega-nav_dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .nav_link {
    color: #272727;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.13rem;
  }

  .nav_link:hover {
    color: #9b2f40;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link.w--current:hover, .nav_link.w--open {
    background-color: #0000;
  }

  .button-group.margin-top_none {
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
  }

  .icon {
    color: #6d003a;
  }

  .nav_right {
    display: block;
  }

  .home {
    background-size: auto 50%, cover;
    justify-content: center;
    align-items: flex-start;
    height: 810px;
    padding-top: 4rem;
  }

  .header.margin-bottom_none {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading_h1 {
    text-align: center;
    font-size: 3rem;
  }

  .grid_2-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .grid_2-col.is-y-top {
    align-items: start;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .image.max {
    object-position: 50% 50%;
  }

  .title.centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cont.center.gap100 {
    text-align: center;
    flex-flow: column;
  }

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

  .aws {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
  }

  .aws.max {
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .grid_3-col {
    grid-template-columns: 1fr;
  }

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

  .flex_vertical.gap-small.is-x-left {
    justify-content: space-between;
    align-items: center;
  }

  .button-group.margin-top_none {
    display: none;
  }

  .header {
    margin-bottom: 2rem;
  }

  .header.is-2-col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer_icon-group.margin_top-auto {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_4-col.gap-small {
    flex-flow: column;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-top_large {
    margin-top: 2rem;
  }

  .white-icon.big {
    height: 40px;
  }

  .features-assets {
    padding: 30px;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .div-block-2 {
    flex-flow: column;
  }

  ._50.text {
    width: 100%;
    padding: 60px 20px;
  }

  ._50.text.right {
    padding: 60px 20px;
  }

  ._50.imagem {
    width: 100%;
    min-height: 500px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .full-photo-text {
    flex-flow: column;
  }

  .feature2.light {
    white-space: normal;
    overflow-wrap: break-word;
  }

  .img-ap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-foto {
    word-break: keep-all;
    width: 100%;
    padding: 20px 20px 40px;
  }

  .content-planta {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .planta {
    flex-flow: column;
  }

  .img-planta {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .slider {
    height: 730px;
  }

  .div-block-9 {
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 30px 30px 40px;
  }

  .image-5 {
    max-height: 320px;
  }

  .plantas {
    padding: 10px 10px 0;
  }

  .book {
    padding: 40px;
  }

  .ap.light {
    white-space: normal;
    overflow-wrap: break-word;
  }

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

  .div-block-12 {
    margin-top: -55px;
    margin-left: 0;
  }

  .dual {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    white-space: nowrap;
  }

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

  .margin-bottom_none.absolute {
    margin-left: 0;
    display: flex;
  }

  .nav_mobile-menu-button.w--open {
    color: inherit;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .home {
    background-position: 50% 100%, 50% 100%;
    background-size: 115%, cover;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .heading_h1 {
    font-size: 1.7rem;
    line-height: 1.2em;
  }

  .avatar {
    margin-bottom: 16px;
  }

  .footer_icon-group {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .logo {
    color: inherit;
  }

  .white-icon.big.noinverter {
    object-fit: scale-down;
    background-color: #cc2b5c;
    border-radius: 1000px;
    height: 50px;
    margin-top: -66px;
    padding: 10px;
    position: absolute;
    overflow: visible;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .divisoria {
    height: 400px;
  }

  ._50.imagem.mapa {
    min-height: 400px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .div-block-6 {
    margin-top: 20px;
  }

  .feature2.light {
    font-size: 12px;
    line-height: 16px;
  }

  .img-ap {
    padding-left: 0;
    padding-right: 0;
  }

  .title {
    font-size: 26px;
    line-height: 36px;
  }

  .title.light {
    font-size: 20px;
    line-height: 24px;
  }

  .title.light.newmini {
    font-size: 16px;
    line-height: 20px;
  }

  .title.centered {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .card-foto {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 16px 10px 35px;
  }

  .slider-2 {
    height: 400px;
  }

  .content-planta {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .planta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider {
    height: 540px;
  }

  .plantas {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .cont.center.gap100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cont.centralizado {
    text-align: center;
  }

  .book {
    padding: 30px;
  }

  .image-6 {
    height: auto;
  }

  .ap.light {
    font-size: 12px;
    line-height: 16px;
  }

  .contact {
    padding: 30px;
  }

  .aws {
    font-size: 16px;
  }

  .dual {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
}

#w-node-ddfa6fd9-05b4-4373-0716-c6987e9a7994-7e9a7991.w-node-d396e395-0aee-4098-c824-0e7b1b09f8a7-cfda7338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d687723d-55fc-2520-6afe-0b04a815b212-4f868b6f.w-node-_4557d4be-8f4a-a517-5974-a04339b806eb-cfda7338, #w-node-_4557d4be-8f4a-a517-5974-a04339b80714-cfda7338, #w-node-_576db834-81a0-7ff1-00be-8ac53449fcb1-cfda7338 {
  align-self: start;
}

#w-node-ddfa6fd9-05b4-4373-0716-c6987e9a7994-7e9a7991.w-node-d396e395-0aee-4098-c824-0e7b1b09f8a7-b122e474 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ddfa6fd9-05b4-4373-0716-c6987e9a7994-7e9a7991.w-node-d396e395-0aee-4098-c824-0e7b1b09f8a7-cfda7338, #w-node-ddfa6fd9-05b4-4373-0716-c6987e9a7994-7e9a7991.w-node-d396e395-0aee-4098-c824-0e7b1b09f8a7-b122e474 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d687723d-55fc-2520-6afe-0b04a815b212-4f868b6f.w-node-_4557d4be-8f4a-a517-5974-a04339b806eb-cfda7338, #w-node-d687723d-55fc-2520-6afe-0b04a815b212-4f868b6f.w-node-_4557d4be-8f4a-a517-5974-a04339b806eb-b122e474 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d687723d-55fc-2520-6afe-0b04a815b212-4f868b6f.w-node-_4557d4be-8f4a-a517-5974-a04339b806eb-cfda7338, #w-node-d687723d-55fc-2520-6afe-0b04a815b212-4f868b6f.w-node-_4557d4be-8f4a-a517-5974-a04339b806eb-b122e474 {
    grid-column: span 1 / span 1;
  }
}


