header {
  background-color: #111224;
}

header .logo-desktop,
header .logo-mobile-menu {
  width: 100px;
  margin: 15px 0
}

header #topo-bootstrap address a {
  color: #E1E2E2;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

header #topo-bootstrap i {
  color: var(--primary-color);
}

header #topo-bootstrap .container {
  border-bottom: 1px solid #2B2D2D;
}

header .nav-link {
  color: #fafafa;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  position: relative;
}

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

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

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

@media screen and (min-width: 1440px) {
  header #topo-bootstrap address a {

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


  header .nav-link {

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

}

/* FOOTER */
footer {
  background: #111224;
}

footer .social__icon {
  border: none;
}

footer .social {
  justify-content: center;
}

footer .address {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: var(--light)
}

footer .footer__nav li a:not(.btn) {
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25.2px;
  transition: .3s
}

footer .newsletter-form label {
  color: rgba(238, 238, 238, 0.60);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 4px;
}

footer .newsletter-form .form-control {
  border-radius: 16px 0 0 16px;
  border: 1px solid #333636;
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  padding: 8px;
  align-items: center;
  height: 100%;
  font-size: 11px;
  color: #C8C8C8;
}

footer .newsletter-form .form-control::placeholder {
  color: #C8C8C8;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}

footer .newsletter-form button {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 0 16px 16px 0;
  background: var(--primary-color);
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}

footer .footer__nav li a i {
  font-size: .625rem
}

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

footer .address :is(span, a):not(.btn) {
  color: #E1E2E2;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  transition: .3s
}

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

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

.copyright-footer p {
  margin: 0;
  color: #BCBCBC;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
}

.copyright-footer .btn.selos {
  color: #BCBCBC;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: transparent;
}

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

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

@media screen and (min-width: 1440px) {
  footer .address {
    gap: 14px;
  }

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

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

  .copyright-footer p {

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

  .copyright-footer .btn.selos {

    font-size: 16px;
  }

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

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

  footer .newsletter-form label {

    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 8px;
  }


  footer .newsletter-form .form-control {

    border: 1px solid #333636;
    padding: 14px;
  }

  footer .newsletter-form .form-control::placeholder {

    font-size: 16px;
  }

  footer .newsletter-form button {

    padding: 14px;
    font-size: 20px;
  }

}

.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-btn {
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 2px solid #FAFAFA;
  color: #F6F6F6;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background-color: transparent;
}

@media screen and (min-width: 1440px) {
  .custom-btn {

    padding: 11px 16px;
    border: 2px solid #FAFAFA;
    font-size: 18px;
  }
}

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

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

.banner-sig h2 {
  color: #FAFAFA;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;

}

.banner-sig p {
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 8px 0 32px 0;
}

.banner-sig a:nth-child(2) {
  background-color: var(--primary-color);
  border-color: var(--primary-color);

}

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

    font-size: 40px;
    line-height: 48px;
  }

  .banner-sig p {

    font-size: 20px;
    line-height: 28px;
    margin: 8px 0 32px 0;
  }
}

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

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

.who-we-are-container .title {
  color: #111224;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.who-we-are-container .title span {
  color: var(--primary-color);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 14px 0;
}

.who-we-are-container p {
  color: #585858;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.who-we-are-container a {
  border-color: var(--primary-color);
  color: var(--primary-color);
  margin-top: 32px;
}

@media screen and (min-width: 1440px) {
  .who-we-are-container .title {

    font-size: 40px;
    line-height: 48px;
  }

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

    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 1.6px;
    margin: 0 0 24px 0;
  }

  .who-we-are-container p {

    font-size: 20px;
    line-height: 28px;
  }

  .who-we-are-container a {

    margin-top: 40px;
  }
}

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


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

.mvv-container__card {
  border-radius: 16px;
  border: 3px solid #269B79;
  box-shadow: 0 12px 26px 0 rgba(25, 33, 61, 0.12);
  overflow: hidden;
  position: relative;
  padding: 24px;
  width: 100%;
  max-width: 29rem;
}

.mvv-container__card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #269B79;
  transition: .3s ease;
  z-index: -1;
}

.mvv-container__card:hover::before {
  height: 40%;
}

.mvv-container__card .content {
  border-radius: 8px;
  background: #F6F6F6;
  box-shadow: 0 2px 6px 0 rgba(25, 33, 61, 0.14);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
}

.mvv-container__card .hover {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: .3s ease;
}

.mvv-container__card:hover .hover {
  opacity: 1;
}

.mvv-container__card h3 {
  color: #969696;
  text-align: center;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin: 16px 0 12px 0;
  transition: .3s ease;
}

.mvv-container__card:hover h3 {
  color: #269B79;
}

.mvv-container__card p,
.mvv-container__card li {
  color: #585858;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.mvv-container__card ul {
  margin: 0;
}

.mvv-container__card li {
  list-style: none;
}

@media screen and (min-width: 1440px) {

  .mvv-container__card {

    padding: 2rem;
  }


  .mvv-container__card .content {

    padding: 32px;
  }



  .mvv-container__card h3 {

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

  .mvv-container__card p,
  .mvv-container__card li {

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

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

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

.services-container {
  background: #F6F6F6;
}

.services-container .content h2 {
  color: #111224;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.services-container .content p {
  color: #585858;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 8px 0 12px 0;
}

.services-container .content a {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.services-container .content a:hover {
  color: #fafafa;
}


.services-container__card {
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  display: flex;
  padding: 26px 14px;
  flex-direction: column;
  align-items: flex-start;
  transition: .3s ease;
  position: relative;
}

.services-container__card:hover {
  border-color: var(--primary-color);
  background: #E9F5F2;
}


.services-container__card .icon {
  display: flex;
  width: 48px;
  height: 48px;
  font-size: 22px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background: #BCE0D5;
}

.services-container__card .hover {
  position: absolute;
  left: 14px;
  top: 26px;
  z-index: 3;
  opacity: 0;
  transition: .3s ease;
}


.services-container__card:hover .hover {
  opacity: 1;
}

.services-container__card h3 {
  color: #707070;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 12px 0 4px 0;
}

.services-container__card:hover h3 {
  color: #111224;
}

.services-container__card p {
  color: #707070;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0 0 12px 0;
  transition: .3s ease;
}



.services-container__card a {
  background-color: var(--primary-color);
  color: #fafafa;
}

.services-container__card:hover a {
  background: #1E7C61;
}

@media screen and (min-width: 1440px) {
  .services-container .content h2 {

    font-size: 40px;
    line-height: 48px;
  }

  .services-container .content p {

    font-size: 20px;
    line-height: 28px;
  }


  .services-container__card {

    padding: 32px 24px;
  }

  .services-container__card .hover {
    left: 24px;
    top: 32px;
  }

  .services-container__card h3 {

    font-size: 20px;
    line-height: 28px;
    margin: 32px 0 8px 0;
  }

  .services-container__card p {

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

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


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

.custom-cta {
  border-radius: 1rem;
  background: url('../imagens/cta/cta.webp') no-repeat;
  background-size: cover;
}

.custom-cta h2 {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}

.custom-cta h2>span {
  font-size: 42px;
  font-family: Montserrat;
  font-weight: 900;
  line-height: 42px;
  display: block;
  margin: 8px 0;
}

.custom-cta p {
  color: #FAFAFA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

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

@media screen and (max-width: 992px) {
  .custom-cta {
    border-radius: 1rem;
    background: url('../imagens/cta/mobile.webp') no-repeat;
    background-size: cover;
  }

}

@media screen and (min-width:1440px) {
  .custom-cta .btn {

    font-size: 20px;
  }

  .custom-cta h2 {

    font-size: 20px;
    line-height: 18px;
    letter-spacing: 3.6px;
  }

  .custom-cta h2>span {
    font-size: 50px;
    line-height: 49.5px;
    margin: 8px 0 16px 0;
  }

}

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

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

.customers-container {
  background: #1E7C61
}

.customers-container h2 {
  color: #FAFAFA;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.customers-container p {
  color: #FAFAFA;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}

.customers-container__card {
  height: 146px;
  width: 100%;
  max-width: 16.3125rem;
}

@media screen and (min-width: 1440px) {
  .customers-container h2 {

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

  .customers-container p {

    font-size: 20px;
    line-height: 28px;
  }
}

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

/* ==================== TEAMS-CONTAINER ==================== */

.teams-container h2 {
  color: #393C3C;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin: 0 0 14px 0;
}

.teams-container ul {
  margin: 0;
}

.teams-container p,
.teams-container li {
  color: #585858;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.teams-container li {
  margin: 0;
  list-style: inside;
}

@media screen and (min-width: 1440px) {
  .teams-container h2 {

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

  .teams-container p,
  .teams-container li {

    font-size: 20px;
    line-height: 28px;
  }
}


/* ================== FIM TEAMS-CONTAINER ================== */

.projects-container__card {}

.projects-container__card h2 {
  color: #393C3C;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.projects-container__card p {
  color: #585858;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 8px 0 16px 0;
}

.projects-container__card a {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--primary-color);
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.projects-container__card img {
  width: 100%;
  height: 320px;
  border-radius: 4px;
}

@media screen and (min-width: 1440px) {
  .projects-container__card h2 {

    font-size: 40px;
    line-height: 48px;
  }

  .projects-container__card p {

    font-size: 20px;
    line-height: 28px;
    margin: 16px 0 32px 0;
  }

  .projects-container__card a {

    padding: 11px 16px;
    font-size: 18px;
  }
}