/* BANNER */
#single-empreendimento #banner .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}
#single-empreendimento #banner .wrapper .container {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
#single-empreendimento #banner .wrapper .w-form {
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
  max-width: 360px;
}
#single-empreendimento #banner .wrapper .w-form .img-logo {
  width: 75%;
  margin: 0 auto;
}
#single-empreendimento #banner .wrapper .container .forms {
  display: flex;
  flex-direction: column;
}
#single-empreendimento #banner .wrapper .container .forms h2 {
  font-size: 32px;
  font-weight: 400;
}
#single-empreendimento
  #banner
  .wrapper
  .container-custom-sm
  .wpcf7-response-output {
  margin: 8px 0 0;
  padding: 8px 16px;
  border-radius: 24px;
  border: none;
  font-size: 14px !important;
  text-align: center;
  color: #fff;
  background: var(--clr-red);
}
#single-empreendimento #banner .wrapper .forms .wpcf7-submit {
  display: flex;
  padding: 10px 20px;
  width: auto;
  border-radius: 32px;
  border: none;
  font-size: 14px !important;
  color: #fff;
  background: var(--clr-primary);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#single-empreendimento #banner .wrapper .forms .wpcf7-submit:disabled {
    background: #8290a3 !important;
}
#single-empreendimento #banner .wrapper .forms .btn-wrapper p {
  display: flex;
  align-items: center;
}
#single-empreendimento #banner .wrapper .forms .wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: var(--clr-red);
}
#single-empreendimento .wpcf7-list-item-label {
  font-size: 12px;
}
#single-empreendimento .wpcf7-spinner {
  position: absolute;
  top: 10px;
  right: 0;
}
.wpcf7 .btn-wrapper {
  position: relative;
}
@media (min-width: 2000px) {
  #single-empreendimento #banner {
    max-width: 1800px;
    margin: 0 auto;
  }
}
/* END BANNER */
/* INFORMAÇÕES */
#single-empreendimento h3 {
  font-size: 24px;
}
#single-empreendimento #infos {
  padding-top: 50px;
  padding-bottom: 50px;
}
#single-empreendimento #infos .wrapper {
  display: flex;
  gap: 16px;
}
#single-empreendimento #infos .wrapper .left {
  width: 100%;
  max-width: 50%;
}
#single-empreendimento #infos .wrapper .left .img__wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
  border-radius: 16px;
}
#single-empreendimento #infos .wrapper .left .img__wrapper img:hover {
  transform: scale(1.05);
}
#single-empreendimento #infos .wrapper .right {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#single-empreendimento #infos .wrapper .right h1 {
  font-size: 30px;
  font-weight: 400;
}
#single-empreendimento #infos .wrapper .right .content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#single-empreendimento #infos .wrapper .right .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 32px;
  border-radius: 16px;
  flex-grow: 1;
  background: #fff;
  font-size: 18px;
}
#single-empreendimento #infos .wrapper .right .item img {
  max-width: 32px;
}
#single-empreendimento #infos .wrapper .right .item.infos {
  justify-content: start;
  width: 100%;
  max-width: calc(60% - 8px);
  padding: 30px;
  font-size: 18px;
}
#single-empreendimento #infos .wrapper .right .item.infos .destaque__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#single-empreendimento #infos .wrapper .right .item.infos .destaque {
  display: flex;
  gap: 16px;
}
#single-empreendimento #infos .wrapper .right .item.infos .destaque .imagem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
#single-empreendimento
  #infos
  .wrapper
  .right
  .item.infos
  .destaque
  .imagem
  img {
  max-width: 100%;
  height: 100%;
}
#single-empreendimento #infos .wrapper .right .item.infos .destaque .texto {
  display: flex;
  align-items: center;
}
#single-empreendimento #infos .wrapper .right .item.text {
  flex-direction: column;
  width: 100%;
  max-width: calc(40% - 8px);
  padding: 30px;
  font-size: 16px;
}
#single-empreendimento
  #infos
  .wrapper
  .right
  .item.infos
  .destaque:first-of-type {
  font-weight: 700;
}
/* TOUR 360 */
#single-empreendimento #tour-360 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#single-empreendimento #tour-360 .title {
  font-size: 24px;
  font-weight: 400;
}
#single-empreendimento #tour-360 .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 18/7;
  display: flex;
  justify-content: center;
  align-items: center;
}
#single-empreendimento #tour-360 .wrapper img {
  z-index: 1;
  pointer-events: none;
}
#single-empreendimento #tour-360 iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
/* END TOUR 360 */
/* GALERIA */
#single-empreendimento .galeria .swiper {
  margin-top: 50px;
}
#single-empreendimento .galeria .swiper-wrapper {
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 1500/600;
}
#single-empreendimento .galeria .swiper-slide.destaque {
  position: relative;
  height: 100%;
}
#single-empreendimento .galeria .swiper-slide.destaque img {
  width: 100%;
  display: block;
}
#single-empreendimento .galeria .swiper-slide.duplo .duas-imagens {
  display: flex;
  gap: 16px;
  height: 100%;
  background: #f4f4f4;
}
#single-empreendimento .galeria .img-bloco {
  flex: 1;
  position: relative;
  height: 100%;
}
#single-empreendimento .galeria .img-bloco img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
#single-empreendimento .galeria .legenda {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  max-width: 225px;
  padding: 16px;
  border-radius: 16px;
  background: rgb(0,0,0,0.6);
  color: #fff;
}
#single-empreendimento .galeria .legenda h3,
#single-empreendimento .galeria .legenda h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
#single-empreendimento .galeria .legenda p {
  font-size: 14px;
  margin-bottom: 0;
}
#single-empreendimento #galeria_2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* END GALERIA */
/* PLANTAS */
#single-empreendimento #plantas {
  margin-top: 100px;
}
#single-empreendimento #plantas h2 {
  font-weight: 400;
  margin-bottom: 32px;
}
#single-empreendimento .plantas {
  display: flex;
  gap: 32px;
}
#single-empreendimento .planta-legenda,
#single-empreendimento .planta-item {
  display: none;
}
#single-empreendimento .planta-legenda.active,
#single-empreendimento .planta-item.active {
  display: block;
}
#single-empreendimento .left {
  width: 100%;
  max-width: 364px;
}
#single-empreendimento .planta-legenda {
  height: 100%;
  padding: 48px 32px;
  border-radius: 16px;
  background: #fff;
}
@counter-style numeric-list {
  system: cyclic;
  symbols: numeric;
}
#single-empreendimento .planta-legenda ol {
  counter-reset: numeric-list;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #000;
}
#single-empreendimento .planta-legenda ol li::before {
  counter-increment: numeric-list;
  content: counter(numeric-list) " | ";
}
#single-empreendimento .right {
  position: relative;
  flex-grow: 1;
}
#single-empreendimento .plantas__botoes {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 8px 8px 0;
  border-radius: 0 0 8px 0;
  background: #f4f4f4;
  z-index: 1;
}
#single-empreendimento .plantas__botoes:before {
  bottom: -12px;
  left: 0;
  transform: scale(-1, 1);
}
#single-empreendimento .plantas__botoes:after {
  top: 0;
  right: -12px;
  transform: scale(-1, 1);
}
#single-empreendimento .plantas__botoes:before,
#single-empreendimento .plantas__botoes:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  z-index: 1;
  background-image: url(../img/corner-f4.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#single-empreendimento .plantas__botoes button {
  padding: 8px 16px;
  border-radius: 24px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #0000004d;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
#single-empreendimento .plantas__botoes button.active {
  background: var(--blue);
}
#single-empreendimento .right .planta-item .planta-imagem {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 98px 32px 40px;
  border-radius: 16px;
  background: #fff;
}
#single-empreendimento .right .planta-item .planta-imagem img {
  max-width: 100%;
}
#single-empreendimento .right .planta-item .planta-destaques {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 16px;
  margin-top: 32px;
  border-radius: 16px;
  background: #fff;
}
#single-empreendimento .right .planta-item .planta-destaques .destaque {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
#single-empreendimento .right .planta-item .planta-destaques .imagem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background: #f4f4f4;
}
/* Andamento Obra */
#single-empreendimento .obras__wrapper {
  display: flex;
  gap: 16px;
}
#single-empreendimento .obras__andamento {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 65%;
  width: 100%;
}
#single-empreendimento .obras__andamento h2 {
  font-size: 24px;
  font-weight: 400;
}
#single-empreendimento .obras__grid {
  display: flex;
  flex-wrap: wrap;
  padding: 32px;
  gap: 32px 16px;
  border-radius: 16px;
  background: #fff;
}
#single-empreendimento .obras__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  min-width: 160px;
  width: calc(20% - 16px);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

#obras
  .obras__item
  .progress
  .progress-bar-outer
  .number
  .progress-bar-inner {
  font-weight: 600;
  font-size: 32px;
  display: none;
}

#obras
  .obras__item
  .progress
  .progress-bar-outer
  .number {
  font-weight: 600;
  font-size: 32px;
  display: block;
  color: #000;
}

#obras .obras__item .progress {
  display: flex;
  height: 160px;
  width: 160px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: baseline;
}
#obras
  .obras__item
  .progress
  .progress-bar-outer {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#obras
  .obras__item
  .progress
  .progress-bar-outer
  .progress-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #fff;
}

circle {
  fill: none;
  stroke-width: 15px;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
}
.progress svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

#single-empreendimento .obras__galeria {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 35%;
  width: 100%;
}
#single-empreendimento .obras__galeria h2 {
  font-size: 24px;
  font-weight: 400;
}
#single-empreendimento .obras__galeria-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
#single-empreendimento .obras__galeria .swiper {
  display: flex;
  flex-grow: 1;
  width: 100%;
}
#single-empreendimento .obras__galeria .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#single-empreendimento .obras__galeria .img__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
#single-empreendimento .obras__galeria .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#single-empreendimento .obras__entrega {
  padding: 16px;
  font-weight: 600;
  border-radius: 16px;
  background: #fff;
}
/* Banner Inferior */
#single-empreendimento .bottom_banner {
  position: relative;
  margin: 100px 0 128px;
}
#single-empreendimento .bottom_banner .img__wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
#single-empreendimento .bottom_banner .img__wrapper picture {
  display: flex;
}
#single-empreendimento .bottom_banner .img__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 500ms ease-in-out;
}
#single-empreendimento .bottom_banner:hover .img__wrapper img {
  transform: scale(1.05);
}
#single-empreendimento .bottom_banner .infos__wrapper {
  position: absolute;
  top: 50%;
  left: 64px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#single-empreendimento .bottom_banner .infos__wrapper h2 {
  font-size: 36px;
  max-width: 340px;
  color: var(--clr-primary);
}
#single-empreendimento .bottom_banner .infos__wrapper .cta {
  display: flex;
  width: fit-content;
  padding: 16px 32px;
  border-radius: 48px;
  text-decoration: none;
  background: var(--clr-primary);
  color: #fff;
  transition: all 300ms ease-in-out;
}

/* Diferencias */

#diferenciais .col-wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 250px;
  height: 100%;
}
#diferenciais .col-wrapper .icon {
  width: 25%;
}
#diferenciais .col-wrapper .img-icon {
  max-width: 100%;
}
#diferenciais .col-wrapper .texto {
  width: 75%;
  padding-left: 10px;
}

/* Implantação */

#implantacao .legendas .list {
  counter-reset: item;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 175px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
#implantacao .legendas .list li:before {
  content: counter(item) " |";
  counter-increment: item;
  margin-right: 4px;
  font-size: 15px;
}
#implantacao .legendas .list li {
  position: relative;
  display: inline-flex;
  width: 25%;
  margin-bottom: 5px;
  padding-right: 25px;
}
#implantacao .legendas .list h3 {
  font-size: 15px;
  margin: 0;
  flex: 1 0 0;
  line-height: 1.5;
}
#implantacao .col-wrapper {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}

/* Localização */

#local {
  margin-top: 50px;
  margin-bottom: 50px;
}
#local .w-image span {
  position: absolute;
  background-color: rgb(0,0,0,0.5);
  color: #fff;
  border-radius: 12px;
  padding: 12px;
  margin: 10px;
  width: 160px;
  font-size: 14px;
}
#local .w-image img {
  aspect-ratio: 300/250;
  object-fit: cover;
}
#local img {
  border-radius: 12px;
}
#local iframe {
  max-width: 100%;
}


@media (max-width: 1024px) {

  body {
    padding-top: 65px;
  }
  #single-empreendimento #banner .wrapper .w-form {
    max-width: 100%;
  }
  #single-empreendimento #banner .wrapper .main-img {
    height: 600px;
    object-fit: cover;
  }
  #single-empreendimento #infos .wrapper {
    flex-direction: column;
  }
  #single-empreendimento #infos .wrapper .left {
    max-width: 100%;
  }
  #single-empreendimento #infos .wrapper .left .img__wrapper {
    height: 320px;
    margin-bottom: 10px;
  }
  #single-empreendimento #infos .wrapper .right {
    max-width: 100%;
    gap: 16px;
  }
  #single-empreendimento #infos .wrapper .right h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
  }
  #single-empreendimento #infos .wrapper .right .item.infos {
    max-width: 100%;
  }
  #single-empreendimento #infos .wrapper .right .item.text {
    max-width: 100%;
  }
  #single-empreendimento #infos .wrapper .left .img__wrapper img:hover {
    transform: none;
  }
  #infos .item p:last-child {
    margin-bottom: 0;
  }
  #single-empreendimento #tour-360 {
    gap: 0;
  }
  #single-empreendimento #tour-360 .title {
    margin-bottom: 24px;
  }
  #single-empreendimento .galeria .title {
    text-align: center;
  }
  #single-empreendimento .galeria .swiper-wrapper {
    aspect-ratio: 1/1;
  }
  #single-empreendimento .galeria .swiper-slide .img-full {
    position: static;
  }
  #single-empreendimento .galeria .swiper-slide.duplo .duas-imagens {
    display: block;
  }
  #single-empreendimento .galeria .legenda h3,
  #single-empreendimento .galeria .legenda h4 {
    font-size: 16px;
  }
  #single-empreendimento .galeria .swiper {
    margin-top: 24px;
  }
  #single-empreendimento #plantas h2 {
    text-align: center;
  }
  #single-empreendimento .plantas {
    flex-direction: column;
  }
  #single-empreendimento .left {
    order: 1;
  }
  #single-empreendimento .right {
    order: 0;
  }
  #single-empreendimento .plantas__botoes {
    flex-wrap: wrap;
    margin-bottom: 15px;
    position: static;
  }
  #single-empreendimento .right .planta-item .planta-destaques {
    flex-wrap: wrap;
    gap: 0;
  }
  #single-empreendimento .right .planta-item .planta-destaques .destaque {
    gap: 0;
    width: 50%;
    padding: 10px;
  }
  #single-empreendimento .right .planta-item .planta-destaques .destaque .texto {
    width: 60%;
    padding-left: 10px;
  }
  #single-empreendimento .planta-legenda {
    padding: 30px;
  }

  #implantacao .legendas .list {
    height: auto;
  }
  #implantacao .legendas .list li {
    width: 100%;
  }
  #diferenciais .col-auto {
    width: 50%;
  }
  #diferenciais .col-wrapper {
    padding: 15px;
  }
  #galeria_2 .title {
    text-align: center;
  }
  #local .title {
    text-align: center;
  }
  #local .col-right {
    margin-top: 50px;
  }
  #single-empreendimento .obras__andamento {
    max-width: 100%;
    gap: 0;
  }
  #single-empreendimento .obras__wrapper {
    flex-direction: column;
  }
  #single-empreendimento .obras__galeria {
    max-width: 100%;
    margin-top: 50px;
    gap: 0;
  }
  #single-empreendimento .obras__galeria h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  #single-empreendimento .obras__andamento h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  #single-empreendimento .obras__grid {
    gap: 15px 0;
    padding: 15px;
  }
  #single-empreendimento .obras__item {
    width: 50%;
  }
  #obras .obras__item .progress {
    aspect-ratio: 1/1;
  }
  #single-empreendimento .obras__galeria .swiper-slide img {
    position: static;
  }
  #single-empreendimento .bottom_banner {
    margin: 60px 0;
    display: flex;
    justify-content: center;
  }
  #single-empreendimento .bottom_banner .infos__wrapper {
    top: auto;
    left: auto;
    transform: none;
    padding: 25px;
    gap: 0;
    text-align: center;
  }
  #single-empreendimento .bottom_banner .infos__wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  #single-empreendimento .bottom_banner .infos__wrapper .cta {
    padding: 10px 20px;
    margin: 0 auto;
  }
  #single-empreendimento #tour-360 .wrapper {
    aspect-ratio: 1/1;
  }

}














