.grafica_zoom {
	height: 100vh;
	height: 100dvh;
	display: flex;
  justify-content: center;
  align-items: center;
}

.grafica_zoom .zoom{
	max-height: 100%;
	max-width: 100%;
}

.grafica_zoom .magnify{
	height: 90vh;
	height: 90dvh;
}