
body {

   font-family: 'Poppins', sans-serif;
   margin: 0;
   box-sizing:border-box;
   margin: 0;
   padding: 1em;
   background: linear-gradient(to bottom right, #ADEEE2, #9A9CEA);
    }

      h1 {
        font-weight: bold;
        text-shadow: .5em .5em .5em .#000;
      }

      h2 {
          text-align: center;

      }

      h3 {
          text-align: center;
              }

      h5 {
          text-align: center;
          color: white;
            font-weight: normal;
      }


.contenedora {
          /* limita el ancho a 800px */
max-width: 50rem;
          /* centra la caja horizontalmente */
margin: 0 auto;
padding: 1rem;
}


.logodgpc img {
	height: 3em;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

nav ul li a {
    display: flex;
    background-color: #9A9CEA;
    border-radius: 0.3em;
    text-decoration: none;
    text-align: center;
    color: white;
    margin: 0.2em;
    padding: 0.2em .4em .2em .4em;
}

.perfil{
    display: flex;
    justify-content: center;
    background-color: #9a9ce940;
    background-opacity: 10;
  	color: white;
    padding-bottom: 2em;
    padding-top: 2em;
    width: 100%;
    flex-direction: column;
    border-radius: 0.3em;
    }

.sofiasolucci {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
	  width: 100%;
}

#avatar {
    width: 50%;
    border-radius: 0.4em;
	  }

.alumno {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
  }

.informacion{
	  text-align: center;
    padding-top: 1em;
  	width: 100%;
}

.portfolio {
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  width: 100%;
}

.portfolio a img {
    width: 20%;
    }

.portfolio a{
      display: flex;
      flex-direction: column;
      justify-content:center;
      align-items: center;
      width: 100%;
    }

.otra {
    display: flex;
    justify-content: center;
    flex-direction: column;
    }

.materias {
  display: block;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-top: 1em;
  }


.aprobadas {
  display: block;
    width: 13em ;
	  height: 18.5em;
	  padding: 2em 2em 2em 2em;
    color: white;
    margin-top: 2em;
    background: #a2b9edb3;
    border-radius: 0.3em;
    border: 1px solid;

}

.cursando {
  display: block;
    width: 13em;
	  height: 13.5em;
	  padding: 2em 2em 2em 2em;
    margin-top: 2em;
    color: white;
    background: #a3dcefb3;
    border-radius: 0.3em;
    border: 1px solid;

}

.ayudantia {
  display: block;
	  width: 13em;
	 height: 18.55em;
    padding: 2em 2em 2em 2em;
    margin-top: 2em;
    color: white;
    background: #aeeee0b3;
    border: 1px solid;
    border-radius: 0.3em;
}

.teamjt01{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#jt01{
  padding-top: 3em;
}

#navequipo {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;

}

#navequipo li a {
  padding: 1em 4em 1em 4em;
   justify-content: center;
}

#prototipo {
    padding-top: 3em;
}

#individual img {
    width: 90%;
    margin: 1em;
}


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

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

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

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

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

.otra {
    padding-bottom: 3em;
    }

#fadu img {
    height: 4em;
   justify-content: center;
}

#uba img {
    height: 4em;
}

#dgpc img {
    height: 4em;
}

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

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


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

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

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

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



footer{
    background-color: #aeeee0;
    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;
}
}
