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

*{margin: 0; padding: 0;}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: sans-serif;
    background: white;
    font-family: 'Montserrat', sans-serif;
}


h1 {
      text-decoration: none;
      color: #000000;
      text-align: center;
      letter-spacing: 5px;
      text-shadow: 2px 2px #73cdf1;

}

h1 a {
    text-decoration: none;
    color: #000000;
}


ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #73cdf1;
    overflow: hidden;
    border-bottom: 3px solid;
    border-color:  #e2e2e2;
    display: flex;
    flex-direction: row;
  	flex-wrap: nowrap;
  	justify-content: center;
  	align-items: center;
  	align-content: stretch;


}

li.menu:hover{
  background-color: #e2e2e2;
  color: black;
}


li.menu a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 15px;

}


.titulo {
    text-align: center;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    width: 100%;


}

.logo {
    width: 100%;



}

.integrantes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;


}

.integrantes h3 {
    padding: 0.2rem;
    text-align: center;

}

.integrantes h3 a {
    text-decoration: none;
    color: black;
    font-weight: 100;
    padding: 0.5rem;

}

.integrantes h3 a: hover {
  background: #73cdf1;

}

.integrantes article {
    float: center;
    background-color: #e0e0e0;
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    margin: 1rem 1rem;
    width: 220px;
    box-shadow: 3px 5px #73cdf1;

}


.integrantes article img {
    border-radius: 8rem;
    width: 175px;

}

.datos {
  text-align: center;
  background-color: #e0e0e0;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 3px 5px #73cdf1;
  text-align: center;
  font-size: 14px;
  margin-left: 300px;
  margin-right: 300px;
  margin-top: 40px;

}

.tema {
  text-align: center;
  background-color: #e0e0e0;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 3px 5px #73cdf1;
  text-align: center;
  font-size: 14px;
  margin-left: 300px;
  margin-right: 300px;
  margin-top: 20px;
}

.video {
  width: 100%;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
  margin-top: 30px;
}



.datos1 {
  text-align: center;
  background-color: #e0e0e0;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 3px 5px #73cdf1;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  margin-left: 1rem;
  margin-right: 1rem;
}


footer {
    float: center;
    background: #73cdf1;
    color: #000000;
    padding: 0.5rem;
    font-size: 0.75rem;
    margin-top: 4rem;
}


@media (max-width:60rem) {

.menu {
  max-width: 60rem;
  margin: 0px auto;

}

img.logo {
  max-width: 60rem;
  margin: 0px auto;
}

.integrantes {
  width: 100%;
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.datos {
  width: 38%;
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 auto;
  margin-bottom: 20px;


}

.tema {
  width: 38%;
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.video {
  width: 100%;
  max-width: 60rem;
  display: flex;
	flex-direction: column;
	flex-wrap: wrap-reverse;
	justify-content: center;
	align-items: center;
	align-content: center;

}



}
