/* SECTION HERO */

section.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

section.hero .hero-pretitle {
  font-family: "Akira_Expanded", Impact, "Arial Black", system-ui, -apple-system,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 3.375rem;
  line-height: 0.917;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2.3rem 0 3.125rem;
  max-width: unset;
}

section.hero .hero-pretitle strong {
  color: #198bca;
  font-weight: 400;
}

section.hero .hero-title {
  font-size: 1.294rem;
  font-weight: 900;
  line-height: normal;
}

section.hero .hero-text {
  font-size: 1.294rem;
  line-height: normal;
  max-width: 44.44rem;
}

section.hero .hero-bgfull {
  padding-top: 3.125rem;
  width: 100%;
  aspect-ratio: 2000 / 909;
  background-image: url(../img/bg-section-hero.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

section.hero .hero-feature {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 11.425rem 8%;
  padding: 11.875rem 0 6.928rem;
  list-style: none;
  position: relative;
}

section.hero .hero-feature::before,
section.hero .hero-feature::after {
  content: "";
  position: absolute;
  top: calc(50% + 50px);
  transform: translateY(-50%);
}

section.hero .hero-feature::before {
  width: 75vw;
  height: 0.125rem;
  background-color: #000;
}

section.hero .hero-feature::after {
  width: 25vw;
  height: 0.375rem;
  left: 50%;
  transform: translate(calc(-50% - (25vw / 32)), -50%);
  background: #00a7fb;
}

section.hero .hero-feature .hero-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.719rem;
  text-align: center;
  font-family: "Akira_Expanded", Impact, "Arial Black", system-ui, -apple-system,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 0.925;
  min-width: 19.875rem;
}

section.hero .hero-feature .hero-feature-item span {
  font-family: "inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  text-transform: uppercase;
  color: #198bca;
}

section.hero .hero-feature .hero-feature-item.highlight {
  color: #198bca;
}

section.hero .hero-feature .hero-feature-item.highlight::before {
  content: "";
  display: block;
  width: 6.75rem;
  height: 1.375rem;
  background-image: url(../img/logo-icon-angelus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0.938rem;
}

/* SECTION ABOUT */

section.about {
  position: relative;
}

section.about .about-bgfull {
  width: 100%;
  aspect-ratio: 2000 / 1130;
  background-image: url(../img/bg-section-about.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

section.about .ctn-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.713rem;
  max-width: 75vw;
  margin: -22.938rem auto 0;
  padding: 10.625rem 0 13.75rem;
  background-color: #fff;
  position: relative;
  clip-path: polygon(0 79px, 100% 0, 100% 100%, 0 100%);
}

section.about .ctn-about .about-title {
  font-family: "Akira_Expanded", Impact, "Arial Black", system-ui, -apple-system,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #00276b;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.05em;
}

section.about .ctn-about .about-text {
  max-width: 68.75%;
  font-size: 1.688rem;
  font-weight: 500;
  line-height: normal;
}

section.about .ctn-about p + p {
  margin-top: 2.375rem;
}

section.about #sobre {
  scroll-margin-top: 5vh;
}

/* SECTION WORK CTA */

section.work-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 64.25vw;
  margin: -7.538rem auto 0;
  padding-block: 5.375rem;
  text-align: center;
  position: relative;
  background-image: url(../img/bg-banner-trabalhe-conosco.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.work-cta:hover {
  filter: brightness(1.25);
}

section.work-cta:hover::after {
  background-color: #008fe0;
}

section.work-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.5rem;
  transform: translateX(-50%);
  width: 77.36%;
  height: 0.563rem;
  background-color: #00a7fb;
}

section.work-cta a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8.75rem;
}

section.work-cta .work-cta-title {
  font-family: "Akira_Expanded", Impact, "Arial Black", system-ui, -apple-system,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.813rem;
  line-height: 0.96;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

section.work-cta .work-cta-info {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  text-align: left;
  position: relative;
}

section.work-cta .work-cta-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 51%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

section.work-cta span {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.688rem;
  font-weight: 500;
  line-height: normal;
  text-transform: lowercase;
  color: #fff;
}

section.work-cta span::after {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.808rem;
  margin-left: 1.075rem;
  background-image: url("../img/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* RESPONSIVE STYLES */

@media (max-width: 1365px) {
  /* SECTION HERO */

  section.hero .hero-pretitle {
    font-size: 3rem;
  }

  section.hero .hero-feature .hero-feature-item {
    font-size: 2rem;
    gap: 1rem;
  }

  @media (max-width: 960px) {
    /* SECTION HERO */

    section.hero .hero-pretitle,
    section.hero .hero-title,
    section.hero .hero-text {
      padding-inline: 1.25rem;
    }

    section.hero .hero-pretitle {
      font-size: 2rem;
    }
    section.hero .hero-feature {
      flex-direction: column;
      gap: 8vh;
      padding: 12vh 0 8vh;
    }

    section.hero .hero-feature::before,
    section.hero .hero-feature::after {
      display: none;
    }

    /* SECTION ABOUT */

    section.about .ctn-about {
      max-width: 95vw;
      margin-top: -20vh;
    }

    section.about .ctn-about .about-title {
      font-size: 2rem;
    }

    section.about .ctn-about .about-text {
      max-width: 87%;
      font-size: 1.375rem;
    }

    /* SECTION WORK CTA */

    section.work-cta {
      max-width: 95vw;
    }

    section.work-cta .work-cta-title {
      font-size: 2rem;
    }

    /* BACKGROUND ASPECT RATIO */

    section.hero .hero-bgfull {
      aspect-ratio: 1000 / 800;
    }

    section.about .about-bgfull {
      aspect-ratio: 1000 / 800;
    }
  }

  @media (max-width: 600px) {
    /* SECTION HERO */

    section.hero .hero-pretitle {
      font-size: 1.5rem;
    }

    section.hero .hero-feature {
      padding: 10vh 0 6vh;
    }

    section.hero .hero-feature .hero-feature-item {
      font-size: 1.5rem;
      gap: 0.75rem;
      min-width: unset;
    }

    section.hero
      .hero-feature
      .hero-feature-item.hero-feature-item.highlight::before {
      width: 5.25rem;
      height: 1.063rem;
    }

    /* SECTION ABOUT */

    section.about .ctn-about {
      margin-top: -10vh;
    }

    section.about .ctn-about .about-title {
      font-size: 1.5rem;
    }

    section.about .ctn-about .about-text {
      font-size: 1.25rem;
    }

    /* SECTION WORK CTA */

    section.work-cta {
      justify-content: space-around;
      gap: unset;
      width: 100%;
      background-position: left center;
    }

    section.work-cta .work-cta-link {
      flex-direction: column;
      gap: 3vh;
    }
  }
}
