.elementor-27 .elementor-element.elementor-element-ae7047a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-569e0e0 *//* ===== PÁGINA CONTÁCTANOS V2 - GRUPO HABITAT ===== */

.gh-contact-v2{
  background:
    radial-gradient(circle at 0% 0%, rgba(239,140,6,.08), transparent 24%),
    radial-gradient(circle at 100% 100%, rgba(4,68,108,.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
  font-family:"Montserrat", Arial, sans-serif;
  color:#04446C;
}

.gh-contact-wrap{
  max-width:1280px;
  margin:0 auto;
}

/* ===== 1. HERO ===== */
.gh-contact-hero{
  padding:100px 20px 60px;
}

.gh-contact-hero-box{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:34px;
  align-items:center;
}

.gh-contact-kicker{
  display:inline-block;
  margin-bottom:14px;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#EF8C06;
}

.gh-contact-hero h1{
  margin:0 0 18px;
  font-size:68px;
  line-height:.92;
  font-weight:800;
  color:#04446C;
  max-width:700px;
}

.gh-contact-hero p{
  margin:0 0 28px;
  font-size:18px;
  line-height:1.8;
  color:#66727e;
  max-width:650px;
}

.gh-contact-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.gh-btn-main,
.gh-btn-alt{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:800;
  transition:.3s ease;
}

.gh-btn-main{
  background:#EF8C06;
  color:#fff;
  box-shadow:0 16px 30px rgba(239,140,6,.22);
}

.gh-btn-main:hover{
  background:#ff9f1f;
  color:#fff;
  transform:translateY(-2px);
}

.gh-btn-alt{
  background:#e9eff4;
  color:#04446C;
}

.gh-btn-alt:hover{
  background:#dce6ee;
  color:#04446C;
  transform:translateY(-2px);
}

.gh-contact-hero-media{
  position:relative;
  min-height:560px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 28px 60px rgba(8,32,58,.12);
}

.gh-contact-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.gh-contact-floating{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:2;
  background:rgba(255,255,255,.92);
  padding:18px 22px;
  border-radius:22px;
  box-shadow:0 18px 38px rgba(8,32,58,.16);
}

.gh-contact-floating strong{
  display:block;
  font-size:20px;
  color:#04446C;
  margin-bottom:6px;
}

.gh-contact-floating span{
  display:block;
  font-size:14px;
  line-height:1.5;
  color:#67737f;
}

/* ===== 2. CANALES ===== */
.gh-contact-channels{
  padding:0 20px 70px;
}

.gh-contact-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.gh-contact-card{
  background:#fff;
  border-radius:26px;
  padding:28px 24px;
  border:1px solid rgba(4,68,108,.07);
  box-shadow:0 18px 40px rgba(8,32,58,.07);
  transition:.35s ease;
}

.gh-contact-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 46px rgba(8,32,58,.12);
}

.gh-contact-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#EF8C06 0%,#ffb33f 100%);
  color:#fff;
  font-size:24px;
  margin-bottom:18px;
  box-shadow:0 14px 24px rgba(239,140,6,.22);
}

.gh-contact-card h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.05;
  color:#04446C;
  font-weight:800;
}

.gh-contact-card p,
.gh-contact-card a{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#66727e;
  text-decoration:none;
}

.gh-contact-card a:hover{
  color:#EF8C06;
}

/* ===== 3. FORMULARIO ===== */
.gh-contact-form-section{
  padding:0 20px 70px;
}

.gh-contact-form-box{
  background:#fff;
  border-radius:32px;
  border:1px solid rgba(4,68,108,.07);
  box-shadow:0 18px 40px rgba(8,32,58,.08);
  overflow:hidden;
}

.gh-contact-form-head{
  padding:34px 34px 10px;
}

.gh-contact-form-head h2{
  margin:0 0 12px;
  font-size:46px;
  line-height:.96;
  color:#04446C;
  font-weight:800;
}

.gh-contact-form-head p{
  margin:0;
  font-size:16px;
  line-height:1.8;
  color:#66727e;
  max-width:860px;
}

.gh-contact-form-inner{
  padding:26px 34px 34px;
}

.gh-form-block{
  margin-bottom:28px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(4,68,108,.08);
}

.gh-form-block:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.gh-form-block h3{
  margin:0 0 16px;
  font-size:20px;
  color:#04446C;
  font-weight:800;
}

.gh-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.gh-form-grid .full{
  grid-column:1 / -1;
}

.gh-input,
.gh-select,
.gh-textarea{
  width:100%;
  border:1px solid rgba(4,68,108,.10);
  background:#f8fbfd;
  border-radius:16px;
  padding:14px 16px;
  font-size:14px;
  color:#04446C;
  outline:none;
  font-family:"Montserrat", Arial, sans-serif;
}

.gh-input,
.gh-select{
  min-height:54px;
}

.gh-textarea{
  min-height:130px;
  resize:vertical;
}

.gh-checks{
  display:grid;
  gap:12px;
  margin-top:6px;
}

.gh-check{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  line-height:1.6;
  color:#66727e;
}

.gh-check input{
  margin-top:4px;
}

.gh-form-submit{
  margin-top:20px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.gh-form-submit .gh-btn-main{
  border:none;
  cursor:pointer;
}

/* ===== 4. MAPA ===== */
.gh-contact-map{
  padding:0 20px 70px;
}

.gh-contact-map-box{
  background:#fff;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(4,68,108,.07);
  box-shadow:0 18px 40px rgba(8,32,58,.08);
}

.gh-contact-map-box img{
  width:100%;
  display:block;
  height:auto;
}

.gh-contact-map-info{
  padding:22px 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.gh-contact-address{
  font-size:16px;
  line-height:1.6;
  color:#04446C;
  font-weight:600;
}

.gh-contact-address span{
  color:#EF8C06;
  margin-right:8px;
}

.gh-contact-social{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.gh-contact-social strong{
  color:#04446C;
  font-size:16px;
}

.gh-contact-social a{
  text-decoration:none;
  font-size:20px;
}

/* ===== 5. FAQ ===== */
.gh-contact-faq{
  padding:0 20px 80px;
}

.gh-contact-faq-wrap{
  max-width:980px;
  margin:0 auto;
}

.gh-contact-faq-head{
  text-align:center;
  margin-bottom:26px;
}

.gh-contact-faq-head h2{
  margin:0 0 14px;
  font-size:48px;
  line-height:.96;
  color:#04446C;
  font-weight:800;
}

.gh-contact-faq-head p{
  margin:0;
  font-size:16px;
  line-height:1.8;
  color:#66727e;
}

.gh-faq-item{
  background:#fff;
  border:1px solid rgba(4,68,108,.08);
  border-radius:18px;
  margin-bottom:14px;
  overflow:hidden;
  box-shadow:0 14px 32px rgba(8,32,58,.05);
}

.gh-faq-q{
  width:100%;
  background:none;
  border:none;
  text-align:left;
  padding:20px 22px;
  font-size:18px;
  font-weight:700;
  color:#04446C;
  cursor:pointer;
}

.gh-faq-a{
  display:none;
  padding:0 22px 20px;
  font-size:15px;
  line-height:1.8;
  color:#62707d;
}

.gh-faq-item.active .gh-faq-a{
  display:block;
}

/* ===== 6. CTA FINAL ===== */
.gh-contact-cta{
  padding:0 20px 110px;
}

.gh-contact-cta-box{
  max-width:1280px;
  margin:0 auto;
  border-radius:34px;
  overflow:hidden;
  padding:76px 34px;
  background:
    linear-gradient(135deg, rgba(4,68,108,.92), rgba(8,85,135,.88)),
    url('https://grupohabitatsac.com/wp-content/uploads/2026/03/freepik__no-quiero-que-se-vea-montadas-las-personas-en-la-i__34863.webp') center/cover no-repeat;
  box-shadow:0 28px 60px rgba(8,32,58,.12);
  text-align:center;
  color:#fff;
}

.gh-contact-cta-box span{
  display:inline-block;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#ffb33f;
  margin-bottom:14px;
}

.gh-contact-cta-box h2{
  margin:0 0 16px;
  font-size:56px;
  line-height:.95;
  font-weight:800;
  color:#ffffff;
  text-shadow:0 6px 24px rgba(0,0,0,.18);
}

.gh-contact-cta-box p{
  max-width:760px;
  margin:0 auto 30px;
  font-size:20px;
  line-height:1.8;
  color:rgba(255,255,255,.96);
}

.gh-contact-cta-actions{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}

.gh-contact-cta .gh-btn-alt{
  background:rgba(255,255,255,.18);
  color:#ffffff;
  border:1px solid rgba(255,255,255,.26);
}

.gh-contact-cta .gh-btn-alt:hover{
  background:rgba(255,255,255,.28);
  color:#ffffff;
}

/* ===== RESPONSIVE ===== */
@media (max-width:1100px){
  .gh-contact-hero-box{
    grid-template-columns:1fr;
  }

  .gh-contact-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:767px){
  .gh-contact-hero{
    padding:72px 16px 40px;
  }

  .gh-contact-hero h1{
    font-size:40px;
  }

  .gh-contact-hero p{
    font-size:16px;
    line-height:1.7;
  }

  .gh-contact-actions{
    flex-direction:column;
  }

  .gh-btn-main,
  .gh-btn-alt{
    width:100%;
  }

  .gh-contact-hero-media{
    min-height:360px;
    border-radius:22px;
  }

  .gh-contact-floating{
    left:12px;
    right:12px;
    bottom:12px;
  }

  .gh-contact-channels{
    padding:0 16px 60px;
  }

  .gh-contact-grid{
    grid-template-columns:1fr;
  }

  .gh-contact-card{
    border-radius:22px;
    padding:22px 18px;
  }

  .gh-contact-card h3{
    font-size:22px;
  }

  .gh-contact-card p,
  .gh-contact-card a{
    font-size:14px;
  }

  .gh-contact-form-section{
    padding:0 16px 60px;
  }

  .gh-contact-form-box{
    border-radius:22px;
  }

  .gh-contact-form-head{
    padding:24px 18px 8px;
  }

  .gh-contact-form-head h2{
    font-size:34px;
  }

  .gh-contact-form-head p{
    font-size:14px;
    line-height:1.7;
  }

  .gh-contact-form-inner{
    padding:18px 18px 24px;
  }

  .gh-form-grid{
    grid-template-columns:1fr;
  }

  .gh-contact-map{
    padding:0 16px 60px;
  }

  .gh-contact-map-box{
    border-radius:22px;
  }

  .gh-contact-map-info{
    flex-direction:column;
    align-items:flex-start;
    padding:18px;
  }

  .gh-contact-address,
  .gh-contact-social strong{
    font-size:14px;
  }

  .gh-contact-faq{
    padding:0 16px 70px;
  }

  .gh-contact-faq-head h2{
    font-size:34px;
  }

  .gh-contact-faq-head p{
    font-size:14px;
    line-height:1.7;
  }

  .gh-faq-q{
    font-size:16px;
    padding:18px;
  }

  .gh-faq-a{
    padding:0 18px 18px;
    font-size:14px;
  }

  .gh-contact-cta{
    padding:0 16px 80px;
  }

  .gh-contact-cta-box{
    padding:52px 20px;
    border-radius:24px;
  }

  .gh-contact-cta-box h2{
    font-size:34px;
  }

  .gh-contact-cta-box p{
    font-size:16px;
    line-height:1.7;
  }

  .gh-contact-cta-actions{
    flex-direction:column;
  }
}/* End custom CSS */