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

header .logo-desktop {
  filter: brightness(0) invert(1);
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 576px) {
  #header-nav {
    background-color: var(--primary-color) !important;
  }
  header .logo-desktop {
    width: 200px;
  }
}

.nav-link {
  font-size: 18px;
}

.border-topo {
  position: relative;
  padding-bottom: 16px;
}

.border-topo::after {
  content: "";
  position: absolute;
  left: 25rem;
  bottom: 0;
  width: 69%;
  height: 1px;
  border-bottom: 1px solid rgb(107 121 103 / 42%);
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--light);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--dark) !important;
  background-color: var(--light);
  border-radius: 20px;
  font-weight: 500;
  padding: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--light);
}
/* FOOTER */
footer {
  background-color: var(--light);
  border-top: 2px solid var(--primary-color);
}
footer .logo-desktop {
  max-width: 200px;
}
footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: #6c6c6c;
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 0.875rem;
  color: var(--dark);
  transition: 0.3s;
}
footer .footer__nav li a i {
  font-size: 0.625rem;
}
footer .footer__nav li a:hover {
  color: var(--primary-color);
}
footer .address :is(span, a):not(.btn) {
  color: var(--dark);
  font-size: 0.875rem;
  line-height: 25px;
  transition: 0.3s;
  display: flex !important;
  align-items: center;
  gap: 10px;
}
footer .address a:not(.btn):hover {
  color: var(--primary-color);
}
.icons-footer {
  width: 2rem;
  height: 2rem;
  display: flex;
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  transition: 0.3s ease-in-out;
}

.icons-footer:hover {
  background-color: var(--secondary-color);
  color: var(--light);
}
.copyright-footer .btn.selos {
  min-height: unset;
}
@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
  footer .address :is(span, a):not(.btn) {
    flex-direction: column;
  }
}

.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;
  overflow: hidden;
}
.clientes .clientes__item img {
  width: 100px;
  height: 150px;

  object-fit: contain;
  margin: 0 auto;
}
.clientes .clientes__item:hover img {
  opacity: 1;
}

.title-with-dot {
  position: relative;
  padding-left: 22px;
  font-size: 32px;
  font-weight: 500;
  color: var(--primary-color);
}

.title-with-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  border-radius: 20%;
}

.cta-form {
  padding: 80px 0;
  position: relative;
}

.cta-form__box {
  border-radius: 16px;
  border: 1.5px solid rgba(186, 186, 186, 0.15);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.cta-input {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.05);
  color: #fff;
}

.cta-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.cta-input:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.cta-form .form-label {
  margin-bottom: 6px;
  font-size: 0.9rem;
  opacity: 0.9;
}

.cta-btn {
  border-radius: 999px;
  border: 0;
}

.testimonials {
  padding: 80px 0;
  background: #ffffff;
}

.testimonials__dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--secondary-color);
  display: inline-block;
}

.testimonial-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  min-height: 340px;
  padding: 32px 26px 80px;
  text-align: center;
}

/* card clean, igual ao print */
.mvv-card {
  padding: 22px 18px;
  border-radius: 14px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  text-align: left;
}

.mvv-title {
  font-size: 18px;
  font-weight: 600;
  color: #3b3b3b;
}

.mvv-text {
  font-size: 16px;
  line-height: 1.55;
  color: #7a7a7a;
  max-width: 280px;
}
.mvv-icon svg path {
  transition: fill 0.25s ease;
}

.mvv-card:hover {
  transform: translateY(-10px);
}

.mvv-card:hover .mvv-icon svg path {
  fill: var(--primary-color);
}

.contato-card {
  border-radius: 16px !important;
}

.contato-item .contato-ico {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
}

.contato-item .contato-ico i {
  color: var(--primary-color);
  font-size: 18px;
}

.contato-title {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.contato-text {
  color: rgba(255, 255, 255, 0.85);
  font-style: normal;
  font-size: 13px;
  line-height: 1.5;
}

.contato-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 6px;
}

.contato-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.contato-link:hover {
  color: #fff;
  text-decoration: underline;
}

.bg-form {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(105 88 88 / 47%);
}

.text-carousel .splide__slide {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-carousel h2,
.text-carousel p {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-carousel,
.text-carousel .splide__track,
.text-carousel .splide__list,
.text-carousel .splide__slide {
  background: transparent !important;
  width: 100%;
}

.text-carousel {
  padding: 0;
  margin: 0;
}

.text-carousel .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
