.elementor-664 .elementor-element.elementor-element-a7c600a{--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-664 .elementor-element.elementor-element-8b5fdbb{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-6b4eff2 */.reclamo-form {
    --reclamo-primary: #111827;
    --reclamo-secondary: #2563eb;
    --reclamo-secondary-hover: #1d4ed8;
    --reclamo-accent: #eff6ff;
    --reclamo-text: #1f2937;
    --reclamo-muted: #6b7280;
    --reclamo-border: #dbe2ea;
    --reclamo-background: #f4f7fb;
    --reclamo-white: #ffffff;
    --reclamo-error: #dc2626;
    --reclamo-success: #16a34a;

    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--reclamo-text);
    box-sizing: border-box;
}

.reclamo-form *,
.reclamo-form *::before,
.reclamo-form *::after {
    box-sizing: border-box;
}

/* =====================================================
   TÍTULO PRINCIPAL
===================================================== */

.reclamo-titulo {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 18px;
    color: var(--reclamo-primary);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    letter-spacing: -1px;
}

.reclamo-titulo::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 75px;
    height: 4px;
    border-radius: 10px;
    background: var(--reclamo-secondary);
    transform: translateX(-50%);
}

/* =====================================================
   TARJETA PRINCIPAL
===================================================== */

.reclamo-card {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border: 1px solid rgba(219, 226, 234, 0.9);
    border-radius: 24px;
    background: var(--reclamo-white);
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.08),
        0 4px 14px rgba(15, 23, 42, 0.04);
}

.reclamo-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(
        90deg,
        var(--reclamo-secondary),
        #60a5fa
    );
}

/* =====================================================
   TÍTULOS DE SECCIONES
===================================================== */

.reclamo-seccion {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0 24px;
    color: var(--reclamo-primary);
    font-size: 21px;
    font-weight: 750;
    line-height: 1.3;
}

.reclamo-seccion:not(:first-child) {
    margin-top: 42px;
    padding-top: 32px;
    border-top: 1px solid var(--reclamo-border);
}

.reclamo-seccion::before {
    content: "";
    flex: 0 0 auto;
    width: 10px;
    height: 28px;
    border-radius: 10px;
    background: var(--reclamo-secondary);
}

/* =====================================================
   DISTRIBUCIÓN DE CAMPOS
===================================================== */

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
}

.form-col,
.form-full-row {
    position: relative;
    width: 100%;
}

.form-full-row {
    margin-top: 24px;
}

.form-col-half {
    width: 50%;
    min-width: 280px;
}

/* =====================================================
   ETIQUETAS
===================================================== */

.form-label {
    display: block;
    margin-bottom: 9px;
    color: var(--reclamo-primary);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
    letter-spacing: 0.7px;
}

/* =====================================================
   INPUTS, SELECTS Y TEXTAREAS
===================================================== */

.reclamo-form input[type="text"],
.reclamo-form input[type="email"],
.reclamo-form input[type="tel"],
.reclamo-form input[type="number"],
.reclamo-form select,
.reclamo-form textarea {
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 13px 16px;
    border: 1px solid var(--reclamo-border);
    border-radius: 12px;
    outline: none;
    background: var(--reclamo-background);
    color: var(--reclamo-text);
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.reclamo-form textarea {
    min-height: 125px;
    padding-top: 15px;
    resize: vertical;
}

.reclamo-form input::placeholder,
.reclamo-form textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}

.reclamo-form input:hover,
.reclamo-form select:hover,
.reclamo-form textarea:hover {
    border-color: #b6c2d0;
    background: #ffffff;
}

.reclamo-form input:focus,
.reclamo-form select:focus,
.reclamo-form textarea:focus {
    border-color: var(--reclamo-secondary);
    background: var(--reclamo-white);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

/* Flecha personalizada del select */
.reclamo-form select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 45px;
    background-image:
        linear-gradient(45deg, transparent 50%, #64748b 50%),
        linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position:
        calc(100% - 20px) 50%,
        calc(100% - 15px) 50%;
    background-size:
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;
}

/* Evitar que Contact Form 7 limite el ancho */
.reclamo-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* =====================================================
   RADIO BUTTONS
===================================================== */

.reclamo-form .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}

.reclamo-form .wpcf7-list-item {
    margin: 0;
}

.reclamo-form .wpcf7-radio .wpcf7-list-item label {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 145px;
    min-height: 50px;
    padding: 12px 18px;
    border: 1px solid var(--reclamo-border);
    border-radius: 12px;
    background: var(--reclamo-background);
    cursor: pointer;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.reclamo-form .wpcf7-radio .wpcf7-list-item label:hover {
    border-color: var(--reclamo-secondary);
    background: var(--reclamo-accent);
}

.reclamo-form input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0 9px 0 0;
    accent-color: var(--reclamo-secondary);
    cursor: pointer;
}

.reclamo-form .wpcf7-list-item-label {
    color: var(--reclamo-text);
    font-size: 14px;
    font-weight: 650;
}

/* Resaltar opción seleccionada en navegadores modernos */
.reclamo-form .wpcf7-radio .wpcf7-list-item label:has(input:checked) {
    border-color: var(--reclamo-secondary);
    background: var(--reclamo-accent);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

/* =====================================================
   CAJAS INFORMATIVAS
===================================================== */

.info-box {
    position: relative;
    margin-top: 14px;
    padding: 16px 18px 16px 50px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: #eff6ff;
}

.info-box::before {
    content: "i";
    position: absolute;
    top: 16px;
    left: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--reclamo-secondary);
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: 700;
}

.info-box p {
    margin: 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.65;
}

.info-box strong {
    color: var(--reclamo-primary);
}

/* =====================================================
   ARCHIVO ADJUNTO
===================================================== */

.file-wrapper {
    position: relative;
    padding: 18px;
    border: 1px dashed #94a3b8;
    border-radius: 14px;
    background: var(--reclamo-background);
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease;
}

.file-wrapper:hover {
    border-color: var(--reclamo-secondary);
    background: var(--reclamo-accent);
}

.reclamo-form input[type="file"] {
    width: 100%;
    color: var(--reclamo-muted);
    font-family: inherit;
    font-size: 13px;
}

.reclamo-form input[type="file"]::file-.elementor-664 .elementor-element.elementor-element-6b4eff2-button {
    margin-right: 14px;
    padding: 10px 16px;
    border: 0;
    border-radius: 9px;
    background: var(--reclamo-primary);
    color: var(--reclamo-white);
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.reclamo-form input[type="file"]::file-.elementor-664 .elementor-element.elementor-element-6b4eff2-button:hover {
    background: var(--reclamo-secondary);
    transform: translateY(-1px);
}

.reclamo-form small {
    display: block;
    margin-top: 8px;
    color: var(--reclamo-muted);
    font-size: 12px;
    line-height: 1.5;
}

/* =====================================================
   BOTÓN ENVIAR
===================================================== */

.reclamo-form input[type="submit"],
.reclamo-form button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    margin-top: 10px;
    padding: 15px 28px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        var(--reclamo-secondary),
        #3b82f6
    );
    color: var(--reclamo-white);
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.25);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}

.reclamo-form input[type="submit"]:hover,
.reclamo-form button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.32);
    filter: brightness(1.03);
}

.reclamo-form input[type="submit"]:active,
.reclamo-form button[type="submit"]:active {
    transform: translateY(0);
}

/* Estado desactivado mientras se envía */
.reclamo-form input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.65;
    transform: none;
}

/* =====================================================
   MENSAJES DE VALIDACIÓN CONTACT FORM 7
===================================================== */

.reclamo-form .wpcf7-not-valid {
    border-color: var(--reclamo-error) !important;
    background: #fff7f7 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08) !important;
}

.reclamo-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 7px;
    color: var(--reclamo-error);
    font-size: 12px;
    font-weight: 600;
}

.reclamo-form .wpcf7-response-output {
    margin: 26px 0 0 !important;
    padding: 16px 18px !important;
    border-width: 1px !important;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.reclamo-form form.sent .wpcf7-response-output {
    border-color: #86efac !important;
    background: #f0fdf4;
    color: #166534;
}

.reclamo-form form.invalid .wpcf7-response-output,
.reclamo-form form.unaccepted .wpcf7-response-output,
.reclamo-form form.payment-required .wpcf7-response-output {
    border-color: #fecaca !important;
    background: #fef2f2;
    color: #991b1b;
}

/* Icono de carga */
.reclamo-form .wpcf7-spinner {
    display: block;
    margin: 14px auto 0;
}

/* =====================================================
   AUTOCOMPLETADO DEL NAVEGADOR
===================================================== */

.reclamo-form input:-webkit-autofill,
.reclamo-form input:-webkit-autofill:hover,
.reclamo-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--reclamo-text);
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    transition: background-color 9999s ease-in-out 0s;
}

/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 900px) {
    .reclamo-form {
        margin: 30px auto;
        padding: 0 16px;
    }

    .reclamo-card {
        padding: 32px 26px;
        border-radius: 20px;
    }

    .form-grid {
        gap: 18px;
    }
}

/* =====================================================
   CELULAR
===================================================== */

@media screen and (max-width: 767px) {
    .reclamo-form {
        margin: 20px auto;
        padding: 0 12px;
    }

    .reclamo-titulo {
        margin-bottom: 24px;
        font-size: 28px;
        letter-spacing: -0.5px;
    }

    .reclamo-card {
        padding: 27px 18px;
        border-radius: 17px;
    }

    .reclamo-seccion {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .reclamo-seccion:not(:first-child) {
        margin-top: 32px;
        padding-top: 26px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .form-col-half {
        width: 100%;
        min-width: 0;
    }

    .form-full-row {
        margin-top: 20px;
    }

    .reclamo-form input[type="text"],
    .reclamo-form input[type="email"],
    .reclamo-form input[type="tel"],
    .reclamo-form input[type="number"],
    .reclamo-form select,
    .reclamo-form textarea {
        min-height: 50px;
        font-size: 16px;
    }

    .reclamo-form .wpcf7-radio {
        flex-direction: column;
        gap: 10px;
    }

    .reclamo-form .wpcf7-radio .wpcf7-list-item,
    .reclamo-form .wpcf7-radio .wpcf7-list-item label {
        width: 100%;
    }

    .info-box {
        padding: 15px 14px 15px 46px;
    }

    .file-wrapper {
        padding: 15px;
    }

    .reclamo-form input[type="file"]::file-.elementor-664 .elementor-element.elementor-element-6b4eff2-button {
        display: block;
        margin: 0 0 10px;
    }

    .reclamo-form input[type="submit"],
    .reclamo-form button[type="submit"] {
        min-height: 55px;
        font-size: 13px;
    }
}

/* =====================================================
   PANTALLAS MUY PEQUEÑAS
===================================================== */

@media screen and (max-width: 380px) {
    .reclamo-card {
        padding: 24px 14px;
    }

    .reclamo-titulo {
        font-size: 25px;
    }

    .form-label {
        font-size: 11px;
    }
}/* End custom CSS */