@import url('https://fonts.googleapis.com/css?family=Lato');

* {
    padding: 0;
    text-align: center;
    text-decoration: none;


}

.portada{
  width: 100%;
}

.contenedor {



background-image: linear-gradient(to right, #434343 0%, black 100%);

}

body {
    font-family: 'Lato', sans-serif;

}

/*h1 {
    color: white;
    background-color: rgb(0, 127, 132);
    padding: 0.5rem;
}*/

nav{
  background-color: black;
}

header nav ul {
    list-style: none;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: inline-flex;

}

header nav ul li{
  padding: 1rem;

}

header nav ul li a {
    text-decoration: none;
    color: white;


}

header nav ul li a:hover{
    background-color: #E8BE38;
    color: black;
   }

h2 {
    color: rgb(0, 127, 132);
    font-size: 2rem;
    color: white;

}

h2 p {
     color: rgb(0, 127, 132);
    font-size: 1rem;
    color: white;
}

.integrantes{
  display: flex;
justify-content: center;
  flex-wrap: wrap;
  margin: 3em;

}

.integrantes h3 a {
    text-decoration: none;
    color: black;

}

.integrantes article {


  background-color: #E8BE38;
max-width: 15rem;

    padding: 1rem;
    margin: 1rem;
    border-radius: 2rem;

}

.integrantes article img {
    border-radius: 5rem;
    max-width: 10rem;}


.integrantes article img:hover{

}


footer {
    background-color: black;
    color: white;
    padding: 2rem;
    font-size: 0.7rem;
}

hr{
  width:75%;

}

img:hover{
  background-color: grey;
}

p {
    color: black;
}

.idea {
    max-width: 40%;
    background-color: #E8BE38;
    padding: 1rem;
    border-radius: 1rem;
    margin: 2rem;
}

.objetivo {
    max-width: 40%;
    background-color: #E8BE38;
    padding: 1rem;
    border-radius: 1rem;
    margin: 2rem;
}



@media(min-width:60rem){
    
    .cuadros {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: center;
}
    
    
}