.elementor-11597 .elementor-element.elementor-element-242beec{--display:flex;}.elementor-11597 .elementor-element.elementor-element-f327033{--spacer-size:139px;}.elementor-11597 .elementor-element.elementor-element-8822ea8{--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-11597 .elementor-element.elementor-element-d62ba24{--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-fb93be3 */.sgh-about-page {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafb;
    padding: 120px 20px;
    box-sizing: border-box; /* Previene desbordamiento global */
}

.sgh-block {
    display: grid;
    grid-template-columns: 0.8fr 1.5fr;
    gap: 100px;
    margin-bottom: 120px;
    align-items: start;
}

.sgh-block .sgh-essence-header {
    position: sticky;
    top: 80px;
    text-align: left;
}

.sgh-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #3fb0ac;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sgh-section-title {
    font-size: 52px;
    font-weight: 800;
    color: #173e43;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -1.7px;
}

.sgh-section-intro-left {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    border-left: 3px solid #173e43;
    padding-left: 28px;
    font-weight: 300;
    margin-bottom: 40px;
}

.sgh-essence-content {
    background: #ffffff;
    padding: 70px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
    border-right: 1px solid #eef2f3;
    border-radius: 8px;
    box-sizing: border-box;
}

.sgh-lead-text {
    font-size: 26px;
    line-height: 1.45;
    color: #173e43;
    font-weight: 600;
    margin-bottom: 40px;
}

.sgh-body-text p {
    font-size: 18px;
    line-height: 1.95;
    color: #4a5568;
    margin-bottom: 28px;
    font-weight: 300;
}

.sgh-body-text strong {
    color: #173e43;
    font-weight: 700;
}

.sgh-cta-button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #f05a5e;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.sgh-cta-button:hover {
    background-color: #d04b50;
}

/* --- AJUSTES PARA MÓVILES CORREGIDOS --- */
@media (max-width: 992px) {
    .sgh-about-page {
        padding: 40px 15px !important; /* Reduce espacio blanco arriba */
    }

    .sgh-block {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .sgh-block .sgh-essence-header {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .sgh-section-title {
        font-size: 32px; /* Título más manejable en móvil */
    }

    .sgh-essence-content {
        padding: 30px 20px !important; /* Evita que sobresalga a la derecha */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .sgh-lead-text {
        font-size: 20px;
    }

    .sgh-block-hero {
        background: linear-gradient(90deg, #f5f7f9 0%, #ffffff 100%);
        padding: 40px 15px !important; /* Reduce espacio superior en bloque hero móvil */
        border-radius: 12px;
    }

    .sgh-block-hero .sgh-essence-content {
        padding: 30px 20px !important;
        border-right: none;
    }

    .sgh-block-hero .sgh-section-title {
        font-size: 36px;
    }

    .sgh-block-hero .sgh-lead-text {
        font-size: 22px;
        margin-bottom: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-466dc19 */.sgh-about-page {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafb;
    padding: 120px 20px;
    box-sizing: border-box; /* Previene desbordamiento global */
}

.sgh-block {
    display: grid;
    grid-template-columns: 0.8fr 1.5fr;
    gap: 100px;
    margin-bottom: 120px;
    align-items: start;
}

.sgh-block .sgh-essence-header {
    position: sticky;
    top: 80px;
    text-align: left;
}

.sgh-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #3fb0ac;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sgh-section-title {
    font-size: 52px;
    font-weight: 800;
    color: #173e43;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -1.7px;
}

.sgh-section-intro-left {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    border-left: 3px solid #173e43;
    padding-left: 28px;
    font-weight: 300;
    margin-bottom: 40px;
}

.sgh-essence-content {
    background: #ffffff;
    padding: 70px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
    border-right: 1px solid #eef2f3;
    border-radius: 8px;
    box-sizing: border-box;
}

.sgh-lead-text {
    font-size: 26px;
    line-height: 1.45;
    color: #173e43;
    font-weight: 600;
    margin-bottom: 40px;
}

.sgh-body-text p {
    font-size: 18px;
    line-height: 1.95;
    color: #4a5568;
    margin-bottom: 28px;
    font-weight: 300;
}

.sgh-body-text strong {
    color: #173e43;
    font-weight: 700;
}

.sgh-cta-button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #f05a5e;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.sgh-cta-button:hover {
    background-color: #d04b50;
}

/* --- AJUSTES PARA MÓVILES CORREGIDOS --- */
@media (max-width: 992px) {
    .sgh-about-page {
        padding: 40px 15px !important; /* Reduce espacio blanco arriba */
    }

    .sgh-block {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .sgh-block .sgh-essence-header {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .sgh-section-title {
        font-size: 32px; /* Título más manejable en móvil */
    }

    .sgh-essence-content {
        padding: 30px 20px !important; /* Evita que sobresalga a la derecha */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .sgh-lead-text {
        font-size: 20px;
    }

    .sgh-block-hero {
        background: linear-gradient(90deg, #f5f7f9 0%, #ffffff 100%);
        padding: 40px 15px !important; /* Reduce espacio superior en bloque hero móvil */
        border-radius: 12px;
    }

    .sgh-block-hero .sgh-essence-content {
        padding: 30px 20px !important;
        border-right: none;
    }

    .sgh-block-hero .sgh-section-title {
        font-size: 36px;
    }

    .sgh-block-hero .sgh-lead-text {
        font-size: 22px;
        margin-bottom: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1a049d */.sgh-about-page {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafb;
    padding: 120px 20px;
    box-sizing: border-box; /* Previene desbordamiento global */
}

.sgh-block {
    display: grid;
    grid-template-columns: 0.8fr 1.5fr;
    gap: 100px;
    margin-bottom: 120px;
    align-items: start;
}

.sgh-block .sgh-essence-header {
    position: sticky;
    top: 80px;
    text-align: left;
}

.sgh-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #3fb0ac;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sgh-section-title {
    font-size: 52px;
    font-weight: 800;
    color: #173e43;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -1.7px;
}

.sgh-section-intro-left {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    border-left: 3px solid #173e43;
    padding-left: 28px;
    font-weight: 300;
    margin-bottom: 40px;
}

.sgh-essence-content {
    background: #ffffff;
    padding: 70px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
    border-right: 1px solid #eef2f3;
    border-radius: 8px;
    box-sizing: border-box;
}

.sgh-lead-text {
    font-size: 26px;
    line-height: 1.45;
    color: #173e43;
    font-weight: 600;
    margin-bottom: 40px;
}

.sgh-body-text p {
    font-size: 18px;
    line-height: 1.95;
    color: #4a5568;
    margin-bottom: 28px;
    font-weight: 300;
}

.sgh-body-text strong {
    color: #173e43;
    font-weight: 700;
}

.sgh-cta-button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #f05a5e;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.sgh-cta-button:hover {
    background-color: #d04b50;
}

/* --- AJUSTES PARA MÓVILES CORREGIDOS --- */
@media (max-width: 992px) {
    .sgh-about-page {
        padding: 40px 15px !important; /* Reduce espacio blanco arriba */
    }

    .sgh-block {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .sgh-block .sgh-essence-header {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .sgh-section-title {
        font-size: 32px; /* Título más manejable en móvil */
    }

    .sgh-essence-content {
        padding: 30px 20px !important; /* Evita que sobresalga a la derecha */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .sgh-lead-text {
        font-size: 20px;
    }

    .sgh-block-hero {
        background: linear-gradient(90deg, #f5f7f9 0%, #ffffff 100%);
        padding: 40px 15px !important; /* Reduce espacio superior en bloque hero móvil */
        border-radius: 12px;
    }

    .sgh-block-hero .sgh-essence-content {
        padding: 30px 20px !important;
        border-right: none;
    }

    .sgh-block-hero .sgh-section-title {
        font-size: 36px;
    }

    .sgh-block-hero .sgh-lead-text {
        font-size: 22px;
        margin-bottom: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c972825 */.sgh-about-page {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafb;
    padding: 120px 20px;
    box-sizing: border-box; /* Previene desbordamiento global */
}

.sgh-block {
    display: grid;
    grid-template-columns: 0.8fr 1.5fr;
    gap: 100px;
    margin-bottom: 120px;
    align-items: start;
}

.sgh-block .sgh-essence-header {
    position: sticky;
    top: 80px;
    text-align: left;
}

.sgh-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #3fb0ac;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sgh-section-title {
    font-size: 52px;
    font-weight: 800;
    color: #173e43;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -1.7px;
}

.sgh-section-intro-left {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    border-left: 3px solid #173e43;
    padding-left: 28px;
    font-weight: 300;
    margin-bottom: 40px;
}

.sgh-essence-content {
    background: #ffffff;
    padding: 70px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
    border-right: 1px solid #eef2f3;
    border-radius: 8px;
    box-sizing: border-box;
}

.sgh-lead-text {
    font-size: 26px;
    line-height: 1.45;
    color: #173e43;
    font-weight: 600;
    margin-bottom: 40px;
}

.sgh-body-text p {
    font-size: 18px;
    line-height: 1.95;
    color: #4a5568;
    margin-bottom: 28px;
    font-weight: 300;
}

.sgh-body-text strong {
    color: #173e43;
    font-weight: 700;
}

.sgh-cta-button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #f05a5e;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.sgh-cta-button:hover {
    background-color: #d04b50;
}

/* --- AJUSTES PARA MÓVILES CORREGIDOS --- */
@media (max-width: 992px) {
    .sgh-about-page {
        padding: 40px 15px !important; /* Reduce espacio blanco arriba */
    }

    .sgh-block {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .sgh-block .sgh-essence-header {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .sgh-section-title {
        font-size: 32px; /* Título más manejable en móvil */
    }

    .sgh-essence-content {
        padding: 30px 20px !important; /* Evita que sobresalga a la derecha */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .sgh-lead-text {
        font-size: 20px;
    }

    .sgh-block-hero {
        background: linear-gradient(90deg, #f5f7f9 0%, #ffffff 100%);
        padding: 40px 15px !important; /* Reduce espacio superior en bloque hero móvil */
        border-radius: 12px;
    }

    .sgh-block-hero .sgh-essence-content {
        padding: 30px 20px !important;
        border-right: none;
    }

    .sgh-block-hero .sgh-section-title {
        font-size: 36px;
    }

    .sgh-block-hero .sgh-lead-text {
        font-size: 22px;
        margin-bottom: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9004f8c */.sgh-about-page {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafb;
    padding: 120px 20px;
    box-sizing: border-box; /* Previene desbordamiento global */
}

.sgh-block {
    display: grid;
    grid-template-columns: 0.8fr 1.5fr;
    gap: 100px;
    margin-bottom: 120px;
    align-items: start;
}

.sgh-block .sgh-essence-header {
    position: sticky;
    top: 80px;
    text-align: left;
}

.sgh-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #3fb0ac;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sgh-section-title {
    font-size: 52px;
    font-weight: 800;
    color: #173e43;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -1.7px;
}

.sgh-section-intro-left {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    border-left: 3px solid #173e43;
    padding-left: 28px;
    font-weight: 300;
    margin-bottom: 40px;
}

.sgh-essence-content {
    background: #ffffff;
    padding: 70px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
    border-right: 1px solid #eef2f3;
    border-radius: 8px;
    box-sizing: border-box;
}

.sgh-lead-text {
    font-size: 26px;
    line-height: 1.45;
    color: #173e43;
    font-weight: 600;
    margin-bottom: 40px;
}

.sgh-body-text p {
    font-size: 18px;
    line-height: 1.95;
    color: #4a5568;
    margin-bottom: 28px;
    font-weight: 300;
}

.sgh-body-text strong {
    color: #173e43;
    font-weight: 700;
}

.sgh-cta-button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #f05a5e;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.sgh-cta-button:hover {
    background-color: #d04b50;
}

/* --- AJUSTES PARA MÓVILES CORREGIDOS --- */
@media (max-width: 992px) {
    .sgh-about-page {
        padding: 40px 15px !important; /* Reduce espacio blanco arriba */
    }

    .sgh-block {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .sgh-block .sgh-essence-header {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .sgh-section-title {
        font-size: 32px; /* Título más manejable en móvil */
    }

    .sgh-essence-content {
        padding: 30px 20px !important; /* Evita que sobresalga a la derecha */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .sgh-lead-text {
        font-size: 20px;
    }

    .sgh-block-hero {
        background: linear-gradient(90deg, #f5f7f9 0%, #ffffff 100%);
        padding: 40px 15px !important; /* Reduce espacio superior en bloque hero móvil */
        border-radius: 12px;
    }

    .sgh-block-hero .sgh-essence-content {
        padding: 30px 20px !important;
        border-right: none;
    }

    .sgh-block-hero .sgh-section-title {
        font-size: 36px;
    }

    .sgh-block-hero .sgh-lead-text {
        font-size: 22px;
        margin-bottom: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3fbd83 */.sgh-about-page {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafb;
    padding: 120px 20px;
    box-sizing: border-box; /* Previene desbordamiento global */
}

.sgh-block {
    display: grid;
    grid-template-columns: 0.8fr 1.5fr;
    gap: 100px;
    margin-bottom: 120px;
    align-items: start;
}

.sgh-block .sgh-essence-header {
    position: sticky;
    top: 80px;
    text-align: left;
}

.sgh-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #3fb0ac;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sgh-section-title {
    font-size: 52px;
    font-weight: 800;
    color: #173e43;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -1.7px;
}

.sgh-section-intro-left {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    border-left: 3px solid #173e43;
    padding-left: 28px;
    font-weight: 300;
    margin-bottom: 40px;
}

.sgh-essence-content {
    background: #ffffff;
    padding: 70px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
    border-right: 1px solid #eef2f3;
    border-radius: 8px;
    box-sizing: border-box;
}

.sgh-lead-text {
    font-size: 26px;
    line-height: 1.45;
    color: #173e43;
    font-weight: 600;
    margin-bottom: 40px;
}

.sgh-body-text p {
    font-size: 18px;
    line-height: 1.95;
    color: #4a5568;
    margin-bottom: 28px;
    font-weight: 300;
}

.sgh-body-text strong {
    color: #173e43;
    font-weight: 700;
}

.sgh-cta-button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #f05a5e;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.sgh-cta-button:hover {
    background-color: #d04b50;
}

/* --- AJUSTES PARA MÓVILES CORREGIDOS --- */
@media (max-width: 992px) {
    .sgh-about-page {
        padding: 40px 15px !important; /* Reduce espacio blanco arriba */
    }

    .sgh-block {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .sgh-block .sgh-essence-header {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .sgh-section-title {
        font-size: 32px; /* Título más manejable en móvil */
    }

    .sgh-essence-content {
        padding: 30px 20px !important; /* Evita que sobresalga a la derecha */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .sgh-lead-text {
        font-size: 20px;
    }

    .sgh-block-hero {
        background: linear-gradient(90deg, #f5f7f9 0%, #ffffff 100%);
        padding: 40px 15px !important; /* Reduce espacio superior en bloque hero móvil */
        border-radius: 12px;
    }

    .sgh-block-hero .sgh-essence-content {
        padding: 30px 20px !important;
        border-right: none;
    }

    .sgh-block-hero .sgh-section-title {
        font-size: 36px;
    }

    .sgh-block-hero .sgh-lead-text {
        font-size: 22px;
        margin-bottom: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56ea428 */.sgh-about-page {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafb;
    padding: 120px 20px;
    box-sizing: border-box; /* Previene desbordamiento global */
}

.sgh-block {
    display: grid;
    grid-template-columns: 0.8fr 1.5fr;
    gap: 100px;
    margin-bottom: 120px;
    align-items: start;
}

.sgh-block .sgh-essence-header {
    position: sticky;
    top: 80px;
    text-align: left;
}

.sgh-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #3fb0ac;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sgh-section-title {
    font-size: 52px;
    font-weight: 800;
    color: #173e43;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -1.7px;
}

.sgh-section-intro-left {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    border-left: 3px solid #173e43;
    padding-left: 28px;
    font-weight: 300;
    margin-bottom: 40px;
}

.sgh-essence-content {
    background: #ffffff;
    padding: 70px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
    border-right: 1px solid #eef2f3;
    border-radius: 8px;
    box-sizing: border-box;
}

.sgh-lead-text {
    font-size: 26px;
    line-height: 1.45;
    color: #173e43;
    font-weight: 600;
    margin-bottom: 40px;
}

.sgh-body-text p {
    font-size: 18px;
    line-height: 1.95;
    color: #4a5568;
    margin-bottom: 28px;
    font-weight: 300;
}

.sgh-body-text strong {
    color: #173e43;
    font-weight: 700;
}

.sgh-cta-button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #f05a5e;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.sgh-cta-button:hover {
    background-color: #d04b50;
}

/* --- AJUSTES PARA MÓVILES CORREGIDOS --- */
@media (max-width: 992px) {
    .sgh-about-page {
        padding: 40px 15px !important; /* Reduce espacio blanco arriba */
    }

    .sgh-block {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .sgh-block .sgh-essence-header {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .sgh-section-title {
        font-size: 32px; /* Título más manejable en móvil */
    }

    .sgh-essence-content {
        padding: 30px 20px !important; /* Evita que sobresalga a la derecha */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .sgh-lead-text {
        font-size: 20px;
    }

    .sgh-block-hero {
        background: linear-gradient(90deg, #f5f7f9 0%, #ffffff 100%);
        padding: 40px 15px !important; /* Reduce espacio superior en bloque hero móvil */
        border-radius: 12px;
    }

    .sgh-block-hero .sgh-essence-content {
        padding: 30px 20px !important;
        border-right: none;
    }

    .sgh-block-hero .sgh-section-title {
        font-size: 36px;
    }

    .sgh-block-hero .sgh-lead-text {
        font-size: 22px;
        margin-bottom: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe991a6 */.sgh-about-page {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafb;
    padding: 120px 20px;
    box-sizing: border-box; /* Previene desbordamiento global */
}

.sgh-block {
    display: grid;
    grid-template-columns: 0.8fr 1.5fr;
    gap: 100px;
    margin-bottom: 120px;
    align-items: start;
}

.sgh-block .sgh-essence-header {
    position: sticky;
    top: 80px;
    text-align: left;
}

.sgh-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #3fb0ac;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sgh-section-title {
    font-size: 52px;
    font-weight: 800;
    color: #173e43;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -1.7px;
}

.sgh-section-intro-left {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    border-left: 3px solid #173e43;
    padding-left: 28px;
    font-weight: 300;
    margin-bottom: 40px;
}

.sgh-essence-content {
    background: #ffffff;
    padding: 70px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
    border-right: 1px solid #eef2f3;
    border-radius: 8px;
    box-sizing: border-box;
}

.sgh-lead-text {
    font-size: 26px;
    line-height: 1.45;
    color: #173e43;
    font-weight: 600;
    margin-bottom: 40px;
}

.sgh-body-text p {
    font-size: 18px;
    line-height: 1.95;
    color: #4a5568;
    margin-bottom: 28px;
    font-weight: 300;
}

.sgh-body-text strong {
    color: #173e43;
    font-weight: 700;
}

.sgh-cta-button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #f05a5e;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.sgh-cta-button:hover {
    background-color: #d04b50;
}

/* --- AJUSTES PARA MÓVILES CORREGIDOS --- */
@media (max-width: 992px) {
    .sgh-about-page {
        padding: 40px 15px !important; /* Reduce espacio blanco arriba */
    }

    .sgh-block {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .sgh-block .sgh-essence-header {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .sgh-section-title {
        font-size: 32px; /* Título más manejable en móvil */
    }

    .sgh-essence-content {
        padding: 30px 20px !important; /* Evita que sobresalga a la derecha */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .sgh-lead-text {
        font-size: 20px;
    }

    .sgh-block-hero {
        background: linear-gradient(90deg, #f5f7f9 0%, #ffffff 100%);
        padding: 40px 15px !important; /* Reduce espacio superior en bloque hero móvil */
        border-radius: 12px;
    }

    .sgh-block-hero .sgh-essence-content {
        padding: 30px 20px !important;
        border-right: none;
    }

    .sgh-block-hero .sgh-section-title {
        font-size: 36px;
    }

    .sgh-block-hero .sgh-lead-text {
        font-size: 22px;
        margin-bottom: 25px;
    }
}/* End custom CSS */