#topo-bootstrap {
  border-bottom: 1px solid #C1C7CD;
  background: linear-gradient(90deg, #2073C2 0%, #103A61 100%);
}

header .logo-desktop,
header .logo-mobile-menu {
  width: 200px;
  margin: .5rem 0;
}


/* FOOTER */
footer {
  border-top: 2px solid var(--primary-color);
  background: #FAFAFA;
  margin-top: 3rem;
}

footer .logo-desktop {
  max-width: 200px;
}

footer h3 {
  margin: 0 0 22px 0;
  color: #2B2D2D;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

footer h3::before {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary-color);
}

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: #393C3C;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  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: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}

footer i {
  color: var(--primary-color);
}


footer .address a:not(.btn):hover {
  color: var(--primary-light-color)
}

.copyright-footer {
  background: var(--primary-color);
}

.copyright-footer .btn.selos {
  min-height: unset;
}

.copyright-footer p {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
}


.card.card--23 {
  all: unset;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  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;
  float: unset;
  box-sizing: border-box;
}

.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
}

/* ==================== CUSTOM ==================== */

.custom-subtitle {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.custom-subtitle::before,
.custom-subtitle::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 4px;
  background-color: var(--primary-color);

}

.custom-subtitle::before {
  left: -90px;
}

.custom-subtitle::after {
  right: -90px;
}

.custom-title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 8px 0 24px 0;
}

/* ================== FIM CUSTOM ================== */

/* ==================== HEADER ==================== */

header .nav-link {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

/* ================== FIM HEADER ================== */

/* ====================  DIFFERENTIAL-CONTAINER ==================== */

.differential-container__card {
  display: flex;
  padding: 30px;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #E7E7E7;
  background: #F6F6F6;
  border: 2px solid transparent;
  transition: .3s ease;
}

.differential-container__card:hover {
  border-color: var(--primary-color);
}

.differential-container__card h3 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px;
  margin: 0;
  word-break: break-word;
}

.differential-container__card p {
  color: #454545;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 16px 0 24px 0;
}



@media screen and (min-width: 992px) {
  .differential-container .subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    height: 4px;
    background: var(--primary-color);
  }


  .differential-container .subtitle {
    padding-left: 84px;
  }
}

/* ================== FIM  DIFFERENTIAL-CONTAINER ================== */

/* ==================== SERVICES-CONTAINER ==================== */

.services-container__card {
  display: flex;
  padding: 24px 24px 25px 24px;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #E7E7E7;
  background: #FAFAFA;
  transition: .3s ease;
  justify-content: center;
  align-items: start;
}

.services-container__card:hover {
  box-shadow: 0 22px 36px 0 rgba(25, 33, 61, 0.12);
}

.services-container__card h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 24px 0 12px 0;
}

.services-container__card p {
  color: #4F4F4F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  margin: 0 0 12px 0;
}

.services-container__card ul {
  margin: 0;
}

.services-container__card li {
  position: relative;
  color: #4F4F4F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  list-style: none;
  padding-left: 24px;
}

.services-container__card li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 18px;
  width: 18px;
  background: url('../imagens/icones/checked.svg') no-repeat;
  background-size: contain;
}

/* ================== 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;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 39.6px;
  margin: 0;
}


.custom-cta p {
  color: #FAFAFA;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 14px 0 24px 0;
}

.custom-cta .btn {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--primary-color);
  color: #FAFAFA;
  text-align: center;

  /* Buttom/Buttom (16) */
  font-family: var(--qual-a-fonte, Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .custom-cta {
    border-radius: 1rem;
    background: url('../imagens/cta/mobile.webp') no-repeat;
    background-size: cover;
  }

}

/* ================== FIM CUSTOM-CTA ================== */

/* ==================== SEGMENTS-CONTAINER ==================== */

.segments-container .content {
  padding: 40px;
  border-radius: 24px;
  background: linear-gradient(98deg, #2380D7 0%, #1C66AC 100%);
}

.segments-container__card {
  display: flex;
  padding: 37px 13.333px 36px 14px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 24px;
  background: rgba(35, 128, 215, 0.20);
}

.segments-container__card img {
  height: 4.375rem;
  width: 4.375rem;
}

.segments-container__card h3 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  margin: 24px 0 12px 0;
}

.segments-container__card p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  margin: 0;
}

/* ================== FIM SEGMENTS-CONTAINER ================== */

/* ==================== PRODUCTS-CONTAINER ==================== */

.products-container {
  background: #F6F6F6;
}


/* ==================== CUSTOM ==================== */

.custom-card {
  display: flex;
  width: 100%;
  max-width: 342px;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 0 10px #00000063;
}

.custom-card h3 {
  color: #3D3D3D;
  text-align: start;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.custom-card p {
  overflow: hidden;
  color: #454545;
  text-align: start;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}

.custom-card a {
  display: flex;
  padding: 11px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 32px;
  background: var(--primary-color);
  color: #fafafa;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.custom-card .container-img {
  width: 100%;
  height: 231px;
  border-radius: .5rem;
  overflow: hidden;
}



/* ================== FIM CUSTOM ================== */

/* ================== FIM PRODUCTS-CONTAINER ================== */

/* ==================== DESTAQUES-MPI ==================== */

.destaques-mpi .title {
  color: #3D3D3D;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  position: relative;
}

.destaques-mpi .title::before {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
}

/* ================== FIM DESTAQUES-MPI ================== */

/* ==================== WHO-WE-ARE-CONTAINER ==================== */

.who-we-are-container h2 {
  color: #3D3D3D;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 16px 0;
  position: relative;
  padding-left: 10px;
}

.who-we-are-container h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-color);
}

.who-we-are-container p {
  color: #454545;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.who-we-are-container h3 {
  color: #454545;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 24px 0 12px 0;
}

.who-we-are-container__card {
  display: flex;
  align-items: center;
  gap: 1.9375rem;
  padding: 72px 44px 71px 45px;
  border-radius: 24px;
  border: 1px solid #E7E7E7;
  background: #F6F6F6;
  box-shadow: 0 22px 36px 0 rgba(25, 33, 61, 0.12);
}

.who-we-are-container__card img {
  height: 200px;
  width: 200px;
}

.who-we-are-container__card p {}

/* ================== FIM WHO-WE-ARE-CONTAINE ================== */

/* ==================== MVV-CONTAINER ==================== */

.mvv-container {
  background: #F6F6F6;
}

.mvv-container__card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #E7E7E7;
  background: #FFF;
}

.mvv-container__card h2 {
  color: #3D3D3D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 16px 0 8px 0;
}

.mvv-container__card p {
  margin: 0;
  color: #454545;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* ================== FIM MVV-CONTAINER ================== */