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

*{margin: 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;

}


ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #73cdf1;
    overflow: hidden;
    border-bottom: 3px solid;
    border-color:  #e2e2e2;

}

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

li.menu {
    float: left;

}

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

}

section.cuerpo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;

}

div.idea {
  text-align: justify;
  margin: 20px 70px 20px 70px;

}

h2.idea {
  font-size: 20px;
  letter-spacing: 5px;
  padding: 5px 5px 5px 5px;
  background-color: #e0e0e0;
  box-shadow: 3px 5px #73cdf1;
  margin: auto auto 20px auto;
  border-radius: 9px;

}

div.requisitos {
  text-align: justify;
  margin: 20px 70px 20px 70px;

}

h2.requisitos {
  font-size: 20px;
  letter-spacing: 5px;
  padding: 5px 5px 5px 5px;
  background-color: #e0e0e0;
  box-shadow: 3px 5px #73cdf1;
  margin: auto auto 20px auto;
  border-radius: 9px;

}

div.objetivos {
  text-align: justify;
  margin: 20px 70px 20px 70px;

}

h2.objetivos {
  font-size: 20px;
  letter-spacing: 5px;
  padding: 5px 5px 5px 5px;
  background-color: #e0e0e0;
  box-shadow: 3px 5px #73cdf1;
  margin: auto auto 20px auto;
  border-radius: 9px;

}

.video {
    margin-left: 20%;
}

footer {
    text-align: justify;
    background: #73cdf1;
    color: black;
    padding: 0.5rem;
    font-size: 0.75rem;
    margin-top: 2rem;
}


@media (max-width: 60rem) {

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

  }

section.cuerpo {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  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;

}
}
