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

header {
  background-color: var(--bs-secondary-bg);
}

@media screen and (min-width: 992px) {
  header .navbar-nav .nav-link {
    color: #585858;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    text-transform: capitalize;
  }
}

@media screen and (min-width: 1440px) {
  header .navbar-nav .nav-link {
    font-size: 18px;
  }
}

/* FOOTER */
footer {

  border-top: 2px solid rgba(0, 75, 115, 0.20);
  background: linear-gradient(180deg, #FAFAFA 65.96%, #E6EDF3 115.31%);
}

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

footer h3 {
  margin: 0 0 16px 0;
  color: #C3C3C3;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

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

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

  color: #4A4848;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
}

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 .address i {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: var(--secondary-color);
  color: #131C2E;
  height: 36px;
  width: 36px;
  font-size: 12px;
  flex-shrink: 0;
}

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


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

.copyright-footer {
  border-top: 1px solid #E9E9E9;
}


.copyright-footer .btn.selos,
.copyright-footer .btn.selos i {
  min-height: unset;
  color: #333333;
  font-size: 12px;
}

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

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

@media screen and (min-width: 1400px) {
  footer .footer__nav li a:not(.btn) {


    font-size: 16px;
  }

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

  footer h3 {
    font-size: 18px;
  }

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


    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-subtitle {
  color: var(--secondary-color);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  display: block;
}

.custom-title {
  color: #191919;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  margin: 18px 0 32px 0;
}

.custom-title span {
  font-weight: 600;
}

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

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

  .custom-title {

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

}

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

/* ==================== BANNER-SIG ==================== */

.banner-sig h2 {
  color: #FAFAFA;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.banner-sig h2 span {
  color: var(--secondary-color);
  font-weight: 700;
}

.banner-sig p {
  color: #C8C8C8;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 14px 0 18px 0;
}

.banner-sig a {
  border-radius: 24px;
  background: var(--secondary-color);
  padding: 10px 14px;
  color: #222424;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  text-transform: capitalize;
  border-color: var(--secondary-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: 24px 0 32px 0;
  }

  .banner-sig a {

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

/* ================== FIM BANNER-SIG ================== */

.slider-customers img {
  aspect-ratio: 2/1;
  object-fit: contain;
}

.slider-customers::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  background: #FFF;
  background: #FFF;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

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

.who-we-are-container p {
  color: #707070;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.who-we-are-container a {
  border-radius: 24px;
  border: 1px solid #1F1F1F;
  background-color: transparent;
  color: #1F1F1F;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin: 24px auto 0 auto;
  display: flex;
  width: fit-content;
}


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

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

  .who-we-are-container a {

    border: 2px solid #1F1F1F;
    font-size: 18px;
  }


}

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

/* ==================== DIFFERENTIAL-CONTAINER ==================== */

.differential-container {
  background: radial-gradient(50% 50% at 50% 50%, #1F1F1F 0%, #191919 100%);
}

.differential-container .custom-subtitle {
  border-radius: 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  background: rgba(177, 200, 217, 0.15);
  color: #fafafa;
  width: fit-content;
  padding: 8px;
  margin: 0 auto;
}

.differential-container .custom-title {
  color: #fafafa;
}

.differential-container__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.differential-container__card h3 {
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  margin: 16px 0 0 0;
}

@media screen and (min-width:1440px) {
  .differential-container .custom-subtitle {

    padding: 12px 8px;
  }

  .differential-container__card h3 {

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

/* ================== FIM DIFFERENTIAL-CONTAINER ================== */

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

.services-container__card {
  border-radius: 16px;
  background: #FAFAFA;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: start;
  transition: .3s ease;
  border: 1.5px solid transparent;
  position: relative;
}

.services-container__card .custom-icon {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 3;
  opacity: 0;
  transition: .3s ease;
}

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

.services-container__card:hover {

  border-color: rgba(4, 78, 131, 0.35);
  background: radial-gradient(146.82% 146.82% at 50% 50%, #FAFAFA 0%, #E6EDF3 100%);
  box-shadow: 0 39px 11px 0 rgba(0, 0, 0, 0.00), 0 25px 10px 0 rgba(0, 0, 0, 0.01), 0 14px 8px 0 rgba(0, 0, 0, 0.03), 0 6px 6px 0 rgba(0, 0, 0, 0.04), 0 2px 3px 0 rgba(0, 0, 0, 0.05);
}

.services-container__card h3 {
  color: #707070;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 13px 0;
  transition: .3s ease;
}

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

.services-container__card p {
  color: #969696;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  transition: .3s ease;
}

.services-container__card:hover p {
  color: #393C3C;
}

.services-container__card a {
  border-radius: 24px;
  background: transparent;
  padding: 9px 16px;
  color: #585858;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 12px;
  transition: .3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.services-container__card:hover a {

  background: var(--secondary-color);
  color: #222424;
}

@media screen and (min-width:1440px) {
  .services-container__card h3 {

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

  .services-container__card p {

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

  .services-container__card a {

    padding: 9px 16px;
    font-family: Montserrat;
    font-size: 18px;
    margin-top: 16px;
  }

}

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

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

.cta-default h2 {
  color: #FAFAFA;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  text-align: start;
  font-weight: 500;
  margin: 0 0 16px 0;
}

.cta-default p {
  color: #E1E1E1;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  text-align: start;
  font-weight: 400;
  margin: 0;
}

.cta-default form {
  border-radius: 24px;
  padding: 24px;
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 75, 115, 0.10);
  backdrop-filter: blur(8px);
}

.cta-default form .form-label {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-align: start;
  display: block;
}

.cta-default form .form-control,
.cta-default form .form-select {
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(250, 250, 250, 0.20);
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
  background: transparent;
}

.cta-default form .form-control::placeholder,
.cta-default form .form-select {
  color: rgba(250, 250, 250, 0.45);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.cta-default form .btn {
  padding: 12px;
  border-radius: 24px;
  background: var(--secondary-color);
  color: #222424;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

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

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

  .cta-default p {

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

  .cta-default form .form-label {
    font-size: 16px;
  }


  .cta-default form .form-control,
  .cta-default form .form-select {
    padding: 16px;
  }

  .cta-default form .form-control::placeholder,
  .cta-default form .form-select {

    font-size: 16px;
  }

  .cta-default form .btn {
    padding: 16px;
    font-size: 18px;
  }

}


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

/* ==================== PRODUCTS-CONTAINER ==================== */

.products-container .header a {
  padding: 13px;
  border-radius: 24px;
  border: 2px solid #1F1F1F;
  color: #1F1F1F;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  border: 1.5px solid transparent;
  transition: .3s ease;
}

.products-container__card {
  border-color: rgba(4, 78, 131, 0.35);
  background: linear-gradient(180deg, #FAFAFA 65.96%, #E6EDF3 115.31%);
  box-shadow: 0 28px 8px 0 rgba(64, 64, 64, 0.00), 0 18px 7px 0 rgba(64, 64, 64, 0.01), 0 10px 6px 0 rgba(64, 64, 64, 0.03), 0 5px 5px 0 rgba(64, 64, 64, 0.04), 0 1px 2px 0 rgba(64, 64, 64, 0.05);
  border-radius: 1.375rem;
  overflow: hidden;
}

.products-container__card .cover {
  overflow: hidden;
}

.products-container__card .cover img {
  transform: scale(1);
  transition: .3s ease;
}

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

.products-container__card .content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.products-container__card h3 {
  color: #707070;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  transition: .3s ease;
}

.products-container__card:hover h3 {
  color: #1F1F1F;
}

.products-container__card p {
  color: #969696;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 16px 0 24px 0;
  transition: .3s ease;
}

.products-container__card:hover p {
  color: #585858;
}

.products-container__card a {
  display: flex;
  padding: 9px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: transparent;
  color: #585858;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  transition: .3s ease;
  gap: 8px;
}

.products-container__card:hover a {
  background-color: var(--secondary-color);
  color: #222424;
}

@media screen and (min-width:1440px) {
  .products-container .header a {
    padding: 16px;
    border: 2px solid #1F1F1F;
    font-size: 18px;
  }

  .products-container__card h3 {

    font-size: 20px;

    margin: 0;
  }

  .products-container__card p {

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


  .products-container__card a {

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

/* ================== FIM PRODUCTS-CONTAINER ================== */

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

.teams-container__card img {
  border-radius: 220px;
  height: 220px;
  width: 220px;
  object-fit: contain;
}

.teams-container__card h3 {
  color: #1F1F1F;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.teams-container__card p {
  color: #707070;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: 11px 0 0 0;
}


@media screen and (min-width: 1440px) {
  .teams-container__card h3 {
 
  font-size: 28px;
  margin: 0;
}

.teams-container__card p {

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

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

.aside-personalizado {
  border-radius: 20px;
background: var(--Branco-Light, #FAFAFA);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.10);
padding: 24px;
}

@media screen and (min-width: 992px) {
  .headerFixed {
    background-color: #fafafa;
  }
}