@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header,
footer {

  background-color: rgb(0, 0, 0);
  
  color: rgb(252, 248, 248);
}

#logo img {
    background-color: whitesmoke;
    padding: .5em;
    border: solid 4px #ee3756;
    border-radius: .5em;
    aspect-ratio: 2 / 1;
    width: 8em;
  }
 
  nav ul {
    list-style: none;
    position: relative;
    justify-content: center;
    display: flex;
    margin: 0px 20px;
}

nav ul li {
    padding: 0.2em 0.4em 0.2em 0.4em;
    margin: 0.2em 0.2em;
    background-color: #6e6969;
    box-sizing: border-box;
    border-radius: 16px;
    width: 25%;
    justify-content: center;
    display: flex;
}

nav ul li a {
    font-weight: 500;
    color: #f7f7f7;
    text-align: center;
    margin: 0em 0.3em 0em 0.3em;
}

nav ul :hover {
    background-color: #5ee9e9c2;
}

body {
    background-image:linear-gradient(#ee3756, #53e5ff);
    font-family: ;
    margin: 0;
    text-align: center;
  }


  #informacion {
    background-color: #ffffffe7;
    background-position: center;
    background-size: 40px 45px;
    margin: 40px 20px;
    padding: 40px 0px;
    border-radius: 100px;
    justify-content: center;
}
#perfilaime figure {
    display: flex;
    justify-content: center;
    margin: 0.6em 0em;
}

#perfilaime figure img {
    width: 200px;
    height: 100%;
}

#perfilaime img {
    border: solid .4em #000000;
    border-radius: 0,5%;
    width: 19.5em;
    height: 19.4em;
    aspect-ratio: 0;
    justify-content: center;
    box-shadow: 5px 5px 5px #9e3e7ea2;
}


#materias {
    background-color: #ffffffe7;
    background-position: center;
    background-size: 0px 45px;
    margin: 40px 20px;
    padding: 10px 0px;
    border-radius: 30px;
    justify-content: center;
}

#bocetosmockups {
    background-color: #ffffffe7;
    background-position: center;
    background-size: 0px 45px;
    margin: 40px 20px;
    padding: 10px 0px;
    border-radius: 30px;
    justify-content: center;
}

  #rotulosindividuales {
    background-color: #ffffffe7;
    background-position: center;
    background-size: 0px 45px;
    margin: 10px 20px;
    padding: 10px 0px;
    border-radius: 30px;
    justify-content: center;
}

#rotulosindividuales figure img {
    width: 150px;
    height: 100%;
    max-width: 100%;
    border-radius: 30px;
    justify-content: center;
}

#comitente {
    border-top: solid 0.80em #000000;
    margin: 20px 30px;
}
#contenedoraacademico {
    border-top: solid 0.80em #0c0c0b;
    margin: 20px 30px;
}
