html {
  overflow: hidden;
  height: 90%;
  width: 100%;
}

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 90%;
  width: 100%;
}

#tableauViz {
  width: 100%;
  height: 900px;
  position: relative;
  top: 5%;
}

/*#tableauViz {*/
/*  width: 100%;*/
/*  height: calc(100vh - 70px); !* toda la ventana menos la barra superior *!*/
/*  position: relative;*/
/*  top: 0;*/
/*}*/

.stack-top {
  z-index: 9;
}

/* Submenús anidados */
.dropdown-menu {
  overflow: visible;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .25rem;
  margin-right: .25rem;
}

/* Flecha visual en carpetas */
.submenu-toggle::after {
  content: "▸";
  float: right;
  opacity: .6;
}
.dropdown-submenu.show > .submenu-toggle::after {
  transform: rotate(90deg);
}

.btn {
  width: 300px;
}
