.elementor-11603 .elementor-element.elementor-element-49749de{--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-11603 .elementor-element.elementor-element-494618b{--spacer-size:120px;}.elementor-11603 .elementor-element.elementor-element-bbb8202{--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-11603 .elementor-element.elementor-element-c44f896{--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-11603 .elementor-element.elementor-element-e4e4697{--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-11603 .elementor-element.elementor-element-f97e0e1{--spacer-size:64px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-11603 .elementor-element.elementor-element-bbb8202{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-11603 .elementor-element.elementor-element-494618b{--spacer-size:1px;}}/* Start custom CSS for html, class: .elementor-element-dd2cfe0 *//* ESTRUCTURA 45/55 CON BORDE TURQUESA Y FILA DOBLE */
:root {
    --sgh-coral: #f05a5e;
    --sgh-orange: #f89b21;
    --sgh-teal: #3fb0ac;
    --sgh-dark: #1a1a1a;
}

.sgh-premium-section { padding: 80px 20px; }
.sgh-container { max-width: 1200px; margin: 0 auto; }

.sgh-grid-master {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr; 
    gap: 50px;
    align-items: start;
}

/* Colores de Marca */
.sgh-brand-s { color: var(--sgh-coral) !important; }
.sgh-brand-g { color: var(--sgh-orange) !important; }
.sgh-brand-h { color: var(--sgh-teal) !important; }

.sgh-overline {
    display: block;
    color: var(--sgh-teal) !important;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.sgh-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--sgh-dark) !important;
    margin-bottom: 20px;
}

/* Bloque de contacto e Info */
.sgh-commitment ul { list-style: none; padding: 0; }
.sgh-commitment li { margin-bottom: 10px; color: #444 !important; font-weight: 500; }
.sgh-commitment li span { color: var(--sgh-teal) !important; margin-right: 8px; }

.sgh-footer-info {
    margin-top: 35px;
    padding: 25px;
    background: #f9f9f9 !important;
    border-left: 4px solid var(--sgh-orange) !important;
}

.sgh-detail a { color: var(--sgh-dark) !important; font-size: 1.3rem; font-weight: 700; text-decoration: none; }

.sgh-wa-compact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee !important;
}

.sgh-wa-btn {
    background: var(--sgh-teal) !important;
    color: white !important;
    padding: 10px 18px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.75rem;
    border-radius: 4px;
}

/* COLUMNA FORMULARIO CON BORDE TURQUESA */
.sgh-col-form .sgh-inner {
    padding: 40px;
    border: 2px solid var(--sgh-teal) !important; 
    border-radius: 8px;
}

/* BOTÓN DE ENVIAR (CORRECCIÓN DE VISIBILIDAD) */
.sgh-cf7-container input[type="submit"] {
    background-color: var(--sgh-coral) !important; /* Fondo Rojo Coral siempre visible */
    color: #ffffff !important; /* Texto blanco siempre visible */
    padding: 15px 30px !important;
    border: none !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    width: 100% !important;
    transition: background 0.3s ease !important;
}

.sgh-cf7-container input[type="submit"]:hover {
    background-color: var(--sgh-orange) !important; /* Cambia a Naranja al pasar el cursor */
}

/* Nombre y Correo en la misma línea */
.sgh-form-row {
    display: flex;
    gap: 20px;
}

.sgh-form-row span {
    flex: 1; 
}

.sgh-form-row input {
    width: 100% !important;
}

.sgh-form-label {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 25px;
    color: var(--sgh-dark) !important;
}

/* Responsive */
@media (max-width: 991px) {
    .sgh-grid-master { grid-template-columns: 1fr; }
    .sgh-form-row { flex-direction: column; gap: 0; } 
}/* End custom CSS */