@charset "utf-8";
/* CSS Document */
.modo{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1001;
}

.modo_img {
	width: 90%;
	height: 90%;
	position: absolute;
	top: 30px;
	justify-content: center;
	align-items: center;
}

.modo_img img {
	height: 100%;
	width: 100%;
}

.modo_boton{
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 0px;
}

.modo_boton img {
	width: 50px;
}