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

/* FOOTER */
footer {
  background-color: #242424;
  margin-top: 3rem;
}

footer .logo-desktop {
  max-width: 200px;
}

footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: var(--light)
}

footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 8px 0;
  font-size: 1rem;
  color: var(--light);
  transition: .3s
}

footer .footer__nav li a i {
  font-size: .625rem;
}

footer .footer__nav li a:hover {
  color: var(--primary-color-light);
}

footer .address :is(span, a):not(.btn) {
  color: var(--light);
  font-size: 1rem;
  line-height: 25px;
  transition: .3s;
  padding: 8px 0;
}

footer .address :is(span, a) i {
  color: var(--primary-color);
}

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-social .social__icon {
  color: var(--primary-color);
  border: 0;
  font-size: 1.375rem;
}

.footer-map {
  height: 250px;
}

.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 .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: .5rem .75rem;
  font-size: .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: .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, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.title-subtitle {
  margin-bottom: 0
}

.title-subtitle span {
  display: block;
  font-size: .9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: .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: .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-timeline {
  background: var(--background);
  padding: 24px;
  position: relative;
  border: 1.5px solid rgba(238, 238, 238, 0.10);
  border-radius: 16px;
}

.card-timeline__title,
.card-timeline__text {
  color: var(--color);
}

@media (min-width: 992px) {
  .col-lg-3:not(:last-child) .card-timeline::after {
    content: '\f061';
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 30px;
    color: var(--light);
    position: absolute;
    top: 50%;
    right: -25%;
    transform: translateY(-50%);
  }
}

.card-componente {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.card__image {
  width: unset;
  height: 120px;
  object-fit: contain;
}


.equipe {
  padding: 16px;
  background-color: #F6F6F6;
  display: flex;
}

.equipe__thumb {
  width: 60px;
}

.equipe__image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}


/* PRODUTOS */
.slider-thumb__image {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.cor__square {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin: 0 auto 5px;
  background-color: var(--background);
  border: 1px solid #aaa;
}

.grid-cores {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  gap: 1rem;
}

.cores {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cor-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--background);
  border: 1px solid #ddd;
}

.card-produto {
  padding: 24px;
  border: 1px solid #EEE;
  background-color: #FAFAFA;
  border-radius: 16px;
}

.card-produto__thumb {
  width: 100%;
  display: flex;
  justify-content: center;
}

.card-produto__image {
  height: 280px;
  object-fit: contain;
}

.card-produto__btn {
  background-color: transparent;
  color: var(--primary-color);
  font-weight: 600;
  padding: 16px 0;
}

/* FAQ */
.accordion-content {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 8px;
}

.accordion-faq .accordion-button:after {
  filter: invert(1);
}

.accordion-faq .accordion-button {
  background-color: var(--primary-color);
  color: var(--light);
  font-weight: 500;
}

.accordion-faq .accordion-item {
  background-color: transparent;
  border: 0 !important;
}

.counter-box {
  border-radius: 16px;
  border: 1px solid #eee;
  background-color: var(--light);
  padding: 32px;
}


.institucional__image {
  border-radius: 16px;
}

/* COMPONENTE ASIDE */

/* ASIDE */
:root {
  --aside-bg: #F6F6F6;
  --aside-border: #e2e8f0;
  --aside-header-bg: #F6F6F6;
  --aside-header-color: #111;
  --aside-accent: #BE1E2D;
  --aside-hover-bg: #f1d5d5;
  --aside-active-bg: #f1d5d5;
  --aside-active-color: #7c141d;
  --aside-text: #374151;
  --aside-muted: #64748b;
  --aside-radius: 10px;
  --aside-font: inherit;
  --aside-transition: 0.2s ease;
  --aside-indent: 14px;
}

.aside-produtos {
  width: 270px;
  min-width: 240px;
  background: var(--aside-bg);
  border: 1px solid var(--aside-border);
  border-radius: var(--aside-radius);
  overflow: hidden;
  font-family: var(--aside-font);
  font-size: 0.9rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  flex-shrink: 0;
  align-self: flex-start;
  position: sticky;
  top: 120px;
}

/* Cabeçalho */
.aside-produtos .aside-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: var(--aside-header-bg);
  color: var(--aside-header-color);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Listas */
.aside-produtos .aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aside-produtos .aside-list--root {
  padding: 8px 0;
}

.aside-produtos .aside-list--nested {
  /* Recuo proporcional à profundidade */
  padding-left: calc(var(--depth, 0) * var(--aside-indent) + 8px);
}

/* Itens */
.aside-produtos .aside-item {
  margin: 1px 6px;
}

/* Botão de toggle (categorias com filhos) */
.aside-produtos .aside-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  background: none;
  border: none;
  padding: 9px 12px;
  border-radius: 6px;
  text-align: left;
  cursor: pointer;
  color: var(--aside-text);
  font-size: inherit;
  font-weight: 600;
  transition: background var(--aside-transition), color var(--aside-transition);
}

.aside-produtos .aside-toggle--sub {
  font-weight: 500;
  font-size: 0.875rem;
}

.aside-produtos .aside-toggle:hover,
.aside-produtos .aside-toggle:focus-visible {
  background: var(--aside-hover-bg);
  color: var(--aside-accent);
  outline: none;
}

.aside-produtos .aside-toggle[aria-expanded="true"] {
  color: var(--aside-accent);
  background: var(--aside-active-bg);
}

/* Ícones */
.aside-produtos .aside-icon {
  font-size: 0.8em;
  color: var(--aside-accent);
  flex-shrink: 0;
}

.aside-produtos .aside-icon--sub {
  color: var(--aside-muted);
  font-size: 0.65em;
}

.aside-produtos .aside-icon--leaf {
  color: var(--aside-muted);
}

/* Seta rotativa */
.aside-produtos .aside-arrow {
  margin-left: auto;
  font-size: 0.7em;
  color: var(--aside-muted);
  transition: transform var(--aside-transition);
  flex-shrink: 0;
}

.aside-produtos .aside-toggle[aria-expanded="true"] .aside-arrow {
  transform: rotate(180deg);
  color: var(--aside-accent);
}

/* Links (itens folha) */
.aside-produtos .aside-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 6px;
  color: var(--aside-text);
  text-decoration: none;
  font-size: 0.85rem;
  transition: background var(--aside-transition), color var(--aside-transition);
}

.aside-produtos .aside-link:hover,
.aside-produtos .aside-link:focus-visible {
  background: var(--aside-hover-bg);
  color: var(--aside-accent);
  outline: none;
}

.aside-produtos .aside-link.active {
  background: var(--aside-active-bg);
  color: var(--aside-active-color);
  font-weight: 600;
}

/* Animação suave no collapse */
.aside-produtos .aside-collapse {
  transition: height var(--aside-transition);
}

/* Aplica flex no container que envolve aside + article */
.container-prod {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.container-prod>article {
  flex: 1;
  min-width: 0;
  /* evita overflow em flex */
}

/* Responsivo: aside vai para cima em mobile */
@media (max-width: 767px) {
  .container-prod {
    flex-direction: column;
  }

  .aside-produtos {
    width: 100%;
    min-width: unset;
    position: static;
  }
}


.aside-componente {
  display: block;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  padding: 18px;
  border-radius: 10px;
}

.aside-componente__menu {
  list-style: none;
}

.aside-componente__menu li {
  padding: 12px;
  cursor: pointer;
}

.aside-componente__menu li:hover,
.aside-componente__menu li.active {
  color: var(--primary-color);
}

.number-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  color: var(--light);
  padding: 6px;
  border-radius: 50%;
}


/* CONTATO */
.box-contact {
  background: var(--background);
  padding: 40px;
  border: 1px solid #E9E9E9;
  border-radius: 16px;
}

.contact-item__icon {
  border-radius: 12px;
  width: 56px;
  height: 56px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-contact-social a {
  color: var(--light);
  border: 0;
  font-size: 24px;
}

.box-form {
  background-color: #FAFAFA;
  border: 1px solid #E9E9E9;
}

.box-form .form :is(input, select, textarea) {
  background-color: #F6F6F6;
  border: 1px solid #EEE;
  border-radius: 12px;
}


/* HEADER */
.bread {
  background: var(--background);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0 60px;
}

#breadcrumb :is(li, a) {
  color: var(--light);
}

.bread__title {
  color: var(--light);
}

@media (min-width: 992px) {

  header:not(.headerFixed) {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    z-index: 9999;
  }

  header:not(.headerFixed) .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--light);
  }

  header.headerFixed {
    background-color: var(--light);
  }

  .btn-transparent:hover {
    background-color: var(--primary-color);
    color: var(--light);
  }


  .bread-fixed .bread {
    position: fixed;
    /* sempre fixo */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    transition: all 0.3s ease;
  }

  .bread-fixed .bread.bread--sticky {
    transform: translateY(0);
  }

  body.bread-fixed {
    padding-top: 80px;
    /* altura do bread */
  }

  .bread-fixed .bread--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #222 !important;
    padding: 20px 0;
    transform: translateY(0);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }

  .bread--sticky .bread__row {
    display: flex;
    gap: 1rem;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .bread--sticky .bread__row h1 {
    font-size: 18px;
  }

  .bread--fixed {
    /* -- BODY -- */
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 998;
    animation: var(--bread-animation, none) 0.3s ease-out forwards;
  }

  .bread--sticky #breadcrumb {
    max-width: 600px;
    display: flex;
    justify-content: flex-end;
  }

  .bread--slide {
    --bread-animation: breadSlide;
  }

  .headerHandle {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  @keyframes breadSlide {
    to {
      transform: translateY(0);
    }
  }

  .bread--fade {
    --bread-animation: breadFade;
    opacity: 0;
  }

  @keyframes breadFade {
    to {
      opacity: 1;
    }
  }

  #header-block {
    background-color: red;
  }
}



/* UTILS */
.accordion-item {
  border: 0;
}

.accordion-button {
  border: 1px solid #d5d5d5;
}

.img-medium {
  max-height: 200px;
  object-fit: contain;
}

.bg {
  background: var(--background);
}

.bg-center {
  background-position: center center;
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-56 {
  font-size: 3.5rem;
}

.color {
  color: var(--color);
}

.pt-30 {
  padding-top: 30px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bg {
  background: var(--background);
}

.bg-cta {
  background: var(--background);
  border-radius: 16px;
}

.bg-center {
  background-position: center center;
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.title-1 {
  position: relative;
}

.title-1::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: var(--primary-color);
}

body {
  background-color: #f6f6f6;
}

.btn-product {
  background-color: #000;
  border: 2px solid transparent;
}

.btn-product.active {
  background-color: var(--primary-color);
  color: var(--light);
}

.btn-product:hover {
  background-color: var(--light);
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.img-h-350 {
  height: 350px;
  object-fit: contain;
}

.title-line-center {
  position: relative;
}

.title-line-center::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 60px;
  height: 4px;
  background-color: var(--lineColor, var(--primary-color));
}


.cta {
  background: var(--background);
}

.cta__image {
  width: unset;
  height: 380px;
  object-fit: contain;
  border-radius: 16px;
}

.aside-sig-fixed .aside__nav li a.active {
  background-color: var(--primary-color);
  color: var(--light);
}

header .navbar-brand{
  padding-top: 0;
  padding-bottom: 0;
}