@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: "Roboto", system-ui;
  font-weight: 500;
  font-style: normal;
  background-color: aliceblue;
  margin: 0px;
  padding: 0px;
}

/*Header*/

header{
    margin: 5px;
    color: rgb(0, 6, 97);
}

.headerfoto {
  padding: 5rem;
}

h1 a {
  font-size: 3rem;
  padding: 50px;
  height: 20rem;
}


article h1 {
  display: flex;
  justify-content: center;
}

h2 {
  display: flex;
  justify-content: center;
  color: rgb(0, 6, 97);
  font-size: 2rem;
  padding: 1rem;
}

ul h3 {
  display: flex;
  justify-content: center;
}

article img {
    border-width: 0.25rem;
    border-style: solid;
    border-color: rgb(0, 6, 97);
    border-radius: 3rem;
}

article ul {
  padding: 4rem;
}

.intmargen ul li {
  border-style: none;
}

li {
    margin: 0.2rem;
    width: 16rem;
    background-color: aliceblue;
    padding: 0.2rem;
    list-style: circle rgb(0, 6, 97);
}

article li {
  list-style: none;
}

header li {
  list-style: none;
}



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


ul {  
display: inline-table;
align-items: center;
flex: auto;
}

/*Footer*/


h1{font-size: 50px;}


.navList {
  margin: auto;
  padding: 0rem;
}

.navList ul {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 10rem;
}

.navList ul li {
  padding: 12px;
  border-style: solid ;

}

.list {
  border: none;
  list-style: none;
}

.integrantes {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
}

.footer a {
  display: inline-table;
  margin: 3rem;
}

footer {
  margin-bottom: 0;
  padding: 0;
}


.avatar {
  width: 25rem;
  height: 25rem;
  align-items: center;
}

.avatares {
  width: 15rem;
  height: 15rem;
}

.materias ul {
  flex: auto;
  align-items: center;
  width: 10rem;
  margin: 1rem;
  height: 23rem;
  border:  0.2rem rgb(0, 6, 97);
  border-style: solid;

}



a {
    text-decoration: none;
background-color: aliceblue;
}

.textCen {
  margin: 0;
  text-align: center;
  padding: 1rem 4rem;
  text-indent: 2rem;
}

.footercolor p{
  background-color: rgb(92, 162, 255);
  margin: 0;
}

a:hover {
  color: aquamarine;}

/* .roboto-thin {
  font-family: "Roboto", system-ui;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", system-ui;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", system-ui;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", system-ui;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", system-ui;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", system-ui;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", system-ui;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", system-ui;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", system-ui;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", system-ui;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", system-ui;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", system-ui;
  font-weight: 900;
  font-style: italic;
}
*/