header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0;
}
header .logo-desktop,
header .logo-mobile-menu {
  width: 80px;
  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-paginas.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 {
  border-top: 1px solid #f1f1f1;
  background: var(--light);
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

footer h3 {
  margin: 0 0 22px 0;
  color: #fff;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

footer p {
  color: #969696;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
}

footer .footer__nav li a:not(.btn) {
  color: var(--dark);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  text-transform: capitalize;
}

footer .footer__nav li a i {
  font-size: 10px;
}

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

footer .address :is(span, a):not(.btn),
footer span {
  transition: 0.3s;
  color: var(--dark);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}
.bg-copy {
  background-color: var(--light);
}

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

footer iframe {
  border-radius: 1rem;
  width: 100%;
}

.copyright-footer .btn.selos {
  min-height: unset;
}

.copyright-footer p {
  color: var(--dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

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

.bg-icon {
  background: linear-gradient(rgba(0, 98, 173, 1), rgba(29, 175, 77, 1));
  padding: 8px;
  border-radius: 8px;
  color: #fff;
}

.boder-ctt {
  border: 1px solid #e9e9e9;
}

/* =============================== CLIENTES =============================== */

.clientes .card--clientes {
  overflow: visible;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 0;
}

.clientes .card--clientes .card__image {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;

  transition: 1s;
}

/* -------------- ORGANIC TABS - MENU -------------- */
.organictabs-3 a {
  text-decoration: none;
}
.organictabs-3 {
  display: flex;
  flex-direction: column;
}
.organictabs-3__menu {
  display: flex;
  justify-content: center;
  gap: 0;
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
.organictabs-3__main {
  width: 100%;
}
.organictabs-3__link {
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 4px 20px;
  background-color: #fff;
  color: #333;
  margin: 10px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in;
}
.organictabs-3__link span {
  position: relative;
}
.organictabs-3__link span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color, #9b3bd0);
  transition: all 0.3s ease-in;
}

.organictabs-3__link.active,
.organictabs-3__link:hover {
  color: var(--primary-color, #9b3bd0);
}
.organictabs-3__link.active::after {
  background-color: var(--primary-color, #9b3bd0);
}
.organictabs-3__link span:hover::before,
.organictabs-3__link.active span::before {
  width: 100%;
}

/* -------------- ORGANIC TABS - CONTEÚDO -------------- */
.organictabs-3__row {
  width: 100%;
  display: flex;
  gap: 20px;
  --spacing: 20px;
}
.organictabs-3__item {
  width: 100%;
}
.organictabs-3__content {
  padding: 40px;
  background-color: #fff;
}

.organictabs-3__title {
  color: var(--primary-color);
  font-size: 1.75rem;
  position: relative;
  margin-bottom: 40px;
}
.organictabs-3__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: var(--secondary-color, #7fc52f);
}
.organictabs-3__title span {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #747474;
  font-weight: 600;
}
.organictabs-3__text {
  color: var(--grey);
}
.organic-tabs-3__btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--primary-color, #9b3bd0);
  border-radius: 10px;
  color: var(--light, #fff);
  margin-top: 16px;
  transition: all 0.3s ease;
}
.organic-tabs-3__btn:hover {
  background-color: var(--secondary-color, #a84dda);
}
.organictabs-3__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .organictabs-3__link {
    padding: 4px 80px;
  }
  .organictabs-3__content {
    width: 60%;
  }
  .organictabs-3__thumb {
    width: 40%;
    max-height: 400px;
  }
}
@media only screen and (max-width: 765px) {
  .organictabs-3__menu {
    flex-direction: column;
  }
  .organictabs-3__row {
    flex-direction: column;
  }
  .organictabs-3__thumb {
    display: flex;
    justify-content: center;
  }
}

.thumb-1 {
  width: 100%;
}
.thumb-1__image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.thumb-1__video {
  width: 100%;
  height: 200px;
  object-fit: cover;
  aspect-ratio: unset;
}
.thumb-1__title {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--dark);
  text-align: center;
  margin: 10px 0;
}

.brand-title {
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    var(--Brand-primary-base, #0062ad) 0%,
    var(--Brand-secondary-base, #1daf4d) 18.46%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-title span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #6f6f6f;
  color: #6f6f6f;
}

/* ESTILIZAÇÃO DO SLIDER */
.slider-3__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  padding: 30px 0;
}
@media screen and (max-width: 576px) {
  .slider-3__head {
    flex-direction: column;
  }
}
.slider-3__title {
  margin-top: 0;
}

.slider-3__navigation {
  display: flex;
  gap: 20px;
}

.slider-3 .splide__arrow {
  position: unset;
  transform: translateY(0);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color, #0096dd);
}

.slider-3 .splide__arrow svg {
  fill: #fff;
}
