* {
    box-sizing: border-box;
}

body {
    background-color: #EAF0CE;
    margin: 0;
    position: relative;
}

header {
    width: 100%;
    height: 100vh;
}
#nav {
    width: 60%;
    margin: auto;
}

#nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 15px;
    list-style: none;
    font-family: "Lato";
}

#nav ul a {
    text-decoration: none;
    color: black;
}

#presentacion {
    text-align: center;
    padding-top: 8vh;
}

#presentacion img {
    height: 300px;
}

h1 {
    font-family: "Prata";
}

p {
    font-family: "Lato";
    font-size: 20px;
}

/* seccion 1 */

#materias1 {
    background-color: #C0C5C1;
    width: 100%;
    height: 100vh;
}

#materias1 div  {
    text-align: center;
}

ul li {
    font-size: 20px;
}

#materias1 div h1 {
    padding-top: 30vh;
}

#mat1 {
    width: 80%;
    margin: auto;
    padding-top: 10vh;
}

#mat1 ul {
    list-style: none;
    font-family: "Lato";
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#mat2 {
    padding-top: 50px;
}

/* materias aprobadas */

#matcur {
    height: 100vh;
    background-color: #7D8491;
    color: white;
}

#matcur h1 {
    padding-top: 30vh;
    text-align: center;
    margin: 0px;
}

#matcur ul {
    list-style: none;
    font-family: "Lato";
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
    margin: auto;
    padding-top: 20vh
}

/* materias cursando  */

#comytem {
    display: flex;
    flex-direction: row;
}

#com {
    height: 100vh;
    width: 50%;
    background-color: #574B60;
    color: white;
}

#com h1 {
    padding-top: 30vh;
    margin: 0px;
    text-align: center;
}

#com p {
    padding-top: 15vh;
    text-align: center;
}

#tema {
    height: 100vh;
    width: 50%;
    background-color: #3F334D;
    color: white;
}

#tema h1 {
    padding-top: 30vh;
    margin: 0px;
    text-align: center;
}

#tema p {
    padding-top: 15vh;
    text-align: center;
}

/* comitente y tema  */

#boceto {
    background-color: #2f283a;
    height: 100vh;
}

#boceto h1 {
    color: white;
    margin: 0px;
    padding-top: 10vh;
    text-align: center;
}

#boceto #bocim {
    text-align: center;
    padding-top: 8vh;
}

#boceto #bocim img {
    height: 400px;
    margin: 0px 40px;
}

/* boceto */

footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: white;
    font-style: italic;
}

footer p {
    font-size: 15px;
}