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

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

  .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: .3s ease;
  }

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


}

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

footer .logo-desktop {
  max-width: 160px;
  /* filter: brightness(0) invert(1) */
}

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

footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: .875rem;
  color: var(--light);
  transition: .3s
}

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: #FAFAFA;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  transition: .3s
}

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

.copyright-footer .selos {
  min-height: unset;
  color: #BCBCBC;
  font-size: 12px;
}

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

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

@media screen and (min-width: 1400px) {
  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 .selos {
    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
}

/* ==================== CONFIG ==================== */

.tertiary-font {
  font-family: var(--tertiary-font);
}

.border-primary {
  border-color: var(--primary-color) !important;
}

@media screen and (max-width: 1400px) {
  .fs-7 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1400px) {
  .fs-xxl-1 {
    font-size: 2.5rem !important;
  }

  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }

  .fs-xxl-6 {
    font-size: 1rem !important;
  }


}


/* ================== FIM CONFIG ================== */

/* ==================== BANNER ==================== */
.video-container {
  z-index: -1;
}

.video-container::before {

  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(17, 18, 36, 0.60) 0%, rgba(17, 18, 36, 0.60) 100%), linear-gradient(0deg, rgba(17, 18, 36, 0.00) 62.74%, rgba(17, 18, 36, 0.20) 100%), linear-gradient(0deg, rgba(5, 5, 5, 0.40) 0%, rgba(5, 5, 5, 0.40) 100%);
  background-blend-mode: normal, normal, hard-light;
}

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

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

.mvv-container__card h3,
.mvv-container__card p,
.mvv-container__card::before,
.mvv-container__card svg {
  transition: .3s ease;
}

.mvv-container__card svg {
  fill: #BCBCBC;
}

.mvv-container__card:hover svg {
  fill: var(--primary-color);
}


.mvv-container__card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  z-index: -1;
}

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

.mvv-container__card h3 {

  color: #969696;
}

.mvv-container__card p {
  color: #585858;
}

.mvv-container__card:hover h3 {
  color: var(--primary-color);
}

.mvv-container__card:hover p {
  color: #222424;
}

.mvv-container__card .content {

  background: #F6F6F6;

  box-shadow: 0 2px 6px 0 rgba(25, 33, 61, 0.14);
}

/* ================== FIM MVV-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 {
  border-radius: 24px;
  background: var(--primary-color);
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.custom-btn {
  display: flex;
  padding: 11px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 2px solid #00486E;
  color: #00486E;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  background-color: transparent;
}

@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 ================== */

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

.customers-container {
  background: linear-gradient(0deg, rgba(30, 124, 97, 0.20) 0%, rgba(30, 124, 97, 0.20) 100%), radial-gradient(51.57% 51.57% at 50% 48.43%, #006293 0%, #064465 100%);
}

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

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

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

.services-container__card {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  transition: .3s ease;
}

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

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


.services-container__card a {
  display: flex;
  padding: 8px 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;
  gap: 8px;
}

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

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

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

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

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

  .services-container__card p {

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


  .services-container__card a {

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

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