.elementor-49 .elementor-element.elementor-element-b51d81a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-49 .elementor-element.elementor-element-b51d81a:not(.elementor-motion-effects-element-type-background), .elementor-49 .elementor-element.elementor-element-b51d81a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1E1E1B;}.elementor-49 .elementor-element.elementor-element-409634d{padding:20px 20px 20px 20px;}.elementor-49 .elementor-element.elementor-element-4bd6106{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-49 .elementor-element.elementor-element-0571493{--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-49 .elementor-element.elementor-element-0571493:not(.elementor-motion-effects-element-type-background), .elementor-49 .elementor-element.elementor-element-0571493 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-49 .elementor-element.elementor-element-e97a62f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-49 .elementor-element.elementor-element-0571493{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-409634d *//* ===== 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 container, class: .elementor-element-4bd6106 *//* ===== CONTATO ===== */
.contato-instalmax {
  width: 100%;
  background-color: #ffffff;
  padding: 100px 0;
}

.contato-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

/* INFO */
.contato-info { flex: 1; }

.contato-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e30614;
  margin-bottom: 16px;
}

.contato-titulo {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #1e1e1b;
  line-height: 1.2;
  margin-bottom: 40px;
}

.contato-itens {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contato-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contato-icone {
  width: 44px;
  height: 44px;
  background-color: #f7f7f7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contato-item-texto {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contato-item-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999999;
}

.contato-item-valor {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1e1e1b;
  line-height: 1.6;
}

/* FORMULÁRIO */
.contato-formulario { flex: 1; }

.formulario-wrapper {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 40px;
}

.formulario-titulo {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1e1e1b;
  margin-bottom: 28px;
}

.formulario-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #999999;
  border: 2px dashed #e0e0e0;
  border-radius: 6px;
  padding: 40px;
  text-align: center;
}

/* ANIMAÇÕES */
.contato-anim-esq {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.contato-anim-dir {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.contato-anim--visible {
  opacity: 1;
  transform: translateX(0);
}

/* RESPONSIVO */
@media (max-width: 1024px) {
  .contato-content { padding: 0 60px; gap: 48px; }
  .contato-titulo { font-size: 26px; }
}

@media (max-width: 768px) {
  .contato-instalmax { padding: 60px 0; }
  .contato-content { padding: 0 30px; flex-direction: column; }
  .contato-titulo { font-size: 22px; }
  .formulario-wrapper { padding: 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a969327 *//* ===== NÚMEROS INSTALMAX ===== */
.numeros-instalmax {
  width: 100%;
  background-color: #e30614;
  padding: 60px 0;
}

.numeros-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.numero-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.numero-valor {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}

.numero-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.numero-divisor {
  width: 1px;
  height: 60px;
  background-color: rgba(255,255,255,0.25);
}

/* ===== ANIMAÇÃO DE ENTRADA ===== */
.num-anim {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.num-anim--visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVO ===== */
@media (max-width: 1024px) {
  .numeros-content {
    padding: 0 60px;
  }
  .numero-valor {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .numeros-instalmax {
    padding: 40px 0;
  }
  .numeros-content {
    padding: 0 30px;
    flex-wrap: wrap;
    gap: 32px;
  }
  .numero-divisor {
    display: none;
  }
  .numero-item {
    width: 45%;
  }
  .numero-valor {
    font-size: 32px;
  }
}/* End custom CSS */