* {
    font-family: 'Poppins', sans-serif;
    font-size:10pt;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}



body {

    color: black;



    
    
    min-height: 100vh;
    min-height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* Barra Menu */
header, footer {
    background-color: #b90ed4;
    padding: .7em;
    flex-grow: 0;
}

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

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


header ul {
    list-style: none;
    display: flex;

}

header ul li {
    margin: 0 0 .10em 0;
    display: flex;
}

header ul li a {
    border-radius: 1px;
    color: #ffffff;

    width: 100%;
    height: 100%;
    margin: 0 .2em;
    padding: 0 .4em;
    text-decoration: inherit;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

header ul li a:hover{
    background-color: #260ede;
    color:  #ffffff;
}

/* FIN Barra Menu */







main {
   
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: .37em;
    font-size: pt;
}

}
main img {
    width: 2em;
	height: auto;
}


.perfil {
    margin: .10em auto;
    text-align: center;
    max-width: 20em;
}

.perfil img {
    border-radius: 20%;
    width: 30vw;
    height: 30vw;
    max-width: 9em;
    max-height: 9em;
    border: .15em solid #ffffff;
    box-shadow: 0 .31em .3em rh3a(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
    
    
    
}
p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.3em;
}
h1, h2{
    color: #53215B;
  
}


main ul {
    list-style: none;
}


article a {
    color: #f70e70;
    text-decoration: underline;
    }




/* Sección perfil */
.perfil {
    margin: .10em auto;
    text-align: center;
    max-width: 40em;
}

.perfil img {
    border-radius: 50%;
    width: 30vw;
    height: 30vw;
    max-width: 9em;
    max-height: 9em;
    border: .15em solid #ffffff;
    box-shadow: 0 .31em .3em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
}



    

.perfiles img {
    content align-content: center;
    border-radius: 50%;
    width: 30vw;
    height: 30vw;
    max-width: 9em;
    max-height: 9em;
    border: .15em solid #ffffff;
    box-shadow: 0 .31em .3em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
}

/* Sección materias cursadas/en curso */

.materias {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: auto;
    
 
}

.listamaterias
{
    background-color: #e59ae2;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.125);
    margin: 2em 1.5em 1em 1.5em;
    padding: .5em 1em 1.2em 1em;
    width: 100%;
    border-radius: 1em;
    text-align: center;
  }






/* Sección compañeras de Equipo JT11 */
.companieras {
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: auto;
}

.miscompanieras
{
    background-color: #e59ae2;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.125);
    margin: 2em 1.5em 1em 1.5em;
    padding: .5em 1em 1.2em 1em;
    width: 100%;
    border-radius: 1em;
    text-align: center;
 
  }


.miscompanieras ol li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: auto;
    margin-top: 2em;
    margin: 0 2em;
}

.miscompanieras ol li a {
    padding: 0.5em 2.8em;
    color: #efeeee;
    background: rgb(234, 94, 207);
    display: flex;
    justify-content: center;
    align-items: center;    
    text-align: center;
    font-size: 80%;
    list-style: none;
    text-decoration: none;
      border-radius: 1em;

}


.companieras img {
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
    max-width: 7em;
    max-height: 7em;
    border: .15em solid #ffffff;
    box-shadow: 0 .31em .3em rh3a(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
    }
   


    
/* Sección datos académicos */


.datos{
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: auto;
 
    
}



.datosacademicos {
       background-color: #e59ae2;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.125);
    margin: 2em 1.5em 1em 1.5em;
    padding: .5em 1em 1.2em 1em;
    width: 100%;
    border-radius: 1em;
    text-align: center;

}

    
    
    /* Footer */
footer{
    background-color: #5f2469;
    display: block;
    color: #ffffff;
    font-size: .5em;
    padding: .5em;
    text-align: center;
	margin-top: .7em;
}



footer p {
   	text-align: center;
	padding-bottom: 0.7em;

}




@media (min-width: 35em) {
main img {
    width: .9em;
	height: auto;
    margin: 0.2em 0 1em 0;
  }
main .destacado img {
    width: 18vw;
    height: 18vw;
    }
	footer img {
    width: 9%;
    margin: 0.2em 0 1em 0;
  }	
	.plan img{
    width: 9em;
    height: auto;
    
 }
}


