*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    
}

/*tabla de navegacion */

nav{
    background: #c7c7c7;
    list-style: none;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-size: 1em;
    margin: 1em;
    padding: .5em;
}

.logo{
    color: white;
}

.nav_links li{
    display: inline-block;
    align-items: center;
    text-decoration: none;   
}

.nav_links li:hover{
    display: inline-block;
    align-items: center;
    text-decoration: none;   
    background: #8a8686;  
}

.nav_links li a{
    color: white;
    text-decoration: none;
    margin: 1.5em;
}



.titiloequipo{
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 2em;
        
}

/* equipo */

.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    margin: 3em;
    font-size: .8em;
}

.equipoimg{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;   
    text-align: center;
    list-style: none; 
    width: 20em; 
    height: 20em;  
    margin: 1em 1em;
    background: rgb(223, 223, 223);
}

.equipoimg a{
   text-decoration: none;
   background: #bebebe;
   color: white;
   border-radius: .5em;
   padding: 1em;
}

.equipoimg a:hover{
    text-decoration: none;
    background: #bebebe;
    color: rgb(102, 102, 102);
    border-radius: .5em;
    padding: 1em;
 }

.equipoimg img{
    width: 9em;
    height: 9em;
    object-fit: cover;
    border: #000000 solid 5px;
    border-radius: 50%;
}   



.comitente{
    background: #a5a5a5;
    color: white;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin: 1em;
    padding: 4em;
}


.comitente h1{
    display: inline;
    text-align: center; 
    justify-content: center;
}

.comitente p{
    padding: 1em 0;
    font-size: .7em;
}

.contenedor_video{
    margin: 1em;
    padding: 1em;
    width: 100%;
    height: a;
    display: flex;
    justify-content: center;

}


.gifani img{
    width: 100%;
}

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

.academico{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 3em;
    padding: 0 2em;
    padding-top: 1em;
    font-size: .5em;
    
}

.academico img{
    display: block;
    width: 30em;
}

.academico > div{
  margin: 0 6em;
    padding: 2em;    
}

footer{
    justify-content: center;
    align-content: center;
    text-align: center;
    font-size: 1.25em;
    margin: 1em;
    padding: 1em;
    background: black;
    border-radius: .2em;
    
}

footer p{
    font-size: 0.60em;
    color:white;
    margin: 1em;
    padding: .5em;;
}

