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

header.headerFixed {
  background: rgba(10, 12, 20, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* FOOTER */
footer {
  background-color: #07080f;
}
footer .logo-desktop {
  max-width: 200px;
  width: 160px;
  filter: brightness(0) invert(1);
}
footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--primary-color);
  font-family: var(--primary-font);
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 1rem;
  color: var(--light);
  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: var(--light);
  font-size: 1rem;
  line-height: 25px;
  transition: 0.3s;
  margin: 10px 0;
}
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;
  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 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;
}

/* ================= 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: 0.75;
  border-radius: var(--bs-border-radius-sm);
  transition: opacity var(--transition);
}
.clientes .clientes__item:hover img {
  opacity: 1;
}

/* ================= DEPOIMENTOS ================= */
.testimonial .testimonial-author-image {
  width: 100%;
  max-width: 64px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
}

/* MVV */

.border-top-mvv {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.border-top-home {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* End MVV */

.btn-cta {
  color: var(--primary-color);
  background-color: #fafafa;
  transition: 0.4s;
}

.btn-cta:hover {
  color: var(--primary-color);
  background-color: #fafafa;
  transform: translateY(2px);
}

.card-solucoes {
  background-color: #1a1e30;
  border-radius: 16px;
  padding: 1.5rem;
  min-height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.card-solucoes h3 {
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.card-solucoes .custos-title {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-weight: 900;
  letter-spacing: normal;
  font-size: 2.3rem;
  margin: 0;
  line-height: 1.2;
}

.card__solucoes--link {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 5px;
}

.card__solucoes--link:hover {
  color: var(--primary-color-light);
  border-bottom: 1px solid var(--primary-color-light);
  padding-bottom: 5px;
}

.recorde {
  border-right: 1px solid rgba(255, 255, 255, 0.08);

  padding: 2rem clamp(1.5rem, 5vw, 5rem);
  min-height: 220px;
}

.recorde-left {
  border-right: 1px solid rgba(255, 255, 255, 0.08);

  padding: 2rem clamp(1.5rem, 5vw, 5rem);
  padding-left: 0;
  min-height: 220px;
}

.recorde-right {
  padding: 2rem clamp(1.5rem, 5vw, 5rem);
  padding-right: 0;
  min-height: 220px;
}

.recorde-top-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.recorde h3,
.recorde-right h3,
.recorde-left h3 {
  color: var(--primary-color);
}

.banner-span {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  clear: both;
  margin: 0;
  padding-left: 35px;
}

.banner-span span {
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.banner-span::before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 10px;
  width: 20px;
  height: 1.5px;
  top: 50%;
  background-color: var(--primary-color);
  transform: translateY(-50%);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 6rem clamp(1.5rem, 5vw, 5rem) 5rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 60% 60% at 70% 40%,
      rgba(92, 59, 240, 0.18) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 40% 40% at 20% 80%,
      rgba(13, 110, 79, 0.12) 0%,
      transparent 60%
    );
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(
    ellipse 80% 80% at 50% 50%,
    black 30%,
    transparent 100%
  );
  z-index: -1;
}

.btn-ghost {
  color: #8890aa;
  border: 1px solid #3a4060;
}

.btn-ghost:hover {
  color: #fafafa;
  border: 1px solid #8890aa;
}

.form--calculadora .form-label {
  font-weight: 500;
  color: rgb(255 255 255 / 65%);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}

.form--calculadora .form-select,
.form--calculadora .form-control {
  padding: 0.95rem 1.3rem;
  border: 1px solid #3a4060;
  border-radius: 10px;
  color: rgb(255 255 255 / 65%);
  font-size: 1rem;
}

.nav-pills .nav-item .nav-link {
  color: var(--light);
  border: 1px solid var(--light);
}

.nav-pills .nav-item .nav-link {
  border: 1px solid #fff;
  color: #fff;
}
