#home {
	background-image: url(../img/fondo1.jpg);
}
#home p {
	padding: 10px 10px;
	font-weight: 400;
	font-style: 20px;
	color: white;
	margin-right: 100px;
	margin-left: 100px;
}
#home img {
	 border-radius: 15%;
	 height: 400px;
}
#cuerpo {
	background-image:url(../img/fondo2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: #CDFFE9;
}
#cuerpo img {
	width: 60%;
	height: 400px;
	border-radius: 15%;
	border:6px solid #bbff00;
}
#cuerpo p {
	margin-top: 60px;
	text-align: justify;
	font-weight: 500;
	font-size: 20px;
	margin-right: 100px;
	margin-left: 100px;
}
#cuerpo h3 {
	font-size: 45px;
	text-align: center;
}
.bajar {
	margin-top: 75px;
}
#galeria {
	background-image:url(../img/fondo3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
}
.img{
	width: 60%;
	vertical-align:center;
	height: 100px;
	border-radius: 15%;

}
.img ,h3 {
	color:#E6E6FA;

}
.img ,p {
	color:#E6E6FA;
}
.img:hover  {
	        border:2px solid ;
	        border-radius: 100%;
            transform:scale(1.2);
            -ms-transform:scale(1.2); // IE 9 
            -moz-transform:scale(1.2); // Firefox 
            -webkit-transform:scale(1.2); // Safari and Chrome 
            -o-transform:scale(1.2); // Opera 

}
.margenArr {
	margin-top: 70px;
}
.hidden {
	display: none;
}

#modal {
	display: none;
	padding: 70px;
    position:fixed;
    background-color: rgba(13,14,12,0.7);
    border:solid #fff 6px;
    width: 90%;
    height: 90%;
    z-index: 1;
    top: 50px;
    left: 80px;
}
.img0 {
	width: 40%;
	height: 400px;
}
span {
	padding:10px 10px;
	height: 10px;
	color: red;
    border:2px solid red;
    background-color: pink;
    margin-left: 500px;
}
.texto {
	display: none;
}
figcaption{
	display: flex;
	flex-direction: column;
	font-size: 14px;
}
figcaption:hover{
	width: 50%;
	display: block;
	padding: 30px 30px;
	background-color: black;
	color: black;
	font-size: 34px;
	position: absolute;
}
footer{
	background-color: black;
}

.last:hover{
    width: 50%;
	display: block;
	padding: 30px 30px;
	background-color: black;
	color: black;
	font-size: 34px;
	position: absolute;
	margin-left: -600px;
}