/* fuentes */
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
/* fuentes */

/*Fuente general*/
*{
    font-family: 'Lobster', serif;
    font-size: 2.5vw;
    text-align: justify;
    color: black;
}
p{
    margin-right: 1.5vw;
    margin-left: 1.5vw;
}

h1{
    font-size: 3vw;
    margin-left: 1vw;
    text-decoration: underline;
}

/*Imágen de fondo */
body{
    background-image: url(../img/fondo.jpg);
    background-size:cover;
}
/*Imágen de fondo*/

/*Header*/
header{
    text-align: center;
    font-size: 3.5vw;
    font-family: 'Pacifico';
    text-decoration: underline;
}
/*Header*/

/*navegador*/
nav ul{   
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin:0.5vw 0vw;
    padding:0;
    background-color:rgb(56, 134, 134);
    font-size: 4vw;
}
/* boton */
.inicio{
    border: 0.2vw solid rgb(73, 235, 167);
	border-radius:3vw;
	display:inline-block;
	cursor:pointer;
	color: rgb(38, 35, 35);
	font-size:2vw;
	padding: 1vw 1vw;
    position:fixed;
    bottom: 0;
    right: 0;
	margin-right: 1.5vw;
    margin-bottom: 1vw;
}
/*navegador*/

/*Sección de presentación */

.fotopresentacion{
    width: 15vw;
    margin-left: 2vw;
    margin-bottom: 1vw;
}
/*Sección de Presentación*/

/*Sección de paso por el Illia*/
.galeria {
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 1vw;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria img {
	width: 20vw;
	height: 15vw;
}

/*Estilos del modal*/

.modal {
	display: none;
}

.modal:target {
	
	display: block;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal h3 {
	color: #fff;
	font-size: 3vw;
	text-align: center;
}

.imagen {
	width: 100%;
	height: 50%;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.imagen a {
	color: #fff;
	font-size: 2vw;
	text-decoration: none;
	margin: 0 0.2vw;
}

.imagen a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}

.imagen img {
	width: 40vw;
	height: 100%;
	max-width: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;
}

.cerrar {
	display: block;
	background: #fff;
	width: 2vw;
	height: 2vw;
	margin: 1vw auto;
	text-align: center;
	text-decoration: none;
	font-size: 2vw;
	color: black;
	padding: 0.5vw;
	border-radius: 50%;
	line-height: 2vw;
}

/*Sección de paso por el Illia*/

/*Sección de sobre mi*/
.independiente{
    color: red;
}
/*Sección de sobre mi*/

/*Sección de futuro*/
.futurocompleto{
    display: flex; 

}

.decaraalfuturo{
    width: 20vw;
    padding-left: 1vw;
    margin-right: 1vw;
}

/*Sección de futuro*/

/* footer*/
footer{
    background-color:rgb(56, 134, 134);
    color:black;
    text-align: center;
}
a{
    color:black;
    text-decoration: none;
}
.instagram{
    color:rgb(173, 30, 173);
}

/*footer*/