/* Reglas Generales*/

@charset "UFT-8";
 
*{
    margin: 0%;
    padding: 0%; 
    box-sizing: border-box;
}

/*----LOGO----*/
#Logo {
    background-color: grey;
    text-align: center;
    border-style: none;   
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: space-around;  

  
}

img{
    border-radius: 45px;   
    text-align: center; 

    
}

/*----NAVEGACION INICIAL HEADER----*/
ul{
    list-style: none;
}

header ul {
    list-style: none;
    display: flex;

}
header nav{
    background-color: rgb(177, 174, 174);
    margin: auto;
}

/*---NIVELES CURSADOS---*/

#materias ul li {
  box-sizing: content-box;
    width: 100%;
    
    background-color: rgba(158, 155, 155, 0.288);
    padding: 10px;
    
   
}
    
#materias ul{ 
    display: flex;
    justify-content: space-around;
    font-family: monospace;
    font-size: 1.8em;
    


}


header nav ul li{
    margin: auto;
    width: 100px;;
    text-align: center;
    display: flex;
}

header nav ul li a{
    text-decoration: none;
    color: rgb(0, 0, 0); 
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
}

header nav ul li a:hover{
    background-color:grey;  
    color: rgba(255, 255, 255, 0.342);  
    font-weight:bold;
}

/*----CUERPO PAGINA MAIN----*/


main {
    
    flex-grow: 1;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
} 

h1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 3em;
    text-align: center;
    color: rgb(66, 65, 65);
}

h2 {
    font-size: 1.6em;
    background-color: rgba(233, 102, 102, 0.418);
    text-align: center;
}

figure img {
    max-width: 300px;
    text-align: center;
    display: block;
    margin: auto;  
    border-style: solid;

}

/*----DESCRIPCION PERSONAL*/

h3 {
text-align: center;
font-size: 1.5em;

}

p {
    text-align: center;
    font-style: italic;
    font-size: 1.4em;
    
}
ul li {
    text-align:center;
    font-variant: small-caps;
    
}

/*---COMITENTE EQUIPO ANALISIS DATOS---*/

#comitente {
    font-family: 'Times New Roman', Times, serif;
 
}

#acumar {
    width: 200px;
    height: auto;
    text-align: center;   
    display: block;
    margin: auto; 
}

#trabajos ul{
    display: flex;
    justify-content: space-around;
    
    
}
#trabajos ul li a {
    display: flex;
    margin: auto;
    list-style: none;
    font-size: 1.5em;
    font-weight: 700;
    text-decoration: none;
    flex-direction: row;
    color: rgba(233, 102, 102, 0.418);
    justify-content: space-around;
    
   
}


#trabajos ul li a:hover{

    color: grey;  
    
  font-size: 20px;
  font-weight: 300;
  padding: 0.3em 1em;
  background: rgba(0,0,0,0);
  
  
  transition: all 1s ease;
  position: relative;
    
  
  text-shadow: 2px 2px 7px  rgb(173, 172, 172);
  


  
}

/*---REDES---*/

#redes {
    display: flex;
    justify-content: space-evenly;

    
}

#redes a:hover{
  
   color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 16px grey;
  transition: all 0.2s ease;
  border-radius: 45px;
   
  box-shadow: inset 0 0 20px rgba(233, 102, 102, 0.418), 0 0 20px rgba(78, 79, 80, 0.4);
  outline-color: rgba(49, 138, 172, 0);
  outline-offset: 80px;
  text-shadow: 1px 1px 6px #fff;

} 


/*---INTEGRANTES GRUPO---*/
#equipo {
    
    margin: auto;
    list-style: none;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
    display: flex;
    flex-direction: row;
justify-content: flex-start;
justify-content: space-around;
    
}

.estudiantes a {
    text-decoration: none;
    list-style: none;
    color:rgb(0, 0, 0);
    font-size: 1.5em;
    box-sizing: border-box;
    
}
    a:hover{
        font-weight: bold; 
        font-variant: small-caps;
}
.estudiantes {
    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: .5em;
    margin-top: 0.5em;
    list-style: none;
    text-decoration: none;
    
}

#usuario {
    
    
    display: flex;
    margin: auto;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: space-evenly;    
  
}



#datosAcademicos {
    
    margin: auto;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: space-evenly;
    font-weight: 800;
    color: rgb(102, 102, 102);
    
    
}



/*---PIE DE PAGINA*/
.piePagina {
    font-style:normal;
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;

}
footer {
    background-color: grey;        
}





/* Otros tamaños*/
/* Escritorio Pequeño - Tablet*/

@media  screen and (min-width: 600px){

}

@media  screen and (min-width: 768px){

}
    
@media screen and (min-width: 992px){

}
@media screen and (min-width: 1200px){
    
}
    
  
