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

.header {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 999;
  margin: 0 auto;
}

.mpi header {
  background: color(--primary-color);
}

@media screen and (min-width: 1300px) {
  .header .nav-link {
    color: var(--light);
    margin: 0 0.1875rem;
    transition: 0.3s;
  }
  .header .nav-link:hover {
    color: var(--light);
  }

  .header .nav-link.active {
    color: var(--light) !important;
    border-bottom: 2px solid var(--light);
  }
}

.bread {
  padding: 0.5rem 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../imagens/bread.webp");
  height: 300px;
  background-position: center;
}

.bread__row {
  margin-top: 180px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* FOOTER */
footer {
  background-color: #faf1ef;
}
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: 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;
}
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;
  }
}

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

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

.bg-icon {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px; /* impede achatar */
  min-height: 48px;
  background: #d26d00;
  border-radius: 50%;
  display: inline-flex; /* importante */
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* evita deformar no flex */
}

.bg-icon i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.galeria-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .galeria-1 {
    display: grid;
    grid-template-columns: repeat(1, 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;
}

.card-category {
  height: 100%;
  position: relative;

  padding: 48px 20px 28px; /* espaço extra por causa da bolinha */
  border-radius: 14px;
  background: #d9d9d9;
  text-align: center;
  transition: all 0.3s ease;
}

.card-category:hover {
  background: #fff3db;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* 🔵 Bolinha sobreposta */
.card-category__icon {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ff8a00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.card-category__icon-2 {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.card-category__icon i {
  color: #fff;
  font-size: 26px;
}

/* Hover bolinha */
.card-category:hover .card-category__icon {
  background: #000;
}

/* Título */
.card-category__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #000;
}

/* Texto */
.card-category__text {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 18px;
}

/* Botão */
.card-category__btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 20px;
  background: #ff8a00;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover botão */
.card-category:hover .card-category__btn {
  background: #000;
}
.card-mvv {
  flex: 1;
  transition: transform 0.3s ease;
  border: 2px solid #d26d004d;
  padding: 16px;
  border-radius: 16px;
  height: 100%;
}

.card-mvv:hover {
  transform: translateY(-20px);
}

.card-mvv h3 {
  color: #393a3b;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 0;
}

.bg-cta-pattern {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    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;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(105, 88, 88, 0.08);
  backdrop-filter: blur(6px);
  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;
}

.border-cta {
  border: 2px solid #ebecec14;
  border-radius: 16px;
  padding: 16px;
}
