.elementor-13512 .elementor-element.elementor-element-56eda77{--display:flex;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13512 .elementor-element.elementor-element-f0f6db5{--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-13512 .elementor-element.elementor-element-e4f1678{--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-13512 .elementor-element.elementor-element-7f30700{--spacer-size:70px;}.elementor-13512 .elementor-element.elementor-element-64500da{--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-13512 .elementor-element.elementor-element-2ed9840{--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;}@media(max-width:767px){.elementor-13512 .elementor-element.elementor-element-56eda77{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-6775ff9 *//* Contenedor Principal */
.sgh-hero-service {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://spaingh.com/wp-content/uploads/2026/02/asesoria-fiscal-legal-espanya-sgh-scaled.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 0;
    text-align: center;
    overflow: hidden;

    /* 🔥 Fondo full width real */
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

/* Capa de contraste SGH */
.sgh-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(24, 124, 132, 0.9) 0%, rgba(20, 80, 85, 0.7) 100%);
    z-index: 1;
}

/* 👇 Contenido vuelve a su ancho normal con márgenes */
.sgh-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px; /* ancho tipo container estándar */
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; /* márgenes laterales normales */
}

/* Resto intacto */
.sgh-hero-tag {
    display: inline-block;
    color: #E67E27;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #E67E27;
    padding-bottom: 5px;
}

.sgh-hero-title {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 800;
    color: #ffffff !important;
}

.sgh-hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.95;
    font-weight: 300;
    line-height: 1.7;
}

.sgh-hero-subtitle strong {
    color: #E67E27;
}

.sgh-hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.sgh-btn-primary {
    background-color: #E67E27;
    color: #ffffff !important;
    padding: 16px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
    border: none;
}

.sgh-btn-primary:hover {
    background-color: #cf6d1f;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.sgh-btn-secondary {
    background-color: transparent;
    color: #ffffff !important;
    padding: 16px 35px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.sgh-btn-secondary:hover {
    background-color: #ffffff;
    color: #187C84 !important;
}

@media (max-width: 768px) {
    .sgh-hero-title { font-size: 2.3rem; }
    .sgh-hero-subtitle { font-size: 1.1rem; }
    .sgh-hero-service { min-height: 60vh; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23b69eb *//* Contenedor General */
.sgh-details-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.sgh-details-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Encabezado de Sección */
.sgh-details-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.sgh-details-title {
    color: #187C84 !important; /* Tu Verde Azulado */
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.sgh-details-subtitle {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Grid de Tarjetas */
.sgh-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Estilo de Tarjeta Individual */
.sgh-details-card {
    background: #fdfdfd;
    padding: 40px 30px;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.sgh-details-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(24, 124, 132, 0.1);
    border-color: #187C84;
}

.sgh-details-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.sgh-details-card h3 {
    color: #187C84;
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.sgh-details-card p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sgh-details-card strong {
    color: #E67E27; /* Tu Naranja para resaltar el dinero */
}

/* Listado interno de la tarjeta */
.sgh-details-list {
    margin-top: auto;
    padding: 0;
    list-style: none;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.sgh-details-list li {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.sgh-details-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #187C84;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .sgh-details-title { font-size: 1.8rem; }
    .sgh-details-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c5f0cf */.sgh-process-section {
    padding: 100px 0;
    background-color: #fcfcfc;
}

.sgh-process-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Encabezado centrado */
.sgh-process-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px auto;
}

.sgh-label {
    color: #E67E27;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
}

.sgh-section-title {
    color: #187C84 !important;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 15px 0;
}

.sgh-section-intro {
    color: #666;
    font-size: 1.15rem;
    line-height: 1.7;
}

/* Flexbox para las columnas niveladas */
.sgh-process-flex {
    display: flex;
    gap: 50px;
    align-items: stretch; /* Estira las columnas para que midan lo mismo */
    flex-wrap: wrap;
}

.sgh-col {
    flex: 1 1 450px;
}

.sgh-col-title {
    color: #187C84;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

/* Columna Izquierda: Requisitos */
.sgh-req-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sgh-req-list li {
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    border-left: 4px solid #187C84;
    min-height: 85px; /* Ayuda a la simetría visual */
}

.sgh-req-list li strong {
    color: #187C84;
    display: block;
    margin-bottom: 5px;
}

/* Columna Derecha: Pasos */
.sgh-steps {
    padding-left: 10px;
}

.sgh-step-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    min-height: 85px; /* Nivelado con la tarjeta de la izquierda */
}

.sgh-step-number {
    background: #187C84;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.85rem;
    flex-shrink: 0;
    border: 2px solid #E67E27;
}

.sgh-step-content h4 {
    color: #187C84;
    font-size: 1.2rem;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.sgh-step-content p {
    color: #666;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* FORZAR VISIBILIDAD DEL ENCABEZADO */
.sgh-process-header-fix {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center !important;
    max-width: 800px !important;
    margin: 0 auto 50px auto !important;
    position: relative !important;
    z-index: 10 !important;
}

.sgh-label-fix {
    display: block !important;
    color: #E67E27 !important; /* Tu Naranja */
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    letter-spacing: 2px !important;
    margin-bottom: 10px !important;
}

.sgh-section-title-fix {
    display: block !important;
    color: #187C84 !important; /* Tu Verde Azulado */
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    margin: 10px 0 20px 0 !important;
    line-height: 1.2 !important;
}

.sgh-section-intro-fix {
    display: block !important;
    color: #444444 !important; /* Color gris oscuro para asegurar legibilidad */
    font-size: 1.15rem !important;
    line-height: 1.7 !important;
    margin: 0 auto !important;
}

/* Responsive */
@media (max-width: 991px) {
    .sgh-process-flex { flex-direction: column; }
    .sgh-col { flex: 1 1 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12d55b0 *//* BOTÓN DE LA PREGUNTA */
button.sgh-faq-question {
    width: 100% !important;
    padding: 20px 0 !important;
    background: transparent !important;
    border: none !important;

    display: grid !important;
    grid-template-columns: 1fr auto; /* 🔥 texto flexible + icono fijo */
    align-items: start !important;
    column-gap: 12px;

    cursor: pointer !important;
    text-align: left !important;
    color: #187C84 !important; 
    font-family: inherit !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: color 0.3s ease !important;

    white-space: normal !important;   /* 🔥 permite múltiples líneas */
    word-break: break-word;
}

/* ICONO */
.sgh-faq-icon {
    font-size: 1.4rem !important;
    color: #E67E27 !important;
    font-weight: bold !important;
}
/* RESPUESTA (estado cerrado) */
.sgh-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fcfcfc !important;
}

/* ESTADO ABIERTO */
.sgh-faq-item.active .sgh-faq-answer {
    max-height: 500px; /* suficiente para cualquier respuesta */
}/* End custom CSS */