header .logo-desktop,
header .logo-mobile-menu {
  width: 200px;
  margin: 8px 0;
}

/* FOOTER */
footer {
  background-color: var(--dark);
  margin-top: 3rem;
}
footer .logo-desktop {
  max-width: 200px;
}
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: 0.875rem;
  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: 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;
  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;
}
.small-title {
  color: var(--Brand-primary-lighter, #bad3e7);
  font-family: var(--Font-family-body, Inter);
  font-size: var(--Font-size-body-md, 14px);
  font-style: normal;
  font-weight: var(--Font-weight-semi-bold, 600);
  letter-spacing: 8px;
}
.primary-title {
  color: var(--Brand-primary-full, #0e304b);
  font-family: var(--Font-family-heading, Rubik);
  font-size: var(--Font-size-heading-xl, 38px);
  font-style: normal;
  font-weight: var(--Font-weight-medium, 500);
  line-height: 120%; /* 57.6px */
  text-align: left;
}

.empresa-hero .ratio {
  min-height: 300px;
}

.empresa-hero .img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.empresa-hero h1,
.empresa-hero .primary-title {
  font-size: clamp(2rem, 2.5vw, 3rem);
}

.empresa-hero .empresa-card {
  min-height: 100%;
}

.empresa-hero .empresa-card .card-body {
  display: grid;
  gap: 1rem;
}

.empresa-hero .empresa-card .card-subtitle {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.empresa-hero .empresa-card .card-text {
  color: #495057;
}

.empresa-history {
  background: #f8f9fa;
}

.empresa-history .timeline-wrapper {
  position: relative;
}

.empresa-history .timeline-line {
  top: 2rem;
  left: 0;
  right: 0;
  height: 2px;
  width: 50px !important;
  height: 100%;
  background: linear-gradient(90deg, #242424 50%, transparent 50%);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  z-index: 0;
  margin: 0 2rem;
  display: flex;
  flex-direction: row;
  justify-content: end;
  position: relative;
  transform: translateY(77px);
}
.empresa-history .timeline-line::after {
  content: "";
  right: -12px;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 8px solid #242424;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  display: inline-block;
  position: absolute;
}
.empresa-history .timeline-item {
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 1.75rem;
  min-height: 350px;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.empresa-history .timeline-item:hover {
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
  transform: translateY(-4px);
}
.empresa-history .timeline-year {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #242424;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
}

.empresa-history .timeline-item h3 {
  font-size: 1.05rem;
  margin: 0.75rem 0;
  color: #0e304b;
  font-weight: 600;
}

.empresa-history .timeline-item p {
  color: #495057;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .empresa-history .timeline-line {
    display: none;
  }

  .empresa-history .timeline-item::before {
    display: none;
  }
}

/* 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: 40px;
  height: 40px;
  border-radius: 10%;
  background-color: var(--secondary-color);
}

.slider-3 .splide__arrow svg {
  fill: #fff;
}

/* ESTILIZAÇÃO DO CARD */

.testimonial-4 {
  width: 100%;
  border-radius: 30px;
  padding: 32px;
  background-color: #f8f9ff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  margin: 10px 0;
  transition: all 0.3s ease-in;
}

.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: #111;
  font-weight: 600;
  margin-bottom: 8px;
}

.testimonial-4__position {
  font-size: 0.9375rem;
  color: #111;
  font-weight: 500;
  margin-top: 0;
}

/* TESTIMONIAL CONTENT */
.testimonial-4__text {
  font-size: 0.9375rem;
  color: var(--grey, #555);
}

/* 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;
}
.btn-white {
  color: white;
}
.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--light);
}

/* =============================== FIXED SOCIAL MEDIA GROUP =============================== */
.fixed-social-group {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  left: 0.85em;
  z-index: 999;
  width: max-content;
}
.fixed-social-group .share__button {
  display: block;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  color: #fff;
  width: 65px;
  height: 65px;
  font-size: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.fixed-social-group .share__button.facebook {
  background-color: #4267b2;
}
.fixed-social-group .share__button.twitter {
  background-color: #1da1f2;
}
.fixed-social-group .share__button.youtube {
  background-color: #ff0000;
}
.fixed-social-group .share__button.linkedin {
  background-color: #4267b2;
}
.fixed-social-group .share__button.instagram {
  background: linear-gradient(
    #405de6,
    #5b51d8,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d,
    #f56040,
    #f77737,
    #fcaf45,
    #ffdc80
  );
}

/* =============================== CLIENTES =============================== */

.clientes .card--clientes {
  overflow: visible;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 0;
}

.clientes .card--clientes .card__image {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;

  transition: 1s;
}

.img-logo-top {
    position: relative;
    width: 280px;
}

.cta-default {
    position: relative;
    overflow: hidden;
    background-image: var(--bg-cta);
    background-size: cover;
    background-position: center 5%; /* sobe a imagem */
}

.cta-default::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 32, 96, 0.6); /* azul escuro translúcido */
    z-index: 1;
}

.cta-default > * {
    position: relative;
    z-index: 2;
}

.service-card .card-text {
  height: 0;
  transition: 0.3s;
  opacity: 0;
}

.service-card:hover .card-text {
  height: 60px;
  opacity: 1;
}