@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@200;500;600&family=Homemade+Apple&display=swap');


h1 {
    font-family: 'Homemade Apple', cursive;
    line-height: 1.2em;
    font-size: 2.5em;
    text-align: left;
    padding: 1em;
    margin-top: .5em;
    align-items: center;
    text-align: center;
}

h2 {
    font-family: 'Advent Pro', sans-serif;
    font-weight: 600;
}


body{
    font-family: 'Advent Pro', sans-serif;
}


* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    max-width: 100%;
}

header nav ul li a {
    color: black;
    text-decoration: none;
    width: 20em;
    height: 2em;
    padding: .5em;
    border-radius: 0.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: .1px solid black;
    margin: .5em;
}
  
header nav ul li a:hover {
    background-color:  black;
    color: white
}

ul, ol {
    list-style: none;
}

#imagen{
max-width: 40%;
}

.contenedora{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 50em;
    margin-bottom: 2em;
}

.seccion{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 50em;
    margin-top: 1em;
    
}

.menu ul li a{
    color:white;
    text-decoration: none;
    width: max-content;
    padding: .5em;
    border-radius: 0.25em;
    display: flex;
    background-color: black;
    margin: .5em;

}

.estudiantedg{
    padding: 1em;
}

.menu ul li a:hover {
    border-bottom: 1px solid black;
    color: black;
    background-color: white;
}

.menu ul {
    display: flex;
    justify-content: center;
    margin: 3em;
}
.seccion div p{
    text-align: center;
    margin-top: -2em;
}

.carreradg{
    text-align: center;
    color: white;
    background-color: black;
    padding: 1em;


}

.titulos{
    margin-top: 1em;
}

header{
    border-bottom: 1px solid black;
}

.picture{

    max-width: 40%;
    padding-top: 3em;
}

.academicos{
max-width: 15em;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 2em;
margin-bottom: 2em;

}
.datosacademicos{
    margin: 0 auto;
    border-bottom: 1px solid black;
    text-align: center;
    margin-top: 2em;

}


footer{
    margin: auto;
    padding: 1em;
    background-color: black;
    color: white;
}

footer p {
    max-width: 50em;
    margin: 0 auto;
}


@media (min-width: 992px){
    .contenedora {
      flex-direction: row;
      margin-bottom: 0em;
    }
    header nav ul {
        display: flex;
        flex-direction: row;
    }

    header nav ul li a {
        display: flex;
        max-width: max-content;
    }

    .seccion{
        display: flex;
        flex-direction: row;
    }
    h1{
    font-size: 4em;
    text-align: right;
    padding: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.3em;
    }

.estudiantedg{
    margin-top: 2em;
    text-align: ;
}

.datosacademicos{
    margin-left: 0em;
    max-width: 50em;
    margin: 0 auto;
    text-align: left;
    margin-top: 2em;
}

}

