/* ? ==================== TOPO ==================== */
header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0;
}
@media screen and (min-width: 992px) {
  header .nav-link {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    position: relative;
    font-size: 14px;
  }
  header .nav-link:hover,
  header .nav-link:focus,
  header .nav-link.active {
    color: #fff;
    --bs-navbar-active-color: #fff;
  }
  header .nav-link::before {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    background: var(--light);
    position: absolute;
    bottom: 0;
    left: 5%;
    transition: 0.3s;
  }
  header .nav-link:hover::before,
  header .nav-link:focus-visible::before,
  header .nav-link.active::before {
    width: 90%;
  }
  #header-nav {
    background: var(--primary-color);
  }
  header .btn-lang {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  header .btn-lang:hover,
  header .btn-lang:focus {
    background: #fff;
    color: #000;
  }
  .menu-item-icon {
    position: relative;
  }
  .menu-item-icon a {
    padding-left: 2.5rem;
  }
  .menu-item-icon::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 35px;
    height: 35px;
    background: var(--bg-icon) no-repeat center/contain;
  }
  .menu-item-icon:hover::after,
  .menu-item-icon:has(.dropdown-item.active):after {
    filter: brightness(0) invert(1);
  }
  .menu-item-icon:has(.dropdown-item.active) {
    background: var(--primary-color);
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #header-nav {
    background: var(--light);
  }
  header .btn-lang {
    background: #fff;
    color: #000;
    border: 1px solid #000;
  }
  header .btn-lang:hover,
  header .btn-lang:focus {
    background: #000;
    color: #fff;
  }
}
/* ? ================== FIM TOPO ================== */
/* FOOTER */
footer {
  border-top: 1px solid #f1f1f1;
  background: #f6f6f6;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

footer h3 {
  margin: 0 0 22px 0;
  color: var(--dark);

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

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

footer .footer__nav li a:not(.btn) {
  color: var(--dark);
  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: var(--dark);

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

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

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

.copyright-footer .btn.selos {
  min-height: unset;
}
.bg-copy {
  background-color: #f6f6f6;
}

.copyright-footer p {
  color: var(--dark);
  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;
}

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

.h2-barra-serv {
  position: relative;
  text-align: center; /* Centraliza o texto */
}

.h2-barra-serv::after {
  content: "";
  display: block;
  width: 60px; /* Ajuste o tamanho da barra */
  height: 4px; /* Ajuste a espessura da barra */
  background-color: var(--primary-color); /* Cor da barra */
  margin: 10px auto 0; /* Centraliza horizontalmente e ajusta margens */
}

.mh-400 {
  max-height: 450px;
  height: 100%;
}

.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-radius: 16px;
  background: rgba(173, 173, 173, 0.05);
  border: #fff;
  font-size: 14px;
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
}
.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 {
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.6);
  backdrop-filter: blur(9px);
  padding: 20px;
}

.titulos-span {
  display: inline-block;
  border-radius: 12px;
  border: 1px solid rgba(193, 223, 134, 0.45);
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  padding: 6px;
  margin-bottom: 5px;
}

.bg-news {
  background-color: #222424;
}

.bg-news input {
  border-radius: 16px !important;
  background: #1a1b1b !important;
  backdrop-filter: blur(6px) !important;
}

.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: 3px;
  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;
  }
}

.form-select-custom {
  width: 100%;

  padding: 12px 16px;
  border-radius: 30px;
  border: none;

  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
}

/* placeholder visual */
.form-select-custom:has(option[value=""]:checked) {
  color: #b5b5b5;
}

/* quando seleciona algo */
.form-select-custom:not(:has(option[value=""]:checked)) {
  color: #fff;
}

.bg-videos {
  background: url("../imagens/bg-videos.webp");
  min-height: 350px;
  height: 100%;
}
