@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&family=Syne:wght@400..800&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Syne", sans-serif;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  color: unset;
}

.arrow {
  position: relative;
}

.arrow::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px 56px;
  z-index: 2;
}

.banner {
  background-image: url(../img/banner.webp);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}

.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000c7;
  z-index: 1;
}

.banner-front {
  margin-top: -225px;
}

.conteudo-topo {
  position: relative;
  z-index: 2;
}

.banner h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: -2.23px;
  text-align: center;
  color: #f1f5f9;
  position: relative;
  z-index: 2;
}

.banner-text {
  position: relative;
}

.blue-circle {
  position: absolute;
  top: -15px;
  left: 73px;
}

.blue-line {
  position: absolute;
  top: 32px;
  left: 355px;
}

.green-line,
.purple-line {
  position: absolute;
  top: 35px;
  left: 539px;
}

.banner h2 span {
  color: #0fa260;
}

.fazemos,
.parceiros {
  background-color: #e2e8f0;
}

.title {
  font-weight: 800;
  font-size: 44px;
  letter-spacing: -2.23px;
  color: #020617;
  position: relative;
  z-index: 2;
}

.item {
  width: 231px;
  text-align: center;
  padding: 16px;
}

.item p {
  color: #020617;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

.construindo {
  background-color: #0f172a;
  /* background-image: url(../img/construindo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
}

.esquerda-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.direita-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.destaque-incrivel {
  background-color: #003965;
  color: #f8fafc;
  border-radius: 30px;
  font-size: 24px;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  transform: rotate(5deg);
  font-family: "Syne", sans-serif;
  vertical-align: text-top;
}

.destaque-performance {
  background-color: #1094a8;
  color: #f8fafc;
  border-radius: 30px;
  font-size: 24px;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  transform: rotate(-5deg);
  font-family: "Syne", sans-serif;
  vertical-align: text-top;
}

.construindo h3 {
  font-size: 40px;
  color: #f8fafc;
  font-weight: 800;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
}

.parceiros p {
  color: #475569;
}

.parceiros-icones img {
  filter: opacity(0.8);
}

.formulario {
  background-color: #020617;
  font-family: "Roboto", sans-serif;
}

.form-control,
.form-select {
  background-color: #f8fafc;
  color: #000;
}

.form-label {
  color: #f8fafc;
}

.btn-custom {
  background: linear-gradient(90deg, #1abc9c, #16a085);
  color: white;
  font-weight: bold;
  border: none;
}

.btn-custom:hover {
  background: linear-gradient(90deg, #16a085, #1abc9c);
}

.formulario p {
  color: #cbd5e1;
}

.form-btn {
  background: #0c9f5b;
  width: 240px;
  height: 56px;
  margin: 0 auto;
  border-radius: 10px;
  transition: 0.3s;
  color: #f8fafc;
}

.form-btn:hover {
  background: #2395a4;
  transition: 0.3s;
  color: #f8fafc;
}

.iti {
  width: 100%;
}

footer {
  background-color: #020617;
  border-top: 1px solid #475569;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110px;
}

.socials img {
  width: 23px;
}

.whatsapp {
  display: flex;
  color: #cbd5e1;
  font-size: 15px;
  align-items: center;
  justify-content: space-evenly;
  width: 200px;
  line-height: 16px;
}

.whatsapp img {
  width: 46px;
  height: auto;
  object-fit: contain;
}

footer h3 {
  font-weight: 800;
  font-size: 92px;
  line-height: 68.96px;
  letter-spacing: -0.61px;
  color: #ffffff;
  opacity: 50%;
}

.copyright p {
  color: #cbd5e1;
  font-size: 15px;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
}

@media (max-width: 1366px) {
  .item {
    width: 205px;
  }

  .item p {
    font-size: 17px;
  }

  footer h3 {
    font-size: 88px;
  }
}

@media (max-width: 820px) {
  .banner .logo {
    width: 120px;
  }
  .banner h2 {
    font-weight: 600;
    font-size: 35px;
    margin-top: 37px;
  }

  .item {
    width: 100%;
    margin: 0 auto;
  }

  .item p {
    font-size: 15px;
  }

  .banner-front {
    margin-top: -230px;
  }

  .title {
    font-size: 35px;
  }

  .blue-circle {
    position: absolute;
    top: -12px;
    left: 63px;
    width: 208px;
  }

  .blue-line {
    position: absolute;
    top: 60px;
    left: 63px;
    width: 195px;
  }

  .green-line,
  .purple-line {
    position: absolute;
    top: 27px;
    left: 90px;
    width: 170px;
  }

  .esquerda-img {
    position: absolute;
    top: 0;
    width: 100%;
    left: unset;
    transform: none;
  }

  .direita-img {
    position: absolute;
    right: unset;
    transform: none;
    top: unset;
    bottom: 0;
    width: 100%;
  }

  .construindo h3 {
    font-size: 36px;
    margin: 10px 0 68px 0;
  }

  .destaque-incrivel,
  .destaque-performance {
    font-size: 17px;
  }

  .parceiros-icones img {
    margin: 18px auto;
    filter: opacity(0.8);
  }

  footer h3 {
    font-size: 31px;
  }

  .copyright p {
    color: #cbd5e1;
    font-size: 11px;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
  }
}
