#navbar-backdrop {
	z-index: 1;
}

body {
	position: relative;
	overflow-x: hidden;
}

/* ---- particles.js ---- */
/* Fondo predeterminado (modo claro) */
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0); /* transparente o claro */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1;
}


  .datepicker-dropdown {
    top: auto !important;
    bottom: 50% !important;
    z-index: 50 !important;
  }