body {
  padding: 0;
  margin: 0;
  background-color: black;
  font-family: "Source Sans Pro";
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: inherit;
  cursor: pointer;
  height: auto;
  font-family: "Source Sans Pro";
}

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#page-bicho {
  min-height: 680px;
}

.start {
  width: fit-content;
  margin-top: 50px;
  max-height: 170px;
}

.start button img {
  width: 300px;
}

.start button p {
  position: relative;
  bottom: 150px;
  left: 45px;
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 30px;
}

.convide {
  display: block;
  margin-top: 50px;
  width: 15vw;
  text-decoration: none;
  color: black;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.convide img {
  width: 15vw;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.top {
  width: fit-content;
  margin: auto;
}

.top img {
  max-width: 1000px;
}

.introduction {
  width: 500px;
  font-size: 20px;
  line-height: 1.5em;
  color: white;
}

.bottom {
  width: fit-content;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.bottom img {
  max-width: 1000px;
}

.footer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #c4d82d;
  line-height: 1.5em;
}

.credits {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
}

.social {
  margin-top: 30px;
  margin-bottom: 30px;
}

.social img {
  height: 40px;
  margin-left: 30px;
  margin-right: 30px;
}

.footer-logos {
  display: flex;
  justify-content: center;
}

.footer-logo img {
  margin-left: 50px;
  margin-right: 50px;
  cursor: default;
  width: 5vw;
}

.footer-logo .aldirblanc img {
  width: 25vw;
}

.foto-bicho {
  margin: auto;
  max-width: 500px;
  margin-bottom: 20px;
}

.option {
  height: 30px;
  color: white;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: 100;
  display: block;
}

.option div {
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  border-radius: 50%;
  background-color: white;
  color: black;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.correct {
  color: #c4d82d;
}

.correct div {
  background-color: #c4d82d;
}

.wrong {
  color: #f57e51;
}

.wrong div {
  background-color: #f57e51;
}

.next {
  max-height: 500px;
  margin-bottom: 20px;
}

.next img {
  max-width: 500px;
}

.next p {
  left: 70px;
  bottom: 120px;
  position: relative;
  width: fit-content;
  background-color: white;
  border-radius: 20px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 24px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.end p {
  font-size: 36px;
  font-weight: 900;
  color: #c4d82d;
  margin-top: 0;
}

.avaliacao {
  height: 390px;
}

.avaliacao img {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.avaliacao p {
  font-size: 24px;
  position: relative;
  max-width: 250px;
  font-weight: 600;
  color: black;
  top: -300px;
  left: 100px;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .introduction {
    width: 70vw;
    font-size: 36px;
  }

  .start {
    margin-bottom: 50px;
  }

  .start button img {
    width: 400px;
  }

  .start button p {
    font-size: 36px;
    bottom: 190px;
    left: 60px;
  }

  .footer {
    margin-top: 75px;
    font-size: 36px;
  }

  .credits {
    width: 60vw;
  }

  .foto-bicho {
    max-width: 700px;
    margin-bottom: 50px;
  }

  .option {
    font-size: 48px;
    margin-bottom: 75px;
    line-height: 50px;
    height: 60px;
    margin-bottom: 40px;
  }

  .option div {
    width: 50px;
    height: 50px;
    font-size: 36px;
  }

  .next {
    max-height: 700px;
    margin-bottom: 50px;
  }

  .next img {
    max-width: 700px;
  }

  .next p {
    bottom: 170px;
    border-radius: 50px;
    font-size: 36px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .end p {
    font-size: 48px;
    margin-bottom: 100px;
  }

  .avaliacao {
    height: 650px;
  }

  .avaliacao img {
    width: 600px;
  }

  .avaliacao p {
    max-width: 350px;
    font-size: 36px;
    top: -460px;
    left: 170px;
  }

  .social img {
    height: 80px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .footer-logo {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-logo img {
    width: 15vw;
  }

  .aldirblanc img {
    width: 80vw;
    height: auto;
  }

  .copyright {
    font-size: 18px;
  }

  .convide, .convide img {
    width: 50vw;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  #page-bicho {
    min-height: 480px;
  }

  .foto-bicho {
    max-width: 400px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .next {
    max-height: 400px;
    margin-bottom: 10px;
  }

  .next img {
    max-width: 400px;
  }

  .footer-logo img {
    width: 5vw;
  }
}
