html {
  font-family: "Inter", sans-serif;
  color: #28322D;
}

.container {
  max-width: 1200px;
}

.container--small {
  max-width: 1050px;
}

.float__menu {
  position: fixed;
  bottom: 5vh;
  right: 2rem;
  z-index: 10;
}

.float__menu a {
  width: 5rem;
  height: 5rem;
  margin: 2rem 0;
  display: block;
}

.float__menu a.whats {
  background: url("../images/whats.png") no-repeat center/contain;
}

.float__menu a.form {
  background: url("../images/contato.png") no-repeat center/contain;
}

.sectiontitle {
  font-size: 3.6rem;
}

.button {
  background-color: #6D7E0A;
  color: #fff;
  padding: 1rem 4rem;
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 300;
  display: table;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: all 400ms ease;
}
.header .menu-button {
  width: 3.5rem;
  height: 2.3rem;
}
.header.no-top {
  background-color: rgba(0, 0, 0, 0.5);
}
.header.no-top .container--bigger::after {
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .header__logo {
    width: 14rem;
  }
}
.header .container {
  padding: 1.5rem;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #28322D;
  height: 100vh;
  overflow: auto;
  z-index: 3;
  transform: translateX(-100%);
  transition: all 830ms ease-in-out;
  padding: 20rem 0;
  width: 100%;
}
.menu__bk {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.menu.menu-opened {
  transform: translateX(0);
}
.menu.menu-opened ul {
  opacity: 1;
}
.menu ul {
  list-style: none;
  opacity: 0.1;
  transition: opacity 1230ms ease-in-out;
  width: 100%;
}
.menu ul li {
  margin: 0.8em 0;
  width: 100%;
  border-bottom: solid 1px #ffffff;
  padding: 1rem 10vw;
}
.menu ul li:last-child {
  border-bottom: 0;
}
.menu ul li a {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  width: 100%;
  display: block;
}
.menu ul li a:hover {
  text-decoration: underline;
}

.bannertv {
  background-color: #28322D;
}
.bannertv__slider.slick-slider {
  margin-bottom: 0;
}
.bannertv__slider__item {
  position: relative;
  overflow: hidden;
}
.bannertv__slider__item__image {
  max-height: 100vh;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannertv__slider__item__hold {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 860px) {
  .bannertv__slider__item__hold {
    height: 70vh;
  }
}
.bannertv__slider__item .loading-box {
  position: absolute;
  z-index: 2;
}
.bannertv__slider__item iframe {
  width: 100vw;
  height: 63.55vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 860px) {
  .bannertv__slider__item iframe {
    min-height: 70vh;
  }
}
.bannertv__slider__item .audio {
  position: absolute;
  z-index: 35;
  display: block;
  width: 35px;
  height: 35px;
  bottom: 50px;
  left: calc(20px + 2.4%);
  background: url(../../images/sem-audio.png) no-repeat center/100%;
}
.bannertv__slider__item .audio.muted {
  background: url(../../images/com-audio.png) no-repeat center/100%;
}
.bannertv__slider .slick-dots {
  bottom: 3.2rem;
  z-index: 6;
}
.bannertv__slider .slick-prev,
.bannertv__slider .slick-next {
  z-index: 7;
}
.bannertv__slider .slick-slide .bannertv__slider__item {
  display: block !important;
}
.bannertv__form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
  background-color: #28322D;
  padding: 5rem;
  color: #ffffff;
  max-width: 40rem;
}
@media screen and (max-height: 670px) {
  .bannertv__form {
    padding: 3rem;
    top: 55%;
  }
}
@media screen and (max-width: 960px) {
  .bannertv__form {
    position: static;
    width: 100%;
    transform: none;
  }
}
.bannertv__form__title {
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 1em;
  line-height: 1em;
}
@media screen and (max-height: 670px) {
  .bannertv__form__title {
    margin-bottom: 0.5em;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 860px) {
  .bannertv__form__title {
    text-align: center;
  }
}
.bannertv__form__subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.bannertv__form__subtitle:empty {
  display: none;
}
.bannertv__form .button {
  margin: 1rem auto 0;
}
.bannertv__form .campo__input {
  border: 0;
  background-color: transparent;
  border-bottom: solid 2px #ffffff;
  color: #ffffff;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0.5rem 0;
}
.bannertv__form .campo__input::-moz-placeholder {
  font-weight: 300;
}
.bannertv__form .campo__input::placeholder {
  font-weight: 300;
}
.bannertv__form .campo label {
  font-size: 1.4rem;
  font-weight: 300;
}
.bannertv__form .campo label a {
  font-size: inherit;
}
.bannertv__form .campo.areaCaptcha {
  margin-bottom: 1em;
}
.bannertv__form .button {
  margin: 0 auto;
}

.botanico {
  background-color: #28322D;
  color: #ffffff;
  padding: 10rem 0;
}
@media screen and (max-width: 860px) {
  .botanico {
    padding: 0 0 4rem;
  }
  .botanico .container {
    display: flex;
    flex-direction: column;
  }
  .botanico .container > * {
    order: 2;
  }
  .botanico .container .botanico__banner {
    order: 1;
    margin: 0 0 3rem;
  }
  .botanico__logo {
    margin: 0 auto 3rem;
  }
  .botanico__title {
    text-align: center;
    max-width: 20rem;
    margin: 0 auto 3rem;
    letter-spacing: 0.1em;
  }
}
.botanico__banner {
  margin: 5rem 0;
}
.botanico__title {
  font-weight: 300;
}
.botanico__text p {
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  .botanico__text p {
    font-size: 1.4rem;
  }
}

.projetistas {
  margin: 6rem 0;
}
.projetistas__options {
  margin-bottom: 3rem;
}
@media screen and (max-width: 860px) {
  .projetistas__options {
    display: none;
  }
}
.projetistas__options__button {
  color: #28322D;
  border-bottom: solid 1px #28322D;
  padding: 0 2rem 1rem;
  background-color: transparent;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.projetistas__options__button.active {
  opacity: 1;
}
.projetistas__slider__item__image {
  max-width: 65rem;
  border-radius: 3rem;
}
@media screen and (max-width: 860px) {
  .projetistas__slider__item__image {
    max-width: 100%;
  }
}
.projetistas__slider__item__title {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.projetistas__slider__item__content p {
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  .projetistas__slider__item__row {
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}

.miniserie {
  margin: 6rem 0;
}
@media screen and (max-width: 860px) {
  .miniserie .container {
    padding: 0;
  }
}
.miniserie__title {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .miniserie__title {
    padding-left: 1.5rem;
  }
}
.miniserie__slider {
  max-width: 88rem;
  margin-left: -1rem;
}
@media screen and (max-width: 860px) {
  .miniserie__slider {
    max-width: 100%;
    margin: 0;
  }
  .miniserie__slider .slick-prev {
    left: calc(50% - 4rem);
    bottom: 1rem;
    z-index: 3;
    background-image: url("../images/slick-next2.svg");
    background-position: top;
  }
  .miniserie__slider .slick-next {
    right: calc(50% - 4rem);
    bottom: 1rem;
    z-index: 3;
    background-image: url("../images/slick-next2.svg");
  }
}
.miniserie__slider .slick-list {
  overflow: initial;
}
.miniserie__slider .slick-slide {
  margin: 0 1rem;
}
@media screen and (max-width: 860px) {
  .miniserie__slider .slick-slide {
    margin: 0;
  }
}
.miniserie__slider__item {
  position: relative;
}
.miniserie__slider__item__image {
  max-width: 100%;
  border-radius: 2rem;
  aspect-ratio: 22/12;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  .miniserie__slider__item__image {
    width: 100%;
    aspect-ratio: 376/499;
    border-radius: 0;
  }
}
@media screen and (max-width: 860px) {
  .miniserie__slider__item__hold {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 1.5rem 1.5rem 5rem;
  }
  .miniserie__slider__item__hold::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.miniserie__slider__item__title {
  margin: 2rem 0;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 860px) {
  .miniserie__slider__item__title {
    font-size: 1.8rem;
    position: relative;
    z-index: 2;
  }
}
.miniserie__slider__item__content {
  font-size: 1.4rem;
  max-width: 70rem;
}
@media screen and (max-width: 860px) {
  .miniserie__slider__item__content {
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
  }
}
.miniserie__slider__item__zoom {
  cursor: pointer;
  position: relative;
  display: block;
}
.miniserie__slider__item__zoom::after {
  content: url("../images/ico-play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 861px) {
  .miniserie__slider__item--soon .miniserie__slider__item__zoom::after {
    display: none;
  }
  .miniserie__slider__item--soon .miniserie__slider__item__content,
  .miniserie__slider__item--soon .miniserie__slider__item__title {
    opacity: 0.5;
  }
}
@media screen and (min-width: 861px) {
  .miniserie__slider .slick-next {
    right: -20%;
  }
  .miniserie__slider .slick-prev {
    right: -16%;
  }
}

.localizacao {
  margin: 8rem 0 0;
}
.localizacao__title {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
.localizacao__map {
  display: block;
}

.infos {
  padding: 6rem 0;
  background-color: #f4f0ef;
}
.infos .container {
  max-width: 78rem;
}
.infos__title {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.image__full {
  display: block;
}
@media screen and (max-width: 860px) {
  .image__full {
    display: none;
  }
}

.contato__form__field {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: solid 1px #A39688;
  background-color: transparent;
  color: #222A42;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
}
.contato__form__row {
  grid-template-columns: 1.2fr 0.8fr;
}
@media screen and (max-width: 860px) {
  .contato__form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.contato__form label {
  font-weight: 300;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1rem;
}
.contato__form label * {
  font: inherit;
}
.contato__form label a {
  text-decoration: underline;
  font-size: inherit;
}
.contato__form input[type=checkbox] {
  margin-right: 0.5rem;
}
.modal__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.modal__video__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 3;
  cursor: pointer;
}
.modal__video__background {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__video__content {
  padding: 56.25% 0 0 0;
  max-height: 80%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
}

.footer {
  background-color: #28322D;
  padding: 8rem 0 2rem;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .footer .container {
    max-width: 80%;
  }
}
.footer__row {
  border-bottom: solid 1px #F8F6F4;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.footer__links {
  display: flex;
}
.footer__links__menu .title {
  display: block;
  font-weight: 700;
  margin-bottom: 2rem;
}
.footer__links__menu li a {
  font-weight: 300;
  line-height: 1.5em;
}
.footer__links__menu li a:hover {
  text-decoration: underline;
}

.form_whats {
  z-index: 111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form_whats .background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.form_whats .close {
  position: absolute;
  top: 26px;
  right: 15px;
}
.form_whats .close::before, .form_whats .close::after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #000;
  position: relative;
  transform: rotate(-45deg);
}
.form_whats .close::before {
  transform: rotate(45deg);
  top: 2.5px;
}
.form_whats .form {
  border-radius: 10px 0 0 0;
  padding: 2rem;
  background-color: #fff;
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  max-width: 100%;
  z-index: 2;
}
.form_whats .form label a {
  text-decoration: underline;
}
.form_whats .form .title {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  display: block;
  padding-right: 40px;
}
.form_whats .form .button {
  margin-top: 2rem;
}
.form_whats .contato__form__field {
  border-color: #28322D;
  color: #28322D;
}

.galeria__slider__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/6.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  .galeria__slider__item__image {
    aspect-ratio: 2/3;
  }
}
.galeria__slider__item__legenda {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
}
.galeria__slider .slick-nav {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 1440px) and (min-width: 861px) {
  .galeria__slider .slick-nav {
    padding-right: 9rem;
  }
}
.galeria__slider .slick-arrow {
  background-image: url("../images/slick-next2.svg");
  bottom: 3rem;
  z-index: 2;
  position: static;
  background-position: initial;
}
.galeria .container {
  position: relative;
}
.galeria .container .flex-between {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .galeria .container .flex-between {
    left: 5%;
    width: 90%;
  }
}

.metragem {
  margin: 10rem 0;
}
@media screen and (max-width: 860px) {
  .metragem {
    margin: 5rem 0;
  }
}
.metragem__title {
  font-weight: 600;
  font-size: 2.6rem;
  color: #6D7E0A;
}

html.form_novidades_active {
  overflow: hidden;
}
html.form_novidades_active .bannertv__form {
  position: fixed;
  z-index: 20;
  left: 50%;
  transform: translate(-50%, -50%);
}
html.form_novidades_active .bannertv__form__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
html.form_novidades_active .bannertv__form__close svg {
  width: 3rem;
  height: 3rem;
}
html.form_novidades_active .bannertv__form__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 19;
}

.filme iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.implantacao {
  margin: 5rem 0;
}
.implantacao__holdimage {
  width: 65%;
}
@media screen and (max-width: 860px) {
  .implantacao__holdimage {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.implantacao__image {
  cursor: zoom-in;
  width: 100%;
}
.implantacao__box {
  width: 35%;
  background-color: #28322D;
  color: #ffffff;
  border-radius: 2rem;
  padding: 5rem 4rem 4rem;
}
@media screen and (max-width: 860px) {
  .implantacao__box {
    width: 100%;
    padding: 3rem;
  }
}
.implantacao__box__title {
  font-weight: 500;
  font-size: 2.8rem;
  margin-bottom: 4rem;
}
.implantacao__box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
  flex-wrap: wrap;
  max-height: 33rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .implantacao__box ul {
    max-height: 100%;
  }
}
.implantacao__box ul li {
  font-weight: 300;
  font-size: 1.2rem;
}
.implantacao__box ul li strong {
  display: block;
  margin-top: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.plantas {
  background-color: #28322D;
  padding: 5rem 0;
  color: white;
}
.plantas__row {
  margin-top: 4rem;
}
.plantas__metragens button {
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px white;
  text-align: center;
  opacity: 0.6;
  color: white;
  padding: 0 5rem 1rem;
  line-height: 1.8em;
}
.plantas__metragens button span {
  font-weight: 600;
  display: block;
}
.plantas__metragens button.act {
  opacity: 1;
}
.plantas__tipo {
  background-color: #6D7E0A;
  color: white;
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  cursor: pointer;
  position: relative;
}
.plantas__tipo svg {
  margin: 0 0 0.3rem 0.5rem;
}
.plantas__tipo__hidden {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  width: 21.4rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.plantas__tipo__hidden span {
  color: #323232;
  display: block;
  padding: 1rem 2rem;
}
.plantas__tipo__hidden span.act {
  background-color: #f4f0ef;
}
.plantas__slider {
  margin-top: 5rem;
}
.plantas__slider__item__row {
  grid-template-columns: 1fr 32rem;
}
@media screen and (max-width: 860px) {
  .plantas__slider__item__row {
    grid-template-columns: 1fr;
  }
}
.plantas__slider__item__hold {
  border-radius: 2rem;
  overflow: hidden;
  background-color: white;
}
.plantas__slider__item__hold img {
  width: 100%;
  display: block;
}
.plantas__slider__item__infos {
  background-color: #6D7E0A;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.5rem;
  padding: 3rem 4rem;
  border-radius: 2rem;
}
.plantas__slider__item__infos__title {
  font-size: 2.4rem;
  font-weight: 500;
}
.plantas__slider__item__infos p {
  font-weight: 300;
}
.plantas__slider__item__infos p i {
  display: block;
  margin-top: 1em;
}

.decorado {
  background-color: #28322D;
  padding: 5rem 0 0;
  color: white;
  position: relative;
}
.decorado .galeria__slider {
  bottom: -4px;
}
.decorado__options {
  margin: 5rem 0;
}
.decorado__options button {
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px white;
  text-align: center;
  opacity: 0.6;
  color: white;
  padding: 0 5rem 1rem;
  line-height: 1.8em;
}
.decorado__options button span {
  font-weight: 600;
  display: block;
}
.decorado__options button.act {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */