@charset "utf-8";



@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


*{ margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none; 
    list-style:none; 
}




body{
    background-color: #a9d7ff;
    align-content: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    margin: 1em;
    padding: 0em;
    
    
}



#logo{
    width:10em;
    padding: 0.50em;
    display: flex;
    
}


header{
    background-color:dodgerblue;
    margin: none;
    padding: 0.7em;
   
        
        
}

header .logodgpc{
   
    justify-content: center;
    align-items: center;
  display: flex;
}






/* *** equipo *** */
.equipo{
   margin-top: 1em;
    margin-bottom: 3em;
}

.equipo nav ol li a{
      text-decoration: none; 
      height: auto;
      justify-content: center;
     
}


.extras{
   margin-top: 1em;
    margin-bottom: 3em;
}

.extras nav ol li a{
      text-decoration: none; 
      height: auto;
      justify-content: space-around;
     
}


.persona{
background-color:  dodgerblue;
    
    border-radius: 0.5em;
   
    border: 3px solid  dodgerblue; 

    t
    margin-right: 9em;
    margin-bottom:1em;
}

.persona:hover{
    text-decoration: underline;
}


.moodboard{
background-color:  dodgerblue;
    
    border-radius: 0.5em;
   
    border: 3px solid  dodgerblue; 

    t
    margin-right: 9em;
    margin-bottom:1em;
}

.moodboard:hover{
    text-decoration: underline;
}



.boceto{
background-color:  dodgerblue;
    
    border-radius: 0.5em;
   
    border: 3px solid  dodgerblue; 

    t
    margin-right: 9em;
    margin-bottom:1em;
}

.boceto:hover{
    text-decoration: underline;
}



.prototipo{
background-color:  dodgerblue;
    
    border-radius: 0.5em;
   
    border: 3px solid  dodgerblue; 

    t
    margin-right: 9em;
    margin-bottom:0em;
}

.prototipo:hover{
    text-decoration: underline;
}

.nicolas{
       
    background-color:  #a9d7ff;
    
    border-radius: 0.5em;
   
    border: 3px solid  dodgerblue; 

    t
    margin-right: 9em;
    margin-bottom:0em;
    

   
}

.nicolas:hover{
    background-color: dodgerblue;
   

}


.karina{
      
    background-color:  #a9d7ff;
    
    border-radius: 0.5em;
   
    border: 3px solid  dodgerblue; 
  
     margin-top:1em;
   
    margin-bottom:0em;
    

   
}

.karina:hover{
    background-color: dodgerblue;
   

}



.valeria{
    
    background-color:  #a9d7ff;
    color: blanchedalmond;
    border-radius: 0.5em;
   
     border: 3px solid  dodgerblue; 
    

    margin-top:1em;
    
    margin-bottom:0em;
    

    
   
    
}


.valeria:hover{
    background-color: dodgerblue;
   

}



.logodgpc{
    display: flex;
}




header ul{
    display: flex;
   
}

header ul li{
    width: 3em;
    height: 2em;
    margin-left: 2em;
    display: flex;
       
}

header ul li a{
    width: 10%;
    
    color: aliceblue;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
        
        
}


h4{font-weight: normal;
    margin: .1em 0 .1em 0;
    justify-content: center;
    padding: 1em;
    font-weight: 400;
    line-height:normal;
    
    
    
}


h1{
    font-family: sans-serif;
    text-align: center;
    margin-top: 0.5em;
    padding: 1em;

}

h2{
    font-family: sans-serif;
    color: #3314dc;
    align-content: center;
    text-align: center  
      
       
}


h3{font-family: sans-serif;
    color: #3314dc;
    align-content: center;
    text-align: center  
    
}

h5{
    font-family: sans-serif;
    text-align:  center; 
     margin-top: 0.5em;
    padding: 1em;
        
}



.imguba{
     max-width: 100%;
    height: auto;
   
     
}


.imgfadu{ max-width: 70%;
     height: auto;
}





.universidad p{
    margin-top:0.5em;
   font-weight: normal; 
   
}

.fadu p{
    margin-top: 0.5em;
   font-weight: normal; 
    
}

.dgpc p{
    margin-top:0.5em;
   font-weight: normal; 
    
}


img{
    max-width: 100%;  
}

.puente{
     display: flex;
    justify-content: center;
     max-width: 30em;
    height: auto;
   
     margin-top: 1em;
    margin-right: auto;
    margin-bottom:3em;
    margin-left:auto;
}
    
  
article ul{
    list-style: none;
    font-family: sans-serif;
    text-align: center;
    
}

section{
    list-style: none;
    font-family: sans-serif;
    text-align: center;
    
}




.datosacademicos{
 
       margin: em;
    margin-top:
       display: flex;
       justify-content: center;
   margin-bottom: 4em;
    
}

.datosacademicos h3{
    margin-top: 4em;
}



footer{
    background-color:dodgerblue;
    margin: -10;
    margin-top: 20;
    color: aliceblue;
    font-size: .7em;
    padding: .5em;
    text-align: center        
}




.contenedor{
    max-width: 50em;
    margin: 0 auto
}

#logodgpc{
    display: block;
    width: 5em
}



/* *** plan ***/

#personaplan {
    text-align: center;
    
    text-decoration: none; 
    background: dodgerblue;
     border-radius: 0.5em;
     border: 3px solid  dodgerblue; 
    margin-top:1em;
    
    margin-bottom:1em;
    

    
   
    
}


.integrantesplan{
    margin:2em;
    
    
}
