@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    list-style: none;
}


body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*NAVBAR*/

nav {
    background-color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

nav ul {
    display: flex;
    padding: 0px;
}

header nav ul li a {
    text-decoration: none;
    color: black;
    padding-left: 15px;
    font-weight: 300;
    font-size: 12px
}

header nav ul li a:hover {
    color: #92A9D6;
    font-weight: 900;
}


/*MAIN*/

img {
    width: 100%;
}

main {
    width: 100%;
    background-color: #B2C7EA;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    flex-grow: 1;
}

.materias {
    color: white;
    display: flex;
    width: 80%;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
    border-style: solid;
    border-width: 3px;
    border-color: white;
}

.presentacion {
    color: #B2C7EA;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    background-color: white;
    padding: 20px;
}

h1 {
    font-weight: 700;
    font-size: 1.5em;
}

.diseño {
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 5px;
}

.materiasap {
    margin-bottom: 15px;
}

.materiasap li {
    font-size: 15px;
}

.materiascu li {
    font-size: 15px;
}

/*FOOTER*/

footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #B2C7EA;
    padding: 20px;
    color: white;
    font-size: 8px;
    text-align: left;
    line-height: 1.5em;
}

footer p {
    max-width: 80%;
    display: flex;
    font-weight: 100;
    margin: auto;
    text-align: center;
    padding-top: 10px;

}

.fotouba {
    width: 40px;
}

.fotodgpc {
    width: 55px;
    margin-left: 15px;
    margin-right: 15px;
}

.fotofadu {
    width: 60px;
}

footer ul {
    display: flex;
    align-items: center;
    margin: auto;
    flex-shrink: 0;
}

footer ul li a {
    align-items: center;
}
