@charset "utf-8";

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

header, footer {
    padding-top: 2em;
    padding-bottom: 1em;
    flex-grow: 0;
    padding: 2rem;
}

body{
    font-family: 'Roboto Condensed', sans-serif;
    background:#F2EFDC;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    justify-content: space-between;
   
}


html{
    min-height: -webkit-fill-available;
}

img{
    max-width: 100%;
    height: auto;
}

footer{
    font-size: 0.8em;
    padding: .5em;
    flex-grow: 0;
    background: rgba(194, 187, 172, 0.5);
}


.contenedor{
    margin: 0 auto;
    max-width: 50rem;
}


header .contenedor{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

/*-----------sección datos académicos-----------*/

.academicos {
    color: #736F66;
    justify-content: space-around;
    margin: auto;
    max-width: 40em;
    font-size: 0.8em;
}


.academicos div{
    padding: 1em;
}

.academicos img{
    width: 12em;
    height: auto;
    justify-content: center;
}

.academicos p{
    padding:0.3em;
}

.academicos h3 span{
    color: #736F66;
    border-bottom:1px solid #736F66;
    margin: 1em;
}

.academicos a{
    text-decoration: none;
    color: #736F66;
}

.academicos a:hover{
    color: white;
}
/*-----------sección datos académicos-----------*/

/*-----------nav-----------*/
header ul{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    
}

header nav ul li{
    min-width: 4em;
/*    margin: .25em 0 .25em .25em;*/
    margin-left: 0;
    display: flex;
}

header ul li a{
    width: 100%;
    height: 100%;
    color: #137191;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav li a:hover {
  color: white;
}
/*-----------nav-----------*/


main{
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

/*-----------perfil-----------*/
.perfil{
    margin: auto;
    text-align: center;
    max-width: 20em;
    color: #736F66;
}

.perfil img{
    height: 50vm;
    width: 50vm;
    max-width: 15em;
    max-height: 15em;
    margin-right: auto;
    padding: 5px;
    border: 2px solid #ddd;
    border-radius: 4px;
   
}

h1{
    color:#224D6E;
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;

}
/*-----------perfil-----------*/

/*-----------materias-----------*/

.materias{
    display:flex;
    height: auto;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    color:#224D6E;
    text-align: center;
    padding: 1em;
    padding-bottom: 2em;
}

.materias div{
    padding: 1em;
/*    background-color: aquamarine;*/
}

.materias ul{
    list-style-type: none;
    color: #137191;
    padding: 0.5em;
}




 h2 span{ 
    text-align: center;
    color: #224D6E;
    font-weight: 200;
    border-bottom:1px solid #224D6E;
    font-family: 'Oswald', sans-serif;
    flex-direction: column;
    
} 

/*-----------materias-----------*/

/*-----------mapa-----------*/

.mockups {
    max-width: 100%;
    max-height: 100%;
    border-bottom:0.5px solid #224D6E;
}

.mockups h2{
/*    padding-left: 3em;*/
    font-size:2em;
    padding-top: 2em;
    text-align: center;
    color: #224D6E;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
    flex-direction: column;
}

/*-----------mapa-----------*/


a {
  color: #224D6E;
}

a:hover{
    color:#224D6E;
}




