body{
	margin: 0;

}
p{
	font-family: roboto , sans-serif;

}
header{background-image: url(img/fondo.jpg);background-repeat: no-repeat; background-size: cover; 
	display: flex;
	flex-direction: column;
/* background-color: #8BC34A;*/
 transform: translateY(-50px);
}
main{
	transform: translateY(-30px);
}

h1{
	font-family: poppins;
	
	font-size: 5rem;
	color: white;
    width: 100%;
	text-align: center;
	margin-block-start: 0em;
    margin-block-end: 0em;
    
}




nav ul{
	list-style-type: none;
    display: flex;
    justify-content: center;
    margin-block-start: 0em;
    padding-inline-start: 0px;
    
}
nav ul li{
	text-align: center;
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    width: 30%;
    padding: 1rem;
 
}
nav ul li a{
	text-decoration: none;
	padding: 6px 16px;
	font-size: 30px;
	color: white;
}

nav ul li a:hover{
color: violet;}


}

nav.inte{
	margin-top: 3rem;

}

}
nav.inte ul{
	
	display: flex;
	
	justify-content: space-around;
	align-items: center;
    
    margin-block-start: 0;
    padding-inline-start: 0;
}

div.grupo nav.inte ul li{
    width: 100%;
   
    padding: 0;
    background-color: #D1C4E9;
    line-height: 50px;

}

div.grupo nav.inte ul li:hover{
	background-color: #8BC34A;
} 

div.grupo nav.inte ul li a.chico{
	
	font-size: 1rem;}   

section{
	
	display: flex;

	justify-content: center;
	
}

div.nombre{
	text-align: center;
}

img{width: 87%;
	display: inline-block;
	}

h2{
	
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
   color:#AF7AC5 ;
   margin-block-start: 0;
    margin-block-end: 0;

}

/*article h3{
	        margin-left: 1rem;
    margin-top: 2.5rem;
}*/
h3{ margin-left: 1rem;
    margin-top: 2.5rem;
	font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 4px;
   
}





div.contenedor{
	display: flex;
justify-content: center;
}

.materias{
	
    padding: 2em 2em;
    border: 2px solid black;
    margin: 0em 0.8em;

}
div.datos{
border: 4px solid black;
    padding: 2em;
    margin: 2rem ;
width: 80%;
}



footer p{
	text-align: center;
	padding: 1.45rem ;
	color: grey;
	font-size: 0.8rem;
	margin-block-start: 0em;
    margin-block-end: 0em;
	
}