.bg-header {
  background-color: #1a1a1a;
}

/* ? ==================== TOPO ==================== */
header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0;
}
header .nav-link.active {
  --bs-navbar-active-color: var(--primary-color);
}
header .nav-link:hover {
  --bs-navbar-hover-color: var(--primary-color);
  color: var(--primary-color);
}
header {
  box-shadow: 0 2px 6px 0 rgba(105, 88, 88, 0.08);
}
#topo-bootstrap {
  transform: translateY(20px);
}
#topo-bootstrap a {
  color: #fff;
  transition: var(--transition);
  background: var(--primary-color);
}
#topo-bootstrap a:hover {
  color: var(--secondary-color);
}
#topo-bootstrap .topo-path {
  position: relative;
  z-index: 2;
}
#topo-bootstrap .topo-path::after,
#topo-bootstrap .topo-path::before {
  content: "";
  position: absolute;
  height: 20px;
  background: var(--primary-color);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border: 1px solid var(--primary-color);
}
#topo-bootstrap .topo-path::after {
  width: 110%;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}
#topo-bootstrap .topo-path::before {
  width: 105%;
  height: 22px;
  clip-path: polygon(2% 0%, 98% 0%, 100% 100%, 0% 100%);
  top: 0;
}

#header-nav {
  margin-bottom: -20px;
}
/* ? ================== FIM TOPO ================== */

footer {
  border-top: 1px solid #111d27;
  background: #111d27;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

footer h3 {
  margin: 0 0 22px 0;
  color: #fff;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

footer p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
}

footer .footer__nav li a:not(.btn) {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  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 {
  transition: 0.3s;
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}
.bg-copy {
  background-color: #111d27;
}

footer i {
  color: var(--primary-color);
}

footer iframe {
  border-radius: 1rem;
  width: 100%;
}

.copyright-footer .btn.selos {
  min-height: unset;
}

.copyright-footer p {
  color: #fff;
  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;
  }
}

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

.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: 0.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: 0.3s ease-in-out;
  opacity: 0.4;
}

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

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

.card-03 .card__title::after {
  content: "";
  display: block;
  width: 25%;
  height: 0.125rem;
  background-color: currentColor;
  margin: 0.75rem auto;
  transition: 0.3s ease-in-out;
}

.card-03 .card__text {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  height: calc((1rem * 4) * 1.4);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease-in-out;
}

.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: 0.875rem;
  height: 2.5rem;
  color: #fff;
  background-color: var(--primary-color, #0096dd);
  transition: 0.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__title::after {
    width: 0;
    height: 0;
    background-color: currentColor;
    margin: 0 auto;
  }

  .card-03:focus-within .card__title::after,
  .card-03:hover .card__title::after {
    margin: 0.75rem auto;
    width: 50%;
    height: 0.125rem;
    border-radius: 9999px;
  }

  .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: 0.3s ease-in-out;
  }

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

.section-title {
  text-align: center;
  margin-bottom: 2rem;
}

.section-title__tag {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background-color: #f1f1f1;
  border-radius: 999px;
}

.section-title__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #0f1c24;
  line-height: 1.1;
}

.section-title__title small {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 400;
  color: #6f6f6f;
}

.card-mvv {
  background-color: #182937;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  margin-bottom: 8px;
  margin-top: 5px;
}

.title-servicos {
  text-align: left;
}

.title-servicos__sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 4px;
  background-color: #eeeeee;
  border-radius: 16px;
  padding: 4px;
  width: 80px;
}

.title-servicos__main {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.1;
}

/* ESTILIZAÇÃO DO SLIDER */
.slider-3__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 30px 0;
}

.slider-3__title {
  margin-top: 0;
}

.slider-3__navigation {
  display: flex;
  gap: 20px;
}

.slider-3 .splide__arrow {
  position: unset;
  transform: translateY(0);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color, #0096dd);
}

.slider-3 .splide__arrow svg {
  fill: #fff;
}

/* ESTILIZAÇÃO DO CARD */

.testimonial-4 {
  width: 100%;
  border-radius: 30px;
  padding: 32px;
  background-color: var(--secondary-color);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  margin: 10px 0;
  transition: all 0.3s ease-in;
  height: 100%;
}

.testimonial-4 * {
  transition: all 0.3s ease-in;
}

.testimonial-4__info {
  display: flex;
  align-items: center;
}

.testimonial-4__info div {
  padding: 16px;
}

.testimonial-4__perfil {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-4__author {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.testimonial-4__position {
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 500;
  margin-top: 0;
}

/* TESTIMONIAL CONTENT */
.testimonial-4__text {
  font-size: 0.9375rem;
  color: #fff;
}

/* HOVER EFFECTS */
.testimonial-4:hover {
  background-color: var(--primary-color, #0096dd);
}

.testimonial-4:hover
  :is(.testimonial-4__author, .testimonial-4__position, .testimonial-4__text) {
  color: #fff;
}
