.elementor-11811 .elementor-element.elementor-element-5128b32e:not(.elementor-motion-effects-element-type-background), .elementor-11811 .elementor-element.elementor-element-5128b32e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, var( --e-global-color-044b931 ) 0%, var( --e-global-color-bb890b8 ) 100%);}.elementor-11811 .elementor-element.elementor-element-5128b32e > .elementor-background-overlay{background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11811 .elementor-element.elementor-element-5128b32e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:7% 0% 0% 0%;overflow:visible;}.elementor-11811 .elementor-element.elementor-element-4fdacb0f > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-11811 .elementor-element.elementor-element-dcc40b9{--spacer-size:50px;}.elementor-11811 .elementor-element.elementor-element-b71bfee{--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;overflow:visible;}.elementor-11811 .elementor-element.elementor-element-533a6b5 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-11811 .elementor-element.elementor-element-7f25d97{--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;overflow:visible;}.elementor-11811 .elementor-element.elementor-element-c179c0a{--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;overflow:visible;}.elementor-11811 .elementor-element.elementor-element-838afb4{--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;overflow:visible;}.elementor-11811 .elementor-element.elementor-element-adc6a18{--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;overflow:visible;}.elementor-11811 .elementor-element.elementor-element-763ce5b{--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;overflow:visible;}.elementor-11811 .elementor-element.elementor-element-26955e4{--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;overflow:visible;}.elementor-11811 .elementor-element.elementor-element-ee8eef4{--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;overflow:visible;}.elementor-11811 .elementor-element.elementor-element-ee2e305{--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;overflow:visible;}.elementor-11811 .elementor-element.elementor-element-2d40e04{--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;overflow:visible;}.elementor-11811 .elementor-element.elementor-element-a0d95a0{--spacer-size:30px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-11811 .elementor-element.elementor-element-4fdacb0f{width:100%;}}@media(max-width:1024px){.elementor-11811 .elementor-element.elementor-element-5128b32e{padding:7em 0em 0em 0em;}}/* Start custom CSS for html, class: .elementor-element-533a6b5 */.sgh-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.sgh-real-estate-hero {
  background: #f7f9f9;
  padding: 110px 0 90px;
}

.sgh-hero-content {
  text-align: center;
}

.sgh-real-estate-hero h1 {
  font-size: 40px;
  font-weight: 700;
  color: #187C84;
  margin-bottom: 18px;
  line-height: 1.25;
}

.sgh-real-estate-hero p {
  font-size: 18px;
  max-width: 820px;
  margin: 0 auto 35px;
  color: #292929;
}

/* Buttons */
.sgh-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sgh-btn-primary,
.sgh-btn-secondary {
  padding: 13px 28px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sgh/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8979750 *//* --- SEPARADOR SGH CORREGIDO --- */
.sgh-separator {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
    margin: 60px auto;       /* El 'auto' es clave para centrar el bloque */
    width: 100%;             /* Ocupa todo el ancho disponible */
    max-width: 100%;         /* Evita que se colapse */
}

.sgh-line {
    height: 1px;
    flex: 1; /* Esto hace que las líneas crezcan equitativamente a los lados */
    background: linear-gradient(to right, transparent, #e1e4e4, transparent);
}

.sgh-dot-triple {
    display: flex;
    justify-content: center; /* Asegura que los puntos dentro de su caja estén centrados */
    gap: 8px;
    margin: 0 30px; /* Espacio entre las líneas y los puntos */
    min-width: 50px; /* Evita que los puntos se amontonen */
}

.sgh-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0; /* Evita que los puntos se deformen en móviles */
}

/* Colores SGH */
.dot-coral { background-color: #f05a5e; }
.dot-gold  { background-color: #f89b21; }
.dot-turq  { background-color: #3fb0ac; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ade4e19 */.sgh-real-estate-why {
  padding: 90px 0;
  background: #ffffff;
}

.sgh-section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 60px;
}

.sgh-section-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #187C84;
  margin-bottom: 15px;
  line-height: 1.3;
}

.sgh-section-header p {
  font-size: 17px;
  color: #292929;
}

/* Grid */
.sgh-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* Cards */
.sgh-why-card {
  background: #f7f9f9;
  padding: 30px 26px;
  border-radius: 10px;
  border: 1px solid #e3e6e6;
  transition: all 0.2s ease;
}

.sgh-why-card:hover {
  transform: translateY(-4px);
  border-color: #187C84;
}

.sgh-why-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #187C84;
  margin-bottom: 10px;
}

.sgh-why-card p {
  font-size: 15px;
  color: #292929;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .sgh-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sgh-why-grid {
    grid-template-columns: 1fr;
  }

  .sgh-section-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51bdfa2 *//* --- SERVICIOS SGH PREMIUM --- */
.sgh-real-estate-services {
  padding: 120px 0;
  background: #ffffff; /* Fondo blanco puro para mayor limpieza */
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

.sgh-services-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 80px;
}

.sgh-services-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #173e43; /* Azul oscuro corporativo */
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sgh-services-header p {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 1.6;
}

/* Grid de Servicios */
.sgh-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Cards Estilizadas */
.sgh-service-card {
  background: #ffffff;
  padding: 45px 30px;
  border-radius: 4px; /* Bordes rectos = más autoridad */
  border: 1px solid #eee;
  box-shadow: 0 15px 35px rgba(23, 62, 67, 0.05); /* Sombra sutil corporativa */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* Línea decorativa superior en cada card con color de marca */
.sgh-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #3fb0ac; /* Turquesa por defecto */
  transition: background 0.3s;
}

.sgh-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(23, 62, 67, 0.1);
  border-color: transparent;
}

.sgh-service-card:hover::before {
  background: #f05a5e; /* Cambia a Coral al hacer hover */
}

.sgh-service-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #173e43;
  margin-bottom: 18px;
  line-height: 1.3;
}

.sgh-service-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Botones con degradado del logo */
.sgh-btn-primary {
  display: block;
  text-align: center;
  background: #173e43;
  color: #ffffff !important;
  padding: 14px 20px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
  border: 1px solid #173e43;
}

.sgh-btn-primary:hover {
  background: transparent;
  color: #173e43 !important;
}

/* Diferenciación del 2º botón (Vender) con color Dorado */
.sgh-service-card:nth-child(2) .sgh-btn-primary {
    background: #f89b21;
    border-color: #f89b21;
}
.sgh-service-card:nth-child(2) .sgh-btn-primary:hover {
    background: transparent;
    color: #f89b21 !important;
}

/* Responsive */
@media (max-width: 100px) {
  .sgh-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  .sgh-services-grid { grid-template-columns: 1fr; }
  .sgh-real-estate-services { padding: 80px 0; }
  .sgh-services-header h2 { font-size: 28px; }
}/* End custom CSS */