a {
	text-decoration: none;
}

.gallery__img {
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
}

/*------Modal Imagenes-----*/

.modal2 {
	display: none;
}

.modal2:target {
	display: block;
	position: fixed;
	background: #001525f7;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.modal2 h4 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
}

.modal2 p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}
.arrow-left {
	left: 4%; 
	height: 100vh; 
	position: absolute;
	width: 42%;
}

.arrow-left i{
	position: absolute;
    	top: calc(100% - 50%);
}

.arrow-right {
	right: 4%; 
	height: 100vh; 
	position: absolute;
	width: 42%;
    	display: flex;
    	justify-content: end;
}

.arrow-right i{
	position: absolute;
    	top: calc(100% - 50%);
}

.imagen {	
    	padding: 0% 2% 2% 2%;
    	margin: 0% 2% 2% 2%;
}

.imagen p{
    color: #79ccd6;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    font-style: oblique;
}

.imagen img {	
	height: 72vh;
	box-sizing: border-box;
}

.imagen a {
	color: #fff;
	font-size: 22px;
}

.imagen a:nth-child(2) {

}

#cerrar {
	position: absolute;
    	top: calc(100% - 12%);
    	left: calc(100% - 50%);
}
	
#cerrar i{
    	transform: translate(-50%, -50%);
}

