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

@charset "utf-8";

* {
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    background-color: rgba(139, 182, 224, 0.3);
    font-family: "source sans pro", sans-serif;
    color: #435669;
    padding: 0em 1em;
    margin: 0em 1em 5em;

}

nav ul {
    width: 90%;
    min-width: 320px;
    max-width: 180px;
    list-style: none;
    margin: 2em;
    padding: 1em 1em 1em 1em;
    background-color: #cbe0ea;
    font-family: "source sans pro", sans-serif;
    display: flex;
    justify-content: space-between;
    border-radius: 1em;
    flex-wrap: wrap;
}

img.muypequeña {
    width: 10%;
    height: auto;
    max-width: 220px;
    min-width: 7px;
    display: flex;
    justify-content: center;
    margin-top: 2em;

}

img.pequeña {
    width: 25%;
    height: auto;
    max-width: 220px;
    min-width: 70px;
    display: flex;
    justify-content: center;
    margin-top: 2em;

}

img.mediana {
    width: 10%;
    height: auto;
    max-height: 100px;
    min-width: 10px;
    display: flex;
    justify-content: center;
    margin-top: 2em;


}

img.grande {
    width: auto;
    height: 150%;
    max-width: 220px;
    display: flex;
    justify-content: center;
    margin-top: 2em;

}

img.muygrande {
    height: auto;
    max-width: 85%;
    min-height: 20%;
    margin-top: 1em;

}

.foto_personal {
    max-width: 95px;
    max-height: 95px;
    border-radius: 50%;
    margin-top: 1em;
    margin-left: 1em;
}

.logo {
    width: 60%;
    height: auto;
}

.social {
    width: auto;
    height: 50%;
    min-height: 50px;

}

.nombre {
    font-family: "source sans pro light", sans-serif;
    width: auto;
    background-color: #cbe0ea;
    margin: 1em;
    display: flex;
    justify-content: center;
    border-radius: 1em;
    min-width: 300px;

}

.b {
    margin-bottom: 3em;
    margin-left: 0.8em;
    margin-right: 2em;
    margin-top: 3em;
    word-spacing: 0.3em;
    flex-wrap: wrap;
}

.c {
    display: flex;
    justify-content: center;
    text-align: center;
}

.d {
    display: flex;
    justify-content: space-between;
}

.e {
    display: flex;
    text-align: left;
}

.sub {
    margin: 0em;
    color: #8faae5;
    font-family: "source sans pro black";
}

.titulo {
    font-weight: 900;
    margin: 0.5em;
    font-size: 1.3em;
    border-bottom: 0.1em solid;
    list-style: none;
    max-width: 480px;
    min-width: 240px;
    flex-wrap: wrap;

}

.subtitulo {
    font-weight: 600;
    margin: 1em;
    font-size: 1.2em;
    width: 50%;
    list-style: none;

}

.materias {
    font-family: "source sans pro regular", sans-serif;
    color: #76838d;
    margin: 0.1em;
    margin-left: 3em;
    list-style: none;

}

.materias2 {
    font-family: "source sans pro light", sans-serif;
    color: #76838d;
    margin: 0.1em;
    margin-left: 5em;
    list-style: none;
}

.footer {
    font-family: "source sans pro Light", sans-serif;
    font-weight: 100;
    position: absolute;
    top: auto;
    padding-top: 10vh;
    padding: 1em;
    font-size: 9px;
    text-align: center;
    padding-bottom: 6em;
}
