header .logo-desktop,
header .logo-mobile-menu {
  width: 260px;
}

@media screen and (min-width: 992.05px) {
  .mod-topo::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgba(97, 100, 107, 0) 0%, #bdc4d1 100%);
    margin-top: 10px;
  }
  .sticky-top {
    width: 100%;
    background: #fff !important;
    backdrop-filter: blur(9px);
    padding: 20px 0;
  }
  .body-home .nav-link {
    color: #000;
    padding: 12px 8px;
    border-radius: 8px;
    margin-top: 20px;
  }
  .nav-link {
    padding: 12px 8px;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 600;
    color: #000;
  }
  .nav-link.active {
    color: #fff !important;
    background-color: var(--primary-color);
  }
  .mod-color {
    color: #000;
  }
}
/* 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: 1rem;
  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: 1rem;
  line-height: 25px;
  transition: 0.3s;
}
footer .address a:not(.btn):hover {
  color: var(--primary-color-light);
}

.footer-map {
  width: 100%;
  height: 180px;
  border-radius: 8px;
}

.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;
}
.icon-mod {
  color: #fff;
  background-color: #1f2d4b;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.45rem;
}
.box-info {
  background-color: #121b2d;
  border-radius: 10px;
  padding: 20px 40px;
}
.box-info :is(p, h3, h4, address, a) {
  color: #fff;
}
.bg-form {
  border-radius: 16px;
  border: 1px solid #e9e9e9;
  background: #fafafa;
}
.mod-form {
  padding: 3.5rem 2rem;
}
.mod-form :is(input, textarea, select) {
  padding: 0.7rem 0.98rem;
}
.bg-form label {
  color: #4a4848;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.bg-form :is(input, textarea, select) {
  border-radius: 12px;
  border: 1px solid #eee;
  background: #f6f6f6;
}

.line-left:before {
  content: "";
  display: block;
  width: 4px;
  height: 70px;
  background-color: #eec235;
  margin-right: 1rem;
}
.line-left {
  display: flex;
  align-items: center;
}
.info-card {
  border-radius: 16px;
  border: 1.5px solid #eee;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}
.info-card .number {
  color: #2b406a;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.info-card .label {
  color: #6c6c6c;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
}
.mod-img {
  width: 156px;
  object-fit: contain;
  margin: 10px;
  background: #fff;
  padding: 10px;
}
/* -------------- ORGANIC TABS - MENU -------------- */
.organictabs-2__menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  width: 100%;
  padding: 0;
}
.organictabs-2__main {
  width: 100%;
}
.organictabs-2__link {
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #f6f6f6;
  color: #454545;
  margin: 10px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 3px solid #e7e7e7;
}
.organictabs-2__link::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%) rotateZ(270deg);
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
  border: 3px solid #e7e7e7;
  border-top: 0;
  border-bottom: 0;
  border-radius: 4px;
  clip-path: polygon(54% 0, 54% 49%, 54% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.organictabs-2__link.active::before {
  opacity: 1;
}

/* -------------- ORGANIC TABS - CONTEÚDO -------------- */
.organictabs-2__row {
  width: 100%;
  display: flex;
  gap: 20px;
  --spacing: 20px;
}
.organictabs-2__item {
  width: 100%;
}
.organictabs-2__content {
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  background-color: #f6f6f6;
}

.organictabs-2__title {
  color: var(--primary-color);
}
.organictabs-2__text {
  color: var(--grey);
}
.organictabs-2__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

@media only screen and (min-width: 768px) {
  .organictabs-2__content {
    width: 60%;
  }
  .organictabs-2__thumb {
    width: 40%;
    max-height: 400px;
  }
}
@media only screen and (max-width: 765px) {
  .organictabs-2__menu {
    flex-direction: column;
  }
  .organictabs-2__row {
    flex-direction: column;
  }
  .organictabs-2__thumb {
    display: flex;
    justify-content: center;
  }
}
.icones-mvv {
  border-radius: 999px;
  border: 1px solid #e9e9e9;
  height: 50px;
  width: 50px;
  display: flex;
  background: #f6f6f6;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  align-items: center;
  justify-content: center;
}
.mvv {
  border-radius: 16px;
  border: 1.5px solid #eee;
  background: #fafafa;
  padding: 1rem;
}
.mod-left:before {
  height: 45px;
}

/* =============================== ACCORDION =============================== */

.accordion .accordion__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background: #fafafa;
  color: #6c6c6c;
  cursor: pointer;
  transition: 0.3s;
}

.accordion .accordion__button:after {
  content: "\2b";
  font-family: "FontAwesome";
  color: #fff;
}

.accordion .accordion__button.accordion--active:after {
  content: "\f068";
}

.accordion .accordion__button:hover,
.accordion .accordion__button.accordion--active {
  border: 1px solid #c3bfbf;
}

.accordion .accordion__button + * {
  padding: 5px 15px;
}

.spacy-y {
  padding: 80px 0;
}
.line-mod::before {
  height: 45px;
}

.sub-title-home {
  color: #6c6c6c;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.carousel-clientes__image {
  width: 200px;
  height: 130px;
  padding: 10px;
  object-fit: contain;
  background: #fff;
}
.btn-mod-banner-01:hover {
  background: var(--primary-color) !important;
  border: solid 1px var(--primary-color);
  color: #fff;
}
.btn-mod-banner-02:hover {
  color: #e0e0e0;
}

.btn-download {
  background-color: var(--light);
  padding: 8px 16px;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: 0.4s;
}

.btn-download:hover {
  border: 2px solid var(--primary-color);
}

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

.btn-download i {
  color: var(--secondary-color);
}

.product-tabs-content p {
  color: var(--grey);
}

.prod-info p {
  color: var(--grey);
}

.tab-content iframe {
  width: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  margin: 20px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.tab-content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.tab-content th,
.tab-content td {
  padding: 14px 18px;
  border: 1px solid #e9ecef;
}

.tab-content th {
  background: #f8f9fa;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .tab-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tab-content table {
    min-width: 700px;
  }

  .tab-content th,
  .tab-content td {
    white-space: nowrap;
  }
}


.btn-secondary {
  color: hsl(162, 38%, 32%);
  font-weight: 500;
}