/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* html {
  scroll-behavior: smooth;
} */
/* HERO SECTION */
.section-max-width {
  max-width: 1564px;
  margin: auto;
}

.title-section {
  font-size: 40px;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(6px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.title-section.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.logo-empreendimento img {
    width: 124%;
}


@media (max-width: 690px) {
  .logo-empreendimento img {
    width: 100%;
}
}

.description-section {
  font-size: 24px;
  width: 50%;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .title-section {
    font-size: 30px;
  }

  .description-section {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media (max-width: 690px) {
  .title-section {
    padding-bottom: 40px;
  }

  .description-section {
    font-size: 18px;
    line-height: 1.3;
    width: 100%;
  }
}

.hero-section {
  margin: 60px 0;
}

.hero-content-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
  overflow: visible;
}

.hero-content-description h2 {
  font-size: 3.75rem;
  color: #ffffff;
  background-color: #333333;
  padding: 30px 40px 30px 0;
}

.hero-content-description h3 {
    font-size: 26px;
    width: 50%;
    font-weight: 400;
    text-align: right;
    line-height: 30px;
}

@media (max-width: 1000px) {
  .hero-section {
    margin: 40px 0;
  }

  .hero-content-description h3 {
    font-size: 18px;
    line-height: 34px;
    width: 60%;
  }
}

@media (max-width: 690px) {
  .hero-content-description {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .hero-content-description h2 {
    color: #ffffff;
    background-color: #333333;
    width: 100%;
    padding: 40px 20px;
  }

  .hero-content-description h3 {
    width: 100%;
    font-size: 24px;
    padding-top: 20px;
    line-height: 34px;
    text-align: center;
  }
}

.swiperHeroSection {
  max-width: 1824px;
  max-height: 680px;
  margin: 60px auto 0 auto;
}

.swiperHeroSection img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 690px) {
  .swiperHeroSection {
    padding: 10px !important;
    margin: 0;
  }

  .swiperHeroSection img {
    height: 424px;
  }
}

.btn-next-section-container {
  width: 100%;
  position: relative;
  height: 50px;
}

.btn-next-section-background {
  background-color: #ffffff;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -44%);
  z-index: 25;
}

.btn-next-section {
  position: absolute;
  background-color: #e00043;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 16%);
  z-index: 25;
}
.btn-next-section svg {
  position: absolute;
  width: 12px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 52%);
}

@media (max-width: 1000px) {
  .btn-next-section-background {
    background-color: #ffffff;
    border-radius: 50px;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -44%);
    z-index: 25;
  }

  .btn-next-section {
    height: 40px;
    width: 40px;
  }

  .btn-next-section svg {
    width: 10px;
    transform: translate(-50%, 22%);
  }
}

/* BUILDING DETAILS SECTION */

.building-details-container {
  display: flex;
  padding: 0;
}

@media(max-width: 1000px) {
  .building-details-container {
    display: flex;
    padding: 0 20px;
  }
}

.building-details-container .building-text {
  width: 86%;
  font-size: 24px;
  line-height: 32px;
}

.building-details-container .column-right,
.building-details-container .column-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.building-details-container .building-details-list li {
  border-bottom: 1px solid #333333;
  font-weight: 600;
  list-style: none !important;
  padding: 20px 0;
}

.building-details-container .building-details-list li span{
  font-weight: 300;
}

.building-details-container .building-details-list li:first-child {
  padding-top: 0px;
}

.building-details-container img.building-img-front {
  width: 86%;
  height: 896px;
  object-fit: cover;
  border-radius: 15px;
}

.building-details-container img.building-img-hall {
  width: 111%;
  margin-left: -10%;
  height: 448px;
  object-fit: cover;
  border-radius: 15px;
}

@media (max-width: 1000px) {
  .building-details-container {
    flex-direction: column;
  }

  .building-details-container .column-right,
  .building-details-container .column-left {
    width: 100%;
  }

  .building-details-container .column-left {
    flex-direction: row-reverse;
    gap: 10px;
  }

  .building-details-container .building-text {
    width: 100%;
    font-size: 18px;
    line-height: 1;
  }

  .building-details-container img.building-img-front {
    width: 40%;
    height: auto;
  }
  .building-details-container img.building-img-hall {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

@media (max-width: 690px) {
  .building-details-container .column-left {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .building-details-container img.building-img-front {
    width: 100%;
  }

  .building-details-container img.building-img-hall {
    width: 100%;
    height: 158px;
  }

  .building-details-container p.building-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
  }

  .building-details-container .building-details-list li {
    font-size: 18px;
    padding: 10px 0;
  }

  .building-details-container .building-details-list {
    padding-top: 40px;
    margin-left: 0px;
  }
}
/* SEÇÃO MENU */
.menu-section-on-the-page {
  width: 100%;
  margin: 100px 0 0 0;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}

@media (max-width: 1000px) {
  .menu-section-on-the-page {
    margin: 50px 0 0 0;
  }
}

.menu-container {
  padding: 20px 0;
  max-width: 1600px;
  margin: auto;
}

.menu-container .swiper-slide{
  text-align: center;
}

.menu-container a {
  font-size: 18px;
  text-transform: uppercase;
  color: #292929;

}

@media (max-width: 690px) {
  .menu-container .swiper-slide{
    width: unset!important;
    text-align: center;
  }
}

/* SEÇÃO AREA DE LAZER */

.details-area-container {
  max-width: 1600px;
  margin: auto;
  width: 100%;
  padding: 100px 0;
}

@media (max-width: 1000px) {
  .details-area-container {
    padding: 50px 20px;
  }
}

.details-area-description {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.details-area-section .swiper {
  padding: 60px 0;
}

@media (max-width: 690px) {
  .details-area-section .swiper {
    padding: 20px 0;
  }

  .swiper-pagination-bullets-dynamic {
    transform: translate(-50%, 68%)!important;
  }
}


.details-area-section .swiper .swiper-slide,
.apartaments-container .swiper .swiper-slide {
  border-radius: 15px;
  max-height: 448px;
  overflow: hidden;
}

.details-area-section .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* faz o papel de background-size: cover */
  object-position: center;
  display: block;
}

.swiper-pagination-bullet-active-main {
  background: #e00043!important;
}

.details-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}



.details-externos,
.details-internos {
  width: 50%;
}

.details-container h4 {
  padding: 20px 0;
}

ul.details-list {
  margin-left: 0px;
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

ul.details-list-apartaments {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

@media (max-width: 1200px) {
  .details-container {
    flex-direction: column;
  }

  .details-externos,
  .details-internos {
    width: 100%;
  }

  ul.details-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

@media (max-width: 690px) {
  .details-externos h4,
  .details-internos h4 {
    font-weight: 600;
  }

  ul.details-list {
    grid-template-columns: repeat(1, 1fr);
  }

  ul.details-list-apartaments {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
  }
}

.details-list li,
.details-list-apartaments li {
  width: 100%;
  list-style: none;
  font-size: 18px;
  padding-bottom: 20px;
}

.details-list-apartaments li {
  width: 100%;
  list-style: none;
  font-size: 18px;
  padding-bottom: 20px;
  color: #ffffff;
}

@media (max-width: 1000px) {
}

@media (max-width: 690px) {
.details-list li
{
  padding-bottom: 14px;
}


.details-area-description {
    flex-direction: column;
  }
  .details-area-section .mySwiperdetailsArea {
    padding: 20px 0;
  }
}

.apartaments-container {
  background-color: #292929;
}

.apartaments-container .title-section,
.apartaments-container .description-section,
.apartaments-container .details-list-container h4,
.apartaments-container .details-list li {
  color: #ffffff;
}

.mySwiperApartaments {
  max-height: 600px;
}

@media (max-width: 1000px) {
  .mySwiperApartaments {
    max-height: 460px;
  }
}

@media (max-width: 690px) {
  .mySwiperApartaments {
    max-height: 400px;
  }
}


/* SEÇÃO DE PROJETOS */
.project-section {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding: 100px 0;
}

.mySwiperProject{
  width: 100%;
  max-height: 700px;
  overflow: visible!important;
}

.mySwiperProject .swiper-slide img {
  width: 100%;
  max-height: 700px;
  object-fit: contain; /* faz o papel de background-size: cover */
  object-position: center;
  display: block;
  padding-top: 40px;
}

.mySwiperProject .swiper-button-prev,
.mySwiperProject .swiper-button-next {
    color: var(--preto-chumbo);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid var(--preto-chumbo);
    background-color: transparent;
    top: -3%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mySwiperProject .swiper-button-prev::after,
.mySwiperProject .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

/* Alinhamento horizontal das setas */
.mySwiperProject .swiper-button-prev {
    right: 5%;
    left: unset;
}

.mySwiperProject .swiper-button-next {
    right: 10px;
    /* Afasta da borda direita do container */
}

@media (max-width: 690px) {

    .mySwiperProject .swiper-slide img {
      padding-top: 10px;
    }

    .mySwiperProject .swiper-button-prev,
    .mySwiperProject .swiper-button-next {
        border: 2px solid var(--preto-chumbo);
        width: 26px;
        height: 26px;
        top: -18%;
    }

    .mySwiperProject .swiper-button-prev::after,
    .mySwiperProject .swiper-button-next::after {
        font-size: 14px;
        font-weight: bold;
    }


    .mySwiperProject .swiper-button-prev {
        right: 16%;
    }

    .mySwiperProject .swiper-button-next {
        right: 0;
    }
}



@media (max-width: 1000px) {
  .project-section {
    padding: 50px 20px 0 20px;
  }
}

/* WORK STATUS SECTION */
.status-building-section {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding: 0px 100px;
}

.valuation-chart {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding: 100px 100px;
}



@media (max-width: 1000px) {
  .status-building-section {
    padding: 50px 20px;
  }
}

.status-building-description {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 100px 0;
}

.percentage-status {
  font-size: 100px;
  font-weight: regular;
}

@media (max-width: 690px) {

.percentage-status {
  font-size: 64px;
  font-weight: regular;
}
.status-building-container .title-section
 {
  padding-bottom: 0;
}
}

span.status-description {
  position: absolute;
  right: 0px;
  bottom: -50px;
}

ul.status-building-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0px;
}

ul.status-building-list li {
  display: flex;
  justify-content: space-between;
  margin: 0 40px 10px 0;
  padding: 40px 0;
}

ul.status-building-list .percentage-status-item {
  color: #e00043;
}

@media (max-width: 1000px) {
  ul.status-building-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 690px) {
  .valuation-chart {
  padding: 50px 20px;
}
  ul.status-building-list {
    grid-template-columns: repeat(1, 1fr);
  }
  
  ul.status-building-list li {
    margin: 0;
  }
}

.status-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 6px;
}

/* pseudo-elemento cria a borda inferior com gradiente */
.status-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px; /* espessura da borda */
  width: 100%;
  background: linear-gradient(
    90deg,
    #e00043 var(--progress, 0%),
    #ebb7c7 var(--progress, 0%)
  );
}

/* SEÇÃO MAPA DE LOCALIZAÇÃO */
.localization-section {
  background-color: #292929!important;
}

.localization-container{
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding: 100px 00px;
}

.localization-description {
  margin-bottom: 60px;
}

.localization-section .localization-map iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 15px;
}

@media (max-width: 1000px) {
  .localization-container {
    padding: 50px 20px;
  }
}

.localization-section .title-section,
.localization-section .description-section {
  color: #ffffff;
}

.contact-section {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding: 100px 00px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-section .contact-info-container {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 80px 100px;
  background-color: #e00043;
  border-radius: 15px;
}

.contact-section .contact-info-container h2{
  font-size: 40px;
  color: #292929;
  font-weight: 300;
}

.contact-section .contact-info-container span{
  font-size: 24px;
  color: #ffffff;
}

.contact-section .contact-info-container a.btn-contact-cta {
  width: 100%;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  border-radius: 50px;
  padding: 8px 0;
  margin-top: 60px;
  background-color: #ffffff;
  color: #292929;

}

@media (max-width: 1000px) {
  .contact-section {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }

  .contact-section .contact-info-container {
    width: 100%;
    padding: 80px;
  }
}

@media (max-width: 690px) {
  .contact-section {
    padding: 20px;
  }

  .contact-section .contact-info-container {
    padding: 50px;
  }
}

.contact-section .contact-form {
  width: 65%;
  padding: 80px;
  background-color: #696969;
  border-radius: 15px;
  margin-left: auto;
}

@media(max-width: 690px) {
  .contact-section .contact-form {
    width: 100%;
    padding: 40px;
  }
}

.container-name-tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

@media(max-width: 690px) {
  .container-name-tel {
    flex-direction: column;
    gap: 0;
  }
}

.container-name-tel p:nth-child(1){
  width: 70%;
}

.contact-form .container-name-tel p:nth-child(2){
  width: 40%;
}

@media(max-width: 690px) {
  .container-name-tel p:nth-child(1),
  .contact-form .container-name-tel p:nth-child(2){
    width: 100%;
  }
}

.contact-form #wpcf7-f212-o1 p {
  color: #ffffff;
}

.contact-form #wpcf7-f212-o1 input,
.contact-form #wpcf7-f212-o1 textarea{
  color: #ffffff;
  border-radius: 24px!important;
  padding-top: 10px;
}

.contact-form #wpcf7-f212-o1 input:focus,
.contact-form #wpcf7-f212-o1 textarea:focus{
  border: 1px solid #e00043;
  box-shadow: unset!important;
}

.contact-form #wpcf7-f212-o1 .wpcf7-form-control-wrap{
  padding-top: 10px;
}

.contact-form .btn-send-form{
  text-align: end;
}

.contact-form .btn-send-form input{
  background-color: #e00043!important;
  padding: 12px 30px;
}

.contact-form .btn-send-form p{
  display: flex;
  flex-direction: row-reverse;
}







/* BOTÃO NEXT SECTION SLIDER PRINCIPAL */
.background-button {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  z-index: 25;
}
.scroll-btn {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #c21807; /* vermelho elegante */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 25;
}

.scroll-btn:hover {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 8px 22px rgba(194, 24, 7, 0.4);
}

.icon-wrap {
  position: relative;
  width: 26px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow,
.mouse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s ease;
}

.arrow {
  animation: arrowMove 2s ease-in-out infinite;
}

.mouse rect,
.mouse circle {
  transition: opacity 0.6s ease;
}

@keyframes arrowMove {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(6px);
  }
}

/* quando vira mouse */
.scroll-btn.scrolled .arrow {
  opacity: 0;
}

.scroll-btn.scrolled .mouse rect {
  opacity: 1;
}

.scroll-btn.scrolled .mouse circle {
  opacity: 1;
  animation: wheelScroll 2s ease-in-out infinite;
}

@keyframes wheelScroll {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(6px);
    opacity: 0.5;
  }
}

/* FIM BOTÃO NEXT SECTION SLIDER PRINCIPAL */


.sec-video-apresentacao {
    display: flex;
    justify-content: center;
    margin: 70px auto 0 auto;
    width: 100%;
    max-width: 950px;
}

/* este é o que dá a altura real para a seção */
.card-video {
 width: 100%;
    aspect-ratio: 16/9;
    min-height: 220px; /* fallback */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 18px;
    position: relative;
    cursor: pointer;
}

.card-video:hover {
    transform: scale(1.01);
    transition: transform .3s ease;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background: none;
    cursor: pointer;
    transition: transform .2s ease;
}

.card-video:hover .btn-play {
    transform: translate(-50%, -50%) scale(1.08);
}

/* Lightbox */
.video-overlay {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    z-index: 99999;
}

.video-box {
    position: relative;
    width: 90%;
    max-width: 900px;
}

#modalVideo {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 18px;
}

.close-video {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 38px;
    color: #fff;
    cursor: pointer;
}

.valuation-chart__card {
      border: 1px solid rgba(0, 0, 0, .08);
      border-radius: 16px;
      padding: 18px;
      background: linear-gradient(180deg, #fff, #fafafa);
      box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  }

  .valuation-chart__head h3 {
      margin: 0;
      font-size: 20px;
      letter-spacing: -.02em;
  }

  .valuation-chart__head p {
      margin: 6px 0 0;
      font-size: 13px;
      opacity: .75;
  }

  .valuation-chart__canvas {
      height: 400px;
      margin-top: 12px;
  }

  @media(max-width: 669px) {
    .valuation-chart__canvas {
      height: 300px;
    }
  }

  /* No seu style.css */
.mySwiperProject .swiper-slide a {
    display: block;
    cursor: zoom-in;
}

.mySwiperProject img {
    width: 100%;
    height: auto;
    display: block;
}

img.selo-premiacao {
  position: absolute;
  width: 100px;
  left: 0%;
  bottom: -100%;
  transform: translate(18%, 22%);
  z-index: 999;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
}

.selo-premiacao-container-description {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 86%;
  padding-bottom: 22px;
}

.selo-premiacao-container-description h4{
  font-size: 26px !important;
  font-weight: 500 !important;
}

.selo-premiacao-container-description-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.selo-premiacao-container-description-text p{
  font-size: 18px;
  line-height: 20px;
}

.selo-premiacao-container-description img{
  width: 18%;
  border-radius: 14px;
}

@media(max-width: 690px) {
  .selo-premiacao-container-description {
    flex-direction: column;
    align-items: center;
  }

  .selo-premiacao-container-description img{
    width: 40%;
  }

  .selo-premiacao-container-description h4{
    font-size: 22px !important;
    text-align: center;
  }


  .selo-premiacao-container-description-text p{
    font-size: 16px;
    text-align: center;
  }
  img.selo-premiacao {
    width: 80px;
    left: 5%;
    bottom: -20%;
    transform: translate(46%, 50%);
  }
}

body.archive.post-type-archive.post-type-archive-empreendimento.wp-theme-salient.wp-child-theme-salient-child.material.wpb-js-composer.js-comp-ver-8\.4\.2.vc_responsive {
    overflow: visible !important;
}

