/* Evita el flash del fondo NEXTEL al entrar o recargar /ela15 */
html.ela15-route,
html.ela15-route body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background-color: #2d0f45 !important;
  background-image: none !important;
  color: #f8f4e8;
}

html.ela15-route #root {
  min-height: 100dvh;
  background-color: #2d0f45;
}
