@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 .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;
}
@media (max-width: 450px) {
  .home .box-container .content p {
    font-size: 1.75rem;
  }
}
.home .box-container .content img {
  width: 90%;
  padding-bottom: 1.5rem;
}
.home .box-container .content .video {
  padding: 0.5rem;
  background: #c02323;
}

.why {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding-top: 2rem;
  background-color: #ffd9cb;
}
.why .box-container .content {
  display: grid;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  grid-template-columns: 75px 1fr;
  max-width: 850px;
  margin: 1rem;
}
.why .box-container .content .box img {
  width: 80px;
}
.why .box-container .content .box h1 {
  font-family: "Dosis", sans-serif;
  font-weight: BOLD;
  font-size: 2.75rem;
  color: #242424;
}
.why .box-container .content .box p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #242424;
}

.what {
  display: flex;
  justify-content: center;
}
.what .box-container {
  background-color: #2C3E50;
  border-radius: 1.5rem;
  padding: 2rem;
}
.what .box-container h1 {
  font-size: 4rem;
  font-family: "Dosis", sans-serif;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  font-weight: 600;
}
.what .box-container h1 span {
  font-family: "Dosis", sans-serif;
  color: #e5ff00;
}
.what .box-container h1 .title-space-what {
  font-size: 2.5rem;
  color: #fff;
}
.what .box-container .content {
  padding: 2rem 0;
  margin: 0 auto;
}
.what .box-container .content .box h1 {
  font-size: 2.5rem;
  font-family: "Dosis", sans-serif;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  font-weight: 600;
  text-align: left;
  color: #fff;
}
.what .box-container .content .box h1 span {
  font-family: "Dosis", sans-serif;
  color: #e5ff00;
}
.what .box-container .content .box p {
  text-align: left;
  color: #fff;
  font-size: 2rem;
}

.who {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
}
.who .box-container h1 {
  font-size: 4rem;
  font-family: "Dosis", sans-serif;
  text-align: center;
  padding: 1rem 0;
  font-weight: 600;
}
.who .box-container h1 span {
  font-family: "Dosis", sans-serif;
  color: #E03D63;
}
.who .box-container h1 .title-space {
  color: #0b0b0b;
  font-size: 2rem;
}
.who .box-container h1 .title-space span {
  font-size: 2.25rem;
  font-weight: bold;
}
.who .box-container .content {
  display: grid;
  gap: 2.5rem;
  align-items: start;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  max-width: 950px;
}
@media (max-width: 800px) {
  .who .box-container .content {
    grid-template-columns: 1fr;
  }
}
.who .box-container .content .box {
  padding: 1rem 0;
}
.who .box-container .content .box img {
  width: 100%;
}

.how {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
}
.how .box-container h1 {
  font-weight: 600;
  font-size: 4.5rem;
  font-family: "Dosis", sans-serif;
  text-align: center;
  padding: 1rem 0;
  font-weight: 600;
}
.how .box-container h1 span {
  font-family: "Dosis", sans-serif;
  color: #E03D63;
}
.how .box-container .content {
  text-align: center;
  flex: 1 1 42rem;
}
.how .box-container .content img {
  width: 100%;
}
.how .box-container .content p {
  font-size: 3rem;
  font-weight: 700;
}
.how .box-container .content p span {
  font-size: 3rem;
  font-weight: normal;
  text-decoration: line-through;
}

.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%;
  }
  html .contact .row form .inputBox input {
    width: 100%;
  }
  .home .box-container .content .video img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */