.elementor-2431 .elementor-element.elementor-element-d7b35e5{--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-2431 .elementor-element.elementor-element-beadb9e .title{font-size:32px;line-height:1.2em;}.elementor-2431 .elementor-element.elementor-element-a306af9 .wpcf7-form{--wd-form-brd-color-focus:#B81C1C;}@media(max-width:768px){.elementor-2431 .elementor-element.elementor-element-beadb9e .title{font-size:28px;}}@media(min-width:769px){.elementor-2431 .elementor-element.elementor-element-d7b35e5{--content-width:652px;}}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-a306af9 *//* 1. ELIMINAR DOBLE ALERTA DE ERROR */
/* Esto oculta la segunda etiqueta de error que genera el conflicto */
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none !important;
}

/* 2. TEXTO DE INSTRUCCIÓN (14px) */
.texto-adjunto {
    font-size: 14px !important;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 8px;
    margin-top: 15px;
}

/* 3. CAMPO DE ARCHIVO (Estética idéntica a los demás) */
.wd-upload-field input[type="file"] {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 0px; /* Cambiado a 0px si tus otros campos son rectos, o 5px si son curvos */
    padding: 10px 15px;
    font-size: 14px;
    color: #777;
    cursor: pointer;
    box-sizing: border-box;
}

/* 4. MEJORA DEL MENSAJE DE ERROR (El que queda visible) */
span.wpcf7-not-valid-tip {
    color: #cc0000;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}/* End custom CSS */