/*CARACTERISTICAS GENERALES*/

*{  margin: 0; padding: 0;
    box-sizing: border-box;
    font-family: 'Titillium Web', sans-serif;
}



/*BODY*/

body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background-color: white;
    background-image: url(../img/hojitas.png);
    background-repeat:repeat; 
}

/*HEADER*/

header {
    display: flex;
    background-color: rgba(0,0,0,.5);
    max-width: 100vw;
    justify-content: center;
}

header nav ul li {flex-grow: 1; font-size: .8em; height: 3em;}

header nav ul li a {color: white;}

.alumnos {
    display: flex;
    align-items: center;
    justify-content:space-around;
    text-decoration: none;
    list-style: none;
}

.contenedorrosa {
    display: flex;
    text-decoration: none;
    font-weight: 400;
    padding: 1em 2em;
    margin: .5em;
    align-items: center;
}

.contenedorrosa:hover {
    display: flex;
    color:deeppink;
    font-weight:bold;
    text-transform: uppercase;
}

.listamenu {
    display: flex;
    flex-direction:row;
    list-style: none;
    justify-content: space-around;
    width: 100vw; 
    flex-wrap: wrap;
}

header > ul > li > a {display: none;}

#x{display: none; color: deeppink;  font-weight:bold; font-size: 1.5em;}

/*Responsive Menú*/  
    
@media (max-width: 955px) {main{width: 100%; margin: auto;}
    
header{justify-content: flex-start;}    
    
.listamenu{
    display: flex;
    flex-direction: column;
    list-style: none;
    justify-content: center;
    align-items: center;
    width: 50vw;
    flex-wrap: wrap;
    margin: auto;}
    
.listamenu li {margin: 1em 0 1em 0;}
       
header > ul {display: flex;}

header > ul > li {display: flex; width: 2em; height: 2em;}

header > ul > li > a {
    width: 100%;
    height: 100%;
    background-color: deeppink;
    color: black;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.iconomenu{width: 20px;}    

/*Menú desplegable*/

header nav {
    background-color: rgba(0,0,0,0.80);
    position: fixed;
    left: -100vw;
    top: 0;
    height: 100vh;
    min-width: 100vw;
    transition: all .8s ease;
    z-index: 999;
}

header nav:target {left: 0; transition: all .8s ease;}

header nav a {
    color: white;
    display: block;
    padding: .5em 1em;
    text-align: center;
    text-decoration: none;
}

header nav a:hover {color: deeppink;}

#x {display: block; position: absolute;left: 0;top: 0;}}

/*MAIN*/

h1{
    color:black;
    font-size: 3em;
    text-align: center;
    font-weight: 600;
    margin: .4em .2em .1em .2em;
}

h2 {font-weight: 600; text-align:center; color: black; width: auto; margin: 1em 1em 0 1em;}

.span {font-weight:bold; color:deeppink;}

main section ul li span {font-weight: lighter;}

.pcomitente {
    font-weight: normal;
    font-size: .8em;
    color: black;
    text-align:center;
    width: auto;
}

/*BOTONES PERFIL Y APP*/

.boton {
    display: inline-flex;
    justify-content:center;
    align-items: center;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.botonlink {
    font-size: 1em;
    font-weight: bold;
    background-color:deeppink;
    color: black;
    text-decoration: none;
    padding: 1em 2em;
    border-radius: 10px;
    text-align: center;
    margin: 1em;}

.botonlink:hover {
    display: flex;
    color: deeppink;
    background-color: rgba(0,0,0,0.5);
    font-weight:bold;
}

/*MIS DATOS*/

.imgppal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#imgppal {
    max-width: 100%;
    margin-top:1em;
    margin-bottom: 0em;
    height: auto;
    display: flex;
    flex-direction: row;
}

.mifoto {width: 350px; border-radius: 20%;}

.article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 40em;
    padding: 1em;
    margin: auto;
}

#hola{
    font-size: 1.5em;
    font-weight: 600;
    color: black;
    text-align:center;
    width: auto;
    margin-bottom: 1em;
}

#magui {color: deeppink;}

.pdatos {
    font-weight: normal;
    font-size: .8em;
    color: black;
    text-align:left;
    width: auto;
}

.iconos {display:flex; flex-direction: row; justify-content: center;}

.iconos a {padding: 0 1em 1em 1em;}

/*SEGUIMIENTO DE MATERIAS*/

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

.materias {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;}

.aniosymaterias {
    background-color:rgba(0,0,0,0.5);
    text-align:center;
    margin: 1em;
    padding: 1em 3em;
    flex-direction: row;
    flex-wrap: wrap;}

.h3perfil {font-weight:bold; color: deeppink;}

.lista {
    font-weight: 600;
    color:white;
    font-size: .9em;
    margin:auto;
    padding:.1em;
    list-style: none;
    padding-top: .8em
}

/*PORTFOLIO*/

#h1spanportfolio {font-weight:bold; color:deeppink;}

.trabajos {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap; margin: 2em;}

.tp {width: 220px; display: flex;}

.figspanportfolio {color:deeppink; font-weight: bold;}


/*FOOTER*/

footer {
    display:flex;
    flex-direction: column;
    background-color: black;
    margin:2em 1em 1em 1em;
    padding: .5em;
    width: auto;
    font-size: 0.6em;
    text-align: center;
    color:white;
}