.img-galeria{
	width: 80%;
	margin: 50px auto 50px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
	gap: 30px;
}
.img-galeria img{
	width: 100%;
	cursor: pointer;
	transition: 1s;
}
.img-galeria img:hover{
	transform: scale(2);
}
.ful-img{
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	margin:0px auto;
	text-align:center;
	align-items: center;
	justify-content: center;
	z-index: 99;
	 overflow: scroll;
	
}
 body::after{
	  overflow-x: hidden;
}
.ful-img img{
 width: 73%;
 margin: 50px auto 50px;
  display: block;
   background-repeat: no-repeat;
  

}
.ful-img span{
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 30px;
	color: white;
	cursor: pointer;

}
.videos{
	width: 75%;
	margin: 50px auto 50px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
	gap: 30px;
}

.videos video{
	width: 100%;
	cursor: pointer;
	transition: 1s;
}
.videos video:hover{
	transform: scale(1.1);
}
.n{
	overflow: hidden;

}
.mostrar{
width: 100%;
	height: 100vh;
	
	
}
.mostrar iframe{
	width: 100%;
	height: 100vh;
	cursor: pointer;
	transition: 1s;
}

  