@charset "utf-8";

html{
    height: -webkit-fill-available;
}

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

body{
    padding: 0;
    margin: 0;
    font-size: 1em;
    display: flex; 
    flex-direction: column;
}

img{
    
    width: 100%;
    height: auto;
   
}



header{
    margin: 0;
    box-shadow: .px 4px 2px;
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #7F7F7F;
    flex-wrap: wrap;
     
}


ul.menu{
    
display: flex;
    justify-content: space-between;
    justify-content: center;
    margin: 1em auto;
    flex-wrap: wrap;
    box-sizing: border-box; 
    
}


nav ul li{
    text-align: center;
    margin: .4em .4em .4em .4em;
        display: flex; 
    justify-content: center;
  

}


nav ul li a{ 
    
    color: #4b4a4a;
    display: block;
    height: 1.2em;
    width: 9em;
   text-align: center;
    background-color:  #F6ADC3;
    padding: 0.3em;

    
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
    
#logos{
   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
   margin: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
}



#logoDgcp{
    width: 30%; 
}

#logofadu{
    
    width: 50%;
}



h2, h3{
    margin-bottom: .5em;
    text-align: center;
 color: white;
}

h3, h4{

    padding-bottom: .1em;
    margin-bottom: .8em; 
    margin-top: 1em;
    color: #F6ADC3;
    
}

h1{
    margin-bottom: .6em;
}

#materiatitulo1, #materiatitulo{
    color: #F6ADC3;
    font-style: italic;
}
.individual{
    margin: auto;
}
.parte1{
   
   padding: 1.5em;
    padding-bottom: 0.5em;
    text-align: center;
    align-items: center;
     
    
    margin-top: 3em;
   
    
}

.infoacademica{
   
    text-align: center;
   
    margin-bottom: 1em;
}

#nombre{
    margin-top: 1em;
    color:  #F6ADC3;
}


 
#titulo1{ 
 color:  #F6ADC3;
  
}

#docentesacargo{
    color:  #F6ADC3;
}

#parte2{
padding: 1.5em;
}  
    

#Integrantes{ 
   
 margin-top: 2em;
    margin-bottom: 2em;
     
   background-color: #7F7F7F;
    
}

#vm01{

   padding: 0.2em;
    margin-left: 1em;
    margin-right: 1em;
     margin-top: 1em;
    margin-bottom: 0.5em;
     color: #7F7F7F;
    
    
}

.EquipoVm01{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 3em;
    
}


.EquipoVm01 li{
   
    width: 15em;
    margin-bottom: 1em;
    padding: 0.3em;
    
 background-color: #F6ADC3;
    text-align: center;
    align-content: center;
 
    
}

.docentes{
    margin-bottom: 4em;
    
}
    
footer{
    padding: 2em;
    margin: 0;
    background-color:#7F7F7F;
}

@media all and (min-width:892px){
  
    
   
    .parte1{
        display: flex;
        flex-direction: column;
    
        margin-left: .9em;
    margin-top: 1em;
        
    }
    
    .informacion{
        max-width: 100%;
        display: flex;
        flex-direction:column;
        justify-content: center;
    
    }
    
    #parte2{
        display: flex;
        flex-direction: column;
    
        margin-left: .9em;
    margin-top: 3em;
        margin-left: 25em;
        margin-right: 25em;
    }

  
    .usuario{
        width: 30%;
       
    }
    
    header{
        padding: .6em 0.3em 0.5em 0.5em;
        flex-direction: row;
        justify-content: space-between;
        
    } 
    
    header nav{
        flex-direction: row;
        width: auto;
        margin: 0;
        margin-right: 4em;
    }
    
   .infoacademica{
       display: flex;
       flex-direction: row;
       justify-content: center;
       margin-bottom: 0;
       

}
    .materiasencurso{
       margin-left: 5em;
      
    }
    
  
}
   
