
* {
    list-style: none;
    margin: 0.2rem;  
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000000;
}


header nav ul { 
    font-size: 20px;
    padding: 1rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    text-align: center;
    font-family: 'Gravitas One', cursive;
    background-color: #5190b3;
    box-shadow: 6px 6px 0px #edcb2a;
    width: 100%;
}

#botonera li a:hover{
    color: #da5c00;
}



header div img {
    width: 90%;
    margin-top: 3rem;
    margin-bottom: -3rem;
}

body {
    background-image: url(img/1.jpg)
    background-color: white;
}


.nombre {
    text-align: center;
    color: black;
    font-family: 'Gravitas One', cursive;
    }


body main {
    text-align: left;
    color: black;
    font-family: 'Oswald', sans-serif;
    background-color: #da5c00;
    box-shadow: -6px -6px 0px #5190b3;
}


main {
    color: black;
    margin: 1rem;
    font-size: 15px;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }


main h2 {
    font-size: 25px;
    margin: 1rem;
    font-family: 'Gravitas One', cursive;
    color: #5190b3;  
    margin-top: 3rem;
    text-shadow: 2px 2px #edcb2a;
}

main h3 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-family: 'Gravitas One', serif;
    color:  #edcb2a;
    font-size: 20px;
}

.carrera p {
    margin-left: 45px;
}

.academica p {
    margin-left: 45px;
}

.academica h3 {
    margin-left: 45px;
    margin-top: 1.5rem;
}

.materias h3 {
    margin-left: 45px;
    margin-top: 1.5rem;
}

.materias ul li {
    margin-bottom: 0.2rem;
}


footer {
    font-family: 'Oswald', sans-serif;
    margin-top: 5rem;
    font-size: 14px;
    text-align: justify;
    text-align: center;
    color: black;
    background-color: #5190b3;
    align-self: stretch;
    box-shadow: 6px 6px 0px #edcb2a;
    margin-bottom: 0.7rem;

}





