header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0;
  filter: brightness(0) invert(1);
}

/* FOOTER */
footer {
  background-color: var(--light);
  margin-top: 3rem;
}
footer .logo-desktop {
  max-width: 200px;
}
footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: var(--primary-color);
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 0.875rem;
  color: #393C3C;
  transition: 0.3s;
}
footer .footer__nav li a i {
  font-size: 0.625rem;
}
footer .footer__nav li a:hover {
  color: var(--primary-color-light);
}
footer .address :is(span, a):not(.btn) {
  color: #393C3C;
  font-size: 0.875rem;
  line-height: 25px;
  transition: 0.3s;
}
footer .address a:not(.btn):hover {
  color: var(--primary-color-light);
}

.copyright-footer .btn.selos {
  min-height: unset;
}
@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;
}
.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 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: 0.5rem 0.75rem;
  font-size: 0.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: 0.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, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.title-subtitle {
  margin-bottom: 0;
}
.title-subtitle span {
  display: block;
  font-size: 0.9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}
.title-gradient {
  font-family: "Albert Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
  background: linear-gradient(90deg, #03121e 0%, #1d4199 18.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =============================== COUNTER =============================== */

.counter {
  background: var(--background);
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.counter__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.counter__title {
    font-size: 18px;
    color: #fff;
    margin: 5px 0;
    text-align: center;
}

.counter__subtitle {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
.counter__item {
    border-radius: 16px;
    border: 1px solid #1d4199;
    background: linear-gradient(281deg, #0f244d 0%, #003265 49.04%, #0f244d 100%);
    padding: 0px 20px;
}
.card-mvv {
  border-radius: 24px;
  background: #fdfdfd;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
}
.card-mvv h2 {
  color: #393c3c;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}
.icon-contato {
  background-color: transparent;
  color: white;
  border:solid 1px white;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-section {
  border-radius: 16px;
  background: linear-gradient(281deg, #0f244d 0%, #003265 49.04%, #0f244d 100%);
  padding: 30px;
}
.btn-white{
  background-color: white;
}
.btn-white:hover{
  background-color: var(--secondary-color);
  color: white;
}
.bg-gradiente{
  background-image: linear-gradient(281deg, #0F244D 0%, #003265 49.04%, #0F244D 100%);
}
.bg-topo{
  background-image: linear-gradient(281deg,#0F244D 0%,#003265 49.04%,#0F244D 100%);
}
.nav-link{
  color: white;
}
.bread__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn--outline{
  border: solid 1px var(--primary-color);
}
.btn--outline:hover{
  background-color: var(--primary-color);
  color: white;
}