@charset "utf-8";

html{
    height: -webkit-fill-available;
}
*{
    margin: 0;
    border: 0;
    padding: 2px;
    box-sizing: border-box;
    align-items: center;
}

.contenedor{
    display: flex;
    flex-direction: column;
    max-width: 50rem;
    margin: auto;
}

.imagen_portada{
    padding: 0px;
}

img{
    max-width:100%;
}

a{
    color: #004353;
    text-decoration: none;
    display: block;
}

ul{
    list-style: none;
}

header div nav ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0px;
    padding-top: 0px;
}

nav{
    display: flex;
    justify-content: space-between;
}

header div nav ul li{
    min-width: 2em;
    justify-content: space-between;
    padding-left: 1em;
    padding-right: 1em;
    background-color: darkorange;
    font-weight: bold;
}

#perfil{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.intro{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}

#materias{
    display: flex;
    flex-direction: column;
}

h1{
    text-align: center;
    color:darkorange;
    font-style: normal;
    font-family: rubik;
}

h2{
    text-align: center;
    color:darkorange;
    font-style: normal;
    font-family: rubik;
}

h3{
    text-align: center;
    color:darkorange;
    font-style:normal;
    font-family: rubik;
    font-weight: normal
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    justify-content: space-between;
    background-color:#004353;
}

.circulo > .perfil{
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.integrantes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.andy{
    display: flex;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

footer{
    display: flex;
    font-size: 12px;
    align-items: flex-end;
}

p{
    color:#ffffff;
    font-style: normal;
    font-family: rubik;
    font-weight: lighter;
    text-align: justify;
}

li{
    text-align: center;
    line-height: 1em;
    font-style: normal;
    font-family: rubik;
    background-size: 30px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
}


.academico > ul > li > ul > li > h3{
    text-align: left;
}