@charset "UTF-8";
:root {
  --primary-font: "Montserrat", sans-serif;
  --second-font: "Anek Latin", sans-serif;
  --primary-color: #393230;
  --red: #ff0000;
  --semi-bold: 700;
  --med-bold: 600;
  --low-bold: 500;
}

a {
  text-decoration: none;
}

.ab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bg_red {
  background-color: var(--red);
}

*:focus {
  outline: none;
}

.relative {
  position: relative;
}

.all {
  transition: all 0.4s ease;
}

ul li {
  list-style: none;
}

.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
  animation: shake 150ms 2 linear;
  -moz-animation: shake 150ms 2 linear;
  -webkit-animation: shake 150ms 2 linear;
  -o-animation: shake 150ms 2 linear;
}

.al-center {
  align-items: center;
}

@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slick-dots li button:before {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-disabled {
  opacity: 0.4;
}

strong {
  font-weight: var(--semi-bold);
}

html {
  padding: 0;
  margin-top: 0 !important;
}

html,
body {
  overflow-x: hidden;
}

html.is-active {
  overflow: hidden;
}

.menu_img {
  position: fixed;
  right: 0;
  z-index: 8;
  width: 67%;
  background: url(../imgs/menu_img.jpg) no-repeat;
  height: 100vh;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.menu_img.is-active {
  opacity: 1;
  visibility: visible;
}

#menu .logo {
  margin-inline: auto;
  margin-bottom: 3rem;
}
#menu .contato_menu {
  padding-left: 6rem;
  padding-top: 40px;
}
#menu .contato_menu a {
  color: #e5e2dd;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-weight: 600;
}
#menu .aviso {
  display: flex;
  font-family: var(--second-font);
  gap: 1.8rem;
  margin-top: 4rem;
}
#menu .aviso a {
  color: #e5e2dd;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  padding-inline: 6px;
  padding-bottom: 6px;
}

body {
  font-family: var(--primary-font);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
  background-color: #e8e6e1;
}
body.is-active {
  overflow: hidden !important;
}

@media (max-width: 990px) {
  body {
    padding: 0;
    font-size: 14px;
  }
}
p {
  margin: 0.75rem 0;
  line-height: 21px;
}

.container {
  max-width: 1022px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 0.95rem;
  position: relative;
}

@media (max-width: 1190px) {
  .container {
    max-width: 990px;
    padding-inline: 1rem;
  }
}
.container-large {
  max-width: 1400px;
}

@media (max-width: 1390px) {
  .container-large {
    max-width: 1210px;
  }
}
.container-space {
  max-width: 1240px;
}

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

.container-litle {
  max-width: 840px;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

h2 {
  font-weight: initial;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 62px;
  height: 62px;
  z-index: 2;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  display: none;
}

#banner {
  overflow: hidden;
  position: relative;
}
#banner:after {
  content: "";
  background: url(../imgs/marca_dgua.svg) no-repeat;
  position: absolute;
  width: 515px;
  height: 487px;
  left: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
}
#banner .swiper-wrapper {
  position: relative;
}
#banner .swiper .swiper-slide {
  height: 660px;
  background-size: cover;
  position: relative;
}
#banner .swiper .swiper-slide:after {
  content: "";
  background-color: hsla(0, 0%, 15%, 0.42);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#banner .flex {
  align-items: center;
  justify-content: end;
}
#banner .cc {
  position: relative;
  z-index: 9999;
  color: white;
  width: 340px;
  top: 40vh;
  right: 4rem;
}
#banner .cc h2 {
  font-family: var(--second-font);
  font-size: 36px;
  font-weight: 300;
}
#banner .cc h2 strong {
  font-weight: 600;
}
#banner .link {
  width: -moz-max-content;
  width: max-content;
}
#banner .link a {
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  color: white;
  gap: 15px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
#banner .link a:after {
  content: "";
  background: url(../imgs/arrow_link.svg) no-repeat;
  width: 22px;
  height: 13px;
}
#banner .link a:hover {
  gap: 1.3rem;
}
#banner .swiper-pagination-bullet-active {
  background-color: #d9d9d9;
}
#banner .swiper-pagination-bullet-active:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 10rem;
  border: 1px solid #d9d9d9;
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
}
#banner .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin-right: 14px;
}
#banner .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
#banner .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  height: 30px;
  padding-top: 16px;
  bottom: 40px;
}
#banner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
#banner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
#banner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
#banner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(1);
  background-color: #d9d9d9;
  position: relative;
}

.hamburger {
  position: fixed;
  right: 60px;
  z-index: 99;
  top: 30px;
  transition: all 0.4s ease;
}
.hamburger.ativo {
  top: 15px;
  transform: scale(0.7);
}

.hamburger .line {
  width: 38px;
  height: 2px;
  border-radius: 2rem;
  background-color: #fff;
  display: block;
  margin: 10px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active .line {
  background-color: #fff !important;
}

.hamburger.ativo .line {
  background-color: #3a5457;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(18px) rotate(45deg);
}

.hamburger#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-49deg);
}

#menu {
  background: url(../imgs/bg_menu.svg) no-repeat;
  position: fixed;
  padding-block: 6rem;
  left: 0;
  height: 100vh;
  top: 0;
  z-index: 9999;
  background-size: cover;
  width: 477px;
  display: grid;
  flex-wrap: wrap;
  align-content: space-around;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
#menu .aviso {
  margin-inline: auto;
}
#menu.is-active {
  opacity: 1;
  visibility: visible;
}
#menu a {
  transition: all 0.4s ease;
}
#menu a:hover {
  color: #bf9d81;
}
#menu ul {
  border-bottom: 1px solid #e5e2dd;
  margin-inline: 60px;
  padding-left: 38px;
}
#menu ul li {
  margin-bottom: 30px;
}
#menu ul li a {
  font-size: 30px;
  color: #e5e2dd;
  font-family: var(--second-font);
  font-weight: 100;
  text-transform: uppercase;
}
#menu ul li a:hover {
  color: #bf9d81;
  font-weight: 400;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9;
  transition: all 0.4s ease;
  background-color: transparent;
  height: 113px;
}
header.is-active {
  display: none;
}
header.ativo {
  background-color: #eeedea;
  height: 73px;
}
header.ativo .hamburger .line {
  background-color: #415456;
}
header.ativo .logo img {
  top: 34% !important;
}
header.ativo .hamburger.is-active .line {
  background-color: #415456;
}
header.ativo img {
  transition: all 0.4s ease;
}
header.ativo img.scroller {
  opacity: 1;
  visibility: visible;
  width: 220px;
}
header.ativo img.default {
  opacity: 0;
  visibility: hidden;
}
header .flex {
  justify-content: center;
}
header .flex .logo {
  text-align: center;
  position: relative;
  height: 113px;
  display: flex;
  align-items: center;
}
header .flex .logo img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
header img.scroller {
  opacity: 0;
  visibility: hidden;
}

#sec01 {
  position: relative;
  padding-bottom: 4rem;
}
#sec01:after {
  content: "";
  background: url(../imgs/marca_dgua2.svg) no-repeat;
  position: absolute;
  width: 150px;
  height: 425px;
  left: 0;
  bottom: 0;
  z-index: 9;
}
#sec01 .list {
  border-left: 1px solid #c4c4c4;
  padding-left: 5rem;
}
#sec01 .list img {
  width: 19px;
}
#sec01 .grid {
  grid-template-columns: 57% 1fr;
  align-items: end;
}
#sec01 .cc {
  display: grid;
  grid-template-columns: 1fr 326px;
  margin-left: 100px;
  gap: 4rem;
  align-items: center;
  padding-bottom: 3rem;
}
#sec01 .cc .text h2 {
  color: #415456;
  font-size: 50px;
  font-family: var(--second-font);
  font-weight: 500;
  margin-bottom: 24px;
}
#sec01 .cc .text strong {
  font-family: var(--second-font);
  color: #415456;
  text-transform: uppercase;
  font-weight: 400;
}
#sec01 .cc .list h3 {
  font-family: var(--second-font);
  font-size: 22px;
  font-weight: 600;
  color: #bf9d81;
}
#sec01 .cc .list ul {
  margin-top: 30px;
  font-size: 14px;
}
#sec01 .cc .list ul li {
  font-family: var(--second-font);
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 14px;
}
#sec01 .cc .list ul li img {
  display: block;
  margin-bottom: 10px;
}
#sec01 .cimg img {
  width: 100%;
}
#sec01 .cimg .link {
  width: 145px;
  height: 39px;
  background-color: #bf9d81;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 4px;
  left: -144px;
  transition: all 0.4s ease;
}
#sec01 .cimg .link:hover {
  background-color: #415456;
}
#sec01 .cimg .link:hover a {
  gap: 1.3rem;
}
#sec01 .cimg .link a {
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  color: white;
  gap: 15px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
#sec01 .cimg .link a:after {
  content: "";
  background: url(../imgs/arrow_link.svg) no-repeat;
  width: 22px;
  height: 13px;
}

#sec02 {
  overflow: hidden;
}
#sec02 .empreendimentos {
  margin-top: 92px;
}
#sec02 .empreendimentos .grid {
  grid-template-columns: 40% 40% 20%;
  gap: 50px;
}
#sec02 .empreendimentos .grid .box {
  height: 530px;
  width: 100%;
}
#sec02 .empreendimentos .grid .box .img {
  background-size: cover;
  height: 375px;
  width: 100%;
}
#sec02 .empreendimentos .grid .box .img:after {
  content: "";
  background-color: hsla(0, 0%, 15%, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
#sec02 .empreendimentos .grid .box .img .status {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 2;
}
#sec02 .empreendimentos .grid .box .img h3,
#sec02 .empreendimentos .grid .box .img h4 {
  font-family: var(--second-font);
  text-transform: uppercase;
  color: white;
  text-align: right;
}
#sec02 .empreendimentos .grid .box .img h3 {
  font-size: 15px;
  font-weight: 400;
}
#sec02 .empreendimentos .grid .box .img h4 {
  font-size: 10px;
  font-weight: 200;
  margin-top: 8px;
}
#sec02 .empreendimentos .grid .box .infos {
  padding: 25px 40px;
}
#sec02 .empreendimentos .grid .box .infos h2 {
  color: #bf9d81;
  font-size: 16px;
  font-family: var(--second-font);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#sec02 .empreendimentos .grid .box .infos ul {
  display: grid;
  width: -moz-max-content;
  width: max-content;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
#sec02 .empreendimentos .grid .box .infos ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
#sec02 .empreendimentos .grid .box .infos ul li img:nth-child(2) {
  display: none;
}
#sec02 .empreendimentos .grid .box .arrow {
  position: absolute;
  right: 2rem;
  top: 47%;
}
#sec02 .empreendimentos .grid .box:hover .img:after {
  opacity: 1;
}
#sec02 .empreendimentos .grid .box:hover .infos {
  background-color: #415456;
  color: #eeedea;
}
#sec02 .empreendimentos .grid .box:hover .infos h2 {
  color: #eeedea;
}
#sec02 .empreendimentos .grid .box:hover .infos ul li img:first-child {
  display: none;
}
#sec02 .empreendimentos .grid .box:hover .infos ul li img:nth-child(2) {
  display: block;
}
#sec02 .empreendimentos .grid .box:hover .arrow svg path {
  fill: #eeedea;
}
#sec02 .ver {
  padding-left: 2rem;
  padding-top: 50%;
}
#sec02 .ver a {
  color: #393230;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  display: block;
  text-align: center;
  width: 70px;
}
#sec02 .ver a svg {
  margin-bottom: 10px;
}
#sec02 .ver a:hover {
  color: #bf9d81;
}
#sec02 .ver a:hover svg path {
  fill: #bf9d81;
}
#sec02 .ver a:hover svg circle {
  stroke: #bf9d81;
}
#sec02 .ver a img {
  display: block;
  padding-bottom: 10px;
}

#sec03 {
  margin-top: 108px;
  position: relative;
}
#sec03:after {
  content: "";
  background: url(../imgs/patern2.svg) no-repeat;
  position: absolute;
  width: 122px;
  height: 571px;
  right: 0;
  top: -300px;
  z-index: 5;
}
#sec03 .grid {
  grid-template-columns: 60% 1fr;
}
#sec03 .intro {
  position: relative;
}
#sec03 .intro .link {
  position: absolute;
  right: 8rem;
  bottom: 6rem;
}
@media (max-width: 1360px) {
  #sec03 .intro .link {
    right: 5rem;
  }
}
#sec03 .intro .link:hover svg path {
  fill: #bf9d81;
}
#sec03 .intro .link:hover svg circle {
  stroke: #bf9d81;
}
#sec03 .intro .text {
  margin-left: 150px;
  width: 400px;
  margin-bottom: 70px;
}
#sec03 .intro .text h2 {
  font-size: 34px;
  font-family: var(--second-font);
  font-weight: 200;
  color: #415456;
}
#sec03 .intro .text h2 strong {
  font-weight: 400;
}
#sec03 .gal img {
  width: 205px;
}
#sec03 .numbers > div {
  margin-bottom: 1rem;
}
#sec03 .numbers data {
  display: block;
  font-size: 70px;
  color: #bf9d81;
  font-family: var(--second-font);
  font-weight: 400;
}
#sec03 .numbers span {
  font-size: 14px;
  color: #393230;
  width: 300px;
  display: block;
  line-height: 18px;
}

#sec04 {
  margin-top: 150px;
}
#sec04 .grid {
  grid-template-columns: 47% 26% 1fr;
}
#sec04 .grid .big {
  background-size: cover;
  height: 100%;
}
#sec04 .grid .big img {
  width: 100%;
}
#sec04 .grid .big:after {
  content: "";
  background: rgba(38, 38, 38, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#sec04 .grid .double .txt {
  background-color: #f8f7f4;
  padding: 24px 60px;
  font-size: 14px;
  height: 193px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
#sec04 .grid .double .txt h2 {
  font-family: var(--second-font);
  color: #bf9d81;
  font-size: 22px;
}
#sec04 .grid .double .txt svg {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
#sec04 .grid .double .txt:hover {
  background-color: #415456;
  color: #f8f7f4;
}
#sec04 .grid .double .txt:hover h2 {
  color: #f8f7f4;
}
#sec04 .grid .double .txt:hover svg path {
  fill: #f8f7f4;
}
#sec04 .grid .double .img {
  height: 193px;
  background-size: cover;
  background-position: center;
}
#sec04 .grid .double .img img {
  height: 194px;
}
#sec04 .grid .double .img:after {
  content: "";
  background: rgba(38, 38, 38, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

#contentP {
  background-color: #f1f0ee;
}
#contentP.exit {
  padding-block-start: 80px;
}
#contentP.exit .text {
  font-size: 26px;
  font-family: var(--second-font);
  width: 583px;
  color: #415456;
}
#contentP.exit .text h2 {
  font-weight: 500;
}
#contentP.exit .link {
  margin-top: 50px;
}
#contentP.exit .link a {
  display: inline-block;
  padding: 9px 28px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  background: #2f4444;
  color: white;
  text-transform: uppercase;
}

#banner_interno {
  height: 422px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center top;
}
#banner_interno.empreendimento-b {
  height: 508px;
  font-size: 14px;
}
#banner_interno.empreendimento-b p {
  line-height: 24px;
}
#banner_interno.empreendimento-b .intro {
  width: 244px;
}
#banner_interno.empreendimento-b.error h2 {
  font-size: 35px;
}
#banner_interno.empreendimento-b.error p {
  margin-top: 0;
}
#banner_interno:after {
  content: "";
  background: hsla(0, 0%, 6%, 0.44);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
#banner_interno .intro {
  z-index: 4;
  color: white;
}
#banner_interno .intro h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--second-font);
}
#banner_interno.contato {
  font-size: 14px;
}
#banner_interno.contato .intro {
  width: 244px;
}

#contato {
  position: relative;
}
#contato:after {
  content: "";
  background: url(../imgs/marca_d3.svg) no-repeat;
  top: 5rem;
  width: 269px;
  height: 539px;
  position: absolute;
  right: 0;
}
#contato ul {
  display: flex;
  justify-content: space-between;
}
#contato ul li {
  text-transform: uppercase;
  width: 179px;
  font-size: 14px;
  cursor: pointer;
  font-family: var(--second-font);
  height: 122px;
  padding: 33px 58px 0 10px;
  position: relative;
  transition: all 0.4s ease;
}
#contato ul li:after {
  content: "";
  display: block;
  bottom: 32px;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  position: absolute;
  left: 0;
}
#contato ul li:before {
  content: "";
  display: block;
  bottom: 32px;
  width: 81px;
  height: 3px;
  background-color: #c2c2c2;
  position: absolute;
  left: 0;
}
#contato ul li:hover, #contato ul li.ativo {
  background-color: #415456;
  color: #c2c2c2;
}
#contato .forms {
  margin-top: 66px;
}
#contato .forms .grid {
  grid-template-columns: 1fr 1fr;
  gap: 125px;
}
#contato .forms .forms .ff input {
  border: 1px solid #393230;
  border-radius: 6px;
  background-color: #eeedea;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  margin-bottom: 22px;
  color: #393230;
  font-family: var(--primary-font);
  font-size: 14px;
}
#contato .forms .forms .ff input[type=submit] {
  background-color: #415456;
  color: #e5e2dd;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  margin-top: 42px;
}
#contato .forms .forms .ff select {
  border: 1px solid #393230;
  border-radius: 6px;
  background-color: #eeedea;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  margin-bottom: 22px;
  color: #393230;
  font-family: var(--primary-font);
  font-size: 14px;
}
#contato .forms .forms .ff textarea {
  border: 1px solid #393230;
  border-radius: 6px;
  background-color: #eeedea;
  height: 122px;
  width: 100%;
  font-size: 14px;
  color: #393230;
  padding-left: 10px;
  padding-top: 10px;
  font-family: var(--primary-font);
}
#contato .forms .forms .text h2 {
  font-size: 70px;
  font-family: var(--second-font);
  color: #415456;
  font-weight: 200;
  line-height: 64px;
}
#contato .forms .forms .text h2 strong {
  font-weight: 400;
  display: block;
}
#contato .forms .forms .text .sub {
  font-size: 14px;
  color: #393230;
}
#contato .forms .forms .text .sub p {
  line-height: 19px;
}

#contato {
  position: relative;
}
#contato .tabs-wrap {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
#contato .tabs-nav {
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s;
}
#contato .tabs-nav svg {
  width: 22px;
}
#contato .tabs-nav.disabled {
  opacity: 0.35;
  pointer-events: none;
}
#contato .tabs-scroller {
  overflow: hidden;
}
#contato .tabs-track {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#contato .tabs-track li {
  text-transform: uppercase;
  width: 179px;
  font-size: 14px;
  cursor: pointer;
  font-family: var(--second-font);
  height: 122px;
  padding: 33px 58px 0 10px;
  position: relative;
  transition: all 0.4s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: normal;
}
#contato .tabs-track li:after {
  content: "";
  display: block;
  bottom: 32px;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  position: absolute;
  left: 0;
}
#contato .tabs-track li:before {
  content: "";
  display: block;
  bottom: 32px;
  width: 81px;
  height: 3px;
  background-color: #c2c2c2;
  position: absolute;
  left: 0;
}
#contato .tabs-track li:hover, #contato .tabs-track li.ativo {
  background-color: #415456;
  color: #c2c2c2;
}
@media (max-width: 992px) {
  #contato .tabs-scroller {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  #contato .tabs-scroller::-webkit-scrollbar {
    display: none;
  }
  #contato .tabs-track {
    padding: 0 8px;
    gap: 16px;
  }
  #contato .tabs-track li {
    /* 2 iténs por tela, com limites pra não “quebrar” */
    flex: 0 0 clamp(220px, 48vw, 360px);
    min-width: clamp(220px, 48vw, 360px);
    scroll-snap-align: start; /* snap no início pra formar “duplinhas” */
  }
}
@media (min-width: 993px) {
  #contato .tabs-wrap {
    grid-template-columns: 1fr;
  }
  #contato .tabs-nav {
    display: none;
  }
  #contato .tabs-scroller {
    overflow: visible;
  }
  #contato .tabs-track {
    justify-content: space-between;
  }
  #contato .tabs-track li {
    width: 179px;
  }
}

#privacidade {
  position: relative;
  padding-block: 76px;
}
#privacidade:after {
  content: "";
  background: url(../imgs/marca_d3.svg) no-repeat;
  top: 5rem;
  width: 269px;
  height: 539px;
  position: absolute;
  right: 0;
}
#privacidade .text {
  width: 60%;
  color: #415456;
  font-size: 14px;
}
@media (max-width: 990px) {
  #privacidade .text {
    width: 80%;
  }
}
#privacidade .text h1,
#privacidade .text h2,
#privacidade .text h3,
#privacidade .text h4 {
  font-family: var(--second-font);
  margin-top: 3rem;
}
#privacidade .text h1 {
  font-size: 35px;
  font-weight: 500;
}
#privacidade .text h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#privacidade .text ul {
  margin-left: 3rem;
}
#privacidade .text ul li {
  list-style: disc;
  margin-bottom: 12px;
}

#st {
  background-color: white;
}
#st .grid {
  grid-template-columns: 1fr 675px;
  padding-left: 226px;
  align-items: center;
  gap: 60px;
}
#st .grid .text {
  font-size: 14px;
}
#st .grid .text h2 {
  font-size: 70px;
  font-family: var(--second-font);
  color: #415456;
  font-weight: 200;
  line-height: 64px;
  margin-bottom: 25px;
}
#st .grid .text h2 strong {
  font-weight: 400;
  display: block;
}
#st .grid .text .link {
  border: 1px solid #415456;
  position: relative;
  height: 27px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding-right: 1rem;
  margin-top: 45px;
}
#st .grid .text .link a {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  color: #415456;
  width: -moz-max-content;
  width: max-content;
  padding-left: 40px;
}
#st .grid .text .link:after {
  content: "";
  background: #415456 url(../imgs/linkedin_logo.svg) no-repeat center;
  width: 32px;
  top: 0;
  height: 25px;
  position: absolute;
  left: 0;
}
#st .grid .img img {
  width: 100%;
}

#mapa {
  background-color: #343f41;
  margin-top: -4px;
}
#mapa .grid {
  grid-template-columns: 380px 1fr;
  gap: 5rem;
  align-items: center;
}
#mapa .text {
  color: #eeedea;
  font-size: 14px;
  padding-left: 110px;
}
#mapa .text h2 {
  font-size: 70px;
  font-family: var(--second-font);
  color: #415456;
  font-weight: 200;
  line-height: 64px;
  margin-bottom: 25px;
  color: #eeedea;
}

#empre-loop {
  margin-top: 6rem;
}

#filtro {
  margin-top: 40px;
}
#filtro .grid {
  position: relative;
}
#filtro .pp {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  position: absolute;
  z-index: 6;
  width: 100%;
  padding-inline: 0;
}
#filtro .pp:after {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
}

#filtro .container > div ul {
  font-family: var(--second-font);
  text-transform: uppercase;
  color: #5e5e5e;
  position: relative;
}
#filtro .container > div ul.ativo li:first-child {
  background: url(../imgs/arrow_t.svg) center no-repeat;
  background-position: 74% 31%;
}
#filtro .container > div ul.open:after {
  content: "";
  height: 4px;
  width: 81px;
  background-color: #c2c2c2;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#filtro .container > div ul.open li:first-child {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 8px;
  margin-inline: auto;
  background: #415456 url(../imgs/arrow_b.svg) center no-repeat;
  background-position: 74% 57%;
}
#filtro .container > div ul.open li:after {
  background: url(../imgs/arrow_b.svg) center no-repeat;
}
#filtro .container > div ul li:first-child {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 8px;
  margin-inline: auto;
  background: url(../imgs/arrow_t.svg) center no-repeat;
  background-position: 74% 57%;
}
#filtro .container > div ul li.open {
  font-size: 13px;
  font-weight: 200;
}

#filtro .container > div ul li.option:last-child {
  padding-bottom: 14px;
}

.empre-loop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.empre-loop .espaco ul li img:nth-child(2) {
  display: none;
}
.empre-loop .empre-card {
  height: 500px;
  width: 100%;
}
.empre-loop .empre-card .img {
  background-size: cover;
  height: 375px;
  width: 100%;
}
.empre-loop .empre-card .img:after {
  content: "";
  opacity: 0;
  transition: all 0.4s ease;
}
.empre-loop .empre-card .img .status {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 2;
}
.empre-loop .empre-card .img h3,
.empre-loop .empre-card .img h4 {
  font-family: var(--second-font);
  text-transform: uppercase;
  color: white;
  text-align: right;
}
.empre-loop .empre-card .img h3 {
  font-size: 15px;
  font-weight: 400;
}
.empre-loop .empre-card .img h4 {
  font-size: 10px;
  font-weight: 200;
  margin-top: 8px;
}
.empre-loop .empre-card .infos {
  padding: 25px 40px;
}
.empre-loop .empre-card .infos h2 {
  color: #bf9d81;
  font-size: 16px;
  font-family: var(--second-font);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.empre-loop .empre-card .infos ul {
  display: grid;
  width: -moz-max-content;
  width: max-content;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
.empre-loop .empre-card .infos ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.empre-loop .empre-card .arrow {
  position: absolute;
  right: 2rem;
  top: 47%;
}
.empre-loop .empre-card:hover .espaco ul li img:first-child {
  display: none;
}
.empre-loop .empre-card:hover .espaco ul li img:nth-child(2) {
  display: block;
}
.empre-loop .empre-card:hover .img:after {
  content: "";
  background-color: hsla(0, 0%, 15%, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.empre-loop .empre-card:hover .infos {
  background-color: #415456;
  color: #eeedea;
}
.empre-loop .empre-card:hover .infos h2 {
  color: #eeedea;
}
.empre-loop .empre-card:hover .arrow svg path {
  fill: #eeedea;
}

.flexb {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.btn-carregar {
  margin: 16px 0;
  padding: 10px 16px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  background-color: #bf9d81;
  color: #fefefe;
  letter-spacing: 1px;
  border: 0;
  cursor: pointer;
  margin-inline: auto;
}

.btn-carregar[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

#d2 {
  margin-top: 82px;
  position: relative;
}
#d2:after {
  content: "";
  background: url(../imgs/patern2.svg) no-repeat;
  position: absolute;
  width: 122px;
  height: 571px;
  right: 0;
  top: -100px;
  z-index: 5;
}
#d2 .grid {
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
#d2 .text {
  width: 328px;
  color: #415456;
  font-size: 14px;
}
#d2 .text h2 {
  font-family: var(--second-font);
  font-size: 36px;
  font-weight: 500;
}
#d2 .text a {
  margin: 16px 0;
  padding: 3px 16px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  background-color: #bf9d81;
  color: #fefefe;
  letter-spacing: 1px;
  border: 0;
  cursor: pointer;
  margin-inline: auto;
  display: inline-block;
}
#d2 .img img {
  width: 100%;
}
#d2 .img:after {
  content: "";
  background-color: hsla(0, 0%, 15%, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

#sobre {
  margin-top: 133px;
  background-position: center left;
  background-repeat: no-repeat;
  position: relative;
}
#sobre:after {
  content: "";
  background: url(../imgs/patern3.svg) no-repeat;
  position: absolute;
  width: 176px;
  height: 469px;
  right: 0;
  top: 50px;
  z-index: 5;
  pointer-events: none;
}
#sobre .grid {
  grid-template-columns: 1fr 1fr;
  gap: 75px;
}
#sobre .grid .video {
  height: 335px;
}
#sobre .grid .video.sem-link::after {
  display: none;
}
#sobre .grid .video:after {
  content: "";
  background-color: hsla(0, 0%, 15%, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
#sobre .grid .video .img {
  height: 335px;
  width: 100%;
}
#sobre .grid .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
}
#sobre .grid .text {
  font-size: 14px;
  color: #393230;
}
#sobre .grid .text strong {
  font-weight: 600;
}
#sobre .grid .text h2 {
  font-size: 34px;
  font-family: var(--second-font);
  font-weight: 500;
  color: #415456;
  margin-bottom: 17px;
}
#sobre .missao_content {
  margin-top: 50px;
  display: grid;
  margin-left: 180px;
  grid-template-columns: 1fr 1fr 1fr;
}
#sobre .missao_content .box {
  color: #eeedea;
  background-color: #446164;
  padding: 30px 37px;
}
#sobre .missao_content .box:nth-child(2) {
  background-color: #415456;
}
#sobre .missao_content .box h2 {
  color: #bf9d81;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#sobre .missao_content .box ul li {
  position: relative;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
#sobre .missao_content .box ul li:before {
  content: "";
  width: 4px;
  height: 3px;
  background-color: #bf9d81;
  display: block;
}

#mapa_quem {
  margin-top: 90px;
  position: relative;
  margin-bottom: 75px;
}
#mapa_quem:before {
  content: "";
  background: url(../imgs/letras.svg) no-repeat;
  position: absolute;
  left: 0;
  top: -3rem;
  width: 422px;
  height: 518px;
}
#mapa_quem .grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
#mapa_quem .text {
  width: 240px;
  margin-left: 4rem;
}
#mapa_quem .text h2 {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 38px;
  color: #415456;
  font-family: var(--second-font);
}
#mapa_quem .text h2 strong {
  font-weight: 500;
}
#mapa_quem .img img {
  width: 100%;
}

#numeros {
  background-color: #3a5457;
  color: #eeedea;
}
#numeros .numbers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-block: 45px;
}
#numeros .numbers data {
  display: block;
  font-size: 50px;
  color: #eeedea;
  font-family: var(--second-font);
  font-weight: 400;
  text-align: center;
}
#numeros .numbers span {
  font-size: 14px;
  color: #eeedea;
  width: 300px;
  display: block;
  line-height: 18px;
  text-align: center;
  font-weight: 200;
}
#numeros .numbers span p {
  margin: 0;
}

.home #contato_empreendimento.geral::after {
  content: "";
  background: url(../imgs/bg_cc.svg) no-repeat;
  position: absolute;
  width: 368px;
  height: 448px;
  left: 0;
  top: 90px;
  z-index: 5;
  pointer-events: none;
  display: block !important;
}
@media (max-width: 990px) {
  .home #contato_empreendimento.geral::after {
    display: none !important;
  }
}

#pq {
  background: url(../imgs/bg_pq.png) no-repeat center;
  background-size: cover;
  color: #eeedea;
  padding-inline: 130px;
  padding-block: 100px;
}
#pq .grid {
  grid-template-columns: 290px 1fr;
  align-items: center;
  gap: 2rem;
}
#pq .intro h2 {
  font-size: 72px;
  font-weight: 200;
  font-family: var(--second-font);
}
#pq .intro h2 strong {
  font-weight: 500;
}
#pq .itens {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-family: var(--second-font);
  font-size: 14px;
  font-weight: 200;
}
#pq .itens .box {
  text-align: center;
  padding-right: 40px;
  position: relative;
  padding-bottom: 3rem;
}
#pq .itens .box:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #989898;
  position: absolute;
  right: 0;
  top: 0;
}
#pq .itens .box:nth-child(2) {
  padding-left: 40px;
}
#pq .itens .box:nth-child(5) {
  padding-left: 40px;
}
#pq .itens .box:nth-child(3) {
  padding-left: 40px;
}
#pq .itens .box:nth-child(3):after {
  display: none;
}
#pq .itens .box:nth-child(4), #pq .itens .box:nth-child(5), #pq .itens .box:nth-child(6) {
  padding-bottom: 0;
}
#pq .itens .box:nth-child(6) {
  padding-left: 56px;
}
#pq .itens .box:nth-child(6):after {
  display: none;
}
#pq .itens .box img {
  display: block;
  margin-inline: auto;
}
#pq .itens .box h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--second-font);
  margin-top: 22px;
  font-weight: 500;
}

#banner_empreendimento {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 90px;
}
#banner_empreendimento:after {
  content: "";
  background-color: hsla(0, 0%, 15%, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#banner_empreendimento .intro {
  position: relative;
  z-index: 7;
  margin-bottom: 2rem;
  color: #eeedea;
  font-size: 22px;
  font-family: var(--second-font);
  font-weight: 200;
  left: 0;
}
#banner_empreendimento .intro h2 {
  color: #fff;
  font-size: 35px;
  font-family: var(--second-font);
  font-weight: 400;
  margin-bottom: 26px;
}
#banner_empreendimento .intro .dados {
  text-transform: uppercase;
}
#banner_empreendimento .itens {
  margin-left: 83px;
}
#banner_empreendimento .itens .dados {
  align-items: center;
  gap: 10px;
  margin-right: 2rem;
  text-transform: uppercase;
  font-size: 15px;
  font-family: var(--primary-font);
  font-weight: 400;
}

#sobre .grid {
  grid-template-columns: 588px 1fr;
  align-items: center;
}
#sobre .grid .video {
  height: 305px;
}
#sobre .grid .video img.vid {
  width: 100%;
  height: 305px;
}
#sobre .grid .text h2 {
  font-size: 50px;
  font-weight: 500;
}
#sobre .grid .text h4 {
  color: #415456;
  font-family: var(--second-font);
  font-weight: 500;
  font-size: 13px;
}
#sobre .itens_empre {
  margin-top: 82px;
}
#sobre .itens_empre .swiper-slide {
  text-align: center;
  color: #415456;
  font-family: var(--second-font);
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 30px;
  border-right: 1px solid #c4c4c4;
}
#sobre .itens_empre .swiper-slide.quarto-slide {
  border-right: 0;
}
#sobre .itens_empre .swiper-slide img {
  display: block;
  margin-inline: auto;
  margin-bottom: 16px;
}
#sobre .swiper-button-prev,
#sobre .swiper-button-next {
  position: absolute;
}
#sobre .swiper-button-prev:after,
#sobre .swiper-button-next:after {
  display: none;
}
#sobre .swiper-button-prev {
  background: url(../imgs/left_sw.svg) no-repeat;
  width: 49px;
  height: 49px;
  left: -4rem;
  z-index: 3;
}
#sobre .swiper-button-prev:hover {
  background: url(../imgs/left_sw_hover.svg) no-repeat;
}
#sobre .swiper-button-next {
  background: url(../imgs/right_sw.svg) no-repeat;
  width: 49px;
  height: 49px;
  right: -4rem;
  z-index: 3;
}
#sobre .swiper-button-next:hover {
  background: url(../imgs/right_sw_hover.svg) no-repeat;
}
#sobre .slide_itens .swiper-pagination-bullet-active {
  background-color: #2f4444;
}
#sobre .slide_itens .swiper-pagination-bullet-active:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 10rem;
  border: 1px solid #2f4444;
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
}
#sobre .slide_itens .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin-right: 14px;
  position: relative;
}
#sobre .slide_itens .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
#sobre .slide_itens .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  height: 30px;
  padding-top: 16px;
  bottom: 18px;
}
#sobre .slide_itens .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
#sobre .slide_itens .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
#sobre .slide_itens .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
#sobre .slide_itens .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(1);
  background-color: #3c4a4d;
  position: relative;
}

.galeria {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 16px;
  margin-top: 83px;
}
.galeria .tabs {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.galeria .tab {
  padding: 10px 18px;
  border: 1px solid #415456;
  background: transparent;
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s ease;
}
.galeria .tab.active,
.galeria .tab:hover {
  background: #2f4444;
  color: #fff;
  border-color: #2f4444;
}
.galeria .panel {
  display: none;
}
.galeria .panel.active {
  display: block;
}
.galeria .gallery-wrapper {
  position: relative;
  border-radius: 8px;
}
.galeria .gallery-wrapper .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 44px;
  box-shadow: none;
  cursor: pointer;
  z-index: 5;
  background: transparent;
  border: 0;
}
.galeria .gallery-wrapper .nav:before {
  display: none !important;
}
.galeria .gallery-wrapper .nav.prev {
  left: -80px;
  background: url(../imgs/gal_left.svg) no-repeat;
}
.galeria .gallery-wrapper .nav.prev:hover {
  background: url(../imgs/gal_left_hover.svg) no-repeat;
}
@media (max-width: 990px) {
  .galeria .gallery-wrapper .nav.prev {
    filter: brightness(5);
    background-size: cover;
    height: 20px;
    width: 36px;
  }
}
.galeria .gallery-wrapper .nav.next {
  right: -80px;
  background: url(../imgs/gal_right.svg) no-repeat;
}
.galeria .gallery-wrapper .nav.next:hover {
  background: url(../imgs/gal_right_hover.svg) no-repeat;
}
@media (max-width: 990px) {
  .galeria .gallery-wrapper .nav.next {
    filter: brightness(5);
    background-size: cover;
    height: 20px;
    width: 36px;
  }
}
.galeria .gallery-wrapper .nav::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2f4444;
  border-right: 2px solid #2f4444;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.galeria .gallery-wrapper .nav.prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.galeria .gallery-swiper {
  width: 100%;
  height: 478px;
}
.galeria .gallery-swiper img {
  width: 890px;
  height: 478px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.galeria .overlay {
  position: absolute;
  color: #fff;
  z-index: 4;
}
.galeria .swiper-slide {
  position: relative;
}
.galeria .swiper-slide:after {
  content: "";
  background-color: hsla(0, 0%, 15%, 0.42);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: none;
}
.galeria .overlay.caption {
  left: 24px;
  bottom: 24px;
  font-family: var(--second-font);
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 990px) {
  .galeria .overlay.caption {
    font-size: 12px;
  }
}
.galeria .overlay.counter {
  right: 24px;
  bottom: 24px;
  font-size: 24px;
  font-family: var(--second-font);
}
@media (max-width: 990px) {
  .galeria .overlay.counter {
    font-size: 12px;
  }
}
.galeria .swiper-pagination {
  bottom: 18px !important;
}
.galeria .swiper-pagination-bullet-active {
  background-color: #d9d9d9;
}
.galeria .swiper-pagination-bullet-active:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 10rem;
  border: 1px solid #d9d9d9;
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
}
.galeria .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin-right: 14px;
}
.galeria .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.galeria .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  height: 30px;
  padding-top: 16px;
  bottom: 40px;
}
.galeria .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.galeria .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.galeria .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.galeria .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(1);
  background-color: #d9d9d9;
  position: relative;
}

.sec-plantas {
  margin-top: 2rem;
}

.plantas-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr); /* <— em vez de 1fr puro */
  gap: 160px;
  align-items: center;
  /* o container que envolve o Swiper (no seu markup é .right) */
  /* Swiper não deve impor largura maior que o track */
  /* se algum CSS global trocou o display do wrapper, garanta o padrão do Swiper */
}
.plantas-grid .sec-plantas .right {
  min-width: 0; /* fundamental */
  overflow: visible;
}
.plantas-grid .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.plantas-grid h3 {
  font-size: 96px;
  color: #dad8d3;
  font-family: var(--second-font);
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.plantas-grid .sec-plantas .plantas-swiper {
  width: 100%;
  min-width: 0;
}
.plantas-grid .sec-plantas .plantas-swiper .swiper-wrapper {
  display: flex !important;
}
.plantas-grid .btns {
  display: grid;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
}
.plantas-grid h2 {
  color: #bf9d81;
  font-size: 34px;
  font-family: var(--second-font);
  text-transform: uppercase;
  font-weight: 500;
}
.plantas-grid .btn {
  display: inline-block;
  padding: 9px 28px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  background: #2f4444;
  color: white;
}
.plantas-grid .right {
  position: relative;
}
.plantas-grid .right .nav {
  position: absolute;
  top: 65%;
  border: 0;
  cursor: pointer;
}
.plantas-grid .prev {
  background: url(../imgs/left_sw.svg) no-repeat;
  width: 49px;
  height: 49px;
  left: -4rem;
  z-index: 3;
}
.plantas-grid .prev:hover {
  background: url(../imgs/left_sw_hover.svg) no-repeat;
}
.plantas-grid .next {
  background: url(../imgs/right_sw.svg) no-repeat;
  width: 49px;
  height: 49px;
  right: -4rem;
  z-index: 3;
}
.plantas-grid .next:hover {
  background: url(../imgs/right_sw_hover.svg);
}
.plantas-grid .swiper-button-disabled {
  opacity: 0.6;
}

#ficha {
  margin-top: 120px;
  color: #393230;
  position: relative;
}
#ficha:after {
  content: "";
  background: url(../imgs/g_ficha.svg) no-repeat;
  position: absolute;
  width: 340px;
  height: 458px;
  right: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 1140px) {
  #ficha:after {
    display: none;
  }
}
#ficha h2 {
  color: #bf9d81;
  font-size: 34px;
  font-family: var(--second-font);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
}
#ficha ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
#ficha .ficha-tecnica {
  -moz-column-count: 2;
       column-count: 2; /* nº de colunas */
  -moz-column-gap: 40px;
       column-gap: 40px; /* espaço entre colunas */
  list-style: none;
  padding: 0;
  margin: 0;
}
#ficha p {
  margin: 0;
}
#ficha .ficha-tecnica li {
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* evita que um item quebre entre colunas */
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  #ficha .ficha-tecnica {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.status-obra {
  padding: 140px 0;
} /* use o fundo do seu layout */
.status-obra .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Grid principal: 3 colunas de cards + 1 coluna lateral */
.status-obra__grid {
  display: grid;
  grid-template-columns: 2fr 1fr; /* esquerda (cards) / direita (aside) */
  -moz-column-gap: 138px;
       column-gap: 138px;
}

/* Cards em 3 colunas */
.status-obra__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 64px; /* espaçamento visual semelhante ao mock */
  list-style: none;
  margin: 0;
  padding: 0;
}

.status-obra__percent {
  color: #415456;
  font-weight: 500;
  font-family: var(--second-font);
  padding-inline: 24px;
}

.status-obra__percent span {
  font-size: 54px;
}

.status-obra__label {
  color: #7a868a;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 200;
  font-family: var(--second-font);
  padding-inline: 24px;
  margin-bottom: 23px;
  margin-top: 12px;
}

.status-obra__bar {
  height: 2px;
  background: #c4c4c4; /* trilho clarinho */
  border-radius: 2px;
  position: relative;
}

.status-obra__bar > span {
  display: block;
  width: 0; /* controlado inline (style="width:XX%") */
  background: #c2c2c2; /* terracota do título */
  border-radius: 2px;
  transition: width 0.6s ease;
  position: absolute;
  height: 4px;
  left: 0;
  top: -1px;
}

/* Lateral */
.status-obra__aside {
  align-self: start;
  margin: 0 0 24px;
  font-size: 34px;
  font-weight: 100;
  font-family: var(--second-font);
  padding-top: 15%;
  margin-inline: auto;
}
.status-obra__aside h2 {
  line-height: 52px;
  font-size: 55px;
  font-weight: 500;
  text-transform: uppercase;
  color: #bf9d81;
  margin-bottom: 50px;
}
.status-obra__aside strong {
  font-size: 54px;
  color: #415456;
  font-weight: 500;
}

.status-obra__total strong span {
  font-size: 0.7em;
}

.status-obra__total small {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  color: #3c4a4d;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 6px;
}

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

/* Botão */
.btn-flat {
  display: inline-block;
  margin-top: 60px;
  padding: 14px 22px;
  background: #bf9d81;
  color: #efefef;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 12px;
}

.btn-flat:focus {
  outline: 2px solid #3c4a4d;
  outline-offset: 2px;
}

/* Responsivo */
@media (max-width: 1024px) {
  .status-obra__cards {
    gap: 40px 40px;
  }
}
@media (max-width: 900px) {
  .status-obra__grid {
    grid-template-columns: 1fr;
  }
  .status-obra__aside {
    order: -1;
  } /* título/total acima no mobile */
}
@media (max-width: 640px) {
  .status-obra__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .status-obra__label {
    padding-inline: 0;
    font-weight: 500;
  }
  .status-obra__percent span {
    font-size: 36px !important;
  }
}
.status-obra__barFill {
  display: block;
  height: 100%;
  width: 0;
  background: #cda487;
  border-radius: 2px;
  transition: width 0.9s ease;
}

/* área */
.prox {
  background: #415456;
  color: #fff;
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  line-height: 10px;
}

.prox__wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
}
.prox__wrap .swiper-pagination {
  display: none;
}
@media (max-width: 990px) {
  .prox__wrap .swiper-pagination {
    display: block;
  }
}

/* cada slide centraliza a grade */
.prox-swiper .swiper-slide {
  padding: 0 16px;
}

/* grade 2×2 + linhas em cruz */
.quad-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 7vw, 96px) clamp(48px, 10vw, 140px);
  width: min(900px, 100%);
  padding: clamp(24px, 4vw, 32px);
}

.quad-grid::before,
.quad-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
}

.quad-grid::before {
  /* linha vertical */
  width: 1px;
  height: 85%;
  background: rgba(255, 255, 255, 0.18);
}

.quad-grid::after {
  /* linha horizontal */
  width: 85%;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.quad-item {
  text-align: center;
}

.quad-icon {
  width: 31px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: none;
  margin: 0 auto 14px;
}

.quad-item h3 {
  font-size: 15px;
  font-family: var(--second-font);
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
}

.quad-item .dist {
  display: block;
  margin-top: 6px;
  font-family: var(--second-font);
  font-size: 14px;
  text-transform: uppercase;
  color: #bf9d81;
}

/* setas custom */
.prox-prev,
.prox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #cda487;
  cursor: pointer;
  padding: 8px;
}

.prox-prev {
  left: 8px;
}

.prox-next {
  right: 8px;
}

.prox-prev:focus,
.prox-next:focus {
  outline: 2px solid rgba(255, 255, 255, 0.2);
  outline-offset: 3px;
}

/* responsivo */
@media (max-width: 640px) {
  .quad-grid {
    gap: 28px 32px;
  }
  .quad-icon {
    width: 56px;
    height: 56px;
  }
  .prox-prev,
  .prox-next {
    display: none;
  } /* (opcional) esconde setas no mobile */
}
.prox-prev,
.prox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: auto;
  cursor: pointer; /* sobrepõe tudo e clica */
}

/* as linhas da cruz não devem capturar clique */
.quad-grid::before,
.quad-grid::after {
  pointer-events: none;
  z-index: 1;
}

.prox__wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  padding-left: 4rem;
}

/* Slides organizados em grid 2x2 via Swiper Grid */
.prox-swiper {
  position: relative;
}

.prox-swiper .swiper-wrapper {
  align-items: center;
}

.quad-item {
  text-align: center;
  padding: 20px;
}

.quad-icon {
  width: 31px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 14px;
}

/* Cruz */
.quad-cross {
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
  z-index: 1;
}

.quad-cross::before,
.quad-cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.18);
}

.quad-cross::before {
  width: 1px;
  height: 85%;
}

.quad-cross::after {
  width: 85%;
  height: 1px;
}

/* Setas */
.prox-prev,
.prox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: #cda487;
  padding: 8px;
}

.prox-prev {
  left: 3rem;
}

.prox-next {
  right: 8px;
}

.prox-prev:focus,
.prox-next:focus {
  outline: 2px solid rgba(255, 255, 255, 0.2);
  outline-offset: 3px;
}

/* Responsivo */
@media (max-width: 640px) {
  .quad-icon {
    width: 40px;
    height: 40px;
  }
}
.wpcf7-spinner {
  position: absolute;
}

#contato_empreendimento {
  padding-block: 120px;
  position: relative;
}
#contato_empreendimento.geral:after {
  display: none;
}
#contato_empreendimento:after {
  content: "";
  background: url(../imgs/patern4.svg) no-repeat;
  position: absolute;
  width: 368px;
  height: 448px;
  right: 0;
  top: 100px;
  z-index: 5;
  pointer-events: none;
}
#contato_empreendimento .ff input {
  border: 1px solid #393230;
  border-radius: 6px;
  background-color: #eeedea;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  margin-bottom: 22px;
  color: #393230;
  font-family: var(--primary-font);
  font-size: 14px;
}
#contato_empreendimento .ff input[type=submit] {
  background-color: #415456;
  color: #e5e2dd;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 0;
}
#contato_empreendimento .ff textarea {
  border: 1px solid #393230;
  border-radius: 6px;
  background-color: #eeedea;
  height: 122px;
  width: 100%;
  font-size: 14px;
  color: #393230;
  padding-left: 10px;
  padding-top: 10px;
  font-family: var(--primary-font);
}
#contato_empreendimento .grid {
  grid-template-columns: 1fr 1fr;
  gap: 117px;
  align-items: center;
}
#contato_empreendimento .grid .text {
  font-size: 14px;
}
#contato_empreendimento .grid .text h2 {
  font-family: var(--second-font);
  font-size: 60px;
  font-weight: 200;
  color: #415456;
}
#contato_empreendimento .grid .text h2 strong {
  font-weight: 500;
}

#outros {
  background-color: #f1f0ee;
  padding-block: 80px;
}
#outros .empre-loop {
  grid-template-columns: 40% 40% 20%;
  gap: 50px;
}
#outros .ver {
  padding-left: 1rem;
  padding-top: 50%;
}
#outros .ver a {
  color: #393230;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  display: block;
  text-align: center;
  width: 70px;
}
#outros .ver a img {
  display: block;
  padding-bottom: 10px;
}
#outros .center {
  text-align: center;
}
#outros .center h2 {
  font-family: var(--second-font);
  font-size: 50px;
  font-weight: 200;
  color: #415456;
}
#outros #empre-loop {
  margin-top: 50px;
}

/* Fundo escuro do modal */
.lg-backdrop {
  background: #0b0b0b;
}

/* Header custom (esquerda, topo) */
.lg-custom-header {
  position: absolute;
  top: 18px;
  left: 24px;
  z-index: 1080;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* Botão FECHAR só com texto */
.lg-close svg {
  display: none;
}

.lg-close::after {
  content: "FECHAR";
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Deixa espaço para a faixa de thumbs */
.lg-components .lg-sub-html {
  margin-bottom: 90px;
}

footer {
  background: url(../imgs/bg_footer.jpg) center no-repeat;
  background-size: cover;
  min-height: 450px;
  color: #e5e2dd;
  display: flex;
  align-items: center;
  margin-top: -4px;
  position: relative;
  z-index: 8;
  padding-block-start: 110px;
  padding-block-end: 50px;
}
footer .friday {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}
footer .friday img {
  width: 70px;
}
footer .logo h2 {
  margin-top: 2rem;
}
footer .aviso {
  display: flex;
  font-family: var(--second-font);
  gap: 1.8rem;
  margin-top: 4rem;
  justify-content: center;
}
footer .aviso a {
  color: #e5e2dd;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  padding-inline: 6px;
  padding-bottom: 6px;
}
footer .contato_menu {
  padding-top: 40px;
}
footer .contato_menu a {
  color: #e5e2dd;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-weight: 600;
}
footer .grid {
  grid-template-columns: 1fr 37% 178px;
  gap: 4rem;
}
footer .social {
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
}
footer .logo h2 {
  color: #e5e2dd;
  font-weight: 100;
  font-size: 40px;
  font-family: var(--second-font);
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 34px;
}
footer .logo h2 strong {
  font-weight: 200;
}
footer .col2 {
  margin-inline: auto;
}
footer .menu {
  font-family: var(--second-font);
}
footer .menu li {
  margin-bottom: 30px;
}
footer .menu li:last-child {
  margin-bottom: 0;
}
footer .menu a {
  color: #e5e2dd;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
footer .menu a:hover {
  color: #bf9d81;
}
footer .chegar {
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 18px;
}
footer .chegar a {
  color: #e5e2dd;
  border-bottom: 1px solid #e5e2dd;
  font-weight: 600;
  padding-bottom: 3px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 990px) {
  #contato .forms {
    margin-top: 30px;
  }
  .empre-loop {
    grid-template-columns: 1fr;
  }
  .empre-loop .empre-card .arrow {
    top: initial;
    bottom: 1rem;
  }
  .empre-loop .empre-card .arrow svg {
    width: 22px;
  }
  #d2 .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #d2 .text {
    width: 328px;
    margin-inline: auto;
    text-align: center;
    padding-bottom: 2rem;
  }
  #d2:after {
    display: none;
  }
  footer {
    padding-block: 51px;
    padding-block-end: 80px;
  }
  footer .friday {
    right: initial;
    left: 50%;
    transform: translate(-50%);
  }
  footer .grid {
    grid-template-columns: 1fr;
  }
  footer .logo h2 {
    border-bottom: 0;
    padding-bottom: 0;
    width: 222px;
    font-size: 30px;
  }
  footer .social {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 3rem;
  }
  footer .grid {
    grid-template-columns: 1fr 1fr;
  }
  footer .col1 {
    grid-column: 1/-1;
  }
  footer .col2 {
    margin-inline: initial;
  }
  footer .menu a {
    font-size: 18px;
  }
  #ficha .ficha-tecnica {
    display: block;
  }
}
@media (max-width: 990px) {
  #banner_interno.empreendimento-b .intro {
    margin-top: 5rem;
  }
  .no-space {
    padding: 0 !important;
  }
  #sec02 .empreendimentos .grid .box {
    margin-bottom: 3rem;
  }
  #sec02 .empreendimentos .grid .box:last-child {
    margin-bottom: 0;
  }
  #sec03 .intro .link {
    display: none;
  }
  #d2 .text h2 {
    font-size: 28px;
  }
  #d2 .text {
    font-size: 13px;
  }
  #d2 .text a {
    font-size: 12px;
    width: 280px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #banner_interno.empreendimento-b {
    height: 440px;
  }
  #filtro .container > div ul li {
    width: 100% !important;
  }
  header .flex .logo img {
    width: 186px;
  }
  .hamburger {
    right: 1rem;
  }
  .menu_img {
    display: none;
  }
  #menu {
    width: 100%;
  }
  #menu ul li a {
    font-size: 24px;
  }
  #menu .logo {
    margin-inline: 4rem;
    position: absolute;
    top: 2rem;
  }
  #menu .logo img {
    width: 193px;
  }
  .hamburger.is-active {
    z-index: 999999;
  }
  #banner_empreendimento:after {
    background-color: hsla(0, 0%, 15%, 0.4);
    top: initial;
    bottom: 0;
    height: 36%;
  }
  #banner_empreendimento:before {
    content: "";
    background-color: hsla(0, 0%, 15%, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: initial;
    top: 0;
  }
  #banner_empreendimento {
    height: 500px;
    margin-bottom: 0;
  }
  #banner_empreendimento h2 {
    font-size: 24px !important;
  }
  #banner_empreendimento .flex {
    flex-wrap: wrap;
    gap: 1rem;
  }
  #banner_empreendimento .infos .dados {
    font-size: 16px;
  }
  #banner_empreendimento .itens {
    margin-left: 0;
  }
  #banner_empreendimento .itens .dados {
    font-size: 14px;
  }
  #banner_empreendimento .intro h2 {
    margin-bottom: 4px;
  }
  #sobre {
    margin-top: 0;
  }
  #sobre:after {
    display: none;
  }
  #sobre .grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }
  #sobre .grid .video {
    height: 220px;
    order: 2;
  }
  #sobre .grid .video img.vid {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sobre .grid .text {
    font-size: 14px;
    padding-inline: 1rem;
  }
  #sobre .grid .text h2 {
    font-size: 32px;
  }
  #sobre .grid .text h4 {
    font-size: 14px;
  }
  #sobre .itens_empre {
    padding-inline: 0;
  }
  #sobre .itens_empre .swiper-slide img {
    height: 28px;
  }
  #sobre .itens_empre .swiper-slide {
    border-right: 0;
    font-weight: 500;
  }
  #sobre .itens_empre .swiper-slide.quarto-slide {
    border-right: 0;
  }
  #sobre .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 0;
    background-size: cover;
  }
  #sobre .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 0;
    background-size: cover;
  }
  .galeria {
    padding: 0;
  }
  .galeria .container {
    padding: 0;
  }
  .galeria .gallery-swiper img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .galeria .gallery-swiper {
    height: 400px;
  }
  .plantas-grid {
    display: block;
    gap: 0;
  }
  .sec-plantas {
    padding-block: 3rem;
  }
  .plantas-grid .right {
    margin-top: 5rem;
  }
  .sec-plantas .container {
    padding: 0;
  }
  .sec-plantas img {
    width: 100%;
  }
  .plantas-grid .right .nav {
    position: absolute;
    top: 106%;
    border: 0;
    right: 0;
    cursor: pointer;
    left: 50%;
    transform: translate(0%, 50%);
  }
  .plantas-grid .right .nav.prev {
    left: 35%;
  }
  .plantas-grid .right .nav.next {
    left: 55%;
  }
  .plantas-grid .left {
    padding-inline: 1rem;
  }
  .plantas-grid .right h3 {
    padding-inline: 1rem;
    font-size: 50px;
  }
  .status-obra {
    padding: 0;
  }
  .status-obra__aside {
    color: #415456;
    font-weight: 500;
    text-align: center;
  }
  .status-obra__aside h2 {
    font-size: 38px;
    margin-bottom: 0;
    line-height: 21px;
  }
  .status-obra__aside strong {
    font-size: 40px;
    line-height: 33px;
  }
  .status-obra__percent span {
    font-size: 18px;
  }
  .mapa {
    margin-bottom: 4rem;
  }
  #contato_empreendimento {
    padding-block: 70px;
  }
  #outros .ver {
    padding-left: 1rem;
    padding-top: 0%;
    margin-inline: auto;
  }
  #banner_interno.contato .intro {
    margin-top: 6rem;
  }
  .prox {
    margin-top: 3rem;
    display: block;
    padding-top: 0;
  }
  .prox .swiper-pagination-bullet-active {
    background-color: #d9d9d9;
  }
  .prox .swiper-pagination-bullet-active:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 10rem;
    border: 1px solid #d9d9d9;
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
  }
  .prox .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin-right: 14px;
  }
  .prox .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .prox .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    height: 30px;
    padding-top: 16px;
    bottom: 18px;
  }
  .prox .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
  .prox .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
  .prox .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
  .prox .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(1);
    background-color: #d9d9d9;
    position: relative;
  }
  .prox__wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3rem;
  }
  #contato_empreendimento .grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #contato_empreendimento .grid .ff {
    order: 2;
  }
  #contato_empreendimento .grid .text {
    order: 1;
  }
  #contato_empreendimento:after {
    display: none;
  }
  #contato_empreendimento .grid .text h2 {
    font-size: 40px;
  }
  #outros .empre-loop {
    grid-template-columns: 1fr;
  }
  .empre-loop .empre-card .img:after {
    content: "";
    background-color: hsla(0, 0%, 15%, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  #sobre .grid .video .img {
    height: 220px;
  }
  #sobre {
    background-image: none !important;
  }
  #sobre .missao_content {
    margin-left: 0;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  #mapa_quem {
    margin-top: 3rem;
  }
  #mapa_quem:before {
    display: none;
  }
  #mapa_quem .grid {
    grid-template-columns: 1fr;
  }
  #mapa_quem .grid .text {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #mapa_quem .grid .mapa img {
    width: 100%;
  }
  #numeros .numbers {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #numeros .numbers span {
    width: 100%;
  }
  #pq {
    padding-inline: 2rem;
    padding-block: 2rem;
  }
  #pq .grid {
    grid-template-columns: 1fr;
  }
  #pq .intro h2 {
    font-size: 30px;
    text-align: center;
  }
  #pq .itens {
    grid-template-columns: 1fr;
  }
  #pq .itens .box:after {
    display: none;
  }
  #pq .itens .box {
    padding-right: 0;
    text-align: left;
    position: relative;
    padding-bottom: 1rem;
  }
  #pq .itens .box img {
    display: block;
    margin-inline: auto;
    position: absolute;
    left: 0;
    top: 19px;
  }
  #pq .itens .box h3,
  #pq .itens .box p {
    padding-left: 3rem;
  }
  #pq .itens .box:nth-child(2),
  #pq .itens .box:nth-child(3),
  #pq .itens .box:nth-child(5),
  #pq .itens .box:nth-child(6) {
    padding-left: 0;
  }
  #banner .cc {
    right: 0;
  }
  #banner .cc h2 {
    font-size: 32px;
  }
  #banner::after {
    width: 264px;
    height: 185px;
    left: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
    background-size: cover;
  }
  #sec01 .cc {
    grid-template-columns: 1fr;
    margin-left: 0;
    gap: 1rem;
    padding-inline: 1rem;
  }
  #sec01 .cc .text h2 {
    font-size: 32px;
  }
  #sec01 .grid {
    grid-template-columns: 1fr;
  }
  #sec01 .list {
    border: 0;
    padding-left: 0;
  }
  #sec01 .cc .list ul {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
  }
  #sec01 {
    margin-top: 2rem;
  }
  #sec01:after {
    display: none;
  }
  #sec01 .list img {
    height: 23px;
    width: auto;
    margin-inline: auto;
  }
  #sec02 .empreendimentos .grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #sec02 .ver {
    padding-left: 0;
    margin-inline: auto;
    padding-top: 0;
  }
  .empre-loop .empre-card .infos,
  #sec02 .empreendimentos .grid .box .infos {
    padding: 25px 1rem;
    font-size: 14px;
  }
  #empre-loop {
    gap: 4rem;
  }
  #sec02 .empreendimentos .grid .box .arrow {
    top: initial;
    bottom: 1rem;
  }
  #sec02 .empreendimentos .grid .box .arrow svg {
    width: 22px;
  }
  .empre-loop .empre-card .infos ul {
    grid-template-columns: 1fr;
  }
  #sec03:after {
    display: none;
  }
  #sec03 .intro .text {
    margin-left: 0;
    padding-inline: 1rem;
  }
  #sec03 .intro .text h2 {
    font-size: 28px;
    text-align: center;
  }
  #sec03 .grid {
    grid-template-columns: 1fr;
    display: grid;
  }
  #sec03 .grid .gal {
    order: 3;
  }
  #sec03 .grid .gal img {
    width: 195px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec03 .grid .gal img:last-child {
    display: none;
  }
  #sec03 .numbers data {
    font-size: 30px;
  }
  #sec03 .numbers {
    text-align: center;
    padding-top: 2rem;
  }
  #sec03 .numbers span {
    margin-inline: auto;
    font-size: 12px;
  }
  #sec04 .grid {
    grid-template-columns: 1fr;
  }
  #sec04 .grid .big {
    height: 229px;
  }
  #sec04 .grid .double:nth-child(2) .img {
    display: none;
  }
  #sec04 {
    margin-top: 2rem;
  }
  #sec02 .empreendimentos {
    margin-top: 2rem;
  }
}
@media (max-width: 430px) {
  footer .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  footer .col1 {
    grid-column: initial;
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 0;
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  z-index: 3;
  top: 33px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  font-size: 12px;
}

/* Galeria Desktop */
.galeria .gallery-swiper {
  width: 100%; /* ocupa toda largura disponível */
  max-width: 890px; /* limite no desktop */
  height: 478px; /* altura padrão */
  max-height: 478px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin: 0 auto; /* centraliza */
}

.galeria .gallery-swiper img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* garante proporção sem cortes */
  display: block;
  margin: 0 auto;
  background: transparent;
}

/* Galeria Responsivo para telas menores */
@media (max-width: 768px) {
  #contato .tabs-wrap {
    gap: 0px;
  }
  #contato .tabs-track {
    text-align: center;
  }
  #contato .tabs-track li {
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    font-family: var(--second-font);
    height: 38px;
    padding: 10px 0 0 0;
    position: relative;
    transition: all 0.4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: normal;
  }
  #contato .tabs-track li:before {
    content: "";
    display: block;
    bottom: 0px;
    width: 81px;
    height: 3px;
    background-color: #c2c2c2;
    position: absolute;
    left: 0;
  }
  #contato .tabs-track li:after {
    content: "";
    display: block;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
    position: absolute;
    left: 0;
  }
  .galeria .gallery-swiper {
    height: auto; /* altura automática */
    aspect-ratio: 890/478; /* mantém a proporção do box */
  }
  .galeria .gallery-swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /* Mantém setas fixas e visíveis */
  .galeria .gallery-wrapper .nav.prev {
    left: 10px;
  }
  .galeria .gallery-wrapper .nav.next {
    right: 10px;
  }
  #contato:after {
    display: none;
  }
  #contato .forms .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #contato .forms .grid .ff {
    order: 2;
  }
  #contato .forms .grid .text {
    order: 1;
  }
  #contato .forms .forms .text h2 {
    font-size: 40px;
    line-height: 43px;
  }
  #st {
    background: transparent;
    text-align: center;
  }
  #st .grid .text .link {
    margin-inline: auto;
    margin-bottom: 4rem;
  }
  #contato {
    overflow-x: hidden;
    margin-top: 1rem;
  }
  #privacidade:after {
    display: none;
  }
  #privacidade .text {
    width: 100%;
  }
  #mapa .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #mapa .grid .text {
    padding-top: 2rem;
    padding-inline: 1rem;
    text-align: center;
  }
  #mapa .grid .text h2 {
    font-size: 40px;
    line-height: 43px;
  }
  #st .grid {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
  #st .grid .text {
    order: 2;
    padding-inline: 1rem;
  }
  #st .grid .text h2 {
    font-size: 40px;
    line-height: 43px;
  }
  #st .grid .img {
    order: 1;
  }
}
/* garante que o wrap possa receber ::after */
#contato .forms .forms .ff .wpcf7-form-control-wrap.empreendimento {
  position: relative;
  display: block;
}

/* esconde a seta nativa do select e dá espaço à direita pro ícone */
#contato .forms .forms .ff select[name=empreendimento] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 44px; /* espaço pro ícone */
  background-image: none !important; /* evita setas padrão de alguns temas */
}

/* seta custom no ::after do WRAP */
#contato .forms .forms .ff .wpcf7-form-control-wrap[data-name=empreendimento]::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 9px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  /* SVG inline (fill #393230 já URL-encoded) */
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="9" viewBox="0 0 18 9" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_376_212)"><path d="M9.22651 8.91219L17.9064 0.528081C17.9663 0.46987 17.9999 0.391145 17.9999 0.309088C17.9999 0.227032 17.9663 0.148307 17.9064 0.0900956C17.8456 0.0338537 17.7647 0.00245114 17.6806 0.00245114C17.5964 0.00245114 17.5155 0.0338537 17.4548 0.0900956L8.99966 8.25571L0.546627 0.0905996C0.516949 0.0613875 0.481566 0.0381453 0.442524 0.0222178C0.403483 0.0062903 0.361558 -0.00200735 0.319174 -0.00219404C0.27679 -0.00238074 0.234788 0.00554749 0.195598 0.0211304C0.156408 0.0367133 0.120807 0.0596417 0.0908536 0.0885911C0.0609005 0.117541 0.03719 0.151936 0.0210934 0.189787C0.00499677 0.227639 -0.00316656 0.268196 -0.00292446 0.309113C-0.00268236 0.350029 0.00596037 0.390493 0.0225039 0.428164C0.0390474 0.465836 0.0631633 0.499968 0.093457 0.528585L8.77264 8.91168C8.83365 8.96821 8.91491 8.99982 8.99947 8.99991C9.08403 9.00001 9.16537 8.96858 9.22651 8.91219Z" fill="%23393230"/></g><defs><clipPath id="clip0_376_212"><rect width="18" height="9" fill="white"/></clipPath></defs></svg>');
}

/* (opcional) muda o tom no hover/focus */
#contato .forms .forms .ff .wpcf7-form-control-wrap.empreendimento:has(select:focus)::after,
#contato .forms .forms .ff .wpcf7-form-control-wrap.empreendimento:hover::after {
  opacity: 0.85;
}

.hide-mob {
  display: none !important;
}

@media (max-width: 770px) {
  .hide-mob {
    display: block !important;
  }
  .hide-desk {
    display: none !important;
  }
}
.mapa .hide-desk {
  display: block !important;
}
.mapa img:first-child {
  display: block;
}
.mapa img:nth-child(2) {
  display: none;
}
@media (max-width: 770px) {
  .mapa img:first-child {
    display: none;
  }
  .mapa img:nth-child(2) {
    display: block;
  }
}

.page-template-enviado-php #banner_interno.empreendimento-b .intro {
  width: 339px;
}

/* base */
.itens_empre {
  position: relative;
}

.slide_itens .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
}

/* mobile: desenha o “+” (cruz) por cima do viewport do swiper */
@media (max-width: 989px) {
  .itens_empre .slide_itens {
    position: relative;
  }
  .itens_empre .slide_itens::before,
  .itens_empre .slide_itens::after {
    content: "";
    position: absolute;
    background: #2f4444; /* cor da linha */
    pointer-events: none;
    z-index: 2;
  }
  /* linha vertical (meio) */
  .itens_empre .slide_itens::before {
    top: 10%;
    bottom: 20%;
    width: 1px;
    left: 50%;
    transform: translateX(-0.5px);
  }
  /* linha horizontal (meio) */
  .itens_empre .slide_itens::after {
    left: 8%;
    right: 8%;
    height: 1px;
    top: 50%;
    transform: translateY(-0.5px);
  }
  /* esconda setas no mobile, use só paginação */
  .itens_empre .swiper-button-next,
  .itens_empre .swiper-button-prev {
    display: none;
  }
  /* centraliza a paginação abaixo, como no layout */
  .itens_empre .swiper-pagination {
    position: static;
    margin-top: 12px;
  }
}
/* desktop mantém as setas e 4 por view em linha */
@media (min-width: 990px) {
  .itens_empre .swiper-pagination {
    display: none;
  }
  #sec02 .empreendimentos .grid .box .infos ul {
    grid-template-columns: 1fr;
  }
}
.page-template-quem-somos-php #sobre {
  margin-top: 133px;
  background-position: 0 342px;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 990px) {
  .page-template-quem-somos-php #sobre {
    margin-top: 2rem;
  }
}
.page-template-quem-somos-php #sobre .grid {
  grid-template-columns: 536px 1fr;
  align-items: center;
}
@media (max-width: 990px) {
  .page-template-quem-somos-php #sobre .grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }
}
.page-template-quem-somos-php #sobre .video {
  height: 335px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: -2rem;
}
@media (max-width: 990px) {
  .page-template-quem-somos-php #sobre .video {
    top: 0;
    height: auto;
  }
}

.social-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  z-index: 1000;
  overflow: hidden;
}
@media (max-width: 770px) {
  .social-fixed {
    top: 470px;
  }
}
.social-fixed a:first-child {
  border-bottom: 1px solid #d2a278;
}
.social-fixed a:hover:first-child {
  border-bottom: 1px solid #fff;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: all 0.4s ease;
}
.social-btn:hover {
  background-color: #415456;
}
.social-btn:hover svg path {
  fill: white;
}

.social-btn img {
  width: 26px;
  height: 26px;
  filter: sepia(50%) saturate(200%) hue-rotate(320deg); /* tonalidade bege/terracota */
}

.social-btn:hover img {
  transform: scale(1.1);
}/*# sourceMappingURL=main.css.map */