*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}



body {
	/* background-image: url(https://i1.wp.com/techweez.com/wp-content/uploads/2018/05/minion.gif?fit=748%2C561&ssl=1); */


	background-color: azure;
	background-size: 100%;
	background-attachment: fixed; 



}

header { 
	background-color: rgba(30,85,166, 0.9); 

}

nav {
    display: flex;
    align-items: center;
}

nav ul {
	font-family: 'Roboto Mono', monospace;
    text-align: center;
    font-size: .75em;
    flex-direction:row;
    width:100%;
    letter-spacing: 0.40em;
    list-style-type:none;
    display:inline-flex;
  
}

nav ul:last-child{
    border-right: 0;
}

nav ul li {
	border-right: 1px solid;
	border-color: white;
    padding: 1em;
	
	
}





header nav ul li a {
	color: white;
	text-decoration: none;
	font: roboto, monospace;
	border-right: 1em;
    
}

header nav ul li a:hover {
	color: grey;
	}

a {
	color: white;
	font-family: 'roboto', monospace;
	text-decoration: none;
	font: roboto, monospace;
	border-right: 1em;
    align-items: center;
}

h3 a:hover { color:yellow; }



.caja { 
	background-color: rgba(30,85,166, 0.7);
	box-shadow: 0 0.1em 1em rgba(0,0,0,.2);
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em;
	
    }
    

.caja ul li{
	color: white;
	font-family: 'Roboto Mono', monospace;
    font-size: .9em;
    font-weight: 100;
    text-transform: uppercase;
   } 

 .caja ul li p {
 	font:roboto;
    color: #8c97b9;
    font-size: .9em;
    font-weight: 100;
    text-transform: none;
}

.desc .descri {
    font-size: 0.5;
    text-align: center;
}

h1{
    text-align: center;
}

.integrantes {
	display:flex;
	flex-direction: column;
	justify-content: space-around;
}

h3 { 
	border-bottom: 1px solid;
	border-color: white;
    color: aquamarine;
    text-align: center;
 }


.seeker  {
	display: flex;
    flex-direction: column;
}

.listam {
	list-style-type: none;
	display: inline;
    text-align: center;
}

.imgperfil {
	 width: 200px; height: 200px; 
	 border-radius: 100px; 
	 -webkit-border-radius: 150px;
	 -moz-border-radius: 150px; 
    	justify-content: center;
    }

.app{
    width: 200px; height: 200px; 
	 border-radius: 100px; 
	 -webkit-border-radius: 150px;
	 -moz-border-radius: 150px;
}


.desc {
	display: flex;
	flex-direction: column;
	font-family: 'Roboto Mono', monospace;
	letter-spacing: 0.1em;
	justify-content: center;
	color: white;
}


.prof  {
	display: flex;
	flex-direction: row-reverse; 
    background-color: rgba(30,85,166, 0.7);
    box-shadow: 0 0.1em 1em rgba(0,0,0,.2);
    text-align: left;
    padding: 1em;

    


}

.prof p {
	color:white;
	font-family: 'Roboto', monospace;
	font-weight: 400;
	display: inline-flex;
    margin-right: .4em;
    margin-bottom: 0;
    font-size: .7em;
    padding-top: 1em;
    padding-left: 1em;
	
}

.logo {
	
	width: 5em;
	height: 5em;

}

article .diagrama {
    max-width:  100%;
    display: flex;
}


footer {
	background-color: rgba(30,85,166, 0.9);
	justify-content: center;
    padding: 1em;
    font-size: .8em;

}

footer p {
	color: #8c97b9;
	font-family: 'Roboto Mono', monospace;
    font-size: .70em;
    font-weight: 100;
}