.elementor-1043 .elementor-element.elementor-element-6a9ed5be{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4d5555c7 *//****** CAMBIAR COLOR DE LABELS Y ASTERISCO (todos los formularios UM) ******/
.um-form label, 
.um-profile-body label, 
.um .um-field-label {
    color: #2642d3 !important;   /* azul del logo */
    font-weight: 600;
}

.um .um-field-label span.um-req {
    color: #e53935 !important;   /* rojo asterisco */
    font-weight: 800;
}

/****** COLOR INTERIOR DE LOS CAMPOS (TEXTOS EN NEGRO) ******/
.um input[type="text"],
.um input[type="email"],
.um input[type="password"],
.um input[type="tel"],
.um input[type="url"],
.um textarea {
    color: #111 !important;      /* negro */
    background: #fff !important; /* blanco */
}

.um input[type="text"]::placeholder,
.um input[type="email"]::placeholder,
.um input[type="password"]::placeholder,
.um input[type="tel"]::placeholder,
.um input[type="url"]::placeholder,
.um textarea::placeholder {
    color: #222 !important;
    opacity: 1 !important;
}

/****** BOTÓN DE REGISTRO ******/
.um-register .um-button,
.um-register .um-button[type="submit"], 
.um-account .um-button[type="submit"],
.um-login .um-button.um-alt,          /* por si el registro aparece también en login */
.um .um-button.um-alt {
    background: #2642d3 !important;   /* azul logo */
    color: #fff !important;
    font-weight: 600 !important; 
    border: none !important;
    transition: background 0.22s, color 0.22s, font-weight 0.22s;
    box-shadow: 0 2px 10px rgba(38,66,211,0.07);
}

/* Efecto hover ("mouse encima") botón registro */
.um-register .um-button:hover,
.um-register .um-button:focus,
.um-register .um-button:active, 
.um-login .um-button.um-alt:hover, 
.um-login .um-button.um-alt:focus,
.um-login .um-button.um-alt:active,
.um .um-button.um-alt:hover,
.um .um-button.um-alt:focus,
.um .um-button.um-alt:active {
    background: #142991 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

/****** BOTÓN DE ACCEDER (LOGIN) ******/
.um-login .um-button, 
.um-login .um-button[type="submit"] {
    background: #2642d3 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: none !important;
    transition: background 0.22s, color 0.22s, font-weight 0.22s;
}

.um-login .um-button:hover,
.um-login .um-button:focus,
.um-login .um-button:active {
    background: #142991 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

/****** BOTÓN DE ACCEDER DESDE EL FORMULARIO DE REGISTRO (si aparece al lado del de registro) ******/
.um-register .um-button.um-alt,
.um-register .um-button.um-alt[type="button"] {
    background: #f7f7f7 !important;
    color: #2642d3 !important;
    font-weight: 500;
    border: 1px solid #d9d9d9 !important;
    box-shadow: none !important;
}

.um-register .um-button.um-alt:hover,
.um-register .um-button.um-alt:focus,
.um-register .um-button.um-alt:active {
    background: #e7ebfc !important;
    color: #142991 !important;
    font-weight: 700 !important;
}/* End custom CSS */