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

header {
  background: rgba(250, 250, 250, 0.75);
}

body {
  background-color: #fafafa;
  overflow-x: hidden;
}
.bg-contato-left {
  border-radius: 8px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    rgba(2, 47, 66, 0.95);
}
/* FOOTER */
footer {
  background-color: #fafafa;
  margin-top: 3rem;
}
footer .logo-desktop {
  max-width: 200px;
}
footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: var(--dark);
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 0.875rem;
  color: #6c6c6c;
  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: #6c6c6c;
  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;
}

.border-ctt {
  border-radius: 8px;
  background: rgba(2, 47, 66, 0.25);
  padding: 3px;
}

.title-contato {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
}
.title-contato::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #8ca1b5;
  position: absolute;
  display: block;
}

.title-footer {
  position: relative;
  color: var(--primary-color);
  font-weight: 400;
  font-size: 1rem;
}
.title-footer::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #8ca1b5;
  position: absolute;
  display: block;
}

.border-header {
  border-radius: 8px;
  border: 1px solid #eee;
  background: #f6f6f6;
}

.card-services {
  background: #f6f6f6;
  border-radius: 8px;
}
.card-services img {
  object-fit: contain;
  max-height: 150px;
  height: 100%;
}

.lista-container {
  background-color: #e9e9e9;
  padding: 20px 30px;
  width: 700px;
}

.lista-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lista-container li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  color: #6d6d6d;
  font-size: 14px;
}

.check-icon {
  min-width: 18px;
  height: 18px;
  background-color: #f58220;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  margin-top: 2px;
}

.check-icon::before {
  content: "✓";
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.card-depoimentos {
  display: flex;
  background-color: #f6f6f6;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #eee;
  border-radius: 4px;
  height: 100%;
}

.border-left-dep {
  border-left: 1px solid var(--secondary-color);
  padding: 8px;
}

.fs-addres {
  font-weight: 350;
  font-size: 14px;
}

.fw-350 {
  font-weight: 350;
}
.bg-copy {
  background: #f6f6f6;
}

.bg-list {
  background: #f1f1f1;
}

.lista-check {
  list-style: none;
  padding: 20px;
  margin: 0;
}

.lista-check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.5;
}

.lista-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: #f26c1c;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.border-trabalhe {
  display: flex;
  margin-top: 8px;
  padding: 8px;
  flex-direction: column;
  align-items: center;

  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid rgba(140, 161, 181, 0.15);
  background: rgba(2, 47, 66, 0.05);
}

.border-trabalhe h3 {
  font-weight: 350;
  font-size: 1rem;
}
.border-trabalhe img {
  width: 40px;
  height: 40px;
}
.card-trabalhe {
  display: flex;
  justify-content: space-between;
  padding: 8px 8px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 8px;
  background: #f6f6f6;
}

.card-trabalhe h3 {
  color: #4a4848;

  font-weight: 500;
  line-height: 150%;
}

.bg-trabalhe {
  border-radius: 8px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    rgba(2, 47, 66, 0.95);
}

.bg-trabalhe p {
  color: #c3c3c3;
  font-weight: 350;
  font-size: 1rem;
}

.card-texto {
  border-left: 1px solid #242424;
  padding-left: 4px;
}

.card-texto h3 {
  color: #4a4848;
  font-weight: 350;
  font-size: 14px;
}

@media screen and (max-width: 576px) {
  .w-100-mobile {
    width: 100% !important;
  }
}

.fs-14px {
  font-size: 14px;
}
