

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


h1{	
    color: #00434C;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

h3{	
    color: black;
    font-family: "lato", sans-serif;
}

#datosacademicosmios h3{	
    margin: 0 1.5em 0 1.5em;
}

#logo{	
    background-color: firebrick;
}

#logoimg{	
    display: black;
}

.estudiante{	
    background-color: white;
    margin: 0.5rem 0 0.5rem 0;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header nav{	
    background-color: transparent;
    font-size: 1.5rem;
    margin: auto;
}

header nav ul{	
    margin: 1rem 0 3rem 0;
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

header nav ul li{	
    margin: 0 0 0.2rem 0;
}

header nav ul li a{	
    text-decoration: none;
    color: white;
    background-color: #2B5544;
    display: block;
    width: 8rem;
    margin: auto;
    text-align: center;
    margin: 0.3em;
    border-radius: 0.6em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}


article p{
    color: blue;
}

article>p{
    color: black;
}

.estudiante h3{	
    color: blue;
}

header nav ul li a :hover{	
    background-color:lawngreen;
    color: orange;
}

body {
   text-align: center;
   background-color: #DCFFD9;

}

a {
    text-decoration: none;
    color: white;
    background-color: #00434C;
    display: block;
    width: 15rem;
    margin: auto;
    text-align: center;
    margin-top: 0.5em;
    border-radius: 0.7em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

footer{
    margin-top: 3em;
    margin-bottom: 3em;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
}

div {
    margin-top: 3em;
}

p {
    margin-bottom: 1em;
    margin-top: 0.6em;
    font-family: "lato", sans-serif;
}

footer p {
    margin-bottom: 1em;
    margin-top: 0.6em;
    font-family: "lato", sans-serif;
    color: black;
    margin: 0 1.5em 0 1.5em;
    font-weight: 300;
}

#datospersonalestextos h3{
    margin: 0 1.5em 0 1.5em;
}

#mockupmain{
    display: flex;
    justify-content:center;
}

#mockupmain figure img{
    width: 100%;
    height: 100%;
}

#mockupmain figure {
    width: 80%;

}

#printmain{
    display: flex;
    justify-content:center;
}

#printmain figure img{
    width: 100%;
    height: 100%;
}

#printmain figure {
    width: 80%;

}



@media (min-width: 800px){
    
    #materiaspersonales {	
        display: flex;
        justify-content: center;
    }

    #materiaspersonales section {
        width: 18em;
    }

    section#datospersonales {
        display: flex;
        justify-content: center;
        margin-left: 1.5em;
        margin-bottom: 1em;
        margin-top: 4em;
    }

    #datospersonalesimagen img {
        width: 100%;
        height: 100%;
    }

    #datospersonalesimagen figure {
        width: 8em;
    }

    #datospersonalestextos h1 {
        color: #00434C;
        font-size: 1.5rem;
        font-family: 'Montserrat', sans-serif;
        margin-top: 5px;
        margin-bottom: 10px;
        font-weight: 700;
        text-align: left;
        margin-left: 1em;
    }

    #datospersonalestextos h3 {
        color: black;
        font-family: "lato", sans-serif;
        margin-left: 1.2em;
        width: 19.5em;
        text-align: left;
    }

    h1 {
        color: #00434C;
        font-size: 1.5rem;
        font-family: 'Montserrat', sans-serif;
        margin-top: 40px;
        margin-bottom: 10px;
        font-weight: 700;
    }









}