/*
----------------
INDEX
----------------
*/


body{
    background-color:azure;
    font-family: 'Raleway', sans-serif;
    font-size: 1em=16px;
    color: #031945;
    margin: 0em;
}

h1{
    font-size: 1.8em;
    color: cadetblue;
    display: flex;
    align-items: center;
    
}
.sinbullets{
    
    list-style: none;
    margin-top: 2em;
   
}

.imagen,
.dgpc{
     
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    display:block;
    margin: 0em auto;
    
}

header,
#leyenda{
    background-color: rgba(250,209,115, 0.8);
    padding: 1em;
    
}

header .encabezado{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header nav ul{ 
    
    list-style: none;
    display: none;
}

header nav a:hover,
header nav button:hover {
    background-color: rgba(0,0,0,0.5);
    color: rgba(250,209,115, 0.8);
}

header nav button {
    background-color: aliceblue;
    cursor: pointer;
    padding: .5em; }

.menú li a{

    display: inline;
    font-size: 1em;
    text-decoration: none;
    color: aliceblue;
    background-color: cadetblue;
    box-sizing: border-box;
    border-radius: 0.8em;
    padding: 0.4em;
    margin: 1em;
    
}

h2{
    font-size: 1.3em;
    color: rgb(250,209,115);
    padding-top: 1em;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 1em;
}

#perfil h3{ 
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 0em;
    margin-left: 1.5em;
    padding-top: 0em;

}

h4{ 
    font-size: 1.2em;
    color: cadetblue;
    margin: 2em 1em 1em 1em;
}


#aprobadas,
#cursadaap,
#encurso{
    color: aliceblue;
    background-color: cadetblue;
    box-sizing: border-box;
    border-radius: 1em;
    margin: 1em;
    padding-bottom: 0.6em;
       
}


#aprobadas ul li,
#cursadaap ul li,
#encurso ul li{
    list-style: circle;
    padding-top: 0.3em;
}

hr{
    width: 90%;
    height: 1px;
    background-color: rgba(250,209,115, 0.8);
}


#equipo{
    padding: 0em;
} 

#equipo li{
    display: inline-flex;
    
} 

#equipo li a{
    list-style: none;
    text-decoration: none;
    float: left;
    color: cadetblue;
    border: solid rgb(250,209,115);
    border-radius: 1em;
    margin: 0.6em;
    padding: 0.5em;
    
    }

#equipo li a:hover{
    background-color: aliceblue;
    margin-top: -2em;
    padding-bottom: 0.7em;
}
    
    
#perfil{
    margin: 1em auto;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}


#leyenda{
    font-size: 0.8em;
    margin: 0em;
    
    
}

p{
    margin: 1em;
}

.bold{
    font-weight: 700;
}

#catedra{
    background-color: rgba(10,151,130, 0.1);
    box-sizing: border-box;
    border-radius: 1em;
    margin: 1em;
    padding-bottom: 0.6em;
}

.datos{
    padding-top: 0.8em;
}

/*
----------------
PLAN
----------------
*/

#secciones h4{
    margin: 1em;
}

h2{
    font-size: 1.3em;
    color: rgb(250,209,115);
    padding-top: 1em;
    padding-bottom: 0;
    margin: 1em;
}

h1{
    font-size: 1.8em;
    color: cadetblue;
    margin: 1em;
    
}

#logolomas{
    max-width: 60%;
    height: auto;
    display:block;
    margin: 0em auto;
}
.propuesta{
    width: 200px;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
justify-content: space-between;
align-items: center}




/*
----------------
MAPA
----------------
*/

.mapa 
{max-width: 100%;
    padding: 1em;}


/* RESPONSIVE */
@media (min-width: 35em) {
    
    header nav button{
        display: none;}
     header nav ul {
        display: flex;
        flex-wrap: wrap;}
    
    header nav ul {
        flex-basis: 25%; }
    
    header nav {width: 100%;}
}
#materias{display: flex; flex-direction: column; justify-content: space-between; }



@media (min-width: 45em) {
    #otrainfo,
    #secciones,
    .club{display: flex; flex-direction: row; justify-content: space-between;}

}

 

