header {
  background: linear-gradient(
    90deg,
    rgba(0, 91, 131, 1) 0%,
    rgba(0, 53, 77, 1) 100%
  );
}

.text-primary {
  color: #4ec9f3 !important;
}

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

.bg-ligh-topo-mobile {
  background: #fafafa;
}
@media screen and (max-width: 576px) {
  .bg-ligh-topo-mobile {
    background: linear-gradient(
      90deg,
      rgba(0, 91, 131, 1) 0%,
      rgba(0, 53, 77, 1) 100%
    );
  }
}
.nav-link {
  color: #6c6c6c;
  font-weight: 600;
}

.bg-fafafa {
  background-color: #fafafa !important;
}

/* FOOTER */
footer {
  background-color: #fafafa;
  border-top: 2px solid rgba(0, 91, 131, 0.25);
}
footer .logo-desktop {
  max-width: 200px;
}
footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: #6b7280;
  font-weight: 600;
}
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-light);
}
footer .address :is(span, a):not(.btn) {
  color: var(--dark);
  font-size: 0.875rem;
  line-height: 25px;
  transition: 0.3s;
  padding-bottom: 6px;
}
footer .address a:not(.btn):hover {
  color: #222424;
}
.bg-icon-footer {
  background-color: var(--primary-color);
  padding: 8px;
  border-radius: 3px;
}
.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;
}

.title-gradient {
  background: linear-gradient(90deg, #005b83 0%, #00354d 100%);
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.bg-gradient {
  background: linear-gradient(135deg, #005b83 0%, #00354d 100%) !important;
}

.stats {
  padding: 3rem 0;
}

.stat-item {
  text-align: center;
}

.stat-item .counter {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  color: #005b83;
  line-height: 1;
}

.stat-item .counter::before {
  content: "+";
}

.stat-item p {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #8b8b8b;
  font-weight: 400;
}

@media (max-width: 768px) {
  .stat-item {
    margin-bottom: 2rem;
  }

  .stat-item .counter {
    font-size: 2.5rem;
  }
}

.card-03 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  aspect-ratio: 3/4;
  padding: 1.25rem;
  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.25rem;
  font-weight: 600;
  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: 2px solid #fff;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  font-size: 0.875rem;
  height: 2.5rem;
  color: #fff;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 600;
}

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

.bg-cta-pattern {
  background: url("../imagens/cta.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}

.cta input,
.cta textarea {
  width: 100%;
  padding: 12px 16px;
  border: #fff;
  font-size: 14px;
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 4px;
  border: 1px solid rgba(169, 169, 169, 0.25);
  background: rgba(15, 15, 15, 0.02);
}
.cta select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(173, 173, 173, 0.05);
  border: #fff;
  font-size: 14px;
  color: var(--dark);
  outline: none;
  transition: all 0.3s ease;
}
/* Estiliza a option usada como placeholder */
.cta select option[disabled][selected] {
  color: #fff !important;
  opacity: 0.7; /* opcional */
}

.form-bg {
  padding: 20px;
  border-radius: 4px;
  border: 1.5px solid rgba(250, 250, 250, 0.15);
  background: rgba(46, 45, 69, 0.25);
  backdrop-filter: blur(8px);
}

.secondary-font {
  font-family: var(--secondary-font) !important;
}

.galeria-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.galeria-1__thumb {
  display: flex !important;
  width: 100%;
  height: 260px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.galeria-1__thumb::before {
  content: "\f002";
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 2.2rem;
  color: #fff;
  border-radius: 100%;
  scale: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.galeria-1__thumb:hover::before {
  scale: 1;
  opacity: 1;
  border-radius: 0;
}
.galeria-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galeria-section {
  overflow: hidden;
}

.galeria-2 {
  width: calc(100% + 500px);
}

.span-color {
  color: #a9a9a9;
}
.galeria-2__thumb {
  display: flex !important;
  width: 100%;
  height: 260px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.galeria-2__thumb::before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 2.2rem;
  color: #fff;
  border-radius: 100%;
  scale: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.galeria-2__thumb:hover::before {
  scale: 1;
  opacity: 1;
  border-radius: 0;
}

.galeria-2__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ─── Section wrapper ─────────────────────────────────── */
.projetos-section {
  padding: 48px 0 0 0;
  background: #fff;
}

/* ─── Header row ──────────────────────────────────────── */
.projetos-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 60px 24px 60px;
}

.projetos-section__titulo {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1565c0;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.projetos-section__subtitulo {
  font-size: 0.875rem;
  color: #555;
  margin: 0;
}

.projetos-section__header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.projetos-section__btn {
  background-color: #1976d2;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.projetos-section__btn:hover {
  background-color: #1251a3;
}

.projetos-section__hint {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #777;
}

.projetos-section__hint svg {
  width: 22px;
  height: 22px;
  opacity: 0.6;
}

/* ─── Splide overrides — escopados ao ID ──────────────── */
#projetos-splide.splide {
  padding-left: 60px !important;
}

#projetos-splide .splide__track {
  overflow: visible !important;
}

.projetos-section__clip {
  overflow: hidden;
}

#projetos-splide .splide__slide {
  width: 240px !important;
}

/* ─── Card ────────────────────────────────────────────── */
.projetos-section__card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #222;
  cursor: grab;
  user-select: none;
}

.projetos-section__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.projetos-section__card:hover img {
  transform: scale(1.04);
}

.projetos-section__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 55%,
    rgba(0, 0, 0, 0.55) 100%
  );
  pointer-events: none;
}

/* ─── Oculta setas e paginação só neste splide ────────── */
#projetos-splide .splide__arrow {
  display: none !important;
}

#projetos-splide .splide__pagination {
  display: none !important;
}

/* ─── Responsivo ──────────────────────────────────────── */
@media (max-width: 768px) {
  .projetos-section__header {
    padding: 0 20px 20px 20px;
    flex-direction: column;
    gap: 16px;
  }

  .projetos-section__header-right {
    align-items: flex-start;
  }

  #projetos-splide.splide {
    padding-left: 20px !important;
  }

  #projetos-splide .splide__slide {
    width: 200px !important;
  }
}
