/*esilos generales*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700');
*{margin:0; padding: 0; box-sizing: border-box;}
body{background: #0f696d;font-family:'Nunito+Sanz', sans-serif;font-size:15.5px; font-weight: 400; }

/*estilos header*/
h4{ color:azure; align-items: center; background-image: url(../img/header.jpg);font-size: 3rem; background-size: cover; padding:4rem 2rem 1rem; font-weight: 400 }
header {background: #0f696d;font-size: 14px;font-family: 'Nunito+Sanz', sans-serif; }
div{max-width: 80rem; margin: auto}

/*estilos menú*/
nav {padding: 1rem; text-align: center}
nav ul li a {text-decoration: none; color: #93e5e5; padding: 2rem; font-weight: 400 }
nav ul li {list-style-type: none; display: inline-block}
nav ul li a:hover {background: azure;color: #0f6d46; font-weight: 600}

/*estilos main*/

/*foto*/
.datospersonales {display: flex; flex-wrap: wrap; justify-content: space-between;}
article {background-color: #dffdfd; }
.fotoperfil {padding: 3rem; width: 80rem;text-align: center;background-color: #f4e4d7}
img {border-radius: 9rem; max-width: inherit; border-style: dotted; border-width:  medium; border-color:  #0f696d}
h1{color: #0f696d;font-family:'Nunito+Sanz', sans-serif;font-size: 28px;margin-top: 1rem; font-weight: 300;}
h5{color: #0f696d;font-family:'Nunito+Sanz', sans-serif;font-size: 21px;margin-top: 0.4rem; font-weight: 600;}

/*materias*/
article {margin-top: 1rem; margin-bottom: 1rem}
.materias {display: flex; flex-wrap: wrap; justify-content: space-around;}
.primero { color:#1d6164; padding: 1rem; width: 30%;text-align: left;line-height: 23px;}
.segundo { color:#1d6164; padding: 1rem; width: 32%;text-align: left;line-height: 23px;}
h2 {color: #98131e;font-family:'Nunito+Sanz', sans-serif;font-size:17px;margin-top: 1rem; font-weight: 600;margin-bottom: 1rem}
.destacado {color: #657b7c; }
.tercero { color:#1d6164; padding: 1rem; width: 32%;text-align: left;line-height: 23px;}
h3 {color: rgb(150, 10, 64); font-weight: 600; font-size: 16px;}

/*estilos zócalo*/
.datosobligatorios{color:#0f696d;background-color: #f4e4d7; text-align: left; font-size: 13px;font-family: 'Nunito+Sanz', sans-serif; padding: 2rem; font-weight: 300; line-height: 17px; }
.equipo {font-weight: 600; margin-top: 15px }
.integrantesdatos { margin-bottom: 15px}
.temaelegido {font-weight: 500; margin-top: 15px }
footer{margin: 3rem 2rem 2rem 2rem; font-family:'Nunito+Sanz',sans-serif;font-size: 0.80rem;font-weight: 300;color: #93e5e5;text-align: center; line-height: 17px;  }