* {
    font-family: 'Libre Franklin', sans-serif;
    font-style: normal;
    margin: 0;
    box-sizing: border-box;
}

nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #30415d;
    color: #8eaebd;
    justify-content:space-around;
    padding: 10px
}

nav img {
    padding-right: 10px;
}

nav h1 {
    font-size: 19px
}

nav a {
    text-decoration: none;
    color: #8eaebd;
    font-size: 13px;
    padding:5px
}

.nombre {
    display: flex;
    background-color: ;
    color: #30415d;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px
}

.nombre h1 {
    padding: 10px;
}

.nombre p {
    padding: 10px
}


h3 {
    color: #30415d;
}

.materias {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    color: #30415d;
    list-style:
}

.materias h3 {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
}
.materias section {
    width: 50%;
    padding: 20px;
}
.materias h4 {
    padding-bottom: 5px
}
section ul li {
    list-style-type: square;
    font-size: .75em;
}
.propuesta {
    padding: 20px 
}



section img {
    padding: 20px;
    width: 5em
}

aside section {
    margin: 15px;
    
}


aside p {
    font-size: 12px;
    color: #30415d;
    padding: 5px;
}

h5 {
    color: #30415d;
    padding:5px
}


footer {
    display: flex;
    justify-content: center;
    font-size: 10px;
    background-color: #30415d;
    color: #8eaebd;
    padding: 5px;
}

body {
    background-color: #cf6766;
}

.nombre img {
    width:25%;
   
}
