@charset "utf-8";
/* Mobile First */

* {
    list-style: none;
    text-decoration: none;
}

body{
    margin: 0px;
    font-family: Helvetica, sans-serif;
    background-color: lightblue;
}
h1{
    color: white
}
h2,
h3,
h4,
h5,
h6,
p,
#text{
    color:midnightblue;
    font-family: Helvetica;
}
main { 
    padding: 1em 
}

header,
footer {
    background-color: cornflowerblue;
    flex-grow: 0px;
    padding: 1em;
        
}

header .contenedora {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ul {
    display: flex;
}
header nav ul {
    display: flex;
    flex-wrap: wrap;
}

header nav ul li {
    min-width: 4em;
    margin: .75em 0 .75em .75em;
}

header nav ul li a {
    display: block;
    background-color: slateblue;
    border-radius: 1.5em ;
    color: #f3f5f6;
    font-weight: bold;
    padding: .45em .7em;
    text-align: center;
}
main{
    max-width: 70rem;
margin: auto;
}
main .contenedora equipo {
    display: flex;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

main ul {
    display: flex;
}
main nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20%;
    margin-left: 20%;
}

main nav ul li {
    min-width: 4em;
    margin: .75em 0 .75em .75em;
}

main nav ul li a {
    display: block;
    background-color: slateblue;
    border-radius: 1.5em ;
    color: #f3f5f6;
    font-weight: bold;
    padding: .45em .7em;
    text-align: center;
}

h2,
h3,
h4,
h5,
h6{
    border-bottom: 5px solid midnightblue;
    text-align: center;
margin: 4rem 0 2.5rem 0;
}

.presentacion img {
    border: solid .2em midnightblue;
    border-radius: 50%;
    max-width: auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center;
    margin: auto;
}
.presentacion p{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center;
}
h1{
    font-size: 45px;
    margin: 5px;
}
h2{
    font-size: 40 px;
}
.presentacion p{
    font-style: italic;
    font-size: 20px;
}
p{
    font-size: 15px;
    font-style: italic;
}

h3{
    font-size: 20px;
}
h4{
    font-size: 20px;
}
h4:hover{
    color: white;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 20px;
}

.bocetos img{
    display:block;
    margin: auto;
    border: 10px solid white;
    border-radius: 10px;
    box-shadow: 2em 2em teal;
}
.bocetos2 img{
    display:block;
    margin: auto;
    border: 10px solid white;
    border-radius: 10px;
    box-shadow: 2em 2em teal;
}
#b1{
    margin-bottom: 1em;
}
.bocetos img{
    display: block;
    margin: auto;
}
footer{
    text-align: center;
}
#materias1 {
  width: 200px;
  border: 5px solid whitesmoke;
  border-radius: 10px;
  padding: 50px;
  margin: 20px;
 background-color: whitesmoke;
 box-shadow: 1em 1em teal
}
#materias2 {
  width: 200px;
  border: 5px solid whitesmoke;
  border-radius: 10px;
  padding: 50px;
  margin: 20px;
 background-color: whitesmoke;
 box-shadow: 1em 1em teal
}
.materias {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center;
}
h7, h8{
    font-size: 20px;
    color: midnightblue;
    font-weight: bold;
}

.contenedora equipo img{
    max-width: auto;
    height: 150px;
    background-color: darkseagreen;
    padding: 1em;
}

.contenedora equipo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}