.elementor-4895 .elementor-element.elementor-element-58ee0b97{--display:flex;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4895 .elementor-element.elementor-element-26d81dd{text-align:center;}.elementor-4895 .elementor-element.elementor-element-26d81dd .elementor-heading-title{color:#895C4E;}.elementor-4895 .elementor-element.elementor-element-d25c0f1{--spacer-size:30px;}body.elementor-page-4895 .container{max-width:1420px;}body.elementor-page-4895 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1420px;}body.elementor-page-4895 .e-con {--container-max-width:1420px;}/* Start custom CSS for shortcode, class: .elementor-element-2ed907e2 *//* ==========================================================================
   🎨 PERSONALIZACIÓN: Botones de Login y Registro
   ========================================================================== */

/* 1. Botón "Iniciar sesión" (Lo ponemos amarillo) */
.um-login .um-button {
    background-color: #FFD700 !important; /* Amarillo */
    color: #000000 !important;           /* Texto negro para que se lea bien */
    border: none !important;
}

.um-login .um-button:hover {
    background-color: #e6c200 !important; /* Un tono un poco más oscuro al pasar el ratón */
}

/* 2. Botón "Registro" (Lo ponemos rojo) */
.um-login .um-button.um-alt {
    background-color: #E31B23 !important; /* Tu rojo corporativo */
    color: #ffffff !important;           /* Texto blanco */
    border: none !important;
}

.um-login .um-button.um-alt:hover {
    background-color: #c4171e !important; /* Un tono un poco más oscuro al pasar el ratón */
}/* End custom CSS */