.elementor-29768 .elementor-element.elementor-element-624af812:not(.elementor-motion-effects-element-type-background), .elementor-29768 .elementor-element.elementor-element-624af812 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #59A4B6 0%, #000000 69%);}.elementor-29768 .elementor-element.elementor-element-624af812{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29768 .elementor-element.elementor-element-624af812 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29768 .elementor-element.elementor-element-450c23d1:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-29768 .elementor-element.elementor-element-450c23d1 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #64CCDA 0%, #000000 100%);}.elementor-29768 .elementor-element.elementor-element-450c23d1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29768 .elementor-element.elementor-element-450c23d1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29768 .elementor-element.elementor-element-7e97c6b:not(.elementor-motion-effects-element-type-background), .elementor-29768 .elementor-element.elementor-element-7e97c6b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #13CDEC8A 0%, #020202 100%);}.elementor-29768 .elementor-element.elementor-element-7e97c6b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29768 .elementor-element.elementor-element-7e97c6b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-a51d0b5 */.um-field .select2-container.select2-container--open .select2-dropdown .select2-results li,
.um-search-filter .select2-container.select2-container--open .select2-dropdown .select2-results li{
    color:#fff !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7e97c6b *//* ==========================================================================
   DISEÑO DEFINITIVO REGISTRO - JUAN MECÁNICO (FONDO Y ENGRANAJE UNIFICADOS)
   ========================================================================== */

/* 1. TRUCO DE FONDO: FORZAR EL DEGRADADO DEL LOGIN DENTRO DEL CONTENEDOR */
.um, 
.um-register,
div.um {
    /* Aplicamos exactamente el mismo degradado azul oscuro y negro del login */
    background: linear-gradient(179deg, #162a45 0%, #0b0d10 70%) !important;
    padding: 35px !important;
    border-radius: 12px !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.6) !important;
    box-sizing: border-box !important;
}

/* Limpiar herencias grises de Elementor o Ultimate Member */
.um-form, 
.elementor-background-overlay,
.elementor-column-wrap,
.elementor-widget-wrap {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* 2. SEPARADORES: ENGRANAJE INTERCALADO (BLANCO Y AZUL) */
.um-field-divider {
    border: none !important;
    background: none !important;
    height: 24px !important; 
    position: relative;
    margin: 40px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.um-field-divider::before {
    content: '' !important;
    position: absolute;
    width: 100%;
    height: 100%;
    
    /* Gradiente 1: Dientes Blancos (Arriba) */
    background-image: repeating-linear-gradient(
        90deg,
        #ffffff 0px,
        #ffffff 15px,
        transparent 15px,
        transparent 30px
    ),
    /* Gradiente 2: Dientes Azules (Abajo) */
    repeating-linear-gradient(
        90deg,
        transparent 0px,
        transparent 15px,
        #207ac9 15px,
        #207ac9 30px
    ) !important;

    background-size: 100% 50% !important; 
    background-position: top left, bottom left !important;
    background-repeat: repeat-x !important;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.5));
}

/* 3. CAMBIO TOTAL A LOS SELECTORES (Ciudad y Vehículo - Quita blanco y negro) */
.um-form select,
.um-form .um-field-select select,
.um-form select.um-form-field,
div.um-field-select div.um-field-area select {
    background-color: #12161a !important; /* Mismo fondo oscuro de los otros campos */
    background-image: none !important;
    color: #ffffff !important;
    border: 2px solid #2c353f !important;
    border-radius: 6px !important;
    padding: 12px 15px !important;
    height: 50px !important;
    width: 100% !important;
    display: block !important;
    appearance: none !important; /* Rompe el diseño por defecto del sistema */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    
    /* Inyecta la flecha desplegable en el azul oficial de tu logo */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23207ac9'><path d='M2 4l4 4 4-4z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
}

/* Forzar color oscuro a las opciones cuando despliegas el menú */
.um-form select option {
    background-color: #12161a !important;
    color: #ffffff !important;
}

/* 4. ESTILO UNIFICADO PARA CAMPOS DE ENTRADA (Texto, Tel, Pass, Email) */
.um-form input[type="text"], 
.um-form input[type="tel"], 
.um-form input[type="password"],
.um-form input[type="email"],
.um-form-field {
    background-color: #12161a !important;
    border: 2px solid #2c353f !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 14px 15px !important;
    font-size: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease-in-out;
}

/* 5. EFECTO DE ENFOQUE (Tablero encendido al hacer clic) */
.um-form input:focus,
.um-form select:focus {
    border-color: #207ac9 !important;
    background-color: #151b22 !important;
    box-shadow: 0 0 10px rgba(32, 122, 201, 0.3) !important;
    outline: none !important;
}

/* 6. ETIQUETAS DE TÍTULOS SUPERIORES */
.um-field-label label {
    color: #a0aec0 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-size: 12px !important;
    margin-bottom: 8px !important;
    display: inline-block;
}

/* 7. BOTÓN DE REGISTRO / ENVIAR ESTILO PREMIUM */
.um-col-alt .um-button,
input[type="submit"].um-button,
.um-button.um-alt {
    background: #207ac9 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 16px !important;
    border-radius: 6px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-shadow: 0 4px 12px rgba(32, 122, 201, 0.4) !important;
}

.um-col-/* End custom CSS */