@import url('https://fonts.googleapis.com/css?family=Rubik');
*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    line-height: normal;
    font-family: "rubik", sans-serif;
}
body {

    background-color: lightgray;
    font-family: sans-serif;
    color: floralwhite;
    font-weight: 400;
    
}
nav {
    background: -webkit-linear-gradient(left, rgba(255,142,142,1) 11%,rgba(255,142,142,1) 11%,rgba(255,142,142,1) 17%,rgba(255,142,142,1) 17%,rgba(255,211,211,1) 86%);
    padding: px;
    padding-left: .5em;
    display: flex;
  
    }

nav ul {
    display: inline-flex;
    margin: 12px auto;
    width: 100vw;
    }

nav ul li{
    list-style: none;
    align-items: center;
    letter-spacing: .2em;
    margin: .4em;
    list-style: none;
    align-items: center;
}
nav ul li a {
    text-decoration: none;
    color: floralwhite;
    font-size: 13px;
    display: block;
    word-spacing: 3em;
}

h1, h2 {
    text-align: center;
    color: indianred;

}
h1 {
    font-size: 170%;
    margin-bottom: .1em;
    padding-top: 2em;
    display: block;
}
h2 {
    font-size: 100%;
    font-weight: 100;
    margin-top: inherit;
}
h3 {
    font-size: 100%;
    margin-left: 2.7em;
    margin-top: 2em;
    font-style: normal;
    color: lightseagreen;
    font-size: medium;
}
img.perfil {
    display: block;
    margin: 15px auto;
    margin-top: 1em;
    
}
.materias {
    width: 100%;
    margin: .5em;
    }

body main li {
    margin-left: 2.7em;
    list-style: none;
    color:indianred;
}
p {
    margin-left: 3em;
    font-size: .9em;
    font-weight: lighter;
    color: floralwhite;
}
.materiascur {
 margin-top: .5em;
}
footer {
    padding: 0;
    color: indianred;
    font-size: 7px;
    text-align: left;
}
footer ul {
    column-count: 3;
    display: flex;
    align-items: center;
    margin:auto;
    padding: inherit;
    list-style: none;
}
img.fadu {
    width: 110px;
    height: auto;
    margin: 5em;
    margin-left: 7.5em;
}
img.dgpc {
    width: 70px;
    height: auto;
    margin-left: 3em;
}
.leyenda{
    color:antiquewhite;
    font-size: 1.5em;
    text-align: center;
    margin-right: 4em;
    
}
