/* Version 1.0.0 */
.slider,
.slider .slides {
  height: 90vh;
}

.paralx {
  background-image: url("/imagens/time.jpg");
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#avancar {
  position: absolute;
  right: 10px;
  top: 182px;
  z-index: 2;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

#recuar {
  position: absolute;
  left: 10px;
  top: 182px;
  z-index: 2;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.box-contato {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: -30px auto 0;
  z-index: 2;
}

.box-contato .titulo {
  padding: 10px 20px;
  background-color: var(--cor-secundaria);
  border-radius: 5px;
}

.box-contato .titulo h3 {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 100;
  margin: 0;
  text-align: center;
  font-size: 25px;
}

.box-texto-paralx {
  background-color: rgba(47, 14, 16, 0.8);
  padding: 40px 0;
}

.texto-paralx {
  max-width: 60%;
  padding: 50px 20px;
  color: white;
}

.mvv {
  background: #2f0e10;
}

.mvv .bloco-c {
  background: #2f0e10;
}

.slider .slides li img {
  background-position: center;
}

.botao {
  display: inline-block;
  font-size: 18px;
  padding: 15px 40px;
  border: none;
  background: white;
  color: #5d1c17;
  cursor: pointer;
  margin-top: 18px;
  border-radius: 50px;
  animation: shadow-pulse 2s infinite;
  text-decoration: none;
}

.botao2 {
  display: inline-block;
  font-size: 18px;
  padding: 15px 40px;
  border: none;
  background: #5d1c17;
  color: white;
  cursor: pointer;
  margin-top: 18px;
  border-radius: 50px;
  text-decoration: none;
}

.numbers .fa {
  font-size: 50px;
}

.numbers {
  background-image: url("/imagens/numbers2.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: white;
  padding-top: 140px;
  padding-bottom: 150px;
}

.caption h1,
.caption h2 {
  font-size: 50px;
}

.maska {
  background-color: rgba(47, 14, 16, 0.6);
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 0;
}

.cinzat {
  color: #535353;
}

.mnaimg {
  position: relative;
  margin-bottom: -5px;
}

.avancar {
  position: absolute;
  z-index: 2;
  top: 300px;
  background-color: rgba(0, 0, 0, 0.3);
}

.avancar:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.avancar#slide-avancar {
  right: 0;
}

.avancar#slide-recuar {
  padding: 0 0 0 5px;
}

.ancora {
  position: absolute;
  margin-top: -50px;
}

.owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: none;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  background-color: var(--cor-secundaria);
  border-radius: 50px;
  padding: 10px;
}

.titulos {
  color: var(--cor-principal);
  font-weight: 600;
}

h3.campton {
  font-size: 30px;
  font-weight: 500;
}

#missao-visao-valores i.material-icons {
  color: var(--cor-principal);
  font-size: 50px;
}

#missao-visao-valores h4 {
  color: var(--cor-principal);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

#missao-visao-valores p {
  text-align: center;
}

#testimonials h3 {
  color: var(--cor-principal);
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
}

#testimonials p {
  color: var(--cor-principal) !important;
}

#porque-comprar h2 {
  color: var(--cor-principal);
}

#parceiros h2 {
  color: var(--cor-principal);
  font-size: 30px;
  font-weight: 600;
}

#localizacao h2 {
  color: var(--cor-principal);
  font-size: 30px;
  font-weight: 600;
}

.empreendimentos-home-section {
  background: linear-gradient(180deg, #ffffff 0%, #f1f1f1 100%);
  padding: 80px 0;
}

.empreendimento-card-home {
  margin-bottom: 30px;
}

.card-empreendimento {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-empreendimento:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-imagem {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.card-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card-empreendimento:hover .card-imagem img {
  transform: scale(1.1);
}

.card-overlay-home {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.badge-status {
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.card-conteudo {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-conteudo h3 {
  margin: 0 0 10px 0;
  color: var(--cor-principal);
}

.card-conteudo p {
  margin: 10px 0;
  flex: 1;
}

.diferenciais-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.diferencial-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #666;
}

.diferencial-item i {
  font-size: 18px;
}

.botao-ver-detalhes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 25px;
  background: var(--cor-principal);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-top: auto;
  width: fit-content;
}

.botao-ver-detalhes:hover {
  background: var(--cor-secundaria);
  transform: translateX(5px);
  color: white;
}

.botao-ver-detalhes i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.botao-ver-detalhes:hover i {
  transform: translateX(3px);
}

.poligono {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.poligono-img {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  object-fit: cover;
  object-position: center;
}

#secao-5-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: 400px;
  max-height: 750px;
  box-sizing: border-box;
  margin: 0 50px;
}

#secao-5-poligono-a {
  position: relative;
  top: 0;
  left: -20px;
  margin-bottom: -38px;
  width: 150px;
  height: 150px;
}

#secao-5-poligono-b {
  position: relative;
  margin-top: -38px;
  left: 0;
  width: 150px;
  height: 150px;
}

#secao-5-coluna-a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  padding: 0 0 0 10%;
}

#secao-5-coluna-b {
  overflow: hidden;
  padding-right: 10%;
}

@media only screen and (max-width: 450px) {
  .mvv {
    padding: 0;
  }

  .mvv .col:nth-child(2) {
    padding: 0;
  }

  .mvv .row.container {
    padding: 0;
    width: 100%;
  }

  .box-contato {
    width: 90% !important;
  }

  .box-contato .titulo {
    padding: 10px;
  }

  .box-contato .titulo h3 {
    font-size: 20px !important;
  }

  .texto-paralx {
    max-width: 100%;
  }

  .line {
    width: 60%;
  }

  .slider,
  .slider .slides {
    height: 85vh;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }

  .caption {
    margin: 50px auto 0px;
  }

  .caption h1,
  .caption h2 {
    font-size: 30px;
  }

  .caption p {
    font-size: 18px;
    text-justify: inter-character;
  }

  .slider .slides li .caption {
    top: 0%;
    left: 15%;
    width: 80%;
  }

  .slider .slides li .caption p {
    color: #e0e0e0;
    line-height: 28px;
  }

  .mnaimg {
    width: 100%;
    height: auto;
  }

  h2.tt-40 {
    font-size: 30px !important;
  }

  #ajustar-t {
    font-size: 25px !important;
  }

  .empreendimentos-home-section {
    padding: 40px 0;
  }

  .card-imagem {
    height: 220px;
  }

  .card-conteudo {
    padding: 20px;
  }

  .diferenciais-card {
    gap: 8px;
  }

  .diferencial-item {
    font-size: 12px;
  }

  .badge-status {
    font-size: 10px;
    padding: 6px 12px;
  }
}

#gmap-canvas .text-marker {
}

.map-generator {
  max-width: 100%;
  max-height: 100%;
  background: none;
}

