@charset "utf-8";


body {
    font-family:'Questrial', sans-serif;
    margin:0em;
    
}
   
header{
    display: flex;
    justify-content: center;
    margin: 1em;
  
}

nav ul{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    list-style: none;
     flex-wrap: wrap;
    background-color: #ffc400;
    padding:0.5em;
}

nav ul li a {
    text-decoration: none;
    font-family: 'questrial', sans-serif;
    font-size: 0.8em;
    letter-spacing:2px;
    color:#000000; }

h1 {
    font-size: 1.4em;
    margin-bottom: 0.3em;
    text-align: center;
}

.materias  {
    margin:0.5em;
    margin-bottom: 1em;

    
    padding: 1em;
    font-size: 0.9em;
    border-color: #ff9d00;
    border-style: dotted;
    border-width: 0.15em;
    background-color: #fff9eb;

}


h2 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    margin-top: 0em;
   
}
.perfil {
     
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
img:not(.fuck){
    width: 100%;
    height: auto;
}




.perfil {
    font-size: 0.9em;
}

.lista {
    
  list-style: none;
  padding: 0em; 
  
    
}


#p2 {
    line-height: 3em;
}


.botones {
  display:flex;
  flex-direction: column-reverse;
  line-height: 3em;
  padding: 0em;
background-color: #dedede;
    text-align: center;
  font-size: 0.9em;
  
}

.boton, .boton1, .boton2 {
   text-decoration: none;
   color: black;
   background-color: #dedede;
   margin: 0em;
    padding: 1em;
  


 
    }



.fuck  {
    border-radius: 50%;
}














.materia {
    color: #ff8900;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-decoration-line: none;
    
}


.mapa{
    width: 100%;
    height:auto;
}



footer {
    
    bottom: 0;

 
    
    background-color: #d8d8d8;
    font-size: 0.6em;
    padding: 1em;

  

  

    
}

h5 {
    margin: 1.2em;
    font-size: 1.2em;
   
}

.volver {
    font-size: 1.4em;
    text-decoration: none;
    color: black;
    font-weight: 600;
    display: flex;
    justify-content: center;

}




.desta {
    font-weight: bold;
    line-height: 2em;
  
}