@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;

}

.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;
}


article img{
  max-width: 15rem;
  margin: 3rem;
}

.columna{
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}


p{
  color: white;
text-align: left;
    font-size: 0.8rem;
    margin-left: 3rem;
    max-width: 22rem; 
text-align: justify;
margin-bottom: 2rem}

h5{font-size: 1.8rem; 
color: white;
margin-left: 3rem;
max-width: 22rem;
margin-bottom: 1rem;}

h4{
  color: rgb(235, 203, 36);
    text-align: left;
    margin-left: 3rem; margin-right: 1rem; margin-top: 1rem; margin-bottom: 1rem;
}

.descarga{
  color: rgb(235, 203, 36);
     font-size: 2rem;
    text-shadow: grey;
    text-align: center;
margin-bottom: 0}



    
    
}

.descarga {
    max-width: 40%;}

.foto
{max-width: 100%;}

.responsive {
 position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.25%;

}

.responsive iframe {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
}

.video{
    
    max-width: 65%;
    margin: auto;
    padding: 2rem;

}

h3 {margin-bottom: 0rem}
