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

@media screen and (min-width: 992px) {
  header {
    background: #1A1A1A;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #FAFAFA;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    position: relative;
  }

  .navbar-expand-lg .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #FAFAFA;
    transition: .3s ease;
  }

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

  header .inf-more-container {
    position: absolute;
    bottom: -18px;
    right: 0;
    background: #006082;
    padding: 4px 20px 8px 20px;
  }

  header .inf-more-container .left-top,
  header .inf-more-container .left-bottom {
    position: absolute;
  }

  header .inf-more-container .left-top {
    left: -17px;
    top: 0;
    width: 25px;
    height: 18px;
  }

  header .inf-more-container .left-bottom {
    bottom: 0;
    left: -46px;
    width: 46px;
    height: 18px;
  }

  header .inf-more-container .right-top,
  header .inf-more-container .right-bottom {
    position: absolute;
  }

  header .inf-more-container .right-top {
    right: -17px;
    top: 0;
    width: 25px;
    height: 18px;
  }

  header .inf-more-container .right-bottom {
    bottom: 0;
    right: -46px;
    width: 66.5px;
    height: 18px;
  }

  header .inf-more-container a {
    color: #EBECEC;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 350;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-expand-lg .navbar-nav .nav-link {

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


  header .inf-more-container a {

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

  header .inf-more-container .left-top {
    left: -14px;
    top: 1px;
    width: 25px;
    height: 18px;
  }



  header .inf-more-container .left-bottom {
    bottom: 0;
    left: -45px;
    width: 46px;
    height: 18px;
  }

  header .inf-more-container .right-top {
    right: -13px;
    top: 1px;
    width: 25px;
    height: 18px;
  }

  header .inf-more-container .right-bottom {
    bottom: 0;
    right: -46px;
    width: 66.5px;
    height: 18px;
  }

}

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

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

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

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

  color: #393C3C;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  text-transform: capitalize;
}

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 {

  transition: .3s;
  color: #393C3C;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}

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;
  background-color: transparent;
  color: #333333;
  border: none;
  font-size: 10px;
}

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

.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: 1440px) {
  .copyright-footer p {

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

  footer h3 {
    margin: 0 0 12px 0;

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


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


    font-size: 14px;
    font-weight: 500;
    line-height: 21.6px;
  }
}


.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: 10px 14px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #FAFAFA;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.custom-label {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #B0CED8;
  color: #006082;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  width: fit-content;
}

.custom-title {
  color: #4A4848;
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin: 8px 0 0 0;
}

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

    padding: 12px 16px;
    border: 2px solid var(--primary-color);
    font-size: 16px;
    font-weight: 600;
  }

  .custom-label {

    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }

  .custom-title {

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

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

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

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

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

.banner-sig .custom-btn:nth-child(2) {
  background-color: transparent;
  border-color: #fafafa;
}

.splide-banner .splide__pagination.splide__pagination--ltr {max-width: 1180px; bottom: 4rem;width: 100%; display: flex; justify-content: start; margin: 0 auto; padding-left: 0;}
.splide-banner .splide__pagination__page {opacity: 1; transform: none !important;width: 80px; height: 8px; border-radius: 4px; background: #6C6C6C; transition: var(--transition);}
.splide-banner .splide__pagination__page:is(.is-active) {background: #FAFAFA;}


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

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

  .banner-sig p {

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

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

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

.who-we-are-container .title span {
  display: block;
  color: #6C6C6C;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 32px 0;
}

.who-we-are-container img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.who-we-are-container .who-we-are-container__card {
  display: flex;
  padding: 24px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #EEE;
  background: #F6F6F6;

}

.who-we-are-container h3 {
  color: #4A4848;
  font-family: Archivo;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

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


.mvv-container .mvv-container__card {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  max-width: 347px;
}

.mvv-container .mvv-container__card h2 {
  color: #006082;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 8px 0 4px 0;
}

.mvv-container .mvv-container__card p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  margin: 0;
}

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

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

  .who-we-are-container h3 {

    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
  }

  .who-we-are-container p {

    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 16px 0 32px 0;
  }

  .mvv-container .mvv-container__card h3 {

    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    margin: 16px 0 8px 0;
  }

  .mvv-container .mvv-container__card p {

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

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

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

.services-container {
  background: #F6F6F6;
}

.services-container .content p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  margin: 12px 0 18px 0;
}

.services-container .content a {
  background: transparent;
  border-color: #006082;
  color: #006082;
}

.card-23 {
  width: 100%;
  height: 316px;
  border-radius: .625rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), var(--card-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .4s ease;
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


.card-23:hover {
  top: -20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), var(--card-bg);

}

.card-23__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 2.5rem 1.5rem;
}

.card-23__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 0;
  transition: all 0.4s ease;
  opacity: 0;
}

.card-23:hover .card-23__content {
  height: 100%;
  opacity: 1;
}

.card-23 .card-23__title,
.card-23 .card-23__content__text,
.card-23 .card-23__content__button {
  color: #FAFAFA;
}

.card-23 .card-23__title {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  position: relative;
  margin: 0;
}

.card-23 .card-23__title::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: .125rem;
  width: 80px;
  background-color: #FAFAFA;
  transition: .3s ease;
}

.card-23:hover .card-23__title::before {
  background-color: #1F61B8;
  width: 8.75rem;
}

.card-23 .card-23__content__text {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  margin: 12px 0 12px 0;
}

.card-23 .card-23__content__button {
  width: fit-content;
  padding: .6875rem 1rem;
  border-radius: 1.875rem;
  background-color: var(--primary-color);
  font-weight: 600;
  font-size: .875rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  height: 2.4375rem;
  transition: all .4s ease;
  text-decoration: none;
}

.card-23 .card-23__content__button:hover {
  filter: brightness(85%);
}

@media screen and (max-width: 960px) {
  .card-23 .card-23__content {
    height: 145px;

  }
}

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

    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 24px 0 32px 0;
  }

  .card-23 .card-23__title {
    font-weight: 600;
    font-size: 1.8125rem;
  }


  .card-23 .card-23__content__text {
    font-weight: 600;
    font-size: 1rem;
    margin: 24px 0 24px 0;
  }

}

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

/* ==================== CTA-DEFAULT ==================== */

.cta-default .label {
  color: #B0CED8;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  display: block;
}

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

.cta-default p {
  color: #B0CED8;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 24px 0;
}

.cta-default a {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #1A1A1A;
}

@media screen and (min-width: 1440px) {
  .cta-default .label {

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

  .cta-default h2 {

    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    margin: 8px 0 16px 0;
  }

  .cta-default p {

    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    margin: 0 0 40px 0;
  }
}

/* ================== FIM CTA-DEFAULT ================== */

/* ==================== EMPHASIS-CONTAINER ==================== */

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

.emphasis-container .title {
  color: #006082;
  text-align: center;
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px;
  margin: 8px 0 40px 0;
}

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

/* ================== FIM EMPHASIS-CONTAINER ================== */

/* ==================== PANELS-CONTAINER ==================== */

.panels-container__card h2 {
  color: #4A4848;
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.panels-container__card p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  margin: 8px 0 16px 0;
}

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

    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
  }

  .panels-container__card p {

    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 16px 0 32px 0;
  }
}

/* ================== FIM PANELS-CONTAINER ================== */

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

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

.services-container--pages.content {
  background: #F6F6F6;
}

.services-container--pages__card {
  border-radius: 16px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  height: 100%;
}

.services-container--pages__card h3 {
  color: #006082;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 16px 0 8px 0;
  text-transform: uppercase;
}

.services-container--pages__card p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  margin: 0;
}

.services-container--pages .accordion-item {
  border-radius: 16px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  padding: 24px 16px;
}

.services-container--pages .accordion-item h2 {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  margin: 0;
}

.services-container--pages .accordion-item .accordion-button {
padding: 0;
background: transparent;
}

.services-container--pages .cover {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

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

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

  .services-container--pages__card h3 {

    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    margin: 16px 0 8px 0;
  }

  .services-container--pages__card p {

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

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