*{box-sizing: border-box; margin: 0; padding: 0;}
body{background-color: rgb(244, 241, 241)}

h1 {color: #5d5f5f; font-family: 'Montserrat Alternates', sans-serif; font-size: 54px; font-weight: 300; line-height: 58px; padding-top: 2rem;
margin-bottom: 2rem; text-align: center }

a {text-decoration: none; color: #5d5f5f}

header img {width: 100%}

.contenedor{ max-width: 1200px; margin: auto;}

/*Menú principal*/

header nav {color: #5d5f5f; font-family: 'Montserrat Alternates', sans-serif; font-size: 1rem; font-weight: normal; }
header nav {align-content: flex-end; margin-top: 5rem }
header nav ul{ display: flex; padding: 0; justify-content:center; }
header nav ul li{ list-style-type: none;}
header nav ul li a { padding:1rem; background: #fff; margin: 1rem 1rem 1rem 0rem; border-radius: 0.8rem;}
header nav ul li a:hover{ background: rgb(48, 111, 253); color: #fff;}



/* mi nombre y foto*/


.nombre {display: flex;  justify-content: center; margin-top: 10rem}

.nombre article h2 { color: #5d5f5f; font-family: 'Montserrat Alternates', sans-serif; font-size: 40px; font-weight: normal; line-height: 60px; 
                    margin: 1rem 0 0; text-transform: uppercase; text-align: center; }

.nombre article {text-align: center} /*centrar la imagen al texto*/
.nombre article img { border-radius: 7rem;}   /*redondear imagen*/ 

/* materias*/

.materias{display: flex;  justify-content: center; margin-top: 5rem;  justify-content: space-around;}
.materias article{}
.materias article h3 {font-family: 'Montserrat Alternates', sans-serif; line-height: 58px;text-transform: uppercase;font-size: 15px; color: #5d5f5f}
.materias article ul li{list-style-type: none; font-family: 'Montserrat Alternates', sans-serif; padding-top: 1rem;  color: #5d5f5f; border-width: thick; border-color: azure}

aside {margin-top: 20rem; margin-left:10rem;   }
aside p {color: #5d5f5f}



/*Pie de Página -listo-*/

footer p { font-size: 14px; line-height: 26px; text-indent: 30px;  text-align: center; background-color: azure; max-width: 1200px; margin: 20rem auto}