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

/* FOOTER */
footer {
  background-color: var(--white);
  margin-top: 3rem;
}
footer .logo-desktop {
  max-width: 280px;
}
footer h3 {
  color: #c2c3c3;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
}
footer i {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #d23a49;
  font-size: 20px;
  color: white;
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 0.775rem;
  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.775rem;
    line-height: 25px;
    transition: 0.3s;
    margin: 10px 0;
}
footer span{
  font-size: 0.775rem;
}
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;
  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;
}
.card-grey {
  background: #f6f6f6;
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  height: 100%;
}
.card-sobreposition {
  position: relative;
}
.card-sobreposition div {
  left: -65px;
  top: -91px;
  position: absolute;
  min-width: 650px;
  padding: 32px;
  background: #f6f6f6;
}
.card-medium-grey {
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  background: #787878;
  height: 100%;
}
.card-dark-grey {
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  background: #3a3a3a;
}
.card-mvv h2 {
  position: relative;
}
.card-mvv h2:after {
  content: "";
  width: 64px;
  height: 4px;
  background: #d23a49;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.card--servicos {
  padding: 24px;
  border-radius: 8px;
  max-width: 320px;
  font-family: Arial, sans-serif;
  border: 1px solid #fafafa;
  background: #fcfcfc;
  height: 100%;
}

.card__icon {
  background-color: #f2dede;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 15px;
  transition: 0.5s;
}
.card--servicos:hover .card__icon {
  background-color: #d23a49;
}
.card--servicos:hover .card__icon svg {
  filter: invert(1) sepia(1) grayscale(1) brightness(200%);
}
.card__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.card__description {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.5;
}

.card__link {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.card__link:hover {
  text-decoration: underline;
}

/* =============================== GALERIA =============================== */

.thumb-1 {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.thumb-1 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.thumb-1__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(1px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0.1s;
  padding: 20px;
  font-size: 2rem;
  color: var(--light);
  width: 100%;
  height: 100%;
}
.thumb-1:hover .thumb-1__overlay {
  opacity: 1;
  visibility: visible;
}
.thumb-1__image {
  object-fit: cover;
}
.thumb-1:hover {
  flex-grow: 20;
}
.banner-title {
  color: #b10b1b;
  font-family: Lato;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.banner-subtitle {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-right: 10%;
}

/* AJUSTE RESPONSIVO DO BANNER */
@media (max-width: 991px) {
  .banner-title {
    font-size: 40px;
  }
  .banner-subtitle {
    font-size: 16px;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .banner-title {
    font-size: 18px;
    line-height: 1.25;
  }
  .banner-subtitle {
    font-size: 12px;
    width: 100% !important;
  }
  .splide__content {
    padding-top: 20px;
  }
}

/* FIM GALERIA */
.text-container {
  display: flex;
  padding: 64px 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Gutter-Gutter-md, 40px);
  align-self: stretch;
  background: rgba(58, 58, 58, 0.8);
}
.text-container h2 {
  color: #ebecec;
  text-align: center;

  /* Heading/H2 */
  font-family: Lato;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 62.4px */
}
.text-container p {
  color: #ebecec;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.icon-contato {
  background-color: var(--primary-color);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parceiros {
 background:linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('../imagens/assets/parceiros.webp');
 background-repeat: no-repeat;
 background-size: cover;
}
.parceiros h2,.parceiros p{
  color: white;
}
.card-img-top{
  object-fit: contain;
}

.slick-customers .slick-track {
  display: flex;
  align-items: center;
}

.serv-gallery {
  columns: 4;
}

.serv-gallery .serv-gallery__item {
  display: block;
  position: relative;
}

@media screen and (max-width: 576px) {
  
.serv-gallery {
  columns: 2;
}
}

.servicos-lista-check {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 60px !important;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.servicos-lista-check-col {
  flex: 1 1 45% !important;
  min-width: 300px;
  max-width: 100%;
}

.servicos-lista-check-col ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.servicos-lista-check-col ul li {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  font-size: 17px;
  color: #000000;
  line-height: 1.35;
}

.servicos-lista-check-col .check-icon {
  color: #c1272d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.35;
  margin-top: 1px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .servicos-lista-check {
    flex-direction: column !important;
    gap: 10px !important;
  }
}

.servico-mosaico-bloco {
  padding: 40px 0;
}

.servico-mosaico-bloco h2 {
  color: #c1272d;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #c1272d;
  display: inline-block;
}

.servico-mosaico-bloco h2 a,
.servico-mosaico-bloco a h2 {
  color: inherit;
  text-decoration: none;
}

.servico-mosaico-bloco h2:hover {
  color: #a01f28;
  border-color: #a01f28;
}

@media (max-width: 576px) {
  .servico-mosaico-bloco h2 {
    font-size: 28px;
  }
}

.servico-mosaico-bloco.servico-bg-cinza {
  background: #f4f4f4;
}

.servico-mosaico-bloco.servico-bg-branco {
  background: #ffffff;
}

.serv-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.serv-gallery .serv-gallery__item {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.serv-gallery .serv-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}

.serv-gallery .serv-gallery__item:hover img {
  transform: scale(1.05);
}

@media (max-width: 576px) {
  .serv-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}