/*colors*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;1,100;1,200;1,900&family=Oswald:wght@400;500&family=Roboto:ital,wght@0,300;0,400;1,100;1,300&display=swap");
.background {
  background-image: url(../img/breakfast-ga7712c26a_1920.png);
}

header {
  width: 75vw;
  margin: auto;
  height: 100vh;
  font-weight: bold;
  font-size: 15px;
  color: #FFEACF;
}
header #navItem:hover {
  color: rgb(34, 146, 72);
}

.menu--itens {
  text-decoration: none;
  color: #FFEACF;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 35px;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 10vh;
  margin: 100px auto 0 auto;
  background-color: #71655D;
}
footer .social {
  display: flex;
  gap: 15px;
}
footer .social img {
  width: 35px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.screen {
  height: 100vh;
}

.header {
  width: 75vw;
  margin: auto;
}

.form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-top: 15vh;
}

.submit {
  font-family: inherit;
  display: inline-block;
  width: 8em;
  height: 2.6em;
  line-height: 2.5em;
  margin: 50px;
  position: relative;
  overflow: hidden;
  border: 2px solid rgb(34, 146, 72);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
}
.submit:hover {
  background-color: #005B48;
  color: #FFEACF;
  transition: all 0.7s;
}

.form__group {
  position: relative;
  padding: 20px 0 0;
  margin-top: 10px;
  width: 100%;
  max-width: 180px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: none;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 17px;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
  background: transparent;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #9b9b9b;
  pointer-events: none;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #107e3e, #38ef8a);
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: rgb(34, 146, 72);
  font-weight: 700;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}

.state {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.top {
  display: flex;
  gap: 5px;
}

.bottom {
  display: flex;
  gap: 5px;
}

.mobile1 {
  display: flex;
  gap: 5px;
}

.mobile2 {
  display: flex;
  gap: 5px;
}

.under17 {
  background-color: rgb(145, 145, 145);
  padding: 15px;
  border-radius: 6px;
}
.under17 p {
  opacity: 0.3;
}
.under17 span {
  opacity: 0.3;
}

.under17active {
  background-color: rgb(219, 142, 26);
}
.under17active p {
  opacity: 1;
}
.under17active span {
  opacity: 1;
}

.under18 {
  background-color: rgb(145, 145, 145);
  padding: 15px;
  border-radius: 6px;
}
.under18 p {
  opacity: 0.3;
}
.under18 span {
  opacity: 0.3;
}

.under18active {
  background-color: rgb(226, 194, 14);
}
.under18active p {
  opacity: 1;
}
.under18active span {
  opacity: 1;
}

.under25 {
  background-color: rgb(145, 145, 145);
  padding: 15px;
  border-radius: 6px;
}
.under25 p {
  opacity: 0.3;
}
.under25 span {
  opacity: 0.3;
}

.under25active {
  background-color: rgb(16, 167, 23);
}
.under25active p {
  opacity: 1;
}
.under25active span {
  opacity: 1;
}

.under30 {
  background-color: rgb(145, 145, 145);
  padding: 15px;
  border-radius: 6px;
}
.under30 p {
  opacity: 0.3;
}
.under30 span {
  opacity: 0.3;
}

.under30active {
  background-color: rgb(168, 73, 73);
}
.under30active p {
  opacity: 1;
}
.under30active span {
  opacity: 1;
}

.under35 {
  background-color: rgb(145, 145, 145);
  padding: 15px;
  border-radius: 6px;
}
.under35 p {
  opacity: 0.3;
}
.under35 span {
  opacity: 0.3;
}

.under35active {
  background-color: rgb(187, 62, 62);
}
.under35active p {
  opacity: 1;
}
.under35active span {
  opacity: 1;
}

.under40 {
  background-color: rgb(145, 145, 145);
  padding: 15px;
  border-radius: 6px;
}
.under40 p {
  opacity: 0.3;
}
.under40 span {
  opacity: 0.3;
}

.under40active {
  background-color: rgb(214, 59, 59);
  padding: 15px;
}
.under40active p {
  opacity: 1;
}
.under40active span {
  opacity: 1;
}

.above40 {
  background-color: rgb(145, 145, 145);
  padding: 15px;
  border-radius: 6px;
}
.above40 p {
  opacity: 0.3;
}
.above40 span {
  opacity: 0.3;
}

.above40active {
  background-color: rgb(255, 0, 0);
  padding: 15px;
}
.above40active p {
  opacity: 1;
}
.above40active span {
  opacity: 1;
}

.resultado {
  width: 650px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
.resultado p {
  font-size: 12px;
}

.resultado-hidden {
  display: none;
}

.hidden--elements {
  display: none;
}

.error--alert {
  max-width: 100vw;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0%;
  opacity: 1;
}

@media (max-width: 1033px) {
  .screen {
    height: 200vh;
  }
  .form {
    gap: 35px;
    flex-direction: column;
  }
}
.form__field:placeholder-shown ~ .form__label {
  top: 0px;
}

@media (max-width: 685px) {
  .state {
    flex-direction: column;
  }
  .resultado {
    width: 95vw;
  }
}
@media (max-width: 375px) {
  .under17, .under18, .under25, .under30, .under35, .under40, .above40 {
    padding: 7px;
  }
  .under17 p, .under18 p, .under25 p, .under30 p, .under35 p, .under40 p, .above40 p {
    font-size: 12px;
  }
  .under17 span, .under18 span, .under25 span, .under30 span, .under35 span, .under40 span, .above40 span {
    font-size: 14px;
  }
}
header {
  width: 75vw;
  margin: auto;
  height: 100vh;
  font-weight: bold;
  font-size: 15px;
  color: #FFEACF;
}
header #navItem:hover {
  color: rgb(34, 146, 72);
}

.menu--itens {
  text-decoration: none;
  color: #FFEACF;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.header--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFEACF;
}

.header--title {
  margin-top: 30vh;
}

/*section about*/
.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  width: 75vw;
  height: 60vh;
  margin-top: 50px;
  margin: auto;
  padding: 50px 50px;
}
.about img {
  border-radius: 50%;
  width: 280px;
}
.about h1 {
  color: #71655D;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.about p {
  color: #005B48;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.ebook {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 35px;
  width: 75vw;
  margin: auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
.ebook p {
  color: #005B48;
}

.cards--ebook {
  display: flex;
  justify-content: center;
  gap: 25px;
}

/* From uiverse.io by @barisdogansutcu */
.download-button {
  position: relative;
  border-width: 0;
  color: white;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  z-index: 1;
}

.download-button .docs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  z-index: 1;
  background-color: #242a35;
  border: solid 1px rgba(232, 232, 232, 0.1764705882);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.download {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  z-index: -1;
  border-radius: 4px;
  transform: translateY(0%);
  background-color: #01e056;
  border: solid 1px rgba(1, 224, 87, 0.1764705882);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover .download {
  transform: translateY(100%);
}

.download svg polyline, .download svg line {
  animation: docs 1s infinite;
}

@keyframes docs {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*faq*/
.FAQ {
  padding-top: 20px;
  width: 75vw;
  height: 40vh;
  margin: auto;
}

.contact {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 35px;
  padding-top: 20px;
  width: 75vw;
  height: 60vh;
  margin: 200px auto;
}

.contact--img img {
  width: 250px;
}

.form--contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form--contact form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form--contact form input {
  border: none;
  border-bottom: 1px solid #005B48;
  background: transparent;
}
.form--contact form input:focus {
  outline: none;
}
.form--contact form textarea {
  max-height: 80px;
  resize: none;
}

@media (max-width: 927px) {
  .about {
    width: 90vw;
  }
  .header--content {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .about {
    flex-direction: column;
    margin-bottom: 15vh;
    text-align: center;
  }
  .about img {
    width: 140px;
  }
  .cards--ebook {
    flex-direction: column;
    gap: 15px;
  }
  .contact {
    justify-content: start;
    width: 100vw;
  }
  .contact--img img {
    display: none;
  }
}
@media (max-width: 425px) {
  header {
    height: 85vh;
  }
  .header--content {
    justify-content: start;
  }
  .header--title {
    margin-top: 10vh;
  }
  .about {
    width: 97vw;
  }
  .about h1 {
    font-size: 1em;
  }
  .about p {
    font-size: 0.8em;
  }
  .FAQ {
    width: 97vw;
    font-size: 12px;
  }
  .contact {
    margin: 120px auto;
  }
  form {
    gap: 7px;
  }
  form input {
    height: 15px;
  }
  form textarea {
    max-height: 60px;
  }
  .social img {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
