@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Roboto+Slab:wght@500&display=swap');

*{
    margin: 0em;
    padding: 0em;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

/*body*/
body{
    background-color:lavender;
    justify-content: center;
}
/*Header*/
header{
    padding: 0.3em 0em 0.3em 0em;
    background-color:mediumpurple;
    width: 100%;
}

/*logo*/
header div{
    display: flex;
    margin: 1em;
}

header img{
    box-sizing: border-box;
    margin: auto;
}

/*alineacion botones*/
header nav ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
header nav ul li{
    margin: 0.5em;
    list-style: none;
}

/*diseño botones*/
header nav ul li a{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:snow;
    background-color:violet;
    display: block;
    width: 15em;
    margin: auto;
    text-align: center;
    border-radius:none;
    transition: 0.2s ease;
    border-radius: 1em;
    box-shadow: 0.2em 0.2em 0.4em rgba(28, 28, 28, 0.703);
    text-transform: uppercase;
    font-size: 0.9em;
}
header nav ul li a:hover{
    background-color:purple;
    color:snow;
}


/*main*/
main{
    margin-top: 1em;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#yo{
    margin: auto;
    width: 80%;
    padding: 1em 1em 1em 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    border-radius: 1em;
    box-shadow: 0.2em 0.2em 0.4em rgba(28, 28, 28, 0.703);
    background-color: rgb(189, 189, 232);
}


#fotoberre{
    width: 11em;
    margin: auto;
    border-radius: 100%;
    box-shadow: 0.2em 0.2em 0.4em rgba(28, 28, 28, 0.703);
}

#infomia{
    margin-top: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nombre{
    color: snow;
    font-size: 1.7em;
    text-align: center;
    font-family: 'Carter one', 'cursive';
    line-height: 1em;
    margin-top: 0.3em;
}

.primera{
    width: 70%;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 200;
    margin: 0.8em 0em 0.8em 0em;
    font-size: 1em;
    color:rgb(241, 234, 241);
    text-transform: uppercase;
    font-weight: 600;
}

.estudiante {
    color:rgb(108, 108, 108);
    font-weight: 400;
    font-size: 1em;
    text-transform: lowercase;
    font-style: oblique;
}

#infomia p{
    margin-top: 0.5em;
  color: rgb(83, 30, 132);
}


#materias{
    width: 70%;
    margin: auto;
}

h4{
    margin-top: 1em;
    font-family: Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 0.7em;
    font-weight: bold;
    font-size: 1.2em;
    color: rgb(189, 189, 232);
    background-color:snow;
    text-align: center;
    border-radius: 1em;
    box-shadow: 0.2em 0.2em 0.4em rgba(28, 28, 28, 0.703);
}

.aprobadas{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aprobadas nav ul {
    margin-top: 0.7em;
    list-style: none;
}

.aprobadas nav ul li{
    margin-top: 0.7em;
    color: slategrey;
}

.cursando{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cursando nav ul {
    margin-top: 0.7em;
    list-style: none;
}

.cursando nav ul li{
    margin-top: 0.7em;
    color: slategrey;
}

.titulos{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titulos img{
    width: 90%;
    margin: 0.5em;
}

.titulos2{
    color:violet;
    font-weight: 200;
    margin-top: 0.8em;
}

#appindividual a{
    color:dimgray;
}

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



#companeros nav ul li{
    list-style: none;
}


#equipo a{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 1em;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:snow;
    background-color:violet;
    display: block;
    width: 10em;
    margin: left;
    text-align: center;
    list-style: none;
    border-radius: 0.5em;
    box-shadow: 0.2em 0.2em 0.4em rgba(28, 28, 28, 0.703);
}

#datosacademicos{
    background-color:rgb(243, 236, 249);
    margin: 1em;
    padding: 1em;
}

#datosacademicos h2{
    color:rgb(84, 76, 135);
    font-size: 1.3em;
}

#datosacademicos article div{
    margin-top: 0.8em;
    color: grey;
}

/*footer*/
#footer{
    background-color: slategrey;
    width: auto;
    font-size: 0.7em;
    font-weight: lighter;
    color: ghostwhite;
    padding: 1em;
    text-decoration: none;
}




























@media screen and (min-width: 992px){
   /*body*/
body{
    background-color:rgb(250, 230, 241);
    justify-content: center;
}
/*Header*/
header{
    padding: 0.3em 0em 0.3em 0em;
    background-color:rgb(231, 132, 221);
    width: 100%;
}

/*logo*/
header div{
    display: flex;
    margin: 1em;
}

header img{
    box-sizing: border-box;
    margin: auto;
}

/*alineacion botones*/

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

header nav ul li{
    margin: 0.5em;
    list-style: none;
}

/*diseño botones*/
header nav ul li a{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:snow;
    background-color:rgb(120, 81, 120);
    display: block;
    width: 15em;
    margin: auto;
    text-align: center;
    border-radius:none;
    transition: 0.2s ease;
    border-radius: 1em;
    box-shadow: 0.2em 0.2em 0.4em rgba(28, 28, 28, 0.703);
    text-transform: uppercase;
    font-size: 0.9em;
}
header nav ul li a:hover{
    background-color:purple;
    color:snow;
}


/*main*/
main{
    margin-top: 1em;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#yo{
    margin: auto;
    width: 100%;
    padding: 1em 1em 1em 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    border-radius: 1em;
    box-shadow: 0.2em 0.2em 0.4em rgba(28, 28, 28, 0.703);
    background-color: rgb(229, 181, 216);
}


#fotoberre{
    width: 11em;
    margin: auto;
    border-radius: 100%;
    box-shadow: 0.2em 0.2em 0.4em rgba(28, 28, 28, 0.703);
}

#infomia{
    margin-top: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nombre{
    color: snow;
    font-size: 2em;
    text-align: center;
    font-family: 'Carter one', 'cursive';
    line-height: 1em;
    margin-top: 0.3em;
}

.primera{
    width: 70%;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 200;
    margin: 0.8em 0em 0.8em 0em;
    font-size: 1em;
    color:rgb(241, 234, 241);
    text-transform: uppercase;
    font-weight: 600;
}

.estudiante {
    color:rgb(108, 108, 108);
    font-weight: 400;
    font-size: 1em;
    text-transform: lowercase;
    font-style: oblique;
}

#infomia p{
    margin-top: 0.5em;
  color: rgb(152, 113, 188);
}


#materias{
    margin: 1em;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

h4{
    margin-top: 1em;
    font-family: Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 0.7em;
    font-weight: bold;
    font-size: 1.2em;
    color: rgb(189, 189, 232);
    background-color:snow;
    text-align: center;
    border-radius: 1em;
    box-shadow: 0.2em 0.2em 0.4em rgba(28, 28, 28, 0.703);
}

.aprobadas{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.aprobadas nav ul {
    margin-top: 0.7em;
    list-style: none;
}

.aprobadas nav ul li{
    margin-top: 0.7em;
    color: slategrey;
   float: left;
}

.cursando{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cursando nav ul {
    margin-top: 0.7em;
    list-style: none;
}

.cursando nav ul li{
    margin-top: 0.7em;
    color: slategrey;
    float: left;
}

.titulos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1em;
}

.titulos img{
    width: 90%;
    margin: 0.5em;
}

.titulos2{
    color:violet;
    font-weight: 600;
    margin:1em;
    text-align: start;
}

#appindividual a{
    color:dimgray;
    text-align: start;
    margin-left: 1em;
    float: left;
}

#equipo{
    margin-top: 3em;
    margin-left: 1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}



#companeros nav ul li{
    margin-top: 0.4em;
    list-style: none;
    float: left;
}


#equipo a{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 1em;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:snow;
    background-color:violet;
    display: block;
    width: 10em;
    margin: left;
    text-align: center;
    list-style: none;
    border-radius: 0.5em;
    box-shadow: 0.2em 0.2em 0.4em rgba(28, 28, 28, 0.703);
}

#datosacademicos{
    text-align: start;
    background-color:rgb(243, 236, 249);
    margin: 1em;
    padding: 1em;
}

#datosacademicos h2{
    color:rgb(84, 76, 135);
    font-size: 1.3em;
}

#datosacademicos article div{
    margin-top: 0.8em;
    color: grey;
}

/*footer*/
#footer{
    background-color: slategrey;
    width: auto;
    font-size: 1em;
    font-weight: lighter;
    color: ghostwhite;
    padding: 1em;
    text-decoration: none;
}






}
