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


#topo-bootstrap {
  background-color: var(--primary-color);
  padding: 14px;
}

#topo-bootstrap .topo-container {
  border-radius: 6px;
  border: 1px solid #2C5446;
  background: #000;
  position: relative;
  overflow: hidden;
}



#topo-bootstrap .topo-container::before,
#topo-bootstrap .topo-container::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url('../imagens/topo.webp') no-repeat;
  background-size: contain;
  background-position: center;
  width: 194.175px;
  height: 100px;
}

#topo-bootstrap .topo-container::before {
  left: 0;
}

#topo-bootstrap .topo-container::after {

  right: 0;
}

#topo-bootstrap .topo-container p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* ==================== FOOTER ==================== */

/* FOOTER */
footer {
  background: var(--primary-color);
  margin-top: 3rem;
}

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

footer h3 {
  margin: 0 0 18px 0;
  color: #EBECEC;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

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: #EBECEC;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  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 {

  color: #EBECEC;
  text-align: start;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}

footer i {
  color: #EBECEC;
}

footer .social .social__icon--custom {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(24, 132, 227, 0.45);
  background: rgba(24, 132, 227, 0.15);
}


footer .address a:not(.btn):hover {
  color: 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;
  }
}


/* ================== FIM FOOTER ================== */


.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
}

.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-title {
  color: #3D3D3D;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin: 2px 0 40px 0;
  position: relative;
}

.custom-title::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 80px;
  height: 4px;
  border-radius: 100px;
  background: #003C72;
}


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

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

.splide-banner h2 {
  color: #FAFAFA;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.splide-banner p {
  color: #FAFAFA;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin: 16px 0 32px 0;
}

.splide-banner a {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: var(--primary-color);

  color: #FAFAFA;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

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



/* ==================== NUMBER-CONTAINER ==================== */


.number-container {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 58px 24px;
}


.number-container span {
  color: #2A3342;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.96px;
  margin: 0 0 8px 0;
  display: flex;
}

.number-container h2 {
  color: #556987;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.number-container__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.number-container>div {
  gap: 32px;
}

@media screen and (max-width: 992px) {
  .number-container>div {
    gap: 24px;
  }

}


@media screen and (min-width: 992px) {
  .number-container {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -140px;
  }
}


/* ================== FIM NUMBER-CONTAINER ================== */

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

.who-we-are-container .content .subtitle {
  color: #050505;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.who-we-are-container .content .title {
  color: #050505;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  margin: 16px 0;
}


.who-we-are-container .content h2 {
  color: #050505;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.6px;
  margin: 0 0 24px 0;
}

.who-we-are-container .content h2>span {
  color: var(--primary-color);
}

.who-we-are-container .content p {
  color: #050505;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 24px 0;
}

.who-we-are-container__card {
  gap: .5rem;
}

.who-we-are-container__card h3 {
  color: #050505;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.who-we-are-container .who-we-are-container__card p {
  color: #050505;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.who-we-are-container .who-we-are-container__card img {
  height: 35px;
  width: 35px;
  flex-shrink: 0;
}

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


.who-we-are-container .right p {
  color: #050505;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 16px 0 32px 0;
}

.who-we-are-container .right a {
  border-radius: 8px;
  border: 2px solid var(--primary-color);
  padding: 11px 16px;
  color: var(--primary-color);

  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;

}

@media screen and (min-width: 992px) {
  .who-we-are-container--home {
    padding-top: 210px;
  }
}

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


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

.mvv-container .subtitle {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
  background: rgba(0, 0, 0, 0.05);

  color: #050505;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}


.mvv-container h2 {
  color: #050505;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  margin: 16px 0 24px 0;
}

.mvv-container h2>span {
  color: var(--primary-color);
  font-weight: 700;
}


.mvv-container p {
  color: #050505;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 40px 0;
}

.mvv-container .mvv-container__card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-radius: 8px;
  border-top: 5px solid var(--primary-color);
  background: rgba(255, 255, 255, 0.02);
}

.mvv-container .mvv-container__card h2 {
  color: #050505;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  margin: 16px 0 8px 0;
}

.mvv-container .mvv-container__card p {
  color: #050505;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.mvv-container .mvv-container__card img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}

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


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

.products-container {
  background: rgba(24, 132, 227, 0.20);
  padding: 80px 24px;
}

.products-container .subtitle {
  color: #1E1E1E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

.products-container h2 {
  color: #3D3D3D;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin: 2px 0 40px 0;
  position: relative;
}

.products-container h2::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 80px;
  height: 4px;
  border-radius: 100px;
  background: #003C72;
}


.card-03 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  aspect-ratio: 3/4;
  padding: 1.25rem;
  border-radius: .5rem;
  background-color: var(--dark, #080808);
  overflow: hidden;
}

.card-03>* {
  position: relative;
  z-index: 1;
}

.card-03 .card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: .3s ease-in-out;
  opacity: .4;
}

.card-03:hover .card__image {
  opacity: .5;
  transform: scale(1.1);
}

.card-03 .card__title {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  transition: .3s ease-in-out;
  position: relative;
}

.card-03 .card__title::before {
  content: "";
  display: block;
  width: 202px;
  height: 8px;
  background: url('../imagens/icones/products.svg') no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
  background-position: center;
}

.card-03 .card__title::after {
  content: "";
  display: block;
  width: 202px;
  height: 8px;
  background: url('../imagens/icones/products-hover.svg') no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
  z-index: 2;
  background-position: center;
  opacity: 0;
  transition: .3s ease;
}

.card-03:hover .card__title::after {
  opacity: 1;
}

.card-03 .card__text {
  margin: 0;
  margin-top: 24px;

  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  overflow: scroll;
}

.card-03 .card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  font-size: .875rem;
  height: 2.5rem;
  color: #fff;
  background-color: var(--primary-color, #0096dd);
  transition: .3s ease-in-out;
  cursor: pointer;
}

.card-03 .card__button:hover {
  filter: brightness(1.25);
}

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



  .card-03 .card__text {
    height: 0rem;
    transform: translateY(4rem);
    opacity: 0;
  }

  .card-03:focus-within .card__text,
  .card-03:hover .card__text {
    height: calc((1rem * 4) * 1.4);
    transform: translateY(0);
    opacity: 1;
  }

  .card-03 .card__button {
    height: 0;
    transform: translateY(4rem);
    opacity: 0;
    transition: .3s ease-in-out;
  }

  .card-03:focus-within .card__button,
  .card-03:hover .card__button {
    height: 2.5rem;
    transform: translateY(0);
    opacity: 1;
  }
}

/* ================== FIM PRODUCTS-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: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}

.custom-cta h2>span {
  font-size: 50px;
  font-family: Montserrat;
  font-weight: 900;
  line-height: 49.5px;
  display: block;
  margin: 14px 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: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #000;
  border-color: transparent;
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  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 ================== */

/* ==================== DESTAQUES-MPI ==================== */

.destaques-mpi h2 {
  color: #3D3D3D;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 40px 0;
  position: relative;
}

.destaques-mpi h2::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;

  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
}

/* ================== FIM DESTAQUES-MPI ================== */


.card-11 {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-color: #fafafa;
  transition: all 0.4s ease;
}

.card-11__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.card-11 {
  border-radius: 15px;
}

.card-11 .content {
  padding: 16px 16px 24px 16px;
}

.card-11__title {
  font-size: 1.4375rem;
  color: #606062;
  margin: 0;
  margin-top: 16px;
}

.card-11__text {
  font-size: 16px;
  color: #606062;
}

.btn-right {
  text-align: right;
}

.card-11__btn {
  color: var(--dark, #333);
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 11px 16px;
  background-color: transparent;
  transition: all 0.4s ease;
  border-radius: 10px;
}

.card-11__btn:hover {
  color: var(--light, #fff);
}

.card-11:hover {
  background-color: #e7e7e7;
}

.card-11:hover .card-11__btn {
  background-color: var(--primary-color, #26306D);
  color: var(--light);
}

.card-11:hover .card-11__title {
  color: var(--primary-color, #26306D);
}