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