@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@500;600;700&family=Montserrat:wght@400;500;600;700;800&display=swap");
* {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: all 0.2s linear;
}

/*$bg-how: img;*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #fff;
}

html::-webkit-scrollbar-thumb {
  background: #cab749;
  border-radius: 5rem;
}

.bolder {
  font-weight: bolder;
}

section {
  padding: 4rem 5%;
}

.content {
  max-width: 650px;
}

.link-btn {
  font-size: 2rem;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 2rem;
  cursor: pointer;
  border-radius: 5rem;
  font-weight: bolder;
  text-align: center;
  background: #14ceab;
  color: #fff;
  line-height: 1.2;
  padding: 2rem 3rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.link-btn:hover {
  transform: translateY(-0.1rem);
  transition: 0.5s;
}

.home {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.home .box-container .content {
  text-align: center;
  flex: 1 1 42rem;
}
.home .box-container .content .left {
  text-align: left;
  flex: 1 1 42rem;
}
.home .box-container .content .left h2 {
  font-size: 3rem;
}
.home .box-container .content .title-home {
  font-family: "Dosis", sans-serif;
  font-size: 4.5rem;
  color: #c02323;
  font-weight: 700;
}
@media (max-width: 450px) {
  .home .box-container .content .title-home {
    font-size: 4rem;
  }
}
.home .box-container .content .title-home span {
  color: #0b0b0b;
}
.home .box-container .content h1 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 4.75rem;
  margin: 2rem 0;
}
.home .box-container .content h1 span {
  color: #E03D63;
  font-family: "Dosis", sans-serif;
}
@media (max-width: 450px) {
  .home .box-container .content h1 {
    font-size: 4.75rem;
  }
}
.home .box-container .content .graph-home {
  font-size: 3rem;
}
.home .box-container .content .graph-home span {
  font-weight: 700;
}
.home .box-container .content .graph-home .linha {
  font-size: 2.5rem;
  text-decoration: line-through;
  font-weight: 400;
}
.home .box-container .content p {
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.home .box-container .content ul li {
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 450px) {
  .home .box-container .content p {
    font-size: 1.75rem;
  }
}


.footer {
  text-align: center;
  background: #171717;
}
.footer p {
  font-size: 1.75rem;
  padding-top: 1.5rem;
  color: #fff;
}
.footer p span {
  font-weight: bolder;
}
.footer .link-btn {
  background: #ffe96c;
  border-radius: 0.5rem;
  padding: 1.5rem 2.5rem;
  color: black;
  font-size: 1.75rem;
}
.footer .credit {
  color: #fff;
  margin-top: 5rem;
  box-shadow: none;
}
.footer .credit p {
  font-size: 1.5rem;
}
.footer .credit a {
  font-size: 1.5rem;
  padding-top: 1.5rem;
  color: #fff;
  font-weight: 300;
}
.footer .credit span {
  color: #f8f8f8;
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
}/*# sourceMappingURL=style.css.map */