.elementor-11893 .elementor-element.elementor-element-1a69985{--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:-10px;--padding-bottom:-10px;--padding-left:-10px;--padding-right:-10px;}.elementor-11893 .elementor-element.elementor-element-a19c6c0{--spacer-size:200px;}.elementor-11893 .elementor-element.elementor-element-a19c6c0 > .elementor-widget-container{background-color:var( --e-global-color-332724a );margin:-38px 0px 50px 0px;}.elementor-11893 .elementor-element.elementor-element-adb978d{--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-11893 .elementor-element.elementor-element-5534aea{--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-11893 .elementor-element.elementor-element-000c2bf{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a1c96fd *//* --- SECCIÓN LEGAL ESTRUCTURAL SGH --- */
.sgh-section-legal {
    padding: 100px 20px;
    background-color: #fcfcfc;
    font-family: 'Inter', sans-serif;
}

.sgh-legal-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr; /* Diseño asimétrico premium */
    gap: 60px;
}

/* Columna Izquierda: Encabezado */
.sgh-legal-header {
    position: sticky;
    top: 50px;
    align-self: start;
}

.sgh-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #3fb0ac;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.sgh-section-title {
    font-size: 34px;
    font-weight: 800;
    color: #173e43;
    line-height: 1.2;
    margin-bottom: 25px;
}

.sgh-section-intro {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    border-left: 2px solid #e1e4e4;
    padding-left: 20px;
}

/* Columna Derecha: Items */
.sgh-legal-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sgh-legal-item {
    background: #ffffff;
    padding: 35px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.sgh-legal-item:hover {
    border-color: #173e43;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.sgh-legal-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #173e43;
    margin-bottom: 12px;
}

.sgh-legal-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* --- RESPONSIVO --- */
@media (max-width: 992px) {
    .sgh-legal-container {
        grid-template-columns: 1fr;
    }
    .sgh-legal-header {
        position: relative;
        top: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8b7057 *//* --- SECCIÓN FISCAL ESTRATÉGICA SGH --- */
.sgh-section-fiscal {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.sgh-fiscal-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr; /* Invertido para dinamismo */
    gap: 60px;
}

/* Columna Derecha: Encabezado */
.sgh-fiscal-header {
    position: sticky;
    top: 50px;
    align-self: start;
    text-align: right; /* Alineación a la derecha */
}

.sgh-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #f05a5e; /* Coral SGH para diferenciar secciones */
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.sgh-section-title {
    font-size: 34px;
    font-weight: 800;
    color: #173e43;
    line-height: 1.2;
    margin-bottom: 25px;
}

.sgh-section-intro {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    border-right: 2px solid #e1e4e4;
    padding-right: 20px;
}

/* Columna Izquierda: Items */
.sgh-fiscal-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sgh-fiscal-item {
    background: #f8fafb;
    padding: 35px;
    border-left: 4px solid #173e43;
    transition: all 0.3s ease;
}

.sgh-fiscal-item:hover {
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transform: translateX(10px);
}

.sgh-fiscal-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #173e43;
    margin-bottom: 12px;
}

.sgh-fiscal-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* --- RESPONSIVO --- */
@media (max-width: 992px) {
    .sgh-fiscal-container {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column-reverse; /* El título vuelve arriba en móvil */
    }
    .sgh-fiscal-header {
        text-align: left;
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }
    .sgh-section-intro {
        border-right: none;
        border-left: 2px solid #e1e4e4;
        padding-right: 0;
        padding-left: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffa597a *//* --- SECCIÓN CONCIERGE & FUTURO SGH --- */
.sgh-section-concierge {
    padding: 100px 20px;
    background-color: #f4f7f7; /* Un tono muy suave del turquesa SGH */
    font-family: 'Inter', sans-serif;
}

.sgh-concierge-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

/* Columna Izquierda: Encabezado */
.sgh-concierge-header {
    position: sticky;
    top: 50px;
    align-self: start;
}

.sgh-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #3fb0ac;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.sgh-section-title {
    font-size: 34px;
    font-weight: 800;
    color: #173e43;
    line-height: 1.2;
    margin-bottom: 25px;
}

.sgh-section-intro {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    border-left: 2px solid #3fb0ac;
    padding-left: 20px;
}

/* Columna Derecha: Items */
.sgh-concierge-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sgh-concierge-item {
    background: #ffffff;
    padding: 40px;
    border-radius: 2px;
    box-shadow: 0 4px 20px rgba(23, 62, 67, 0.03);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.sgh-concierge-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(23, 62, 67, 0.08);
}

.sgh-icon-dot {
    width: 8px;
    height: 8px;
    background-color: #f05a5e; /* Punto Coral de acento */
    border-radius: 50%;
    margin-bottom: 15px;
}

.sgh-concierge-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #173e43;
    margin-bottom: 12px;
}

.sgh-concierge-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* --- RESPONSIVO --- */
@media (max-width: 992px) {
    .sgh-concierge-container {
        grid-template-columns: 1fr;
    }
    .sgh-concierge-header {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cabacd6 *//* --- SECCIÓN CIERRE DUAL PREMIUM SGH --- */
.sgh-cierre-final {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.sgh-cierre-container {
    max-width: 1000px;
    margin: 0 auto;
}

.sgh-cierre-header {
    text-align: center;
    margin-bottom: 70px;
}

.sgh-cierre-title {
    font-size: 42px;
    font-weight: 800;
    color: #173e43;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.sgh-cierre-subtitle {
    font-size: 20px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.sgh-cierre-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* Tarjetas de Cierre */
.sgh-cierre-card {
    padding: 50px 40px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s ease;
    border: 1px solid #eee;
}

.sgh-card-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.sgh-card-formal { background: #f8fafb; }
.sgh-card-formal .sgh-card-tag { color: #3fb0ac; }

.sgh-card-direct { background: #173e43; color: #ffffff; border: none; }
.sgh-card-direct .sgh-card-tag { color: #f05a5e; }
.sgh-card-direct h3 { color: #ffffff; }
.sgh-card-direct p { color: rgba(255,255,255,0.8); }

.sgh-cierre-card h3 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
}

.sgh-cierre-card p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
}

/* Botones */
.sgh-btn-cierre {
    display: inline-block;
    padding: 18px 30px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.sgh-btn-dark {
    background: #173e43;
    color: #ffffff !important;
}

.sgh-btn-color {
    background: #3fb0ac;
    color: #ffffff !important;
}

.sgh-btn-cierre:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* --- RESPONSIVO --- */
@media (max-width: 768px) {
    .sgh-cierre-grid { grid-template-columns: 1fr; }
    .sgh-cierre-title { font-size: 32px; }
    .sgh-cierre-card { padding: 40px 30px; }
}/* End custom CSS */