*{
    margin:0;
    padding:0;
    font-family: sans-serif;
}

body{
    display:flex;
    flex-direction: column;
    background-color: white;
    min-height: 100vh;
    justify-content: space-between;
    width: 100%;
    overflow-x:hidden;
    margin:auto;
    }

.contenedor1{
    background-color:crimson;
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: center;
    margin:0;
}

#logos {
    display:flex;
    flex-direction: row;
  align-items:center;
   
}

#logos div{
    display: flex;
    justify-content: center;
   height: 30%;
}

#logos div a {
    display: block;
    height: 3em;
}

#logos div a img{
    height: 100%;
   margin-left: 1em;
    align-items: center;
}


header nav ul{
    position: fixed;
    top:0;
    bottom: 0;
    left:100%;
    width: 50%;
    padding-top: 2.5em;
    transition: all .5s ease;
    
}

.visible{
    left:60%;
}

#llamamenu{
    border:none;
    justify-content: center;
    color:white;
    background-color:coral;
    cursor: pointer;
    display: flex;
    width: 2em;
    position: relative;
    z-index: 9999;
    
}


nav {
    display: flex;
    flex-direction:column;
    text-align: center;
    margin:1em;
    
      
}
.menu ul li{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin: 0.1em 3.5em 0 3em;
}

.menu ul li a {
    width:100%;
    text-decoration: none;
    display: flex;
    color: black;
    justify-content: center;
    background-color: coral;
    border-radius: 2em;
   
}
ul{
    list-style: none;
}
#trabajogrupal {
    margin: 2em;
}
img{
    max-width: 100%;
    height:auto;
}


.misdatos #foto img{
    border:solid 10px coral;
    border-radius: 14%;
    display: flex;
    justify-content: center;
    max-width: 300px;
    margin: 2em auto
}

.misdstos #foto {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin:0 ;
    flex-wrap: wrap;
    width: 50%;
}
main {
    display:flex;
    flex-direction: column
}

.misdatos h1{
    color:coral;
        text-align:center;
}
#datos{
    color:grey;
    text-align: center;
    margin:0 0 3em 0;
    line-height: 1.4em;
}

.navMaterias{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
#materiasencurso{
    background-color: #fad5c7;
    margin: 1em  1em 0 1em;
    padding: 1.5em;
    border: solid 5px coral;
    
}

#aprobadas{
    background-color: #fad5c7;
    border:solid 5px coral;
    margin: 1em  1em 0 1em;
    padding: 1.5em;
    
}

.navMaterias div h3 {
    color:#f47272;
    margin:0 0 1em;
    font-size: 1.5em
}
.navMaterias div p{
    color:grey;
    line-height: 2em;
}
#trabajos{
    background-color:#fad5c7;
    margin:3em 0;
    padding: 1em;
    display: flex;
    flex-direction: column;

}

#trabajos h2{
    color:coral;
    margin: 0.5em;
    text-align: center
}
#trabajos h4{
    color:darkslategrey;
    line-height: 2em
}
#trabajos figure figcaption{
    color:darkslategrey;
    margin: 0 0 0.8em 0;
}
#trabajos p{
    color:grey;
    font-size: 0.8em;
   line-height: 1.5em
}
#trabajos figure img{
    border: solid coral 1px;
}

#trabajos div{
    margin:0 0 3em  ;
}

.boceto h3{
    color:crimson;
}
.integrantes{
    display:flex;
    flex-direction: column;
}
.compas{
    display: flex;
}
.compas li a{
    text-decoration: none;
    color: black;
    background-color: coral;
    padding: 0.8em;
    width: 100%;
    border-radius: 15px;
    margin-left: 0.5em
    
}
.compas li{
    display: flex;
    align-content: center;
   

}
.integrantes h3{
    text-align: center;
    Color: crimson;
    font-size: 1.5em;
}
#Academico{
    color:grey;
    font-size: 0.9em;
}
#Academico p{
    margin:1em
}

#mapaApp h2{
    margin-left: 1em;
    margin-bottom: 1em;
    color: crimson;
    
    
}
footer{
    display:flex;
    flex-direction: row;
    padding:1.5em;
    background-color: crimson;
font-size:0.7em;
}

.comitente figure figcaption{
    color:grey;
    line-height: 0.4em;
}

/*--plan----*/

#plan{
    padding: 1.5em;
    max-width: 900px;
}

#plan h1{
    color:crimson;
    margin-bottom: 0.5em;
}

#plan div h2{
    font-size: 1.3em;
    margin-bottom: 0.2em
   
}
.comitente {
    padding:0.5em
    
}

.comitente figure img{
    max-width: 250px;
}
#link{
    margin-top: 1em;
    margin-bottom: 1em;
}

#link a{
    text-decoration: none;
    color:crimson;
}

.infoDis li{
    margin-bottom: 0.5em;
}
@media all and (min-width: 992px){
    
    #llamamenu {
        display:none;
    }
    header nav ul{
        display: flex;
        position: relative;
        top:0;
        left:0;
        height:;
        width: 100%;
        padding-top: 0;
    }
      header nav ul li a{
        padding: .4em .8em;
        border-radius: .3em;
      
       
          }
  

        
    header nav ul .visible{
        left: auto;
    }
  
   

    main {
        flex-direction:column;
    }
    .navMaterias{
        flex-direction: row;
    }
    
    #trabajos{
        flex-direction:row;
        margin: 1em;
    }
#trabajos div{
    margin:1em;
        
    }
    #trabajos h2{
    color:coral;
    margin: 2em;
    text-align: center
}
.contenedor1{
    flex-direction: row;
        
    }

#logos div a {

    height: 7em;
    }
    
    .boceto{
        margin:2em;
        
    }
    .compas{
    display: flex;
        justify-content: center;
  }

