.elementor-47 .elementor-element.elementor-element-68c7d61{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-47 .elementor-element.elementor-element-68c7d61:not(.elementor-motion-effects-element-type-background), .elementor-47 .elementor-element.elementor-element-68c7d61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1E1E1B;}.elementor-47 .elementor-element.elementor-element-122242d{padding:20px 20px 20px 20px;}.elementor-47 .elementor-element.elementor-element-85c700e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-47 .elementor-element.elementor-element-5591ac4 > .jet-listing-grid > .jet-listing-grid__items{--columns:3;}.elementor-47 .elementor-element.elementor-element-610815b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-47 .elementor-element.elementor-element-85c700e{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-122242d *//* ===== HERO EMPREENDIMENTOS ===== */
.hero-empreendimentos {
  position: relative;
  width: 100%;
  height: 480px;
  background-color: #1e1e1b;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Detalhe geométrico principal */
.hero-empreendimentos::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 420px;
  height: 420px;
  border: 2px solid rgba(227, 6, 20, 0.15);
  transform: rotate(45deg);
}

/* Detalhe geométrico secundário */
.hero-empreendimentos::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 80px;
  width: 280px;
  height: 280px;
  border: 2px solid rgba(227, 6, 20, 0.08);
  transform: rotate(45deg);
}

.hero-overlay {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0px;
}

.hero-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e30614;
  margin-bottom: 14px;
}

.hero-titulo {
  font-family: 'Poppins', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-subtitulo {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  max-width: 600px;
  line-height: 1.8;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 1024px) {
  .hero-content {
    padding: 0 60px;
  }
  .hero-titulo {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .hero-empreendimentos {
    height: 360px;
  }
  .hero-content {
    padding: 0 30px;
  }
  .hero-titulo {
    font-size: 32px;
  }
  .hero-subtitulo {
    font-size: 14px;
  }
}
/* ===== ANIMAÇÃO HERO ===== */
.hero-anim {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero-anim--visible {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */
/* Start custom CSS for jet-listing-grid, class: .elementor-element-5591ac4 */.jet-listing-grid__item {
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  transition: box-shadow 0.3s ease !important;
}

.jet-listing-grid__item:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.10) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b62c1a3 *//* ===== CTA EMPREENDIMENTOS ===== */
.cta-empreendimentos {
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
  padding: 80px 0;
  overflow: hidden;
}

.cta-empreendimentos::before,
.cta-empreendimentos::after {
  display: none;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
  text-align: center;
}

.cta-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e30614;
  margin-bottom: 16px;
}

.cta-titulo {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1e1e1b;
  line-height: 1.2;
  margin-bottom: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-subtitulo {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  max-width: 500px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.cta-botao {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
  background-color: #e30614;
  padding: 14px 36px;
  border-radius: 6px;
  text-decoration: none !important;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}

.cta-botao:hover {
  background-color: #1e1e1b !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.cta-botao:visited,
.cta-botao:active,
.cta-botao:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ===== ANIMAÇÃO DE ENTRADA ===== */
.cta-anim {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.cta-anim--visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVO ===== */
@media (max-width: 1024px) {
  .cta-content {
    padding: 0 60px;
  }
  .cta-titulo {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .cta-empreendimentos {
    padding: 60px 0;
  }
  .cta-content {
    padding: 0 30px;
  }
  .cta-titulo {
    font-size: 24px;
  }
  .cta-subtitulo {
    font-size: 14px;
  }
}/* End custom CSS */