header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0
}

header .nav-link {
  color: #1A1A1A;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}

header .nav-link::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: .3s ease;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

header .navbar-nav .nav-link.active::before,
header .navbar-nav .nav-link:hover::before {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  header .nav-link {

    font-size: 18px;
  }
}

/* FOOTER */
footer {
  border-top: 1px solid #E9E9E9;
  background: #F6F6F6;
  margin-top: 3rem;
}

footer .logo-desktop {
  max-width: 200px;
}

footer h3 {
  margin: 0 0 18px 0;
  color: #6C6C6C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
  text-transform: uppercase;
}

footer p {
  color: #969696;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
}

footer .footer__nav li a:not(.btn) {

  color: #6C6C6C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}

footer .footer__nav li a i {
  font-size: 10px
}

footer .footer__nav li a:hover {
  color: var(--primary-color-light)
}

footer .address :is(span, a):not(.btn),
footer span {

  color: #6C6C6C;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

footer i {
  color: var(--primary-color);
}

footer iframe {
  border-radius: 1rem;
  width: 100%;
}

footer .address a:not(.btn):hover {
  color: var(--primary-light-color)
}

.copyright-footer .btn.selos {
  min-height: unset;
  color: #6C6C6C;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.copyright-footer .btn.selos i {
  color: #6C6C6C;
}

.copyright-footer p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
}

@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
}

@media screen and (min-width: 1400px) {
  footer h3 {
    margin: 0 0 22px 0;
    font-size: 18px;
    line-height: 25.2px;
  }


  footer .footer__nav li a:not(.btn) {
    font-size: 18px;
    line-height: 25.2px;
  }

  .copyright-footer p {

    font-size: 14px;
    line-height: 21px;
  }

  .copyright-footer .btn.selos {

    font-size: 14px;
    line-height: 21px;
  }

  footer .address :is(span, a):not(.btn),
  footer span {
    font-size: 14px;
  }
}


.card.card--23 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 1rem;
  background-color: var(--dark);
  background-image: linear-gradient(-45deg, var(--dark), var(--grey)), var(--card-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply, normal;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  height: 100%
}

.card.card--23:focus-within,
.card.card--23:hover {
  box-shadow: 0 0 0 2px var(--secondary-color)
}

.card.card--23 .card__title {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 0 .25rem var(--dark);
  margin: 0;
  min-height: calc(1.25rem * 2 * 1.3)
}

.card.card--23 .card__link {
  z-index: 1;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-transform: uppercase;
  transition: var(--transition);
  color: var(--light);
  font-weight: 600;
  border: 2px solid currentColor;
  border-radius: 99px
}

.card.card--23 .card__link>span {
  width: 0;
  max-width: fit-content;
  opacity: 0;
  transition: var(--transition)
}

.card.card--23 .card__link:focus>span,
.card.card--23 .card__link:hover>span {
  width: 100px;
  opacity: 1;
  margin-right: .5rem
}

.card.card--23 .card__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backface-visibility: visible
}

.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color)
}

.shadow-19 {
  box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.title-subtitle {
  margin-bottom: 0
}

.title-subtitle span {
  display: block;
  font-size: .9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: .25rem;
  text-transform: uppercase
}

/* ================= CLIENTES ================= */
.clientes .clientes__item {
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  overflow: hidden
}

.clientes .clientes__item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto;
  opacity: .75;
  border-radius: var(--bs-border-radius-sm);
  transition: opacity var(--transition)
}

.clientes .clientes__item:hover img {
  opacity: 1
}

/* ==================== CUSTOM ==================== */

.custom-title {
  color: var(--primary-color);
  text-align: center;
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 32px 0;
}

.custom-btn {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: var(--primary-color);
  color: #FAFAFA;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

@media screen and (min-width: 1400px) {
  .custom-btn {
    font-size: 16px;
  }
}

/* ================== FIM CUSTOM ================== */

/* ==================== BANNER ==================== */

.banner-sig h2 {
  color: #FAFAFA;
  font-family: Archivo;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
}

.banner-sig p {
  color: #FAFAFA;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: 16px 0 32px 0;
}

.banner-sig a:nth-child(2) {
  background-color: transparent;
  border-color: #FAFAFA;
}

@media screen and (min-width: 1400px) {
  .banner-sig h2 {

    font-size: 56px;
    line-height: 67.2px;
  }

  .banner-sig p {

    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 32px 0;
    font-weight: 600;
  }
}

/* ================== FIM BANNER ================== */

/* ==================== WHO-WE-ARE-CONTAINER ==================== */

.who-we-are-container .title {
  color: var(--primary-color);
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.who-we-are-container .title span {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.who-we-are-container p {
  color: #4A4848;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
}

.who-we-are-container a {
  margin-top: 14px;
}

.who-we-are-container img {
  border-radius: .5rem;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .who-we-are-container .title {
    font-size: 40px;
  }

  .who-we-are-container .title span {

    font-size: 16px;
    line-height: 24px;
  }

  .who-we-are-container p {

    font-size: 18px;
  }
}

/* ================== FIM WHO-WE-ARE-CONTAINER ================== */

/* ==================== SERVICES-CONTAINER ==================== */

.services-container .subtitle {
  color: #6C6C6C;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  display: block;
}

.services-container .title {
  color: var(--primary-color);
  font-family: Archivo;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 52px 0;
}


.services-container__card {
  border-radius: 16px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  box-shadow: 0 1px 4px 0 rgba(144, 118, 95, 0.08);
  overflow: hidden;
}

.services-container__card .cover {
  overflow: hidden;
  width: 100%;

}

.services-container__card img {
  width: 100%;
  height: 198px;
  transition: .3s ease;
  transform: scale(1);
}

.services-container__card:hover img {
  transform: scale(1.1);
}

.services-container__card .content {
  padding: 1.5rem;
}

.services-container__card h3 {
  color: #4A4848;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.2px;
  margin: 0 0 4px 0;
}

.services-container__card p {
  overflow: hidden;
  color: #6C6C6C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  margin: 0;
}

.services-container__card a {
  margin-top: 32px;
}

@media screen and (min-width: 1400px) {
  .services-container .subtitle {

    font-size: 18px;
    line-height: 27px;
  }

  .services-container .title {

    font-size: 32px;
    line-height: 38.4px;
    margin: 0 0 52px 0;
  }

}

/* ================== FIM SERVICES-CONTAINER ================== */

/* ==================== CUSTOM-CTA ==================== */

.custom-cta {
  background: linear-gradient(180deg, #0371C3 0.23%, #02508A 99.76%);
  padding: 24px;
}

.custom-cta .subtitle {
  color: #B1D3EC;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  display: block;
}

.custom-cta .title {
  color: #FAFAFA;
  text-align: center;
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

.custom-cta p {
  color: #B1D3EC;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.2px;
  margin: 0;
}

.custom-cta a {
  margin-top: 18px;
  background: #fafafa;
  border-color: #fafafa;
  color: #1A1A1A;
}

@media screen and (min-width: 1400px) {
  .custom-cta .subtitle {

    font-size: 18px;
    line-height: 25.2px;
  }

  .custom-cta .title {

    font-size: 48px;
    margin: 8px 0 16px 0;
  }

  .custom-cta p {

    font-size: 18px;
    line-height: 25.2px;
  }

  .custom-cta a {
    margin-top: 32px;
  }
}

/* ================== FIM CUSTOM-CTA ================== */

.emphasis-container .title {
  color: var(--primary-color);
  text-align: center;
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin: 8px 0 32px 0;
}

.emphasis-container .subtitle {
  color: #6C6C6C;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  display: block;
}

/* ==================== MVV-CONTAINER ==================== */

.mvv-container__card {
  border-radius: 8px;
  border: 1px solid#E9E9E9;
  background: #FAFAFA;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  padding: 24px;
  width: 100%;
  transition: .3s ease;
}

.mvv-container__card:hover {
  border-color: #B1D3EC;
  background: #FAFAFA;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05), 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  transform: translateY(-10px);
}

.mvv-container__card h3 {
  color: #4A4848;
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  margin: 16px 0 8px 0;
  transition: .3s ease;
}

.mvv-container__card:hover h3 {
  color: var(--primary-color);
}

.mvv-container__card p,
.mvv-container__card li {
  color: #4A4848;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  list-style: inside;
}

.mvv-container__card ul {
  margin: 0;
}

@media screen and (min-width: 1400px) {
  .mvv-container__card h3 {

    font-size: 22px;
    line-height: 26.4px;
    margin: 16px 0 8px 0;
  }

  .mvv-container__card p {

    font-size: 16px;
    line-height: 24px;
  }
}

/* ================== FIM MVV-CONTAINER ================== */

/* ==================== OUR-STRUCTURE-CONTAINER ==================== */

.our-structure-container .subtitle {
  color: var(--primary-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.our-structure-container .title {
  color: #242424;
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 4px 0 16px 0;
}

.our-structure-container p {
  color: #4A4848;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 25.2px;
  margin: 0;
}

.our-structure-container__card h3 {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  margin: 16px 0 0 0;
}

.our-structure-container img {
  width: 100%;
  height: 100%;
  border-radius: .5rem;
}

@media screen and (min-width: 1400px) {
  .our-structure-container .subtitle {

    font-size: 16px;
    line-height: 24px;
  }

  .our-structure-container .title {

    font-size: 40px;
    line-height: 48px;
    margin: 4px 0 16px 0;
  }

  .our-structure-container p {

    font-size: 18px;
    line-height: 25.2px;
  }

  .our-structure-container__card h3 {

    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 0 0;
  }

}

/* ================== FIM OUR-STRUCTURE-CONTAINER ================== */

/* ==================== REGIONS-CONTAINER ==================== */

.regions-container .subtitle {
  color: var(--primary-color);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.regions-container .title {
  color: #242424;
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.regions-container p {
  color: #4A4848;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px;
}



@media screen and (min-width: 1400px) {
  .regions-container .subtitle {

    font-size: 16px;
    line-height: 24px;
  }

  .regions-container .title {

    font-size: 40px;
    line-height: 48px;
    margin: 0 0 16px 0;
  }

  .regions-container p {

    font-size: 18px;
    line-height: 25.2px;
  }
}

/* ================== FIM REGIONS-CONTAINER ================== */

.projects-container h2 {
  color: var(--primary-color);
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 38.4px;
  margin: 0 0 32px 0;
}

.projects-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==================== CUSTOMERS-CONTAINER ==================== */

.customers-container h2 {
  color: var(--primary-color);
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 38.4px;
  margin: 0 0 32px 0;
}

/* ================== FIM CUSTOMERS-CONTAINER ================== */

/* ==================== TESTIMONIALS-CONTAINER ==================== */

.testimonials-container__card {
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  padding: 24px;
  height: 100%;
}

.testimonials-container__card img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 40px;
}

.testimonials-container__card h3 {
  color: #4A4848;
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  margin: 14px 0 0 0;
}

.testimonials-container__card .subtitle {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 8px 0;
}

.testimonials-container__card p {
  color: #4A4848;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  margin-top: 0;
}

@media screen and (min-width: 1400px) {
  .testimonials-container__card img {
    width: 64px;
    height: 64px;
    aspect-ratio: 1/1;
    border-radius: 40px;
  }

  .testimonials-container__card h3 {

    font-size: 22px;
    line-height: 26.4px;
    margin: 24px 0 0 0;
  }

  .testimonials-container__card .subtitle {

    font-size: 14px;
    line-height: 21px;
    margin: 0 0 8px 0;
  }

  .testimonials-container__card p {

    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
}

/* ================== FIM TESTIMONIALS-CONTAINER ================== */