@charset "utf-8";

*{
    box-sizing: border-box;
}

body {
    background-color: rgba(152, 207, 255, 0.85);
    margin: 0;
}

header,
footer {
    background-color: cornflowerblue;
    color: black;
    padding: .5em;
}

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

header .contenerdora {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul {
    list-style: none;
}

a { 
    text-decoration: none;
}

.logo {
    background: none;
    border-radius: 50em;
    width: 6em;
    padding: .30em;
}


header nav ul li {
    min-width: 3em;
    
}


header nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-end;
    padding: 0;
}
nav ul li a {
    display: flex;
    background-color: darkblue;
    border-radius: .4em;
    text-decoration: none;
    text-align: center;
    color: white;
    margin: .5em;
    padding: .3em .4em .3em .4em;    
}

.perfil,
.materias,
.comitente {
    margin: 1em;
}

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

h1,h2,h3,h4{ 
    text-align: center;
    color: darkblue;

}

.guada {
    align-items: center;

}
.guada img{
    border-radius: 50em;
    margin-left: 2em;
}

#info {
    display: flex;
    flex-direction: column;
}
#info p {
    margin-left: 0;
    font-size: 18px;
}
#info a {
    display: flex;
    text-decoration: none;
    text-align: center;
    padding: .3em .4em .3em .4em;
    background-color: darkblue;
    color: white;
    border-radius: .4em;
    width: 5em;
}


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


#aprobadas,#cursando {
    background-color: rgba(0, 107, 155, 0.8);
    border-radius: .2em;
    padding-left: 2em;
    padding-top: .2em;
    padding-bottom: .5em;
    margin-bottom: 1em;
}

 .materias p{
   color: white;
   justify-content: center;
    align-items: center;
}

.comitente{

    border-top: .2em solid white;
}

.datosacademicos img{
    width: 6em;
}
.datosacademicos {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding-right: 2em;
}
.datosacademicos div {
    display: flex;
    flex-direction: row;
}

#navequipo {
    display: flex;
    flex-direction: column;
    align-items: center;
}




/*-------CAMBIO DE TAMAÑO-----------*/

@media  screen and (min-width: 992px){

    
.perfil,
.materias,
.comitente {
    margin: 1em;
}


.guada {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
}
.personal {
    display: flex;
    align-items: center;
    }

#info {
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
}
    
#info p {
    margin-left: 2em;
    width: 65%;
}
    #info a {
        margin-left: .5em;
    }

.tps { 
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.clases{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.materias {    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;   
    
}
#aprobadas,#cursando {
    padding-left: 6em;
    padding-top: .2em;
    padding-right: 6em;
    padding-bottom: .5em;
    margin-bottom: 1em;
    margin: 2em;
    justify-content: space-between;
}

.datosacademicos ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-end;

}
.datosacademicos ul li{     
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 1em;
    padding-right: 1em;
}
#estilo1 {
    border-right: .2em solid darkblue;
}
#estilo2{
    border-left: .2em solid darkblue;
}
    #navequipo {
    display: flex;
    flex-direction: row;
    align-items: center;
        justify-content: center;
}
    
}