header .logo-desktop,
header .logo-mobile-menu {
  width: 300px;
  margin: 1rem 0;
}
@media screen and (min-width: 992px) {
  header .nav-link {
    font-size: 13px;
  }
}
header .selo-topo {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {
  header .logo-desktop,
  header .logo-mobile-menu {
    width: 150px;
    margin: 1rem 0;
  }
}

/* FOOTER */
footer {
  border-top: 1px solid #f1f1f1;
  background: #212121;
  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: #969696;
  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: #212121;
}

footer i {
  color: #fff;
}

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

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

.copyright-footer p {
  color: #fafafa;
  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: var(--primary-color);
  line-height: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

.bg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  padding: 12px;
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  header:not(.headerFixed) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  header:not(.headerFixed) #header-nav {
    background-color: transparent;
  }

  header:is(.headerFixed) #header-nav {
    background-color: var(--dark);
  }

  header .nav-link {
    color: #fff;
    --bs-navbar-active-color: #fff;
    border-radius: 24px !important;
    font-weight: 600;
  }

  header .nav-link:hover,
  header .nav-link:focus {
    background: var(--primary-color);
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: var(--light);
  }
}

.card-03 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  height: 300px;
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: 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;
  }
}

.titulo-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.badge-top {
  display: flex;
  background: #e5f2ff;
  /* azul clarinho igual ao da imagem */
  color: #4a84c3;
  /* azul do texto */
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  width: 100px;
}

.titulo-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

/* SERVICOS */
.card-servico {
  transition: 0.3s;
  background-color: #fff;
}

.card-servico__image {
  height: 18rem;
  overflow: hidden;
}

.card-servico__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.card-servico__link {
  color: var(--grey);
  background-color: transparent;
  border-radius: 1.25rem;
  transition: 0.3s;
}

.card-servico:hover .card-servico__link {
  background-color: var(--primary-color);
  color: var(--light);
}

.card-servico:hover .card-servico__image img {
  transform: scale(1.1);
}

.card-servico:hover {
  background-color: #f2e8e8;
}

.card-servico:hover h2 {
  color: var(--primary-color);
}

.service-inc__cover img {
  max-height: 25rem;
  object-fit: contain;
}

.bg-serv-home {
  background-color: #f0f5ff;
}

/* ==================== TESTIMONIALS-CONTAINER ==================== */

.testimonial-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  background: #fff;
  background: #fff;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.testimonials-container h2 {
  margin-bottom: 90px;
}

.testimonials-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 100%;
  max-width: 404px;
  height: 100%;
}

.testimonials-card .header::before,
.testimonials-card .header::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0.0625rem;
  width: 9.5rem;
  background: #262626;
}

.testimonials-card .header::before {
  left: 90px;
}

.testimonials-card .header::after {
  right: 90px;
}

.testimonials-card p {
  color: #050505;
  font-size: 18px;
  font-style: normal;
  line-height: 27px;
}

.testimonials-card h3 {
  color: #018cc0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

/* ================== FIM TESTIMONIALS-CONTAINER ================== */

/* =============================== 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 HOME ==================== */
.img-empresa .img-selo {
  width: 130px;
  height: 130px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .img-empresa .img-selo {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
  }
}
/* ? ================== FIM IMG HOME ================== */

/* videos sig*/

.videos-sig {
  max-width: 600px;
  max-height: 400px;
  width: 100%;
  height: 100%;
}

.bg-eletropolimento {
  background-color: #d9f3ff;
}
