@charset "utf-8";
.img-div-center{
  height: 800px;
  position: relative;
}
.img-centro-vert-hor{
	width: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}/* CSS Document */
