.elementor-2646 .elementor-element.elementor-element-6ae4f7d{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-2646 .elementor-element.elementor-element-66d6def > .elementor-widget-container{margin:0px 0px 0px 0px;padding:070px 0px 0px 0px;}.elementor-2646 .elementor-element.elementor-element-66d6def{text-align:center;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-615d9a3 *//* Contenedor principal */
.gab-consulta {
    max-width: 480px;
    margin: 2rem auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333333;
}

/* Títulos y textos */
.gab-consulta h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.gab-descripcion {
    font-size: 0.95rem;
    color: #666666;
    margin-bottom: 1.5rem;
}

/* Campos del formulario */
.gab-campo {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
}

.gab-campo label {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #444444;
}

.gab-campo input {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #cccccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.gab-campo input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* Botón de envío */
#gab-consultar {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #2563eb;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 0.5rem;
}

#gab-consultar:hover {
    background-color: #1d4ed8;
}

#gab-consultar:active {
    background-color: #1e40af;
}

/* Mensajes de estado */
.gab-mensaje {
    margin-top: 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

/* Sección de resultados */
.gab-resultado {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.gab-resultado h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.gab-fila {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.gab-etiqueta {
    font-weight: 600;
    color: #555555;
    font-size: 0.9rem;
}

.gab-valor {
    color: #222222;
    font-size: 0.9rem;
}

.gab-texto {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #4b5563;
}

/* Botón de envío con tus colores */
#gab-consultar {
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #FF8800F7; /* Color principal */
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin-top: 0.5rem;
    box-shadow: 0 4px 12px rgba(255, 136, 0, 0.25);
}

#gab-consultar:hover {
    background-color: #a31b2b; /* Color al pasar el cursor */
    box-shadow: 0 4px 12px rgba(163, 27, 43, 0.25);
}

#gab-consultar:active {
    transform: scale(0.98); /* Pequeño efecto de presión al hacer clic */
}/* End custom CSS */