/* ESTILOS PERSONALIZADOS PARA FORMULARIO DE BIENVENIDA - VERSIÓN LIMPIA */

/* 1. Contenedor principal del formulario - Fondo completo */
.kiwi-welcome-simple {
  background: linear-gradient(135deg, #1e3c72 0%, #ff1744 50%, #ff69b4 100%) !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  width: 100vw !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

/* 2. Formulario */
.kiwi-welcome-simple-form {
  background: #22231f !important;
  border-radius: 10px !important;
  padding: 25px !important;
  backdrop-filter: blur(5px) !important;
  max-width: 400px !important;
  width: 100% !important;
}

/* 3. Botón de envío */
.kiwi-welcome-simple-form .u-submit {
  background: #ff1744 !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 15px 40px !important;
  margin: 25px auto 0 !important;
  display: block !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(255,23,68,0.4) !important;
}

.kiwi-welcome-simple-form .u-submit:hover {
  transform: translateY(-3px) scale(1.05) !important;
  box-shadow: 0 6px 20px rgba(255,23,68,0.6) !important;
}

/* 4. Configuración base del logo */
.top-logo {
  position: fixed !important;
  z-index: 999999 !important;
  pointer-events: none !important;
}

.top-logo img {
  width: 100% !important;
  height: auto !important;
}

/* 5. Configuración para móviles */
@media screen and (max-width: 480px) {
  .top-logo {
    top: 95px !important;
    left: 60px !important;
    width: 250px !important;
    transform: none !important;
  }
}

/* 6. Configuración para PC 1024-1365px */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .top-logo {
    top: 15vh !important;
    left: 6vw !important;
    width: 25vw !important;
    max-width: 300px !important;
  }
}

/* 7. Configuración para PC 1366-1919px */
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .top-logo {
    top: 16vh !important;
    left: 7vw !important;
    width: 22vw !important;
    max-width: 350px !important;
  }
}

/* 8. Configuración para PC ≥1920px */
@media screen and (min-width: 1920px) {
  .top-logo {
    top: 25vh !important;
    left: 2vw !important;
    width: 20vw !important;
    max-width: 400px !important;
  }
}

/* 9. Ocultar logo cuando no estamos en welcome */
body:not(:has(.kiwi-welcome-simple)) .top-logo {
  display: none !important;
}

/* 10. Imagen decorativa en el área de información */
.kiwi-startup-common-section-info {
  background-image: url("../img/decoracion-login.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

  
  /* Si el botón de menú tiene una clase específica, descomenta y ajusta */
  /* .kiwi-header__menu-button, .kiwi-header-menu-button {
    display: block !important;
  } */
}



/* También forzar cuando se detecta dispositivo táctil */
.kiwi-wrap--touch .kiwi-header .u-button:first-child {
  display: block !important;
  visibility: visible !important;
}
