* {
  margin: 0;
  padding: 0;
  font-family: "Koulen", cursive;
}
body {
  background-color: #5b9351;
}
div.contenido {
  width: 80%;
  margin: auto;
  margin-top: 1vw;
}
div.header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1vw;
  background-color: #fcfeff;
}
div.header img {
  block-size: 5vw;
  margin-left: 3px;
  align-self: flex-start;
}
div.header a img:hover {
  filter: drop-shadow(5px 5px 8px black);
}
div.header h1 {
  font-size: 3vw;
  align-self: center;
  flex-grow: 1;
  text-align: center;
  color: #1a4a2c;
}
div.inicio {
  background: url(../img/27d6f5d9-eaf7-4524-96b0-c212a405b1d6.png) no-repeat
    center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 38vw;
}
div.inicio h2 {
  text-align: center;
  backdrop-filter: blur(15px);
  font-size: 2vw;
}
div.botones {
  margin-top: 10vw;
}
div.inicio button {
  text-align: center;
  display: block;
  margin: 1vw auto;
  height: 4vw;
  width: 10vw;
  background-color: #5b9351;
  border-radius: 20px;
}
div.inicio button a {
  color: #fcfeff;
  text-decoration: none;
}
div.inicio button p {
  font-size: 1.5vw;
}
div.inicio button:hover {
  background-color: #1a4a2c;
  box-shadow: 5px 5px 8px black;
  cursor: pointer;
}
@media (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    font-family: "Koulen", cursive;
  }
  body {
    background-color: #5b9351;
  }
  div.contenido {
    width: 80%;
    margin: auto;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  div.header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1vw;
    height: 20vw;
    background-color: #fcfeff;
  }
  div.header img {
    block-size: 10vw;
    margin-left: 3px;
    align-self: center;
  }
  div.header h1 {
    font-size: 7vw;
    align-self: center;
    flex-grow: 1;
    text-align: center;
    color: #1a4a2c;
  }
  div.inicio {
    background: url(../img/27d6f5d9-eaf7-4524-96b0-c212a405b1d6.png) center
      center fixed;
    background-size: cover;
    height: 86vh;
  }
  div.inicio h2 {
    text-align: center;
    backdrop-filter: blur(15px);
    font-size: 4vw;
  }
  div.inicio button {
    text-align: center;
    display: block;
    margin: 0 auto;
    height: 15vw;
    width: 25vw;
    margin-top: 1vw;
    background-color: #5b9351;
    border-radius: 50px;
  }
  div.inicio button a {
    color: #fcfeff;
    text-decoration: none;
  }
  div.inicio button p {
    font-size: 3vw;
  }
}
