body {
  overflow-x: hidden;
}

h1 {
  font-size: clamp(36px, 5vw, 68px) !important;
}

h2 {
  font-size: clamp(30px, 4.5vw, 48px) !important;
}

h3 {
  font-size: clamp(24px, 3.5vw, 28px) !important;
}

h4 {
  font-size: clamp(20px, 3vw, 24px) !important;
}

h5 {
  font-size: clamp(18px, 2.5vw, 20px) !important;
}

h6 {
  font-size: clamp(16px, 2vw, 16px) !important;
}

p {
  font-size: clamp(14px, 1.8vw, 14px) !important;
}

label {
  font-size: clamp(12px, 1.5vw, 12px) !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.btn-primary {
  width: 300px !important;
  padding: 15px 0 !important;
  background-color: #26353a !important;
  border: 0px !important;
  font-weight: bold !important;
  align-self: center;
  transition: all 0.6s ease;
  position: relative;
  outline: none;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
}

.btn-primary::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  transition: width 0.6s ease;
  border: 1px solid #26353a;
  color: #26353a !important;
}

.btn-primary:hover {
  color: #26353a !important;
}

.btn-primary:hover::after {
  width: 100%;
  color: #26353a !important;
}

.btn-primary:active {
  top: 2px;
  color: #26353a !important;
}

.btn-secundary {
  width: 300px !important;
  padding: 15px 0 !important;
  background-color: #fff !important;
  color: #26353a !important;
  border: 0px !important;
  font-weight: bold !important;
  align-self: center;
  transition: all 0.6s ease;
  position: relative;
  outline: none;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
}

.btn-secundary::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #26353a;
  transition: width 0.6s ease;
  border: 1px solid #fff;
  color: #fff !important;
}

.btn-secundary:hover {
  color: #fff !important;
}

.btn-secundary:hover::after {
  width: 100%;
  color: #fff !important;
}

.btn-secundary:active {
  top: 2px;
  color: #fff !important;
}

.imagemWrapper {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #26353a;
}

/*  */

body {
    overflow-x: hidden;
}

header {
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; */
  padding: 10px 0;
  background-color: #26353a;
  /* background-color: transparent; */
  /* 
  background: #161616;
background: linear-gradient(180deg,rgba(22, 22, 22, 0.59) 0%, rgba(22, 22, 22, 0.29) 50%, rgba(0, 0, 0, 0) 100%); */
}

header .container {
  padding: 0;
}

header .menu {
  cursor: pointer;
  transition: all 0.6s;
}

header .menu:hover {
  transform: scale(1.1);
}

/*  */

#numeros .container {
  text-align: center;
  border-bottom: 1px solid #26353a80;
}

#numeros .d-flex {
  justify-content: space-evenly;
  padding: 30px 0;
}

#numeros .center {
  border-left: 1px solid #26353a80;
  border-right: 1px solid #26353a80;
}

#numeros h3 {
  color: #957f60;
  margin: 0;
}

#numeros p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

/*  */

#homeHistoria {
  padding: 100px 0;
}

#homeHistoria img {
  animation: slide-in-left 1s ease-in-out;
  animation-play-state: paused;
}

#homeHistoria h2 {
  font-weight: bold;
  font-family: "Playfair Display SC";
}

#homeHistoria .col-md-6 ~ :last-child {
  animation: fade-in 2s ease-in-out;
  animation-play-state: paused;
}

/*  */

#homeEmpreendimentos {
  padding: 100px 0;

  background-image: url(../img/ruido.png);
}

#homeEmpreendimentos .containerTitle {
  padding-bottom: 60px;
  animation: fade-in 2s ease-in-out;
  animation-play-state: paused;
}

#homeEmpreendimentos .containerTitle .col-md-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0;
}

#homeEmpreendimentos .containerTitle .dash {
  width: 100%;
  height: 2px;
  background-color: #26353a;
}

#homeEmpreendimentos .containerTitle h2 {
  color: #26353a;
  background-image: url(../img/ruido.png);
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Playfair Display SC";
}

#homeEmpreendimentos .empreendimentos .col-md-4 {
  animation: slide-card-left 2s ease-in-out;
  animation-play-state: paused;
}

#homeEmpreendimentos .empreendimentos .homeImagemWrapper {
  margin-bottom: 20px;
}

#homeEmpreendimentos .empreendimentos img {
  height: 600px;
  width: 100%;
  transition: all 1000ms;
  display: block;
  object-fit: cover;
}

#homeEmpreendimentos .empreendimentos img:hover {
  transform: scale(1.2);
}

#homeEmpreendimentos .empreendimentos h3,
#homeEmpreendimentos .empreendimentos p {
  text-align: center;
}

#homeEmpreendimentos .empreendimentos h3 {
  font-family: "Playfair Display";
}

#homeEmpreendimentos .empreendimentos p {
  color: #957f60;
}

#homeEmpreendimentos .empreendimentos a {
  text-decoration: none;
}

/*  */

#destaque {
  background-color: #26353a;
  padding: 100px 0;
}

#destaque img {
  margin-bottom: 50px;
  animation: fade-in 2s ease-in-out;
  animation-play-state: paused;
}

#destaque h2 {
  font-family: "Playfair Display SC";
}

#destaque p {
  width: 80%;
  text-align: center;
}

#destaque h2,
#destaque p {
  color: #fff;
  margin-top: 30px;
  animation: slide-to-up 2s ease-in-out;
  animation-play-state: paused;
}

#destaque a {
  margin-top: 30px;
  animation: slide-to-up 2s ease-in-out;
  animation-play-state: paused;
}

/*  */

#homeNoticias {
  padding: 100px 0;
}

#homeNoticias .noticiasText {
  padding: 20px 0;
  border-left: 1px solid #26353a80;
  border-right: 1px solid #26353a80;
  border-bottom: 1px solid #26353a80;
}

#homeNoticias .containerTitle {
  padding-bottom: 60px;
  animation: fade-in 2s ease-in-out;
  animation-play-state: paused;
}

#homeNoticias .containerTitle .col-md-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0;
}

#homeNoticias .containerTitle .dash {
  width: 100%;
  height: 2px;
  background-color: #26353a;
}

#homeNoticias .containerTitle h2 {
  color: #26353a;
  background-color: #fff;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Playfair Display SC";
}

#homeNoticias .col-md-4 {
  animation: slide-card-left 2s ease-in-out;
  animation-play-state: paused;
}

#homeNoticias .noticias img {
  width: 100%;
}

#homeNoticias .noticias h5 {
  font-family: "Playfair Display";
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#homeNoticias .noticias p,
#homeNoticias .noticias a {
  color: #957f60;
}

#homeNoticias .noticias a {
  font-weight: bold;
  text-decoration: none;
}

#homeNoticias .noticias a:hover {
  text-decoration: underline;
}

#homeNoticias .btn {
  margin-top: 60px;
}

/*  */

#empreendimentos {
  padding: 100px 0;
}

#logoPage {
  padding: 50px;
}

#logoPage .container {
  position: relative;
}

#logoPage .empreendimentosLogoTexto {
  position: absolute;
  right: 0;
  top: 0;
}

#logoPage .empreendimentosLogoTexto h2 {
  font-family: "Playfair Display";
  color: #957f60;
}

#empreendimentosNav {
  padding: 20px;
  background-color: #26353a;
}

#empreendimentosNav ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  list-style: none;
  margin: 0%;
}

#empreendimentosNav ul a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

#empreendimentosNav ul a:hover {
  text-decoration: underline;
}

#empreendimentos .row {
  gap: 100px 0;
}

#empreendimentos .col-md-4 {
  padding: 0;
}

#empreendimentos img {
  transition: all 1s;
  display: block;
  object-fit: cover;
  height: 100vh;
}

#empreendimentos img:hover {
  transform: scale(1.2);
  filter: brightness(50%);
}

#empreendimentos h4 {
  font-family: "Playfair Display";
  font-weight: bold;
}

#empreendimentos p {
  width: fit-content;
}

#empreendimentos .empreendimentoSituacao {
  color: #957f60;
}

#empreendimentos .empreendimentoNome a {
  text-decoration: none;
  color: #26353a;
  font-family: "Playfair Display";
  font-weight: bold;
}

/*  */

#logoPage .logo-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}

#logoPage .logo-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100px;
  background-color: #957f60;
}

#sobre {
  background-image: url(../img/ruido.png);
}

#sobre .sobre {
  padding: 100px 0 50px;
}

#sobre .sobre h2 {
  padding-bottom: 20px;
  font-weight: 700;
  color: #957f60;
  font-family: "Playfair Display ";
}

#sobre .sobre p {
  font-family: "Playfair Display";
  text-align: justify;
}

#MVV {
  padding: 50px;
  background-color: #26353a;
}

#MVV h3 {
  font-family: "Playfair Display SC";
}

#MVV h3,
#MVV p {
  color: #fff;
}

#slogan {
  padding: 50px 0;
}

#slogan h3 {
  color: #957f60;
  font-family: "Playfair Display SC";
}

/*  */

#blogTitulo {
  padding: 100px 0 50px;
  font-family: "Playfair Display SC";
  border-bottom: 1px solid #26353a80;
}

#blogTitulo h2 {
  color: #957f60;
  font-weight: bold;
}

#blog {
  padding: 50px 0 100px;
}

#blog .row {
  gap: 30px 0;
}

#blog img {
  object-fit: cover;
}

#blog .blogTexts {
  padding: 30px 0;
  border-left: 1px solid #26353a80;
  border-bottom: 1px solid #26353a80;
  border-right: 1px solid #26353a80;
}

#blog .blogTexts h5 {
  font-family: "Playfair Display";
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#blog .blogTexts p,
#blog .blogTexts a {
  color: #957f60;
}

#blog .blogTexts a {
  font-weight: bold;
  text-decoration: none;
}

#blog .blogTexts a:hover {
  text-decoration: underline;
}

/*  */

#contato {
  padding: 100px 0;
}

#contato h2 {
  font-family: "Playfair Display SC";
  text-align: center;
  color: #957f60;
  font-weight: bold;
}

#contato form {
  padding: 100px 0;
}

#contato form label {
  color: #957f60;
  font-family: "Playfair Display";
}

#contato form input,
#contato form textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #957f60;
  color: #957f60;
  background-color: transparent;
  border-radius: 0;
}

#contato form input:focus,
#contato form textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #957f60 !important;
}

/*  */

.hero-banner {
  position: relative;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.3); /* leve escurecido opcional */
}

.hero-logo {
  width: 80px;
  margin-bottom: 15px;
}

.hero-title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  color: white;
  font-family: "Playfair Display";
}

.hero-subtitle {
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: white;
}

.hero-tags {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.hero-tags li,
.hero-tags li a {
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-button {
  border: 1px solid white;
  padding: 8px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.hero-button:hover {
  background: white;
  color: black;
}

#detalhes {
  padding: 100px 0;
  background-color: #26353a;
}

#detalhes span,
#detalhes h3 {
  color: #fff;
}

#detalhes h3 {
  font-family: "Playfair Display SC";
}

#ficha-tecnica .col-md-6 {
  padding: 50px 0 0;
}

#ficha-tecnica h2 {
  color: #26353a;
  margin-bottom: 50px;
  font-family: "Playfair Display SC";
}

#ficha-tecnica .col-md-6 .nav ul,
#plantas .nav ul {
  margin: 0;
}

#ficha-tecnica .col-md-6 .nav li,
#plantas .nav li {
  padding: 15px;
  border-top: 1px solid #26353a;
  border-bottom: 1px solid #26353a;
  width: 50%;
  list-style: none;
  cursor: pointer;
}

#ficha-tecnica .col-md-6 .nav .active,
#plantas .nav .active {
  font-weight: bold;
  padding-bottom: 5px;
}

#galeria-fotos img {
  filter: brightness(60%);
}

.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

#plantas,
#status-obra,
#localizacao {
  padding: 50px 0;
}

#plantas h2 {
  color: #26353a;
  font-family: "Playfair Display SC";
  margin-bottom: 50px;
}

#plantas .swiper-pagination-bullet-active {
  background-color: #26353a !important;
}

#status-obra {
  background-color: #26353a;
  color: #fff;
}

#status-obra h2 {
  font-family: "Playfair Display SC";
  color: #fff;
  margin-bottom: 50px;
}

#status-obra h3,
#status-obra p {
  color: #fff;
}

#localizacao {
  background-color: #26353a;
}

#localizacao h2 {
  color: #ffffff;
  font-family: "Playfair Display SC";
}

#localizacao p {
  color: #ffffff;
}

#empreendimento-contato {
  padding: 50px 0;
}

#empreendimento-contato h2 {
  color: #26353a;
  font-family: "Playfair Display SC";
}

#empreendimento-contato form {
  padding: 50px 0;
}

#empreendimento-contato form label {
  color: #26353a;
  font-family: "Playfair Display";
}

#empreendimento-contato form input,
#empreendimento-contato form textarea {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #26353a;
  color: #26353a;
  background-color: transparent;
}

#empreendimento-contato form input:focus,
#empreendimento-contato form textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #26353a !important;
}
/*  */

#noticia {
  padding: 50px 0;
}

#noticia h3 {
  color: #26353a;
  font-family: "Playfair Display SC";
}

#noticia p {
  text-align: justify;
}

footer {
  background-color: #26353a;
  color: #fff;
  padding: 100px 0 0;
}

footer .col-md-6 {
  width: 100%;
}

footer .row ~ :last-child {
  border-top: 1px solid #fff;
}

footer h4 {
  color: #fff;
  font-family: "Playfair Display SC";
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .col-md-6 {
  padding-bottom: 30px;
}

footer .copy {
  padding: 30px 0 10px;
}

footer .copy a,
footer .copy p {
  color: #fff;
}

@media (max-width: 991px) {
  #homeHistoria .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #homeHistoria .col-md-6 {
    width: 100%;
  }

  #homeHistoria .col-md-6 .container {
    padding: 0;
    margin: 0;
    margin-top: 25px;
  }

  #homeHistoria .col-md-6 .container p {
    text-align: justify;
  }

  /*  */

  #homeEmpreendimentos .empreendimentos .col-md-4 {
    width: 100%;
  }

  /*  */

  #destaque h2 {
    text-align: center;
  }

  #destaque img {
    width: 100%;
    height: auto;
  }

  #destaque p {
    width: 100%;
    text-align: justify;
  }

  /*  */
  #homeNoticias .noticias {
    gap: 25px 0;
  }

  #homeNoticias .col-md-4 {
    width: 100%;
  }

  /*  */

  #numeros .center {
    border-left: none;
    border-right: none;
  }

  footer {
    text-align: center;
  }

  footer .row {
    flex-direction: column !important;
    align-items: center;
  }

  footer .col-md-3 {
    width: 100%;
  }

  #logoPage .logotipo {
    display: none;
  }

  #logoPage .empreendimentosLogoTexto {
    position: sticky;
    text-align: center;
  }

  #empreendimentosNav .empreendimentos-menu {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }

  #empreendimentos .empreendimento-item {
    width: 100%;
  }

  #detalhes .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px 0;
  }

  #ficha-tecnica .col-md-5 {
    width: 100%;
  }

  #ficha-tecnica .col-md-6 {
    width: 100%;
  }

  #ficha-tecnica .ficha-tecnica-container {
    flex-direction: column !important;
  }

  #ficha-tecnica .col-md-5 {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  #ficha-tecnica .col-md-2 {
    display: flex;
    justify-content: center;
  }

  #status-obra h2 {
    text-align: center;
  }

  #status-obra .d-flex {
    justify-content: center;
  }

  #status-obra .col-md-3 {
    width: 100%;
  }
}
