
@charset "utf-8";



*{
margin:0;
padding:0;
box-sizing: border-box;
border: 0;
}


ol,ul{
    list-style: none;
    padding: 0;
    }
    
a{ text-decoration: none;

}

    
body{
display: block;
background-color: rgb(252, 201, 129);

       
}  




/*cel*/






header, footer {

background-color: rgba(137, 213, 201, 1);


}
/*header*/

header{
    box-shadow: 0px 4px 2px rgba(226, 91, 69, 1);
    margin-bottom: 2em;
  
  
  
    }  
      
      .contenedora {
      max-width: 75rem;
      margin: 0 auto;
      padding: 0.5em 1em 0.5em 1em;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
  
  }
  
  #logo {
  padding: .35em;
  width: 6em;
  background-color: rgb(193, 231, 203);
  border-radius: .35em;
  
  }
  
  #logo:hover{
  
      background-color: rgb(109, 126, 114)
  
  }
  
  .menu-btn {
  
  background:rgb(193, 231, 203) ;
  
  }
  
  .menu-btn, .menu-fondo{
  
  border-radius: 50%;
  padding: .75rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  
  
  }
  
  .menu-btn .btn-linea {
      width: 25px;
      height: 3px;
      margin: 4px 0 4px 0;
      background: rgb(126, 151, 133); 
      transition: all 0.3s ease-out;
      
    }
    
  
  .menuVisible .menu-btn .btn-linea {
       transform: rotate(180deg); 
  
  }
  
  .menuVisible .menu-btn .btn-linea:nth-child(1) {
       transform: rotate(45deg) translate(4px, 6px); }
  
  .menuVisible .menu-btn .btn-linea:nth-child(2) {
       opacity: 0;
   
  }
  
  
  .menuVisible .menu-btn .btn-linea:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -6px);
    
  }
  
  
  header nav ul {
  
  display: none;
  
  
  }
  
  
  header nav ul li {
  
  width: 6em;
  margin: .25em 0 .25em 1em;
  
  }
  
  
  header nav ul li a{
  
  background-color: rgb(193, 231, 203) ;
  border-radius: .10em;
  font-weight: bold;
  padding: .25em .5em;
  text-align: center;
  display: block;
  color: rgb(109, 126, 114);
  }
  
  header nav ul li a:hover {
  
  background-color: rgb(109, 126, 114);
  color: rgb(193, 231, 203);
  }
  
  .index header nav ul li:first-child a,
  .plan header nav ul li:nth-child(2) a,
  .mapa header nav ul li:nth-child(3) a {
      background-color: rgb(126, 151, 133);
      
  }
  
  @media(min-width: 40em) {
  
  header nav ul {
  
  display: flex;
  
  }
  
  .menu-btn {
  
  display: none;
  
  
  }
  
  }
  


/*Mane*/


figure img{
width: 10em;
height: 10em;
border-radius: 50%;
border: 0.2em solid rgba(226, 91, 69, 1);
box-shadow: 1em 1em 1em  rgb(255, 154, 87) ;
}


.presentacion{

    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5em;
   align-items: center;
  
  
}

#manevidal{

display: flex;
flex-direction: row;

margin-bottom: 3em;



}

#manevidal div{

    display: flex;
    flex-direction: column;
    padding-left: 3em;
    align-items: center;
    justify-content: center;
  


}

#manevidal div h1{

    margin-bottom: 1em;
 color:rgba(226, 91, 69, 1) ;

}



#materias{

display: flex;
flex-direction: row;
background: rgb(255, 154, 87);

padding: 5em;
border-radius: 0.5em;

}







#materiasaprobadas {

    
    border-right: 0.1em solid rgba(226, 91, 69, 1);
    padding-right: 3em;

}

#materiasencurso {

    padding-left: 3em;


}

#materiasaprobadas ol{

list-style: none;
text-decoration: none;


}

#materiasencurso ol{

list-style: none;
text-decoration: none;

}

#materiasaprobadas h4 {

margin-bottom: 1em;

}

#materiasencurso h4{

margin-bottom: 1em;

}


/* JT09*/

.JT09 {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
background-color:rgb(255, 154, 87) ;
border-radius: 0.5em;



}



.JT09 h2{

margin: 1em;
}

.JT09 nav ul {

 display: flex;
 list-style: none;
 padding-bottom: 1em;
 
}

.JT09 nav ul li {

list-style: none;
display: flex;
justify-content: center;
align-items: center;
padding: 0.5em 1em 0.5em 1em;
margin: 0em 1em 0em 1em;
background-color:rgb(252, 201, 129) ;
border-radius: 00.5em;



}


.JT09 nav ul li a{

text-decoration: none;
list-style: none;
color: rgba(226, 91, 69, 1) ;


}


/*datos academicos*/

.datosacademicos {

    margin: 2em;


}



.datosacademicos > ul > li:not(:last-of-type) {

    border-bottom: solid 0.2em rgb(126, 151, 133);
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    
    }
    
    .datosacademicos img {
        width: 8em;
        height: auto;
    }
    
    .datosacademicos > ul > li > *:first-child {
        margin-right: 2em;
        width: 8em;
    }
    
    .datosacademicos h3 { margin-top: 0; }
    
    @media(min-width: 40em){
    
    
    
    
     .datosacademicos > ul > li {
            
    display: flex;
    }
    
    .datosacademicos > ul > li > div {
    width: calc(100% - 10em);
    
    
    }
    
    
    }
    
    @media(min-width: 75em){
    
    .datosacademicos > ul{
    
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    
    }
    
    
    .datosacademicos > ul > li {
        width: calc(33.33% - 2em);
        flex-direction: column;
    }
    .datosacademicos > ul > li:not(:last-of-type) {
    
    border-bottom: 0;
    
    }
    .datosacademicos > ul > li > div {
    
     margin-top: 1em;
    width: unset;   
    
    }
    
}



/*footer*/

footer {

    padding: 2em;

}