#modalHist {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  place-content: center;
  z-index: 9999;
}
#box {
  background: rgba(255,255,255,0.95);
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  position: relative;
}
#cerrar {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
#filtroFechas {
  margin: 20px 0 10px 0;
}
label {
  margin-right: 20px;
  font-size: 14px;
}
#grafico {
  display: block;
  width: 100%;
  height: 100%;
}
#opciones {
  margin-bottom: 10px;
  font-size: 14px;
  display:none;
  
}