
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Cormorant Garamond', serif;
	color: #27B44B;
}



.medal{
	margin-top: 50px;
	position: relative;	
}
.medal img{
	width: 100%;
	height: 100%;
}
.medal p{
	position: absolute;
	margin-top: 60%;
	left: 40%;
	transform: translateX(-50%) translateY(50%);
    color: #ffd700;
    font-size: 20px;

}

h2{
	text-align: center;
	color: #27B44B;
	margin-top: 20px;
}
main img{
	display: block;
	width: 100%;
	height: 100%;

}

.small, .normal, .large{
	padding: 10px;
}

.small img{
	transition: all .1s;


}
.small img:hover{
	transform: scale(1.2);

}

	
@media(min-width: 480px){
	.Virgenes{
		width: 460px;
		margin: auto;
	}

	.fila{
		display: flex;
	}
	.columna-1-3{
		width: 33.33%;
		

	}

	.columna-2-3{
		width: 66.67%;
	}
	.small{
		height: 100px;

	}

	.normal, .large{
		height: 200px;
	}
	.columna-50{
		width: 50%;
	}
}

@media(min-width: 768px){
.medal{
	height: 400px;
	overflow: hidden;
	position: relative;
}
.medal img{
	height: auto;
	margin-top: -200px;

}
.medal p{
	font-size: 25px;
	position: absolute;
	margin-top: 40%;
	left: 35%;
	transform: translateX(-50%) translateY(50%);
 
	 }

	.Virgenes{
		width: 750px;
	}
	.small{
		height: 175px;

	}

	.normal, .large{
		height: 350px;
	}
}

@media(min-width: 1024px){
	.medal{
	height: 730px;
	overflow: hidden;
}
   
.medal img{ 
	height: auto;
	margin-top: -500px;

}
.medal p{
	font-size: 40px;
	margin-top: 25%;
	left: 30%;
	transform: translateX(-50%) translateY(50%);
}

	.Virgenes{
		width: 1000px;
	}
	.small{
		height: 220px;

	}

	.normal, .large{
		height:440px;
	}
}






