*{
    box-sizing: border-box;
}

body{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img {
    max-width: 100%;
  }

p{
  font-family: "questrial", sans-serif;
}

header,
footer{
    background-color: #fcac89;
  }

.contenedora {
    width: min( 100%, 75rem ); 
    margin-inline: auto;
    padding: .5rem;
}

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

#logo img{
  background-color: whitesmoke;
  padding: .5em;
  border-radius: .5em;
}

header nav ul {
  display: none;
}

.menu-btn {
  background: #e38150;
}

.menu-btn,
.menu-fondo {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  padding: .75rem;
  cursor: pointer;
}

.menu-btn .btn-linea {
  width: 1.5em;
  height: 3px;
  margin-block: 0.25em;
  background: whitesmoke;
  transition: all 0.3s ease-out;
}

.menu {
    list-style: none;
    padding-inline: 0;
    flex-direction: row;
  }

header nav a {
  color: antiquewhite;
  background-color: #e38150;
  display: block;
  width: 5em;
  margin: .25em;
  text-decoration: none;
  padding-block: .25em;
  text-align: center;
  border-radius: .5em;
}

header nav a:hover {
  background-color: whitesmoke;
  color: #e38150;
}

#lucila {
  align-self: flex-start;
  border-radius: 50%;
  border:solid #e38150;
  border-width: .3em;
}

article {
  display: flex;
  margin: 1em;
  gap: .5em;
}

.behance a {
  text-decoration: none;
  background-color: #e38150;
  border-radius: .5em;
  padding: .5em;
  color: white;
}

.behance {
    list-style: none;
    padding-inline: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 2em;
    margin-bottom: 4em;
  }

.nombre {
  font-family: "rozha one", serif;
  font-size: xx-large;
}

.texto { 
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bocetos {
  font-family: "rozha one", serif;
  font-size: x-large;
  margin-left: 1.5em;
  color: #e38150;
}

.contenedoratexto {
  margin: 2em;
}

.bocetoswebapp{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clase{
  font-family: "rozha one", serif;
  font-size: x-large;
  margin-left: 1.5em;
  color: #e38150;
}

.imagen{
  display: flex;
  justify-content: center;
}

.links-equipo {
    padding-inline: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }


div ul li a{
  color: antiquewhite;
  background-color: #e38150;
  display: block;
  max-width: 70%;
  align-items: center;
  margin: 1em;
  text-decoration: none;
  padding-block: .25em;
  text-align: center;
  justify-content: center;
  border-radius: .3em;
}

li{
  align-items: center;
  max-width: 100%;
  list-style: none;
}

.catedra{
  align-items: center;
  flex-direction: column;
  display: flex;
}

.logo-dgpc{
  display: flex;
  justify-content: center;
}


@media screen and (min-width:640px){
    header nav ul {
        display: flex;
    }
    .menu-btn {
        display: none;
    }
    
    #lucila{
      border-width: .1em;
      margin: 0;
    }

  }

@media screen and (min-width:800px) {
  .alumno h2 {
      width: 100%;
  }

  .alumno article div {        
      height: 100%;
  }
  .alumno article div a {
      margin: auto 0 0 auto;
  }

}

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

  .alumno article div {
      width: unset;
      margin-top: 1em;
  }

  .alumno article h3 {
      text-align: center;
  }

  .bocetoswebapp{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}    

