* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* colores */

.amarillo {
    color: #FCBF10;
}
.violeta {
    color: #A85BA4;
}
.grisc {
    color: #E6E7E8;
}
.griso {
    color: #58585B;
}

body {
    font-family: 'Raleway', sans-serif;
    min-height: 100vh;
  }

header {
    padding: 0 1.5em;
    height: 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
     
}

nav a,
nav a:visited,
nav a:focus {
    color: #fff;
}

nav a:hover {
    color: #fec006;
}

nav h1 {
    margin-bottom: 0;
}

header ul.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-decoration: none;
    list-style: none;
}


/* menu */

#menu {
    text-decoration: none;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 1.5em;
    background-color: #252525;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 60vw;
    left: 100vw;
}

#menu:target {
    left: 40vw;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#x {
    text-align: left;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 9999;
}

a {
    text-decoration: none;
    list-style: none;
}

li {
    font-size: 20px;
    margin-top: 1em;
    text-decoration: none;
    list-style: none;
}

#x:target {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.logo {
    height: 4em;
    width: auto;
}


.fadu{
    color: black;
}
.fadu:hover {
    color: #FCBF10;
}

a:hover {
    color:#FCBF10;
}

main {
    
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
}

#titulos {
    background-color: #58585B;
    height: 19em;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
    
    
}
#foto {
    width: 22em;
    max-width: 100%;
    height: auto;
    border: 5px solid #FCBF10;
    border-radius: 50%;
    
}


h1 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 1em;
    font-size: 30px;
    color:white;
}
hr {
    
    background-color: #FCBF10; 
    width: 160px;

    margin-top: 1em;
    
}
h3  {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}


section {

    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.redes {
    height: auto;
    width: 5em;
    max-width: 10%;
    padding-bottom: 1em;
}

#portfolio {
    font-style: italic;
}

h2 {
    font-weight: 900;
    margin-top: 9em;
    margin-bottom: 1em;
}

.info {

    margin: 1em;
    margin-bottom: 1em;

}


aside {
    display: flex;

    justify-content: space-between;
    border-bottom: 45px solid #A85BA4;
    padding-left: 1.3em;
    padding-right: 1.3em;
}

#trabajo {
    background-color: #A85BA4;
    color: white;
    
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 30px;
    
}

.flex {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.facultad {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1em;
    border-bottom: 3px solid #A85BA4;
    width: 20em;
    height: auto;
}

#mun {
    border-bottom: none;
}

#tipo:hover {
    content: url(Img/3hover.jpg);
}

#dise:hover {
    content: url(Img/imghover.jpg);
}

#mun:hover {
    content: url(Img/munhover.jpg);
}

footer {
    
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: #58585B;
    font-size: 14px;
}

.pie {
    margin: 1em;
}

#linea {
    padding-bottom: 1em;
    border-bottom: 1.5px solid #58585B;
}