.elementor-871 .elementor-element.elementor-element-246ecc8{--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-871 .elementor-element.elementor-element-5d0b335{--spacer-size:200px;}.elementor-871 .elementor-element.elementor-element-44df666{--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-871 .elementor-element.elementor-element-c84ba2d{--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-871 .elementor-element.elementor-element-f1654a1:not(.elementor-motion-effects-element-type-background), .elementor-871 .elementor-element.elementor-element-f1654a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-871 .elementor-element.elementor-element-f1654a1 > .elementor-container{max-width:727px;}.elementor-871 .elementor-element.elementor-element-f1654a1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-871 .elementor-element.elementor-element-f1654a1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-871 .elementor-element.elementor-element-7fe3c13 > .elementor-element-populated{margin:-100px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-871 .elementor-element.elementor-element-08d7716{--spacer-size:2px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-871 .elementor-element.elementor-element-f1654a1{padding:40px 0px 60px 0px;}}/* Start custom CSS for html, class: .elementor-element-16fae1b *//* --- ESTILOS ADICIONALES PARA EL MENÚ DE SECCIONES --- */
.sgh-services-nav {
    margin-top: 40px !important;
    border-top: 1px solid #eeeeee !important;
    padding-top: 25px !important;
}

.sgh-nav-label {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #999999 !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
}

.sgh-nav-links {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.sgh-nav-item {
    padding: 10px 25px !important;
    background-color: #f8f9fa !important;
    color: #333333 !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
    border: 1px solid #eeeeee !important;
}

.sgh-nav-item:hover {
    background-color: #3fb0ac !important;
    color: #ffffff !important;
    border-color: #3fb0ac !important;
    transform: translateY(-2px) !important;
}

/* --- AJUSTES DE LA IMAGEN --- */
.sgh-intro-img {
    width: 100% !important;
    height: 500px !important; /* Altura fija para mantener elegancia */
    object-fit: cover !important; /* Asegura que la foto no se deforme */
    border-radius: 4px !important;
    box-shadow: 20px 20px 0px #f4f7f6 !important;
    display: block !important;
}

/* --- MANTENER RESTO DEL CSS PREVIO --- */
.sgh-services-intro-section { padding: 120px 0 80px 0 !important; background-color: #ffffff !important; }
.sgh-services-intro-container { max-width: 1200px !important; width: 90% !important; margin: 0 auto !important; }
.sgh-services-intro-content { display: flex !important; align-items: center !important; gap: 60px !important; }
.sgh-intro-text-wrapper { flex: 1.2 !important; }
.sgh-intro-image-wrapper { flex: 0.8 !important; position: relative !important; }

/* Responsive móvil */
@media (max-width: 992px) {
    .sgh-services-intro-content { flex-direction: column !important; text-align: center !important; }
    .sgh-nav-links { justify-content: center !important; }
    .sgh-intro-img { height: auto !important; max-height: 400px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27e5cc9 *//* --- SGH RESIDENCY SECTION WRAPPER --- */
.sgh-residency-section {
    padding: 100px 0 !important;
    background-color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    width: 100% !important;
}

.sgh-residency-container {
    max-width: 1200px !important;
    width: 90% !important;
    margin: 0 auto !important;
}

/* --- HEADER / TITLES --- */
.sgh-residency-header {
    text-align: center !important;
    margin-bottom: 60px !important;
}

.sgh-residency-title {
    font-family: 'Playfair Display', serif !important;
    color: #000000 !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

.sgh-residency-intro {
    font-family: 'Inter', sans-serif !important;
    color: #555555 !important;
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* --- GRID SYSTEM --- */
.sgh-residency-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* 2x2 en escritorio */
    gap: 30px !important;
}

/* --- SERVICE CARDS --- */
.sgh-residency-card {
    background: #fdfdfd !important;
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    height: 100% !important;
}

.sgh-residency-card:hover {
    transform: translateY(-8px) !important;
    border-color: #3fb0ac !important; /* Verde corporativo */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07) !important;
}

.sgh-residency-body {
    padding: 45px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.sgh-residency-icon {
    font-size: 2.5rem !important;
    margin-bottom: 20px !important;
}

.sgh-residency-service-title {
    font-family: 'Playfair Display', serif !important;
    color: #1a1a1a !important;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.sgh-residency-service-desc {
    font-family: 'Inter', sans-serif !important;
    color: #666666 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
    flex-grow: 1 !important;
}

/* --- LINKS --- */
.sgh-residency-link {
    color: #3fb0ac !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: color 0.3s ease !important;
}

.sgh-residency-link:hover {
    color: #f37021 !important; /* Naranja de acento al pasar el ratón */
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .sgh-residency-grid {
        grid-template-columns: 1fr !important; /* 1 columna en tablet/móvil */
    }

    .sgh-residency-section {
        padding: 70px 0 !important;
    }

    .sgh-residency-title {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 600px) {
    .sgh-residency-body {
        padding: 35px 25px !important;
        text-align: center !important;
        align-items: center !important;
    }

    .sgh-residency-intro {
        font-size: 1rem !important;
    }

    .sgh-residency-service-title {
        font-size: 1.4rem !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-331d5b7 *//* --- CORPORATE SECTION WRAPPER --- */
.sgh-corporate-section {
    padding: 120px 0 !important;
    background-color: #fcfcfc !important;
    font-family: 'Inter', sans-serif !important;
}

.sgh-corporate-container {
    max-width: 1200px !important;
    width: 90% !important;
    margin: 0 auto !important;
}

/* --- HEADER --- */
.sgh-corporate-header {
    text-align: center !important;
    margin-bottom: 70px !important;
}

.sgh-corporate-pre {
    color: #f37021 !important; /* Naranja de acento */
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    display: block !important;
    margin-bottom: 10px !important;
}

.sgh-corporate-title {
    font-family: 'Playfair Display', serif !important;
    color: #000000 !important;
    font-size: clamp(2.2rem, 5vw, 3rem) !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

.sgh-corporate-intro {
    color: #555555 !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* --- GRID CARDS --- */
.sgh-corporate-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px !important;
    margin-bottom: 60px !important;
}

.sgh-corp-card {
    background: #ffffff !important;
    padding: 40px 25px !important;
    border-radius: 4px !important;
    border: 1px solid #eeeeee !important;
    text-align: center !important;
    transition: all 0.4s ease !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.sgh-corp-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06) !important;
    border-color: #3fb0ac !important;
}

.sgh-corp-icon {
    font-size: 2.5rem !important;
    margin-bottom: 20px !important;
}

.sgh-corp-name {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.25rem !important;
    color: #1a1a1a !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
}

.sgh-corp-tagline {
    font-size: 0.95rem !important;
    color: #666666 !important;
    line-height: 1.5 !important;
    margin-bottom: 25px !important;
}

.sgh-corp-more {
    color: #3fb0ac !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    transition: color 0.3s ease !important;
}

.sgh-corp-more:hover {
    color: #f37021 !important;
}

/* --- FOOTER / MAIN BUTTON --- */
.sgh-corporate-footer {
    text-align: center !important;
}

.sgh-corporate-main-btn {
    display: inline-block !important;
    background-color: #3fb0ac !important;
    color: #ffffff !important;
    padding: 18px 45px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    border: 2px solid #3fb0ac !important;
}

.sgh-corporate-main-btn:hover {
    background-color: transparent !important;
    color: #3fb0ac !important;
    box-shadow: 0 10px 20px rgba(63, 176, 172, 0.2) !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
    .sgh-corporate-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .sgh-corporate-section {
        padding: 80px 0 !important;
    }
    
    .sgh-corporate-title {
        font-size: 1.8rem !important;
    }

    .sgh-corporate-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .sgh-corporate-main-btn {
        width: 100% !important;
        padding: 18px 20px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a07e5aa *//* --- REAL ESTATE SECTION WRAPPER --- */
.sgh-realestate-section {
    padding: 120px 0 !important;
    background-color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
}

.sgh-realestate-container {
    max-width: 1200px !important;
    width: 90% !important;
    margin: 0 auto !important;
}

/* --- HEADER --- */
.sgh-realestate-header {
    text-align: center !important;
    margin-bottom: 70px !important;
}

.sgh-realestate-pre {
    color: #3fb0ac !important; /* Verde corporativo SGH */
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    display: block !important;
    margin-bottom: 15px !important;
}

.sgh-realestate-title {
    font-family: 'Playfair Display', serif !important;
    color: #000000 !important;
    font-size: clamp(2rem, 5vw, 2.8rem) !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

.sgh-realestate-intro {
    color: #555555 !important;
    font-size: 1.15rem !important;
    line-height: 1.7 !important;
    max-width: 850px !important;
    margin: 0 auto !important;
}

/* --- GRID CARDS --- */
.sgh-realestate-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    margin-bottom: 60px !important;
}

.sgh-re-card {
    background: #fcfcfc !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 4px !important;
    transition: all 0.4s ease !important;
    height: 100% !important;
}

.sgh-re-card:hover {
    transform: translateY(-10px) !important;
    border-color: #3fb0ac !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05) !important;
}

.sgh-re-body {
    padding: 40px 25px !important;
    text-align: center !important;
}

.sgh-re-icon {
    font-size: 2.2rem !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.sgh-re-name {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.25rem !important;
    color: #1a1a1a !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
}

.sgh-re-desc {
    font-size: 0.95rem !important;
    color: #666666 !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
}

.sgh-re-link {
    color: #f37021 !important; /* Naranja de acento */
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
}

/* --- CTA BUTTON --- */
.sgh-realestate-action {
    text-align: center !important;
}

.sgh-re-main-btn {
    display: inline-block !important;
    background-color: #3fb0ac !important;
    color: #ffffff !important;
    padding: 18px 45px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    border: 2px solid #3fb0ac !important;
}

.sgh-re-main-btn:hover {
    background-color: transparent !important;
    color: #3fb0ac !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .sgh-realestate-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .sgh-realestate-section {
        padding: 80px 0 !important;
    }
    
    .sgh-realestate-title {
        font-size: 1.75rem !important;
    }

    .sgh-realestate-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .sgh-re-main-btn {
        width: 100% !important;
        padding: 18px 20px !important;
    }
}/* End custom CSS */