.elementor-9295 .elementor-element.elementor-element-82ad905{--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;--margin-top:8px;--margin-bottom:8px;--margin-left:8px;--margin-right:8px;--padding-top:12px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9295 .elementor-element.elementor-element-82ad905:not(.elementor-motion-effects-element-type-background), .elementor-9295 .elementor-element.elementor-element-82ad905 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9295 .elementor-element.elementor-element-82ad905.e-con{--flex-grow:0;--flex-shrink:0;}#elementor-popup-modal-9295 .dialog-widget-content{background-color:#FFFFFF;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-9295{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-9295 .dialog-message{width:486px;height:auto;}#elementor-popup-modal-9295 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-9295 .elementor-element.elementor-element-82ad905{--width:96.563%;}}/* Start custom CSS for container, class: .elementor-element-82ad905 *//* =====================================================
   CONTACT FORM 7 - FORMULARIO ID 9421
   ===================================================== */

#wpcf7-f9421-o1 {
    width: 100%;
}

/* Contenedor del formulario */
#wpcf7-f9421-o1 .wpcf7-form {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 36px;
    background: #ffffff;
    border: 0px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* Elimina márgenes raros generados por Contact Form 7 */
#wpcf7-f9421-o1 .wpcf7-form > p {
    margin: 0;
}

/* Etiquetas */
#wpcf7-f9421-o1 label {
    display: block;
    margin-bottom: 22px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

/* Wrapper de cada campo */
#wpcf7-f9421-o1 .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

/* Inputs y textarea */
#wpcf7-f9421-o1 input[type="text"],
#wpcf7-f9421-o1 input[type="email"],
#wpcf7-f9421-o1 input[type="tel"],
#wpcf7-f9421-o1 textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 16px;
    color: #111827;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    background: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 9px;
    outline: none;
    box-sizing: border-box;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

/* Altura de campos */
#wpcf7-f9421-o1 input[type="text"],
#wpcf7-f9421-o1 input[type="email"],
#wpcf7-f9421-o1 input[type="tel"] {
    min-height: 52px;
}

/* Textarea */
#wpcf7-f9421-o1 textarea {
    min-height: 100px;
    resize: vertical;
}

/* Hover */
#wpcf7-f9421-o1 input[type="text"]:hover,
#wpcf7-f9421-o1 input[type="email"]:hover,
#wpcf7-f9421-o1 input[type="tel"]:hover,
#wpcf7-f9421-o1 textarea:hover {
    border-color: #9ca3af;
}

/* Focus */
#wpcf7-f9421-o1 input[type="text"]:focus,
#wpcf7-f9421-o1 input[type="email"]:focus,
#wpcf7-f9421-o1 input[type="tel"]:focus,
#wpcf7-f9421-o1 textarea:focus {
    background: #ffffff;
    border-color: #111827;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08);
}

/* Botón */
#wpcf7-f9421-o1 input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 52px;
    padding: 14px 28px;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    background: #111827;
    border: 1px solid #111827;
    border-radius: 9px;
    box-shadow: none;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

/* Hover botón */
#wpcf7-f9421-o1 input[type="submit"]:hover {
    color: #ffffff;
    background: #374151;
    border-color: #374151;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(17, 24, 39, 0.18);
}

/* Click */
#wpcf7-f9421-o1 input[type="submit"]:active {
    transform: translateY(0);
}

/* Botón deshabilitado mientras envía */
#wpcf7-f9421-o1 input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.65;
    transform: none;
}

/* Spinner */
#wpcf7-f9421-o1 .wpcf7-spinner {
    margin: 0 0 0 12px;
}

/* Campos con error */
#wpcf7-f9421-o1 .wpcf7-not-valid {
    background: #fffafa;
    border-color: #dc2626 !important;
}

/* Mensaje de error bajo el campo */
#wpcf7-f9421-o1 .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #dc2626;
    font-size: 13px;
    font-weight: 500;
}

/* Mensaje de respuesta general */
#wpcf7-f9421-o1 .wpcf7-response-output {
    margin: 24px 0 0 !important;
    padding: 14px 16px !important;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 9px;
}

/* Mensaje enviado correctamente */
#wpcf7-f9421-o1 form.sent .wpcf7-response-output {
    color: #166534;
    background: #f0fdf4;
    border: 1px solid #86efac;
}

/* Error de validación */
#wpcf7-f9421-o1 form.invalid .wpcf7-response-output,
#wpcf7-f9421-o1 form.unaccepted .wpcf7-response-output {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fca5a5;
}

/* Responsive */
@media (max-width: 767px) {

    #wpcf7-f9421-o1 .wpcf7-form {
        padding: 24px 18px;
        border-radius: 12px;
    }

    #wpcf7-f9421-o1 input[type="submit"] {
        width: 100%;
    }
}

#wpcf7-f9421-o1 label {
    margin-bottom: 12px;
}

#wpcf7-f9421-o1 .wpcf7-form br {
    display: none;
}

#wpcf7-f9421-o1 .wpcf7-form-control-wrap {
    margin-top: 6px;
}

/* ===============================
   SELECT / MOTIVO
   =============================== */

#wpcf7-f9421-o1 select.wpcf7-select {
    display: block;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 14px 48px 14px 16px;

    color: #111827;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;

    background-color: #f9fafb;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;

    border: 1px solid #d1d5db;
    border-radius: 9px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

/* Hover */
#wpcf7-f9421-o1 select.wpcf7-select:hover {
    border-color: #9ca3af;
}

/* Focus */
#wpcf7-f9421-o1 select.wpcf7-select:focus {
    background-color: #ffffff;
    border-color: #111827;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08);
}

/* Opciones */
#wpcf7-f9421-o1 select.wpcf7-select option {
    color: #111827;
    background: #ffffff;
    font-size: 15px;
}

/* Select con error */
#wpcf7-f9421-o1 select.wpcf7-select.wpcf7-not-valid {
    background-color: #fffafa;
    border-color: #dc2626 !important;
}/* End custom CSS */