@charset "UTF-8";
@font-face {
  font-family: "tt_norms";
  src: url(./ttnorms-regular-webfont.woff2) format("woff2"), url(./ttnorms-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "tt_norms";
  src: url(./ttnorms-bold-webfont.woff2) format("woff2"), url(ttnorms-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "tt_norms";
  src: url(./ttnorms-extrabold-webfont.woff2) format("woff2"), url(./ttnorms-extrabold-webfont.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "tt_norms";
  src: url(./ttnorms-black-webfont.woff2) format("woff2"), url(./ttnorms-black-webfont.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "tt_norms", sans-serif;
}

.body {
  color: #fff;
  background-size: contain, contain, cover;
}
.body--homologacao::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-radius: 0 0 24px 24px;
  padding: 4px;
  background-color: #ffbf53;
  opacity: 0.5;
  font-size: 24px;
  color: #3a3731;
  text-align: center;
  width: 692px;
  text-transform: uppercase;
  content: "homologação";
}
@media screen and (max-width: 480px) {
  .body--homologacao::before {
    padding: 4px;
    width: 75%;
    font-size: 20px;
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .body--homologacao::before {
    padding: 4px;
    width: 368px;
    font-size: 20px;
    border-radius: 0 0 16px 16px;
  }
}
.body--signer {
  background-image: url("./bg-circuits-left.png"), url("./bg-circuits-right.png"), url("./bg-phone.png");
  min-height: 100vh;
  background-position: top left, top right, top center;
  background-repeat: repeat-y, repeat-y, no-repeat;
}
.body--digiploma {
  background-image: url("./bg-circuits-left.png"), url("./bg-circuits-right.png"), url("./bg-laptop.png");
  background-position: top left, top right, top center;
  background-repeat: repeat-y, repeat-y, no-repeat;
}
@media screen and (max-width: 1023px) {
  .body--signer {
    background-image: url("./bg-circuits-top.png"), url("./bg-circuits-bottom.png"), url("./bg-phone.png");
    background-position: top center, bottom center, top center;
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-size: auto, auto, cover;
  }
  .body--digiploma {
    background-image: url("./bg-circuits-top.png"), url("./bg-circuits-bottom.png"), url("./bg-laptop.png");
    background-position: top center, bottom center, top center;
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-size: auto, auto, cover;
  }
}

.container {
  position: relative;
  max-width: 1252px;
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 96px);
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 80%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    height: auto;
  }
}
@media screen and (max-height: 899px) {
  .container {
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1252px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (min-width: 1024px) {
  .main {
    padding: 0 56px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 56px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .header {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
  }
}

.hero-section h2 {
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 100%;
  font-weight: 900;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .hero-section h2 {
    font-size: 40px;
  }
}
.hero-section p {
  margin-bottom: 24px;
  max-width: 576px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .hero-section p {
    font-size: 16px;
  }
}
.hero-section__icon-container {
  background-color: #eab517;
  padding: 16px;
  border-radius: 16px;
  margin-right: 16px;
}
.hero-section__icon-container img {
  width: 36px;
}
@media screen and (min-width: 1024px) {
  .hero-section--signer {
    width: 640px;
  }
}
.hero-section--digiploma {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .hero-section--digiploma {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .hero-section--digiploma {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .hero-section h2 {
    text-align: center;
    font-size: 40px;
  }
}

.features {
  display: flex;
  justify-content: center;
  gap: 112px;
  margin: 48px 0;
}
@media screen and (max-width: 1023px) {
  .features {
    position: static;
    flex-wrap: wrap;
    transform: translateX(0);
    gap: 56px;
    margin: 96px 0;
  }
}

.feature-card {
  width: 240px;
  background-color: #fff;
  color: #3a3731;
  border-radius: 24px;
  padding: 16px;
  text-align: center;
  box-shadow: #000 0 1px 21px;
}
.feature-card h3 {
  margin-bottom: 16px;
  font-size: 16px;
}
.feature-card p {
  font-size: 14px;
}
.feature-card__icon {
  margin-bottom: 8px;
}

.validate-doc {
  display: flex;
  column-gap: 4px;
  width: 320px;
  padding: 4px;
  background-color: #fff;
  border-radius: 6px;
}
.validate-doc input {
  width: calc(100% - 4px - 24px);
  height: 24px;
  border-radius: 4px;
  border: 1px #3a3731 solid;
  background-color: transparent;
  padding: 8px;
  font-size: 16px;
}
.validate-doc__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(58, 55, 49, 0.1176470588);
  border-color: transparent;
  border-radius: 6px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.validate-doc__button:hover {
  border: 1px #3a3731 solid;
}
.validate-doc__button img {
  width: 14px;
}
@media screen and (max-width: 1023px) {
  .validate-doc {
    width: 300px;
  }
  .validate-doc input {
    width: calc(100% - 4px - 36px);
    height: 36px;
  }
  .validate-doc__button {
    height: 36px;
    width: 36px;
  }
  .validate-doc__button img {
    width: 16px;
  }
}

.button {
  background-color: #ffbf53;
  border-radius: 8px;
  color: #3a3731;
  border: none;
  text-align: center;
  padding: 8px 20px;
  font-weight: bold;
  cursor: pointer;
  border: 2px transparent solid;
}
.button:hover {
  border-color: #fff;
  transition: border-color 0.4s;
}

a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.button--validate-doc,
.button--cta {
  box-shadow: rgba(0, 0, 0, 0.7333333333) 0 10px 24px;
}
@media screen and (max-width: 1023px) {
  .button--validate-doc,
  .button--cta {
    font-size: 25px;
  }
}

.button--validate-doc {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .button--validate-doc {
    height: auto;
  }
}

a.button--cta {
  width: min-content;
}

.button--cta {
  background-color: #eab517;
  color: #3a3731;
}
.button--cta:hover {
  color: #fff;
  transition: color 0.15s;
}

.button--validate-diploma {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.fw-semibold {
  font-weight: 700;
}

.pos-relative {
  position: relative;
}

/*# sourceMappingURL=style.css.map */
