/* GLOBAL STYLES */

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

.page-wrapper {
  max-width: 2000px;
  margin: 0 auto;
}

.container {
  max-width: min(100% - (1.25rem * 2), 75rem);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* HEADER */

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-block: clamp(3.5rem, 5vw, 5.625rem);
}

.header .logo-header:hover {
  opacity: 0.85;
}

.main-nav .main-nav-list {
  display: flex;
  gap: 4.5rem;
  margin-bottom: 1.563rem;
}

.main-nav .main-nav-link {
  font-weight: 700;
  font-size: 1.238rem;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}

.main-nav .main-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.694rem;
  width: 0;
  height: 0.225rem;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.main-nav .main-nav-link:hover::after {
  width: 100%;
}

.main-nav .main-nav-link.is-active {
  color: #198bca;
}

.main-nav .main-nav-link.is-active::after {
  width: 100%;
}

/* BRAND PHOTO BGFULL */

figure.brand-photo-bgfull {
  position: relative;
  width: 100%;
  aspect-ratio: 2000 / 1146;
  background-image: url(../img/bg-section-work-cta.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  margin-top: -7.538rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12.5rem 18.75rem;
}

figure.brand-photo-bgfull .brand-photo-strip-caption {
  display: none;
}

/* SECTION PARTNERS */

div.sections-divider {
  width: 75vw;
  height: 0.113rem;
  background-color: #000;
  margin: 2.827rem auto 0;
  position: relative;
}

div.sections-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 25vw;
  height: 0.375rem;
  background: #00276b;
  transform: translate(-50%, -0.156rem);
}

section.partners {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.25rem;
  padding: 8.981rem 0 11.813rem;
}

section.partners .partners-title {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  line-height: normal;
}

section.partners .partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1.438rem 4.75vw;
}

section.partners .partners-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FOOTER */

footer.footer {
  background-color: #00276b;
  padding: 10.519rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  position: relative;
  clip-path: polygon(0 79px, 100% 0, 100% 100%, 0 100%);
}

footer.footer .footer-content {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

footer.footer .column-divider {
  width: 1px;
  background-color: #ffffff;
  align-self: stretch;
}

footer.footer .footer-title,
footer.footer .footer-nav-menu a,
footer.footer .footer-contact-phone a,
footer.footer .footer-contact-address {
  font-size: 1.375rem;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
}

footer.footer .footer-nav-menu,
footer.footer .footer-contact-address {
  margin-top: 1.238rem;
}

footer.footer .footer-title,
footer.footer .footer-contact-phone a {
  font-weight: 700;
}

footer.footer .footer-contact-phone a:hover,
footer.footer .footer-nav-menu a:hover {
  text-decoration: underline;
}

footer.footer .footer-whatsapp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

footer.footer .footer-whatsapp-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2.5rem 1.5rem;
  background: #ffffff;
  border-radius: 10px 0px 10px 10px;
  position: relative;
}

footer.footer .footer-whatsapp-btn:hover,
footer.footer .footer-whatsapp-btn:hover .icon-whatsapp {
  background: #f0f0f0;
}

footer.footer .icon-whatsapp {
  width: 6.188rem;
  height: 6.188rem;
  border-radius: 999px;
  display: flex;
  align-items: start;
  justify-content: center;
  padding-top: 0.938rem;
  position: absolute;
  top: -50%;
  transform: translateY(25%);
  background-color: #fff;
}

footer.footer .footer-whatsapp-btn p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  font-size: 1rem;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #00276b;
  z-index: 1;
}

footer.footer .footer-whatsapp-btn .highlight {
  font-family: "Akira_Expanded", Impact, "Arial Black", system-ui, -apple-system,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.875rem;
  letter-spacing: unset;
}

/* RESPONSIVE STYLES */

@media (max-width: 1919px) {
  /* GLOBAL STYLES */

  html {
    font-size: 15px;
  }
}

@media (max-width: 1365px) {
  /* GLOBAL STYLES */

  html {
    font-size: 12px;
  }

  .container {
    padding-inline: 1.25rem;
  }

  /* HEADER */

  .header {
    flex-direction: column;
    align-items: center;
  }

  .main-nav .main-nav-list {
    flex-wrap: wrap;
    margin-block: clamp(3rem, 5vw, 4rem) 0;
    justify-content: space-around;
    gap: 2rem 3rem;
  }

  /* SECTION PARTNERS */

  section.partners .partners-list {
    justify-content: center;
    gap: 4rem 4.75vw;
  }
}

@media (max-width: 960px) {
  /* BRAND PHOTO BGFULL */

  figure.brand-photo-bgfull {
    aspect-ratio: 1000 / 1000;
    padding: 10rem 0;
  }

  /* SECTION PARTNERS */

  section.partners {
    align-items: center;
    gap: 4rem;
    padding-block: 8rem 6rem;
  }

  section.partners .partners-list {
    gap: 5rem 3vw;
  }

  section.partners .partners-item {
    flex: 0 1 40%;
    max-width: 40vw;
  }

  /* FOOTER */

  footer.footer .footer-content {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    gap: 6vh;
  }

  footer.footer .column-divider {
    display: none;
  }

  footer.footer .footer-content > section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  footer.footer .footer-title {
    font-size: 1.5rem;
    margin-block: 0.5vh;
  }

  footer.footer .footer-nav-menu {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    margin-top: 2vh;
  }
  footer.footer .footer-contact-phone {
    margin-top: 2vh;
  }

  footer.footer .footer-whatsapp {
    margin-top: 6vh;
  }
}

@media (max-width: 600px) {
  /* HEADER */

  .main-nav .main-nav-list {
    gap: 1.5rem 2rem;
    margin-block: clamp(5rem, 5vw, 4rem) 0;
  }

  /* SECTION PARTNERS */

  section.partners .partners-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    flex: 0 1 60%;
    max-width: 60vw;
  }
}
