.elementor-13179 .elementor-element.elementor-element-ce3c64d{--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-13179 .elementor-element.elementor-element-70171c2{--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-13179 .elementor-element.elementor-element-53f0418{--display:flex;}.elementor-13179 .elementor-element.elementor-element-638aecd > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13179 .elementor-element.elementor-element-30d5d92 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13179 .elementor-element.elementor-element-0a15e7f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13179 .elementor-element.elementor-element-590c7b9{--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-13179 .elementor-element.elementor-element-3eb5a91{--spacer-size:50px;}.elementor-13179 .elementor-element.elementor-element-08b0bd6{--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-13179 .elementor-element.elementor-element-27eae91{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b71fb17 *//* --- SECCIÓN HERO --- */
.sgh-hero-section {
    position: relative !important;
    height: 85vh !important;
    display: flex !important;
    align-items: center !important;
    color: #ffffff !important;
    border-bottom: 4px solid #3fb0ac !important;
    overflow: hidden !important;
}

/* Imagen de fondo */
.sgh-hero-section {
    background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1600&q=80') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Overlay oscuro / gradiente */
.sgh-hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(6, 31, 29, 0.8) !important;
    z-index: 0 !important;
}

/* Contenedor de contenido */
.sgh-hero-container {
    position: relative !important;
    z-index: 1 !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
}

/* Líneas decorativas */
.sgh-hero-lines {
    display: flex !important;
    gap: 8px !important;
    margin-bottom: 25px !important;
}

.sgh-line {
    width: 40px !important;
    height: 4px !important;
}

.sgh-line.red { background: #f05a5e !important; }
.sgh-line.orange { background: #f89b21 !important; }
.sgh-line.turquoise { background: #3fb0ac !important; }

/* Título */
.sgh-hero-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 60px !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    margin-bottom: 30px !important;
}

.sgh-hero-title span {
    color: #3fb0ac !important;
}

/* Subtítulo / párrafo */
.sgh-hero-subtitle {
    font-size: 19px !important;
    max-width: 650px !important;
    line-height: 1.7 !important;
    margin-bottom: 45px !important;
    font-weight: 300 !important;
    opacity: 0.9 !important;
    color: #ffffff !important;
}

/* Botones */
.sgh-hero-buttons {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.sgh-btn-1,
.sgh-btn-2 {
    padding: 18px 35px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.sgh-btn-1 {
    background: #3fb0ac !important;
    color: #ffffff !important;
}

.sgh-btn-1:hover {
    background-color: #4dc4c0 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
}

.sgh-btn-2 {
    border: 1px solid #f89b21 !important;
    color: #f89b21 !important;
}

.sgh-btn-2:hover {
    background-color: #3fb0ac !important;
    border-color: #3fb0ac !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
}
/* --- AJUSTES RESPONSIVE PARA MÓVILES --- */
@media (max-width: 992px) {
    /* Evita que el menú tape el contenido y ajusta la altura */
    .sgh-hero-section {
        height: auto !important;
        min-height: 100vh !important; /* Asegura que cubra la pantalla */
        padding-top: 100px !important; /* Espacio para la barra de menú */
        padding-bottom: 60px !important;
    }

    .sgh-hero-title {
        font-size: 36px !important;
        line-height: 1.2 !important;
        word-break: break-word !important;
    }

    .sgh-hero-subtitle {
        font-size: 16px !important;
        max-width: 100% !important;
    }

    .sgh-hero-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sgh-btn-1,
    .sgh-btn-2 {
        padding: 14px 28px !important;
        font-size: 12px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fce403 *//* --- SECCIÓN AUDITORÍA TÉCNICA --- */

/* Contenedor general */
#auditoria-tecnica {
    padding: 100px 20px !important;
    background-color: #ffffff !important;
    color: #222222 !important;
    overflow-x: hidden !important;
}

/* Encabezado */
#auditoria-tecnica h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 36px !important;
    color: #061f1d !important;
    margin-bottom: 10px !important;
}

#auditoria-tecnica p {
    color: #3fb0ac !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
}

/* Líneas decorativas izquierda */
#auditoria-tecnica > div > div:first-child {
    border-left: 5px solid #f05a5e !important;
    padding-left: 25px !important;
    margin-bottom: 60px !important;
    text-align: left !important;
}

/* Tabla */
#auditoria-tecnica table {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed !important; /* Evita que celdas se expandan demasiado */
}

#auditoria-tecnica th,
#auditoria-tecnica td {
    padding: 15px 10px !important;
    font-size: 14px !important;
    vertical-align: top !important;
    word-wrap: break-word !important; /* Evita overflow horizontal */
}

#auditoria-tecnica th {
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #061f1d !important;
    border-bottom: 2px solid #3fb0ac !important;
}

#auditoria-tecnica th:last-child {
    color: #f89b21 !important;
    text-align: right !important;
}

#auditoria-tecnica td {
    border-bottom: 1px solid #eeeeee !important;
    color: #555555 !important;
    line-height: 1.6 !important;
}

.row-sgh:hover {
    background-color: #f9fdfc !important;
    transition: 0.3s ease !important;
}

/* Texto en la primera columna */
.row-sgh td:first-child {
    font-weight: 700 !important;
    color: #061f1d !important;
}

/* Texto en la última columna */
.row-sgh td:last-child {
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #f05a5e !important;
    text-align: right !important;
}

/* --- RESPONSIVE PARA MÓVILES --- */
@media (max-width: 768px) {

    /* Contenedor scroll lateral */
    #auditoria-tecnica table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important; /* Suaviza scroll en iOS */
    }

    #auditoria-tecnica thead,
    #auditoria-tecnica tbody,
    #auditoria-tecnica tr {
        display: block !important;
        width: 100% !important;
    }

    #auditoria-tecnica tr {
        margin-bottom: 20px !important;
    }

    #auditoria-tecnica th,
    #auditoria-tecnica td {
        display: block !important;
        text-align: left !important;
        padding: 10px !important;
    }

    #auditoria-tecnica th:last-child,
    #auditoria-tecnica td:last-child {
        text-align: left !important;
    }

    /* Encabezado adaptado */
    #auditoria-tecnica h2 {
        font-size: 28px !important;
    }

    #auditoria-tecnica p {
        font-size: 12px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-638aecd *//* --- ESTILOS SECCIÓN TESTIMONIOS --- */
.sgh-testimonials-section {
    font-family: 'Montserrat', sans-serif;
}

.testimonial-card {
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(176, 141, 87, 0.1) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30d5d92 *//* --- ESTILOS SECCIÓN PROCESO --- */
.sgh-process-section {
    font-family: 'Montserrat', sans-serif;
}

.step-card {
    transition: transform 0.4s ease;
}

.step-card:hover {
    transform: translateY(-5px);
}

.step-card:hover .step-number {
    color: #e8e1d5 !important; /* El número se oscurece sutilmente al pasar el ratón */
    transition: 0.3s;
}

/* Decoración visual entre pasos (solo en escritorio) */
@media (min-width: 992px) {
    .sgh-process-steps::after {
        content: "";
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #f0f0f0, #b08d57, #f0f0f0);
        z-index: 0;
    }
}

@media (max-width: 768px) {
    .sgh-process-steps {
        grid-template-columns: 1fr !important;
        gap: 60px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e9b970 *//* --- BOTÓN PREMIUM ESTILO BASE --- */
.sgh-btn-premium {
    display: inline-block !important;
    background-color: #f05a5e !important;
    color: #ffffff !important;
    padding: 20px 40px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    box-shadow: 0 4px 15px rgba(240, 90, 94, 0.3) !important;
    font-family: 'Montserrat', sans-serif !important;
    min-width: 380px !important;
    border: 2px solid #f05a5e !important;
    cursor: pointer !important;
    text-align: center !important;
}

/* Hover del botón: fondo blanco y borde turquesa */
.sgh-btn-premium:hover {
    background-color: #ffffff !important;
    border: 2px solid #3fb0ac !important;
    box-shadow: 0 10px 30px rgba(63, 176, 172, 0.15) !important;
}

/* Wrapper de contenido del botón */
#btn-content-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Líneas de color debajo del texto */
#sgh-lines-hover {
    display: flex !important;
    gap: 6px !important;
    margin-top: 8px !important;
    opacity: 0 !important;
    transform: translateY(10px) !important;
    transition: all 0.4s ease !important;
}

.sgh-btn-premium:hover #sgh-lines-hover {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#sgh-lines-hover div {
    width: 30px !important;
    height: 3px !important;
    background-color: #f05a5e !important;
}

#sgh-lines-hover div:nth-child(2) {
    background-color: #f89b21 !important;
}

#sgh-lines-hover div:nth-child(3) {
    background-color: #3fb0ac !important;
}

/* Texto del botón */
#text-container {
    transition: all 0.3s ease !important;
}

#btn-text-main {
    font-size: 16px !important;
    display: inline-block !important;
}

/* Efecto shimmer */
.sgh-shimmer {
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent) !important;
    transition: all 0.8s !important;
    z-index: 1 !important;
}

.sgh-btn-premium:hover .sgh-shimmer {
    left: 100% !important;
}

/* Texto debajo del botón */
div > p {
    margin-top: 15px !important;
    font-size: 14px !important;
    color: #555555 !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* --- RESPONSIVE MÓVILES --- */
@media (max-width: 768px) {
    .sgh-btn-premium {
        padding: 14px 25px !important;
        font-size: 14px !important;
        min-width: auto !important;
    }

    #sgh-lines-hover div {
        width: 20px !important;
        height: 2px !important;
    }

    #btn-text-main {
        font-size: 14px !important;
    }
}/* End custom CSS */