html {
  height: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
}
main {
  width: 100%;
  min-height: 100vh;
  background: url(bg-site.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 60px 0;
}
img {
  width: 33%;
}

#text-destiny {
  width: 65%;
  margin: 25px auto 0;
}

#text-destiny p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
#text-destiny p span {
  font-weight: 600;
  font-style: italic;
}
a.btn {
  background-color: #7b4aff;
  border: none;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  padding: 16px 50px;
  transition: background-color 0.5s ease;
}

a.btn:active,
a.btn:focus,
a.btn:hover {
  background-color: #fff;
  color: #7b4aff;
}

#body-button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding: 0 0 5%;
}

.amy__p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.app {
  text-align: center;
  color: #ffffff;
}
.app h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.app p {
  font-size: 18px;
  font-weight: 400;
}
.app__bts {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.whatsFlu {
  position: fixed;
  bottom: 1em;
  right: 18px;
  border-radius: 100%;
  z-index: 99;
}
@media (max-width: 992px) {
  main {
    padding: 80px 0;
  }
  img {
    width: 60%;
  }
  #text-destiny {
    margin-top: 24px;
  }
  #body-button {
    margin-top: 32px;
  }
  #text-destiny p {
    font-size: 16px;
    font-weight: 300;
  }
  #text-destiny {
    width: 100%;
    padding: 0 16px;
  }
  #body-button {
    flex-direction: column;
  }
  .amy__p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  a.btn {
    margin-bottom: 33px;
    padding: 16px 30px;
  }
  .app h2 {
    margin-top: 0;
    font-size: 18px;
  }
  .app p {
    font-size: 16px;
    padding: 0 30px;
  }
}

@media (min-width: 1680px) {
  img {
    width: 26%;
  }

  main {
    padding: 140px 0;
  }
}

@media (min-width: 1400px) and (max-width: 1679px) {
  img {
    width: 31%;
  }
}
