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

.bg-topo {
  background: linear-gradient(
    135deg,
    rgba(240, 186, 186, 0.25) 0%,
    #ffffff 50%,
    #f5f5f5 100%
  );
}

.box {
  border-radius: var(--radius-24, 24px);
  border: 1px solid var(--Neutral-stroke-strong, #e9e9e9);
  background: var(--Neutral-background-bg-50, #fafafa);
  padding: 5px;
}

.box-topo {
  position: relative;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 20px;
  color: var(--light);
}

.nav-link {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: var(--dark);
  }
}
/* FOOTER */
footer {
  background-color: var(--light);
}
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-dark);
}
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);
}

.bg-copy {
  background-color: var(--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;
}

.text-pill {
  display: inline-block;
  padding: 8px 16px;

  border-radius: var(--radius-16, 16px);
  border: 1px solid var(--Neutral-stroke-strong, #e9e9e9);
  background: var(--Neutral-background-bg-200, #eee);

  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;

  text-align: center;
}

.card-11 {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 16px 24px 16px;
  background-color: #fafafa;
  transition: all 0.4s ease;
  height: 100%;
  display: block;
}
.card-11__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.card-11,
.card-11__image {
  border-radius: 15px;
}
.card-11__title {
  font-size: 1.4375rem;
  color: var(--grey, #606062);
  margin-top: 16px;
}
.card-11__text {
  font-size: 16px;
  color: var(--grey, #606062);
}
.btn-right {
  text-align: right;
}
.card-11__btn {
  color: var(--dark, #333);
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 11px 16px;
  background-color: transparent;
  transition: all 0.4s ease;
  border-radius: 10px;
}
.card-11__btn:hover {
  color: var(--primary-color);
}

.card-11:hover .card-11__btn {
  color: var(--primary-color);
}
.card-11:hover .card-11__title {
  color: var(--primary-color, #26306d);
}
.newsletter-box {
  border-radius: var(--radius-16, 16px);
  border: 1px solid var(--Neutral-stroke-strong, #e9e9e9);
  background: linear-gradient(
    90deg,
    rgba(240, 186, 186, 0.25) 0%,
    var(--Neutral-background-bg-100, #f6f6f6) 110.05%
  );
  width: 47rem;
}

.newsletter-box input {
  box-shadow: none;
  outline: none;
}

.newsletter-box .input-group {
  background: #fff;
  border-radius: 999px;
  padding: 4px;
  width: 28rem;
}

@media screen and (max-width: 768px) {
  .newsletter-box .input-group {
    background: #fff;
    border-radius: 999px;
    padding: 4px;
    width: 15rem !important;
  }
}
.newsletter-box .form-control {
  border-radius: 999px;
  padding-left: 16px;
}

.newsletter-box .btn-primary {
  background: var(--primary-color);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 0px 10px 10px 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-primary-dark {
  background-color: var(--primary-color-dark);
}

/* Ícones */
.icon-box {
  width: 45px;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  color: var(--primary-color);
  font-size: 18px;
}

/* Inputs estilo clean (igual print) */
.form-contato input,
.form-contato select,
.form-contato textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  color: #fff;
  outline: none;
}

/* Placeholder branco */
.form-contato input::placeholder,
.form-contato textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* Select */
.form-contato select {
  color: rgba(255, 255, 255, 0.7);
}

/* Remove estilo padrão */
.form-contato select option {
  color: #000;
}

/* Foco */
.form-contato input:focus,
.form-contato textarea:focus,
.form-contato select:focus {
  border-bottom: 1px solid #fff;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 16px;
  border: 1px solid #e7bcbc;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #c44b4b;
  background: #f6f6f6;
  text-transform: uppercase;
}

.badge::before {
  content: "";

  width: 16px;
  height: 16px;

  background-image: url("../imagens/favicon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  display: block;
}

.top-infos {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #f6f6f6bb;
  padding: 14px 20px;
  border-radius: 8px;

  min-width: max-content;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #b32025;
  color: #fff;

  font-size: 14px;
}

.info-item p {
  margin: 0;

  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  color: #222;
}

.divider {
  width: 3px;
  height: 40px;
  background: #c2c2c2;
}

.stats-box--home {
  margin-right: 32px;
  display: flex;
  align-items: center;
  gap: 32px;

  padding: 28px 40px;

  background: #f6f6f6;
  border-radius: 24px;

  width: fit-content;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.stats-box--home .stats-box__item {
  display: flex;
  align-items: center;
  gap: 14px;

  min-width: max-content;
}

.stats-box--home .stats-box__icon {
  font-size: 28px;
  color: #b32025;

  flex-shrink: 0;
}

.stats-box--home strong {
  display: block;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;

  color: #222;
}

.stats-box--home span {
  display: block;

  font-size: 14px;
  color: #666;

  margin-top: 4px;
}

.stats-box--home .stats-box__divider {
  width: 1px;
  height: 52px;

  background: #cfcfcf;
}

.splide__content--edited {
  width: 100%;
  height: 100%;
  margin-top: -1rem;
  margin-bottom: 1rem;
  margin-right: 10rem !important;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mt-mobile-5 {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .stats-box--home {
    display: none;
  }

  .mt-mobile-5 {
    margin-top: 3rem !important;
  }
}

@media screen and (max-width: 576px) {
  .mt-mobile-5 {
    margin-top: 3rem !important;
  }
  .stats-box--home {
    display: none;
  }

  .stats-box--home .stats-box__divider {
    display: none;
  }

  .splide__content--edited {
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 0rem;
    margin-right: 0 !important;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .splide-banner .splide__slide {
    height: 95vw !important;
  }
}

.splide__slide--mobile-overlay {
  position: relative;
  overflow: hidden;
}

.splide__slide--mobile-overlay > * {
  position: relative;
  z-index: 2;
}

.title-banner {
  color: #1d1d1d;
}

.p-banner {
  color: #1d1d1d;
}

.span-banner {
  color: var(--primary-color);
}

.btn-outline-primary-banner {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn-outline-primary-banner:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fafafa;
}
@media (max-width: 768px) {
  .splide__slide--mobile-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    z-index: 1;
  }

  .title-banner {
    color: #fafafa;
  }

  .span-banner {
    color: #ff5a5f;
  }
  .p-banner {
    color: #fafafa;
  }

  .btn-outline-primary-banner {
    color: #fafafa;
    border: 1px solid #fafafa;
  }
}
