:root{
  --white: #fdf2e4;
  --brown: #5a4244;
}

/* Acessibilidade - Screen Reader Only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  padding: 10px;
  background-color: #000;
  color: #fff;
  z-index: 9999;
  top: 0;
}

html {
  font-size: 62.5%;
  font-family: "gotham", sans-serif;
}

body {
  background-color: #efe1d3;
}

.main {
  position: relative;
}

.hero{
 aspect-ratio: 1908/889;
 display: flex;
 align-items: center;
 background-color: var(--brown);
 padding: 10rem 0;
}

.hero_banner{
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero .container{
  position: relative;
  z-index: 2;
}

.hero_content{
  color: var(--white);
}

.hero_content_title{
  font-weight: 400;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.hero_content_logo{
  display: block;
  max-width: 43rem;
  height: auto;
  margin-bottom: 4rem;
}

.hero_content_text{
  font-size: 2.1rem;
  strong{
    font-weight: 500;
  }
}

.container {
  max-width: 1280px;
}

.main__form {
  z-index: 2;
  background-color: white;
  padding: 3.4rem 4.3rem;
  border-radius: 1.9rem;
  max-width: 37rem;
}

.main__form__title {
  font-size: 1.5rem;
  color: rgb(131, 117, 94);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 2.4rem;
}

input[type="email"],
input[type="tel"],
input[type="text"] {
  font-family:
    PP Mori,
    sans-serif !important;
  width: 100%;
  background-color: transparent;
  appearance: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #83755e;
  height: 20px;
  font-size: 12px;
  color: #83755e;
  letter-spacing: 1px;
}

.mt-36 {
  margin-top: 36px;
}

form a,
form label,
form label span {
  font-family:
    PP Mori,
    sans-serif;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #3d2416;
  line-height: 16px;
}

input[type="checkbox"] {
  appearance: none;
  width: 10px;
  height: 10px;
  border: 1px solid #9a8e87;
}

form label span {
  display: inline;
}

form label {
  margin: 2rem 0 0;
}

form a input[type="checkbox"]:checked,
form label input[type="checkbox"]:checked,
form label span input[type="checkbox"]:checked {
  background-color: #83755e;
  border-color: #83755e;
}

.header .btn,
.main__form .btn-primary {
  appearance: none;
  border: none;
  outline: none;
  border-radius: 28px;
  background-color: #905a4b;
  color: #fff;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  font-size: 12px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  margin-top: 2rem;
}

.header .btn {
  margin-top: 0;
}

body > iframe {
  position: absolute;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.container-md {
  max-width: 990px;
}

.text-creme {
  color: #fdf2e4;
}

.background-image {
  background: url("../images/background.jpg?v2") no-repeat center;
  background-size: cover;
}

.text-white {
  color: white;
}

.fs-30 {
  font-size: 30px;
}

.fs-18 {
  font-size: 18px;
}

.lh-34 {
  font-size: 34px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.lh-36 {
  line-height: 36px;
}

.mb-0 {
  margin-bottom: 0px;
}

.max-w-914 {
  max-width: 914px;
}

.max-w-500 {
  max-width: 516px;
}

.max-w-603 {
  max-width: 650px;
}

.fs-26 {
  font-size: 26px;
}

.gap-60 {
  gap: 60px;
}

.py-60 {
  padding: 60px 0;
}

.fw-400 {
  font-weight: 400;
}

.title {
  font-family: "gotham", sans-serif;
  font-weight: 500;
}

.ff-gotham {
  font-family: "gotham", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.btn-primary {
  appearance: none;
  border: none;
  outline: none;
  border-radius: 28px;
  background-color: #5a4244;
  color: #fff;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  font-size: 12px;
  text-decoration: none;
  font-family: gotham, sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  margin-top: 2rem;
}

.btn-secondary {
  appearance: none;
  border: none;
  outline: none;
  background-color: #fff1e2;
  color: #25110a;
  padding: 0.75rem 2rem;
  font-size: 22px;
  text-decoration: none;
  font-family: gotham, sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  margin-top: 2rem;
  width: 100%;
  font-weight: 500;
  text-align: center;
  max-width: 280px;
}

.background-secondary {
  background-color: #905a4b;
}

.gap-30 {
  gap: 30px;
}

.max-w-225 {
  max-width: 256px !important;
  min-width: 256px !important;
}

.mt-30 {
  margin-top: 30px;
}

.max-w-215 {
  max-width: 215px !important;
}

.relative {
  position: relative;
}

.py-118 {
  padding: 118px 0px;
}

.form-bottom {
  padding: 110px 0;
  position: relative;
  z-index: 2;
  background-color: #c3a688;
}

.form-bottom .flex {
  gap: 24px;
  display: flex;
}

.form-bottom h2 {
  width: 100%;
  color: var(--white);
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: roc-grotesk-wide, sans-serif;
}

.form-bottom h2:after {
  display: block;
  content: "";
  max-width: 76px;
  height: 1px;
  width: 100%;
  background-color: var(--white);
  margin: 34px auto 0;
}

.form-bottom .form {
  max-width: 680px;
  margin: 75px auto 0;
}

.form-bottom .form input[type="email"],
.form-bottom .form input[type="tel"],
.form-bottom .form input[type="text"] {
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 12px;
  padding-bottom: 16px;
  padding-top: 16px;
  color: var(--white);
  border-color: var(--white);
}

.form-bottom input[type="checkbox"]{
  border-color: var(--white);
}

.form-bottom form a, .form-bottom form label,.form-bottom form label span{
  color: var(--white);
}

.main .main-footer {
  background-color: #23120c !important;
}

.color-primary {
  color: #905a4b;
}

.mt-16 {
  margin-top: 16px;
}

.background-secondary {
  position: relative;
}

.background-secondary:after {
  position: absolute;
  top: 120px;
  right: 0;
  content: "";
  background-image: url("../images/effect.png");
  background-size: cover;
  width: 150px;
  height: 100px;
}

.background-secondary:before {
  position: absolute;
  bottom: 120px;
  left: 0;
  content: "";
  background-image: url("../images/effect.png");
  background-size: cover;
  width: 150px;
  height: 100px;
}

.form-bottom .form .btn-primary {
  padding: 16px 32px;
}

.main-footer {
  & .content.flex-box {
    & .squares {
      & li {
        a {
          color: white !important;
        }
      }
    }
  }
}

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

  .main__form {
    transform: none;
    max-width: 90%;
    top: 110vw;
    left: 5%;
    padding: 2rem;
  }

  .main {
    padding-bottom: 5rem;
  }
}

.fs-50 {
  font-size: 50px;
}

@media screen and (max-width: 340px) {
  .main__form {
    padding: 1.5rem;
  }
}

.button {
  display: table;
  border: solid 1px #000000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
  color: #524846;
}

.conceito{
  position: relative;
  overflow: hidden;
}

.conceito_content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}

.conceito_content_text{
  gap: 6rem;
  color: var(--brown);
}
.conceito_content_title{
  font-weight: 500;
  margin-bottom: 4rem;
  span{
    font-weight: 400;
  }
}
.conceito_image{
  width: 50%;
  margin: 0 0 0 auto;
  display: block;
  max-width: 60rem;
}
.conceito_content_vetor{
  max-width: 3vw;
}

.projetoetmo {
  margin: 100px 0 0;
}

.projetoetmo__row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.projetoetmo figure {
  width: 55%;
}

.projetoetmo figure img {
  width: 100%;
  display: block;
  min-height: 480px;
  object-fit: cover;
}

.projetoetmo__text {
  padding: 0 20px;
  color: #80574a;
  font-weight: bold;
  max-width: 530px;
}

.projetoetmo__text img {
  display: block;
  width: 160px;
  margin: 0 auto 20px;
}

.projetoetmo__title {
  color: #80574a;
  font-size: 32px;
  margin-bottom: 20px;
}

.projetoetmo__text p {
  color: #80574a;
  font-weight: 400;
}

.projetoetmo__text .legenda {
  text-align: right;
  font-size: 14px;
  margin: 20px 0 0 auto;
  max-width: 300px;
}

.videos {
  background-color: #f3e7d7;
  padding: 40px 0;
}

.videos__title {
  font-weight: bold;
  color: #80574a;
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.videos__subtitle {
  color: #80574a;
  font-weight: 500;
  font-size: 16px;
}

.videos__row {
  column-gap: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.videos__row__item__title {
  color: #80574a;
  font-weight: bold;
  margin: 20px 0;
}

.videos__row__item__text p {
  margin: 1em 0;
  color: #524846;
}

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

.chamadagaleria {
  /* background-color: #c3a688; */
  background-color: white;
  padding: 80px 0;
}

.chamadagaleria__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.65fr;
  column-gap: 35px;
}

.chamadagaleria__grid .col {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.chamadagaleria__grid img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 100%;
  aspect-ratio: 792/455;
}

.chamadagaleria__grid figure {
  position: relative;
}

.chamadagaleria__grid figure figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  text-transform: uppercase;
  color: #ffffff;
}

.chamadagaleria__button {
  appearance: none;
  background-color: transparent;
  border: solid 1px var(--brown);
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
  color: var(--brown);
  padding: 5px 25px;
}

.chamadagaleria__button svg path,
.chamadagaleria__button svg circle,
.chamadagaleria__button svg rect{
  stroke: var(--brown);
}

.galeria__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
}

.galeria__modal__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.galeria__modal__content {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}

.galeria__modal__content img {
  width: 100%;
  max-height: 77vh;
  object-fit: contain;
  display: block;
}

.galeria__modal__thumbs .galeria__modal__slider__item {
  padding: 0 7px;
}

.galeria__modal__thumbs img {
  max-height: 100px;
  object-fit: cover;
  aspect-ratio: 182/105;
}

.galeria__modal__slider .slick-prev,
.galeria__modal__slider .slick-next {
  width: 25px;
  height: 25px;
  border: solid 2px #ffffff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
  background: none;
}

.galeria__modal__slider .slick-next {
  transform: rotate(45deg);
}

.galeria__modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 4;
  cursor: pointer;
}

.galeria__modal__slider__item {
  position: relative;
}

.galeria__modal__slider__item .legenda {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.tour360 {
  background-color: #f3e7d7;
  padding: 80px 0;
}

.tour360__title {
  font-size: 32px;
  font-weight: bold;
  color: #80574a;
}

.tour360 img {
  display: block;
  margin: 30px auto;
}

.plantas {
  padding: 80px 0;
}

.plantas__row {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.plantas__options {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.plantas__options button {
  appearance: none;
  background-color: #ffffff;
  border: solid 1px #80574a;
  min-width: 220px;
  text-align: left;
  padding: 5px;
  cursor: pointer;
}

.plantas__options button.act {
  background-color: #80574a;
  color: #ffffff;
}

.plantas__item {
  width: calc(100% - 250px);
}

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

.plantas__slider__item__row img {
  width: 100%;
  max-width: 720px;
}

.implantacao__slider .slick-prev,
.implantacao__slider .slick-next,
.plantas__slider .slick-prev,
.plantas__slider .slick-next {
  width: 35px;
  height: 35px;
  min-width: 35px;
  position: static;
  /* transform: rotate(-135deg); */
  background: url("../images/ico-arrow-slider2.svg") no-repeat center / contain;
  margin: 0 5px;
  transform: none;
}

.implantacao__slider .slick-next,
.plantas__slider .slick-next {
  transform: rotate(180deg);
}

.plantas__slider__item__row__text {
  padding-left: 30px;
  text-align: right;
}

.plantas__slider__item__row__text .sub {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.plantas__slider__item__row__text .title {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  color: #80574a;
  font-weight: bold;
}

.plantas__links {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.plantas__links strong {
  font-weight: bold;
  font-size: 24px;
}

.plantas__links a {
  text-decoration: none;
  font-size: 24px;
}

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

.implantacao__slider__item__row img {
  width: 70%;
}

.implantacao__legenda {
  padding-left: 20px;
}

.implantacao__legenda h3 {
  color: #80574a;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.implantacao__legenda ul li {
  font-size: 14px;
}

.implantacao__legenda ul li span {
  font: inherit;
}

.implantacao__legenda ul li ul {
  padding-left: 15px;
}

.implantacao__legenda ul.listdefault {
  list-style: disc;
  list-style-position: inside;
}

/*  .mapaLocalizacao{background-color: #A7563B;} */
.box__reconhecimentos {
  background-color: #dec8ac;
  padding: 20px;
  margin-bottom: 30px;
}

.flex-mapa .col .box__reconhecimentos__title {
  font-size: 24px;
  font-style: italic;
  border-bottom: solid 1px #524846;
  margin-bottom: 20px;
}

.box__reconhecimentos .flex-between p {
  font-weight: bold;
  font-size: 18px;
  color: #000 !important;
  text-transform: uppercase;
}

.box__reconhecimentos .flex-between p small {
  color: inherit;
  font-size: 14px;
  display: block;
}

.box__reconhecimentos .flex-between {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
}

.leveza {
  background-color: white;
  padding: 80px 0;
}

.leveza__row {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

.leveza__title {
  font-size: 32px;
  font-weight: bold;
  color: #466857;
  margin-bottom: 1em;
}

.leveza__text p {
  margin-bottom: 1em;
  color: #466857;
  font-weight: 300;
  font-family: "Mazzard Soft H", sans-serif;
}

.leveza__text {
  width: 40%;
}

.leveza figure {
  width: 60%;
}

.leveza figure img {
  display: block;
  width: 100%;
  height: auto;
}

.mapaLocalizacao {
  background-image: url("../images/moema/bk-lead.jpg");
  background-size: cover;
}

.mapaLocalizacao .flex {
  justify-content: center;
}

.mapaLocalizacao .flex .col:first-child {
  flex: initial;
}

.mapaLocalizacao .flex .col:first-child img {
  max-width: 760px;
}

.flex-mapa {
  justify-content: center;
}

.flex-mapa .col:last-child {
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .menu-teaser .traducao:not(:last-child) {
    display: none;
  }

  .top.mobile .sticky {
    position: static !important;
  }

  .top.mobile {
    min-height: initial;
  }

  .mob-column {
    flex-direction: column;
    row-gap: 30px;
  }

  .projetoetmo figure img {
    min-height: initial;
  }

  .leveza__text,
  .plantas__item,
  .leveza figure,
  .projetoetmo figure {
    width: 100%;
  }

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

  .chamadagaleria__grid {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .galeria__modal__content {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 90vw;
  }

  .plantas__slider__item__row {
    flex-direction: column-reverse;
  }

  .implantacao__slider .slick-next,
  .plantas__slider .slick-next {
    position: absolute;
    top: 50%;
    right: 0;
  }

  .implantacao__slider .slick-prev,
  .plantas__slider .slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
  }

  .plantas__slider__item {
    position: relative;
  }

  .plantas__slider__item__row__text {
    text-align: center;
    padding: 0 0 20px;
  }

  .implantacao__slider__item__row {
    flex-direction: column;
    position: relative;
  }

  .galeria__modal__slider .slick-next {
    right: -10px;
  }

  .galeria__modal__slider .slick-prev {
    left: -10px;
  }
}

.flex-mapa .col h3 {
  font-weight: bold;
  color: #466857;
  margin-bottom: 16px;
}

.composicao {
  margin-top: 60px;
}

.flex-mapa .col h3 span {
  color: #466857;
}

.flex-images {
  display: flex;
  margin-top: 80px;
}

.flex-images .col:first-child img {
  max-height: 60vh;
  object-fit: cover;
  width: 100%;
}

.flex-images .col:last-child img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.flex-images + .flex-images {
  margin-top: 0px !important;
}

.flex-images .translate {
  padding: 80px 40px;
}

.flex-images img {
  display: block !important;
  max-width: 100%;
}

.flex-images .col {
  position: relative;
}

.flex-images .col .translate {
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  bottom: 0px;
}

.flex-images .col:first-child {
  flex: 2;
}

.flex-images .col:last-child {
  flex: 1;
}

.vida-urbana {
  padding: 80px 0px;
  padding-bottom: 0px !important;
  background-image: url("../images/moema/vida-urbana.jpg");
  background-size: cover;
}

.vida-urbana h2 {
  font-family: "Mazzard Soft H", sans-serif !important;
  font-weight: 300 !important;
  line-height: 54px !important;
  color: #dfc3a0;
  font-size: 64px;
  max-width: 400px;
}

.miniserie {
  overflow: hidden;
  padding: 6rem 0;
}

.miniserie .container {
  width: 80%;
}

.miniserie .slick-next,
.miniserie .slick-prev {
  top: unset;
  right: 0;
  bottom: -4rem;
  display: block;
  width: 30px;
  height: 30px;
  border: 0;
  background: url(../../images/slick-next.svg) no-repeat center center / 30px;
  transform: none;
  display: block !important;
}

.miniserie .slick-prev {
  left: unset;
  right: 30%;
  background-position: 0 -3px;
  transform: rotate(175deg);
}

@media screen and (max-width: 860px) {
  .miniserie .container {
    padding: 0;
  }
}

.miniserie__title {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media screen and (max-width: 860px) {
  .miniserie__title {
    padding-left: 15px;
  }
}

.miniserie__slider {
  max-width: 888px;
  margin-left: -10px;
}

@media screen and (max-width: 860px) {
  .miniserie__slider {
    max-width: 100%;
    margin: 0;
  }

  .miniserie__slider .slick-prev {
    left: calc(50% - 40px);
    bottom: -20px;
    z-index: 3;
    background-image: url("../../images/slick-next2.svg");
    background-position: top;
  }

  .miniserie__slider .slick-next {
    right: calc(50% - 40px);
    bottom: -20px;
    z-index: 3;
    background-image: url("../../images/slick-next2.svg");
  }
}

.miniserie__slider .slick-list {
  overflow: initial;
}

.miniserie__slider .slick-slide {
  margin: 0 10px;
}

.videotext {
  padding: 9rem 0;
  position: relative;
  overflow: hidden;
  color: #666666;
}

.videotext .container {
  position: relative;
  gap: 5rem;
}

.videotext__content {
  width: 50%;

  p {
    font-size: 1.8rem;
  }
}

.videotext__video {
  width: 50%;
}

.videotext__title {
  font-weight: 500;
  font-size: 30px;
  color: #524846;
  margin-bottom: 1.4em;
  text-transform: uppercase;

  span {
    font-weight: 600;
    color: #905a4b;
  }
}

.videotext__title--smaller {
  font-size: 26px;
  text-transform: none;
  margin: 2rem 0 0;
  max-width: 35rem;
}

.vetor {
  position: absolute;
  background: url("../images/vetor.png") no-repeat center / contain;
  width: 24rem;
  height: auto;
  aspect-ratio: 2/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: 100%;
}

.vetor--2 {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 1770px) {
  .vetor {
    width: 17rem;
  }

  .videotext .container {
    max-width: 70%;
  }

  .videotext__title {
    font-size: 27px;
  }

  .videotext__title--smaller {
    font-size: 21px;
  }

  .videotext__content p {
    font-size: 1.4rem;
  }
}

.parcerias {
  padding: 8.4rem 0;
  color: #666666;
}

.parcerias__top {
  margin-bottom: 5rem;
}

.parcerias__title {
  font-weight: 500;
  font-size: 26px;
  color: #8f594b;
  max-width: 500px;
}

.parcerias__options {
  gap: 2rem;
}

.parcerias__options__item {
  color: #524846;
  background-color: transparent;
  border: 0;
  padding: 1rem;
  font-weight: 300;
  font-size: 1.8rem;
}

.parcerias__options__item.act {
  background-color: #8f594b;
  color: white;
}

.parceiro__row {
  gap: 10rem;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}

.parceiro__content {
  p {
    font-size: 1.8rem;
    text-align: justify;
  }

  img {
    display: block;
    max-width: 30rem;
    margin-bottom: 10rem;
  }
}

.parceiro__image {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 860px) {
  .videotext .container {
    max-width: 100%;
  }

  .vetor {
    display: none;
  }

  .miniserie__slider .slick-slide {
    /* margin: 0; */
  }

  .videotext__content,
  .videotext__video {
    width: 100%;
  }

  .videotext__title br {
    display: none;
  }

  .parcerias__options {
    gap: 0.8rem;
    justify-content: flex-start;
  }

  .parcerias__title {
    font-size: 22px;
  }

  .parcerias__options__item {
    padding: 0.5rem 0.3rem;
    font-size: 1rem;
  }

  .parceiro__row {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }

  .parceiro__content img {
    margin-bottom: 5rem;
  }

  .parceiro__content p {
    font-size: 1.4rem;
  }
}

.miniserie__slider__item {
  position: relative;
}

.miniserie__slider__item__image {
  max-width: 100%;
  border-radius: 0;
  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: 10px;
  }
}

@media screen and (max-width: 860px) {
  .miniserie__slider__item__hold {
    /* position: absolute;
        bottom: 0;
        left: 0;
        color: #fff; */
    width: 100%;
    /* padding: 15px 15px 50px; */
  }

  .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: 20px 0;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 860px) {
  .miniserie__slider__item__title {
    font-size: 18px;
    position: relative;
    z-index: 2;
  }
}

.miniserie__slider__item__content {
  font-size: 14px;
  max-width: 700px;
}

@media screen and (max-width: 860px) {
  .miniserie__slider__item__content {
    font-size: 12px;
    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%;
  }
}

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

.mapaLocalizacao {
  padding: 110px 0;
  background-color: #f3e7d7;
}

.mapaLocalizacao .flex {
  gap: 96px;
  align-items: center;
  justify-content: space-between;
}

.mapaLocalizacao .flex h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  color: #524846;
}

.mapaLocalizacao .flex .col:first-child {
  flex: 3;
}

.mapaLocalizacao .flex .col:first-child img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mapaLocalizacao .flex p {
  font-size: 26px;
  font-weight: 300;
  color: #524846;
}

.mapaLocalizacao .flex .col:last-child {
  max-width: 390px;
  align-items: flex-start;
  flex: 2;
  flex-direction: column;
  display: flex;
  gap: 26px;
}

.mapaLocalizacao .flex .col:last-child .flex-center {
  align-items: center;
  width: 100%;
}

.mapaLocalizacao .flex .col:last-child .btn-primary {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.logos {
  z-index: 3;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  
  padding: 60px 0;
}

.logos .logo_items {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: slides 100s linear infinite;
  will-change: transform;
}

.logos .logo_items .item {
  flex: 0 0 auto;
  min-width: 200px;
  font-size: 24px;
  text-transform: uppercase;
  color: #905a4b;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.logos .logo_items .item:hover {
  color: #a67460;
}

.localizacao-nova {
  padding: 82px 0;
  
}

.localizacao-nova .flex-video {
  margin-top: 82px;
  display: flex;
  gap: 84px;
  justify-content: space-between;
}

.localizacao-nova .flex-video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background: #000;
}

.localizacao-nova .flex-video .col:last-child {
}

.localizacao-nova .flex-video .col:last-child h2 {
  font-size: 30px;
  font-weight: 300;
  color: #666666 !important;
}

.localizacao-nova .flex-video .col:last-child .context {
  margin-top: 60px;
}

.localizacao-nova .flex-video .col:last-child p {
  color: #524846;
  font-size: 22px;
  font-weight: 300;
}

.localizacao-nova .flex-video .col:last-child p + p {
  margin-top: 26px;
}

.flex-mapa {
  margin-top: 60px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.flex-mapa .grid-2-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 32px;
}

.flex-mapa .grid-2-col p {
  max-width: 190px;
}

.flex-mapa .col {
  flex: 1;
}

.flex-mapa .col p {
  color: #524846;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.25;
}

.flex-mapa .col img {
  width: 100%;
  height: auto;
  max-width: 450px;
}

.fw-300 {
  font-weight: 300;
}

.logo-sd img {
  max-width: 220px;
}

.text-cinza {
  color: #666666;
  line-height: 1.25;
}

.flex-mapa .col h2 {
  font-size: 24px;
  font-weight: 300;
  color: #524846;
  text-transform: uppercase;
}

.flex-mapa .col h3 {
  font-size: 50px;
  color: #905a4b;
}

.flex-mapa .col h3 span {
  color: #905a4b;
  font-size: 24px;
  font-weight: 300;
}

.flex-mapa .col:first-child {
  max-width: 520px;
}

.flex-comp {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  color: #905a4b;
}

.flex-comp span {
  color: #524846;
}

@keyframes slides {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-20% - 8px));
  }
}

@media (max-width: 1024px) {
  .logos .logo_items {
    animation: slides 80s linear infinite;
    gap: 30px;
  }
  
  .logos .logo_items .item {
    min-width: 160px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .logos {
    padding: 40px 0;
  }
  
  .logos .logo_items {
    animation: slides 60s linear infinite;
    gap: 20px;
  }
  
  .logos .logo_items .item {
    min-width: 120px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 480px) {
  .logos {
    padding: 30px 0;
  }
  
  .logos .logo_items {
    animation: slides 45s linear infinite;
    gap: 15px;
  }
  
  .logos .logo_items .item {
    min-width: 90px;
    font-size: 14px;
  }
}

.apto {
  padding: 100px 0px;
  background-color: #8f594b;
}

.gap-80 {
  gap: 120px;
}

.fs-40 {
  font-size: 40px;
}

.apt-text {
  color: white;
  margin-bottom: 8px;
}

/* Hines Section */
.hines-section {
  padding: 60px 0;
  color: #666666;
}

.hines-header {
  margin-bottom: 40px;
}

.hines-title-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hines-title {
  font-size: 80px;
  font-weight: 400;
  color: #666666;
  font-family: "gotham", sans-serif;
  margin: 0;
  line-height: 1;
  letter-spacing: -2px;
}

.hines-tagline {
  font-size: 24px;
  font-weight: 500;
  color: #666666;
  font-family: "gotham", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  max-width: 500px;
  line-height: 1.4;
  padding-top: 20px;
  text-align: right;
}

.hines-description {
  margin-bottom: 80px;
}

.hines-description p {
  font-size: 20px;
  font-weight: 300;
  color: #666666;
  font-family: "gotham", sans-serif;
  line-height: 1.6;
  margin: 0;
}

/* Countup Section */
.countup-section {
}

.hines-map-container img {
  width: 100%;
}

.countup-grid {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.countup-grid > div {
  flex: 1;
}

.countup-item {
  text-align: center;
  max-width: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.countup-number {
  font-size: 65px;
  font-weight: 600;
  color: #995648;
  font-family: "gotham", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
}

.countup-label {
  font-size: 18px;
  color: #666666;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.hines-map-container {
  margin-top: 80px;
  /* Espaço reservado para o mapa.png */
}

.images img {
  max-width: 100%;
  height: auto;
}

.fs-22 {
  font-size: 22px;
}

.fs-34 {
  font-size: 34px;
}

.images > div {
  max-width: 100%;
}

.w-mb-100 {
  max-width: 530px;
  width: 100%;
}

.infos__container {
  background-color: #25110a;
}

.localizacao {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #c3a688;

  p {
    max-width: 40rem;
  }
}
.localizacao_text{
  color: var(--brown);
  font-weight: 400;
  font-size: 2.2rem;
}
.localizacao_button{
  background-color: var(--brown);
  color: #c3a688;
  border-radius: 2rem;
}
.localizacao .container {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px 0 0;
}
.localizacao .container .__loc img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.single-video {
  background-color: #fcf7f2;
  padding: 82px 0 0;
}

.whatsapp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}

.float_modal {
  z-index: 111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: none !important;
}

.float_modal .background {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.float_modal .float_modal_content {
  padding: 20px 40px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 390px;
  max-width: 100%;
  z-index: 2;
  box-sizing: border-box;
}

.float_modal .close {
  position: absolute;
  top: 26px;
  right: 15px;
}

.float_modal .close:before,
.float_modal .close:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #000;
  position: relative;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
}

.float_modal .form {
  a {
    font-size: 14px;
  }
}

.float_modal {
  .flex.justify-center {
    display: flex;
    justify-content: center;
  }
}

.float_modal .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2.5px;
}

.float_modal .title {
  font-family: roc-grotesk-wide, sans-serif;
  color: #897773;
  display: block;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.float_modal .field {
  display: block;
  border: 0;
  border-bottom: solid 1px #897773;
  width: 100%;
  margin: 20px 0;
  padding: 5px 0;
  outline: none;
}

.float_modal label {
  display: block;
  font-size: 14px;
  margin: 20px 0;
}

.float_modal .button {
  background-color: #897773;
  text-align: center;
  display: table;
  color: #fff;
  margin: 0 auto 10px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  transition: all 400ms ease;
  padding: 4.6rem 0;

  a {
    color: white;
  }
}

.header a:hover{
  text-decoration: underline;
}

.header.scrolled {
  background-color: rgba(228, 209, 184, 0.45);
  backdrop-filter: blur(2px);
  padding: 1.2rem 0;

  a:not(.btn) {
    color: #452b1e;
  }

  .logo {
    opacity: 1;
  }
}

.header .flex-between {
  gap: 27px;
}

.header .logo {
  opacity: 0;
  transition: opacity 400ms ease;
}

.header .gap-27 {
  gap: 2.7rem;
}

/* Plantas */
@media screen and (max-width: 1500px) {
  .grafismo_plantas {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #plantas .container > .flex {
    flex-direction: column;
    gap: 20px !important;
  }
  #plantas .flex .col {
    flex: auto !important;
    max-width: 100%;
  }

  #plantas .flex .col:first-child {
    padding-top: 0 !important;
  }
  #plantas .flex .col h2 {
    position: relative !important;
    margin-bottom: 30px;
    text-wrap-mode: wrap !important;
  }
}
#plantas {
  background: #fcf7f3;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#plantas .grafismo_plantas {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
}
#plantas .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
#plantas .flex .col:first-child {
  flex: 1.5;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#plantas .flex .col:last-child {
  flex: 3;
}
#plantas .flex .planta-decorado,
#plantas .flex .planta-padrao {
  width: 100%;
  height: auto;
}
#plantas .flex .planta-decorado img,
#plantas .flex .planta-padrao img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#plantas .flex .col h2 {
  color: #8f594b;
  font-size: 26px;
  text-wrap-mode: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
#plantas .flex .col .toggle-button {
  display: flex;
  gap: 20px;
}
#plantas .flex .col .toggle-button .toggle-button__item {
  appearance: none;
  background-color: #fcf7f3;
  border: 1px solid #8f594b;
  color: #8f594b;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
#plantas .flex .col .toggle-button .toggle-button__item:hover,
#plantas .flex .col .toggle-button .toggle-button__item.act {
  background-color: #9c5749;
  color: #fff0e0;
}
#plantas .flex .col #decorado,
#plantas .flex .col #padrao {
  min-height: 75px;
}
#plantas .flex .col #decorado p,
#plantas .flex .col #padrao p {
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 0;
}
#plantas .flex .col .planta-info {
  border-top: solid 1px #9c5749;
  padding-top: 20px;
  width: 60%;
}
#plantas .flex .col .planta-info h3 {
  color: #9c5749;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
}
#plantas .flex .col .planta-info p {
  color: #9c5749;
  font-weight: 400;
  font-size: 14px;
}
#plantas .flex .col .viva_melhor h1 {
  margin-bottom: 0;
  font-weight: 300;
}
#plantas .flex .col .viva_melhor h1:last-child {
  font-weight: 500;
  color: #9c5749;
}

/* Vídeo Neorama */
#video-neorama {
  background: #fcf7f3;
  padding: 80px 0;
  overflow: hidden;
}
#video-neorama .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10%;
}
#video-neorama .video-neorama__video {
  flex: 3;
}
#video-neorama .video-neorama__content {
  flex: 1;
  max-width: 40%;
}
#video-neorama .video-neorama__content__text {
  h1 {
    font-size: 25px;
    color: hsl(17, 53%, 58%);
    font-weight: 500;
    margin-bottom: 8px;
  }
  h1:nth-of-type(3),
  h1:nth-of-type(4) {
    font-weight: 400;
    color: hsl(13, 47%, 10%);
  }
}
#video-neorama .video-neorama__content__grafismo {
  margin-top: 10px;
}

#video-neorama .video-neorama__content__grafismo img {
  max-height: 90px;
  max-width: 28.7rem;
}

.video-neorama__video {
  height: 100%;
}
.video-neorama__video .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-neorama__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .hines-title {
    font-size: 60px;
  }

  .hines-tagline {
    font-size: 16px;
    max-width: 100%;
  }

  .hines-description p {
    font-size: 16px;
  }

  .countup-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .countup-number {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .localizacao .container > .flex {
    justify-content: center;
  }
  .header {
    padding: 2rem 0;

    a {
      font-size: 1.4rem;
    }
  }

  .header .logo {
    opacity: 1;

    img {
      max-width: 100px;
    }
  }

  .hines-section {
    padding: 60px 0;
  }

  .localizaca {
    min-height: unset !important;
  }

  .hines-title {
    font-size: 50px;
  }

  .hines-title-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .hines-tagline {
    font-size: 14px;
    padding-top: 30px;
  }

  .hines-description {
    margin-bottom: 30px;
  }

  .flex-mapa .col h3 {
    font-size: 30px;
  }

  .flex-mapa .col p {
    font-size: 18px !important;
  }

  .hines-description p {
    font-size: 15px;
  }

  .flex-mapa .col h2 {
    font-size: 16px;
  }

  .hines-title-wrapper > svg {
    max-width: 280px !important;
  }

  .countup-section {
    padding: 40px 0;
  }

  .logo-sd img {
    max-width: 240px;
    margin: 24px auto;
    display: block;
  }

  .countup-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .flex-mapa {
    margin-top: 30px;
    flex-direction: column;
  }

  .fs-mb-18 + p {
    font-size: 16px;
  }

  .logo_ {
    margin-top: 32px;
  }

  .countup-number {
    font-size: 50px;
  }

  .countup-label {
    font-size: 16px;
  }

  .hines-map-container {
    margin-top: 0px;
  }

  .w-mb-100 {
    width: 100%;
  }

  .background-secondary:before,
  .background-secondary:after {
    display: none;
  }

  .gap-30.images {
    gap: 16px;
  }

  .images > div {
    width: calc(66% - 8px) !important;
  }

  .images > div:last-child {
    max-width: calc(34% - 8px) !important;
  }

  .images > div > img {
    height: 100% !important;
    object-fit: cover;
  }

  .images:last-child {
    margin-top: 24px !important;
    flex-direction: row-reverse;
  }

  .images:first-child > div:first-child {
    width: 100% !important;
  }

  .py-118 {
    padding: 60px 0px !important;
  }

  .images.mt-30 {
    margin-top: 16px !important;
  }

  .fs-30,
  .fs-34 {
    font-size: 22px !important;
  }

  .localizacao-nova .flex-video {
    gap: 16px;
  }

  .fs-22 {
    font-size: 18px;
  }

  .fs-mb-18 {
    font-size: 18px !important;
  }

  .flex-column-gap-36 {
    gap: 36px;
  }

  .localizacao img {
    max-width: 100%;
  }

  .logo_ > img {
    width: 60px;
  }

  .hero{
    aspect-ratio: initial;
  }

  .hero_content{
    text-align: center;
    margin: 0 auto 2rem;
  }

  .hero_content_logo{
    max-width: 25rem;
    margin: 0 auto 2rem;
  }
  .hero_content_text{
    font-size: 1.5rem;
  }
  .main__form{
    margin: 0 auto;
  }
  .conceito_image{
    max-width: 100%;
    width: 100%;
  }
  .conceito_content{
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 5rem 2rem 5rem 3rem;
  }
  .conceito_content_vetor{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: initial;
  }
  .conceito_content_title{
    font-size: 2rem;
  }

}

/* template */
.flex-col {
  flex-direction: column;
}

.gap-20 {
  gap: 20px;
}

.justify-between {
  justify-content: space-between;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}

/* Melhorias de Acessibilidade */

/* Focus visível para elementos interativos */
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #905a4b;
  outline-offset: 2px;
}

/* Acessibilidade para botões */
button {
  cursor: pointer;
}

button:hover {
  opacity: 0.9;
}

button:focus-visible {
  box-shadow: inset 0 0 0 3px #905a4b;
}

/* Melhorar legibilidade em modo de alto contraste */
@media (prefers-contrast: more) {
  body {
    background-color: #e8d4c4;
  }
  
  a {
    text-decoration: underline;
    font-weight: 600;
  }
}

/* Respeitar preferências de movimento reduzido */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .logos .logo_items {
    animation: none !important;
  }
}
