.elementor-2629 .elementor-element.elementor-element-4e8e290{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2629 .elementor-element.elementor-element-4e8e290:not(.elementor-motion-effects-element-type-background), .elementor-2629 .elementor-element.elementor-element-4e8e290 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-2629 .elementor-element.elementor-element-8e6f148{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-2629 .elementor-element.elementor-element-13ffad9 .btn{border-radius:10px 10px 10px 10px;color:#FFFFFF;background-color:#700808;}.elementor-2629 .elementor-element.elementor-element-d5ba042{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}@media(min-width:768px){.elementor-2629 .elementor-element.elementor-element-8e6f148{--width:50%;}.elementor-2629 .elementor-element.elementor-element-d5ba042{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-8e6f148 */.logo-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  transform-origin: bottom center;

  /* Estado inicial para que la animación de entrada funcione */
  opacity: 0;
  transform: translateY(-30px);

  animation: entradaLogo 2.5s ease-out forwards, rebote 3s 2s infinite ease-in-out;
  will-change: transform, opacity;
}

.logo-login img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

/* Animación de entrada */
@keyframes entradaLogo {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Rebote infinito */
@keyframes rebote {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Responsive: tamaño de logo en móviles */
@media (max-width: 768px) {
  .logo-login img {
    max-width: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6b31c34 *//* === FONDO GENERAL (VOLCÁNICO OSCURO) === */
body, .um {
  background: radial-gradient(circle at top, #12151B 0%, #0B0D10 55%, #050607 100%) !important;
}

/* === CAJA LOGIN (TARJETA) === */
.um.um-login .um-form {
  background: rgba(20, 24, 33, 0.92) !important;
  border: 1px solid #2A2F3A !important;
  border-radius: 16px !important;
  padding: 28px !important;
  box-shadow: 0px 18px 50px rgba(0,0,0,0.65) !important;
  backdrop-filter: blur(6px);
}

/* === TÍTULOS Y TEXTOS === */
.um .um-field-label label,
.um .um-form .um-form-field,
.um .um-form input,
.um .um-form label {
  color: #EDEFF3 !important;
}

.um .um-field-description,
.um .um-field-error,
.um .um-form .um-meta-text {
  color: #A8B0C2 !important;
}

/* === INPUTS === */
.um .um-form input[type=text],
.um .um-form input[type=password],
.um .um-form input[type=email] {
  background: #0F1218 !important;
  border: 1px solid #2A2F3A !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  color: #EDEFF3 !important;
  transition: all 0.25s ease;
}

.um .um-form input:focus {
  border-color: #E50914 !important;
  box-shadow: 0px 0px 0px 3px rgba(229,9,20,0.18) !important;
  outline: none !important;
}

/* === BOTÓN PRINCIPAL (LAVA ROJA) === */
.um .um-form input[type=submit],
.um .um-form button,
.um .um-button {
  background: linear-gradient(135deg, #E50914 0%, #A5070E 60%, #FF6A00 130%) !important;
  border: none !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 12px 18px !important;
  transition: all 0.25s ease;
  box-shadow: 0px 10px 24px rgba(229,9,20,0.28) !important;
}

/* Hover botón */
.um .um-form input[type=submit]:hover,
.um .um-button:hover {
  transform: translateY(-1px);
  box-shadow: 0px 14px 30px rgba(255,106,0,0.25) !important;
}

/* === LINKS (OLVIDASTE CONTRASEÑA) === */
.um .um-form a {
  color: #FF6A00 !important;
  transition: 0.2s ease;
}

.um .um-form a:hover {
  color: #FFB300 !important;
}

/* === CHECKBOX (Mantenerme conectado) === */
.um .um-form input[type=checkbox] {
  accent-color: #E50914 !important;
}

/* === ICONOS (si los usas) === */
.um .um-field-icon i {
  color: #FF6A00 !important;
}

/* === LOGO CENTRADO (Si pones el fénix arriba del formulario) === */
.fenix-login-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.fenix-login-logo img {
  max-width: 120px;
  filter: drop-shadow(0px 10px 30px rgba(229,9,20,0.22));
}/* End custom CSS */