*{

  <style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
</style>
}

body {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

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

header nav ul {
    display: flex;
flex-wrap: wrap;
justify-content: flex-end;

}
.contenedora {
    max-width: 100rem;
margin: 0 auto;
padding: 1rem;
background-color: slateblue;
border-radius: 0.5em;
}

.logos img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
padding: 0;
}

header nav ul li {
    margin: 1em;
    background-color: #eaeaea;
    padding: 0.5em;
    border-radius: 20px;
    min-width: 4em;
    text-align: center;
}

a {
    color: black;
    text-decoration: none;
}



.contenedora2 {
    border-color: teal 2px solid;
    max-width: 90%

}

#presentacion {
    background-color: white;

display: flex;
flex-wrap: wrap;
flex-direction: column;
}

.usuario {
    margin: auto;
text-align: center;
max-width: 40em;
border: violet 2px solid;
border-radius: 2em;
margin-top: 1em;

}

.usuario  img {
    max-height: 6rem;
    max-width: auto;
    margin-top: 1em;
}

h1 {
    color: violet;

}

P {
    font-size: 1rem;
}

.trabajos {
    margin: auto;
text-align: center;
max-width: 40em;
}

footer {
    padding: 1em;
    background-color: slateblue;
    opacity: 10em;
    color: white;
    border-radius: 0.5em;

}

.trabajos img {
    max-width: 20em;
    height: auto;
}
#fadu img {
    height: 4em;
   justify-content: center;
}

#uba img {
    height: 4em;
}

#dgpc img {
    height: 4em;
}

#uba {
    padding: 2em 2em 2em 2em;
    background: #f8bdf0b3;
    color: white;
}

#uba a {
	display: flex;
	justify-content: center;
}


#fadu {
    padding: 2em 2em 2em 2em;
   	background: #a885f8b3;
    color: white;
}

#fadu a {
  	display: flex;
	  justify-content: center;
}

#dgpc {
    padding: 2em 2em 2em 2em;
	  background: #ffaee0b3;
    color: white;
}

#dgpc a {
		display: flex;
    justify-content: center;
}



footer{
    background-color: slateblue;
    color: black;
    font-size: .7em;
    padding: 1em 2em 1em 2em;
    border-radius: 0.3em;
    border: 1px solid;
  }

  @media screen and (min-width: 768px) {
  .contenedora{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    max-width: 100%
  }
  .perfil{
    flex-direction: row;
    justify-content:space-between;
  }

  .informacion{
    text-align: left;
  }
  #avatar{
   width: 50%;
  }

  .portfolio a{
    align-items: flex-start;
    }

   .materias{
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: baseline;
  }
  .aprobadas{
    width: 10em;
  }
  .cursando{
    width: 10em;
    height: 18.5em
  }
   .ayudantia {
     width: 10em;
   }

  @media screen and (min-width: 1200px) {

    .contenedora {
    max-width: 100%;
    flex-direction: row;}
  }

  .logodgpc {
    display: flex;
    justify-content: flex-start;
  }

  .portfolio a{
     align-items: flex-start;
    }

    .aprobadas{
      width: 20em;
    }
    .cursando{
      width: 20em;
      height: 18.5em
    }
     .ayudantia {
       width: 20em;
     }
  #navequipo  {
    flex-direction: row;
    justify-content: center;
  }

  .academicos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2em 2em 2em 2em;
    border-radius: 0.3em;
  }

  #uba a {
    justify-content: flex-start;
  }

  #fadu a {
    justify-content: flex-start;
  }

  #dgpc a {
    justify-content: flex-start;
  }

  .ubaout *{
    text-align: left;
  }
  .faduout *{
    text-align: left;
  }
  .dgpcout *{
    text-align: left;
  }
  }
  @media screen and (min-width: 768px) {
  .contenedora{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    max-width: 100%
  }
  .perfil{
    flex-direction: row;
    justify-content:space-between;
  }

  .informacion{
    text-align: left;
  }
  #avatar{
   width: 50%;
  }

  .portfolio a{
    align-items: flex-start;
    }

   .materias{
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: baseline;
  }
  .aprobadas{
    width: 10em;
  }
  .cursando{
    width: 10em;
    height: 18.5em
  }
   .ayudantia {
     width: 10em;
   }

  @media screen and (min-width: 1200px) {

    .contenedora {
    max-width: 100%;
    flex-direction: row;}
  }

  .logodgpc {
    display: flex;
    justify-content: flex-start;
  }

  #navequipo  {
    flex-direction: row;
    justify-content: center;
  }

  .academicos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2em 2em 2em 2em;
    border-radius: 0.3em;
  }

  #uba a {
    justify-content: flex-start;
  }

  #fadu a {
    justify-content: flex-start;
  }

  #dgpc a {
    justify-content: flex-start;
  }

  .ubaout *{
    text-align: left;
  }
  .faduout *{
    text-align: left;
  }
  .dgpcout *{
    text-align: left;
  }
  }
