.elementor-29 .elementor-element.elementor-element-7ab6bd3{--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-29 .elementor-element.elementor-element-656fd11{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-29 .elementor-element.elementor-element-9228503{--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;}/* Start custom CSS for html, class: .elementor-element-656fd11 *//* ===== PÁGINA PROYECTOS - GRUPO HABITAT ===== */

.gh-projects-page{
  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-proj-wrap{
  max-width:1280px;
  margin:0 auto;
}

/* ===== HERO ===== */
.gh-proj-hero{
  padding:90px 20px 60px;
}

.gh-proj-hero-box{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:34px;
  align-items:center;
}

.gh-proj-kicker{
  display:inline-block;
  margin-bottom:14px;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#EF8C06;
}

.gh-proj-hero h1{
  margin:0 0 18px;
  font-size:74px;
  line-height:.92;
  font-weight:800;
  color:#04446C;
  max-width:700px;
}

.gh-proj-hero p{
  margin:0 0 28px;
  font-size:18px;
  line-height:1.8;
  color:#66727e;
  max-width:650px;
}

.gh-proj-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-proj-hero-media{
  position:relative;
  min-height:610px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 28px 60px rgba(8,32,58,.12);
}

.gh-proj-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.gh-proj-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-proj-floating strong{
  display:block;
  font-size:20px;
  color:#04446C;
  margin-bottom:6px;
}

.gh-proj-floating span{
  display:block;
  font-size:14px;
  line-height:1.5;
  color:#67737f;
}

/* ===== BARRA DE FILTROS ===== */
.gh-catalog{
  padding:0 20px 90px;
}

.gh-catalog-bar{
  display:grid;
  grid-template-columns:1.2fr repeat(3,.7fr) auto;
  gap:14px;
  padding:18px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(4,68,108,.08);
  border-radius:24px;
  box-shadow:0 20px 40px rgba(8,32,58,.06);
  backdrop-filter:blur(12px);
  margin-bottom:24px;
}

.gh-field,
.gh-select{
  width:100%;
  height:54px;
  border-radius:16px;
  border:1px solid rgba(4,68,108,.10);
  background:#fff;
  padding:0 16px;
  font-size:14px;
  color:#04446C;
  outline:none;
}

.gh-select{
  appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, #04446C 50%),
    linear-gradient(135deg, #04446C 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size:6px 6px, 6px 6px;
  background-repeat:no-repeat;
}

.gh-filter-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:54px;
  padding:0 24px;
  border:none;
  border-radius:16px;
  background:#04446C;
  color:#fff;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  transition:.3s ease;
  box-shadow:0 16px 30px rgba(4,68,108,.18);
}

.gh-filter-btn:hover{
  background:#EF8C06;
}

.gh-catalog-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:30px;
}

.gh-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(4,68,108,.06);
  color:#04446C;
  font-size:12px;
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;
  border:none;
  cursor:pointer;
  transition:.25s ease;
}

.gh-tag:hover{
  background:rgba(4,68,108,.12);
}

.gh-tag.active{
  background:#04446C;
  color:#fff;
}

/* ===== GRID DE PROYECTOS ===== */
.gh-catalog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.gh-card{
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(4,68,108,.07);
  box-shadow:0 18px 40px rgba(8,32,58,.08);
  transition:transform .35s ease, box-shadow .35s ease;
}

.gh-card:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 52px rgba(8,32,58,.12);
}

.gh-card.hidden{
  display:none;
}

.gh-card-media{
  position:relative;
  aspect-ratio:1.15 / 1;
  overflow:hidden;
}

.gh-card-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  background:#f7fafc;
  padding:28px;
}

.gh-card-badges{
  position:absolute;
  top:16px;
  left:16px;
  right:16px;
  display:flex;
  justify-content:space-between;
  gap:10px;
}

.gh-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.gh-badge-status{
  background:rgba(255,255,255,.92);
  color:#04446C;
}

.gh-badge-type{
  background:rgba(4,68,108,.85);
  color:#fff;
}

.gh-card-body{
  padding:24px 22px 22px;
}

.gh-card-logo{
  width:130px;
  max-width:70%;
  background:#fff;
  border-radius:14px;
  padding:8px 10px;
  box-shadow:0 10px 24px rgba(8,32,58,.06);
  margin-bottom:16px;
}

.gh-card-logo img{
  width:100%;
  display:block;
  height:auto;
}

.gh-card-title{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.05;
  font-weight:800;
  color:#04446C;
}

.gh-card-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-bottom:14px;
}

.gh-card-meta span{
  font-size:13px;
  font-weight:700;
  color:#6a7580;
}

.gh-card-text{
  margin:0 0 18px;
  font-size:15px;
  line-height:1.8;
  color:#65717d;
}

.gh-card-actions a{
  flex:1;
  text-align:center;
  space-between: -6px;
  min-width:140px;
}
.gh-btn-alt{
  line-height:1.2;
  padding:10px 22px;
}

.gh-card-actions{
  display:flex;
  gap:12px;
  flex-wrap:nowrap;
  align-items:center;
}

/* ===== UBICACIÓN PERFECTA ===== */
.gh-location-map{
  padding:0 20px 90px;
}

.gh-location-box{
  max-width:1280px;
  margin:0 auto;
  text-align: center;
}

.gh-location-box h2{
  margin:0 0 22px;
  font-size:50px;
  line-height:1;
  color:#04446C;
  font-weight:800;
}

.gh-location-card{
  background:#fff;
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(4,68,108,.07);
  box-shadow:0 18px 40px rgba(8,32,58,.08);
  transition:all .45s ease;
}

/* imagen del mapa */
.gh-location-card img{
  width:100%;
  display:block;
  height:auto;
  transition:transform .9s ease, filter .6s ease;
}
/* Logo del proyecto sobre el mapa */

.gh-map-project-logo{
  position:absolute;
  top:22px;
  left:22px;
  background:#ffffff;
  padding:10px 14px;
  border-radius:14px;
  box-shadow:0 10px 25px rgba(0,0,0,.15);
  z-index:3;
  transition:.3s ease;
}

.gh-map-project-logo img{
  height:48px;
  width:auto;
  display:block;
}

/* efecto premium al pasar el mouse */
.gh-location-card{
  transform:translateY(-6px);
  box-shadow:0 30px 70px rgba(8,32,58,.18);
}

.gh-location-card:hover img{
  transform:scale(1.08);
  filter:contrast(1.05) saturate(1.08);
}

.gh-location-info{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:22px 24px;
}

.gh-location-address{
  font-size:16px;
  line-height:1.6;
  color:#04446C;
  font-weight:600;
}

.gh-location-address span{
  color:#EF8C06;
  margin-right:8px;
}

.gh-location-links{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.gh-location-links strong{
  color:#04446C;
  font-size:16px;
}

.gh-location-links a{
  text-decoration:none;
  font-size:20px;
}

/* ===== CTA FINAL ===== */
.gh-proj-cta{
  padding:0 20px 110px;
}

.gh-proj-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/01/IMG_2685-scaled.webp') center/cover no-repeat;
  box-shadow:0 28px 60px rgba(8,32,58,.12);
  text-align:center;
  color:#fff;
}

.gh-proj-cta-box span{
  display:inline-block;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#ffb33f;
  margin-bottom:14px;
}

.gh-proj-cta-box h2{
  margin:0 0 16px;
  font-size:58px;
  line-height:.95;
  font-weight:800;
  color:#ffffff;
  text-shadow:0 6px 24px rgba(0,0,0,.18);
}

.gh-proj-cta-box p{
  max-width:760px;
  margin:0 auto 30px;
  font-size:20px;
  line-height:1.8;
  color:rgba(255,255,255,.96);
}

.gh-proj-cta-actions{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}

.gh-proj-cta .gh-btn-alt{
  background:rgba(255,255,255,.18);
  color:#ffffff;
  border:1px solid rgba(255,255,255,.26);
}

.gh-proj-cta .gh-btn-alt:hover{
  background:rgba(255,255,255,.28);
  color:#ffffff;
}

/* ===== RESPONSIVE ===== */
@media (max-width:1100px){
  .gh-proj-hero-box{
    grid-template-columns:1fr;
  }

  .gh-catalog-bar{
    grid-template-columns:1fr 1fr;
  }

  .gh-catalog-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:767px){
  .gh-proj-hero{
    padding:72px 16px 36px;
  }

  .gh-proj-hero h1{
    font-size:42px;
  }

  .gh-proj-hero p{
    font-size:16px;
    line-height:1.7;
  }

  .gh-proj-actions{
    flex-direction:column;
  }

  .gh-btn-main,
  .gh-btn-alt{
    width:100%;
  }

  .gh-proj-hero-media{
    min-height:360px;
    border-radius:22px;
  }

  .gh-proj-floating{
    left:12px;
    right:12px;
    bottom:12px;
  }

  .gh-catalog{
    padding:0 16px 70px;
  }

  .gh-catalog-bar{
    grid-template-columns:1fr;
    gap:12px;
    padding:14px;
    border-radius:20px;
  }

  .gh-catalog-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .gh-card{
    border-radius:22px;
  }

  .gh-card-body{
    padding:20px 18px 18px;
  }

  .gh-card-title{
    font-size:24px;
  }

  .gh-card-text{
    font-size:14px;
    line-height:1.7;
  }

  .gh-card-actions{
    flex-direction:column;
  }

  .gh-location-map{
    padding:0 16px 70px;
  }

  .gh-location-box h2{
    font-size:34px;
    margin-bottom:18px;
  }

  .gh-location-card{
    border-radius:20px;
  }

  .gh-location-info{
    flex-direction:column;
    align-items:flex-start;
    padding:18px;
  }

  .gh-location-address,
  .gh-location-links strong{
    font-size:14px;
  }

  .gh-proj-cta{
    padding:0 16px 80px;
  }

  .gh-proj-cta-box{
    padding:52px 20px;
    border-radius:24px;
  }

  .gh-proj-cta-box h2{
    font-size:34px;
  }

  .gh-proj-cta-box p{
    font-size:16px;
    line-height:1.7;
  }

  .gh-proj-cta-actions{
    flex-direction:column;
  }
}/* End custom CSS */