header .logo-desktop,
header .logo-mobile-menu {
  width: 200px;
  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;
    border-radius: 0.5rem;
  }
  .header .nav-link:hover {
    color: var(--light);
    background-color: var(--primary-color);
  }

  .header .nav-link.active {
    background-color: var(--primary-color);
    color: var(--light) !important;
  }
}
/* FOOTER */
footer {
  background-color: var(--dark);
  margin-top: 3rem;
}
footer .logo-desktop {
  max-width: 200px;
  width: 100%;
}
footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: var(--light);
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 0.875rem;
  color: var(--light);
  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(--light);
  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;
  }
}

.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: var(--secondary-color);
  line-height: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

.card-servicos-home {
  border-radius: 4px;
  background: rgba(247, 247, 247, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  height: 100%;
}
.card-servicos-home h3 {
  text-align: center;
}
.card-servicos-home p {
  text-align: center;
}

/* SERVICOS */
.card-servico {
  transition: 0.3s;
}
.card-servico__image {
  height: 18rem;
  overflow: hidden;
}
.card-servico__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.card-servico__link {
  color: var(--grey);
  background-color: transparent;
  border-radius: 1.25rem;
  transition: 0.3s;
}

.card-servico:hover .card-servico__link {
  background-color: var(--primary-color);
  color: var(--light);
}
.card-servico:hover .card-servico__image img {
  transform: scale(1.1);
}
.card-servico:hover {
  background-color: #f2e8e8;
}
.card-servico:hover h2 {
  color: var(--primary-color);
}

.service-inc__cover img {
  max-height: 25rem;
  object-fit: contain;
}

/* -------------- 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;

  padding: 4px 20px;
  background-color: transparent;
  color: #fff;
  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(--secondary-color);
}
.organictabs-3__link.active::after {
  background-color: var(--secondary-color);
}
.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;

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

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

/* FOOTER */
footer {
  border-top: 1px solid #f1f1f1;
  background: url("../imagens/footer.webp");
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}



footer h3 {
  margin: 0 0 22px 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

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

footer .footer__nav li a:not(.btn) {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  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: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}

footer i {
  color: #fff;
}

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

footer .address a:not(.btn):hover {
  color: var(--primary-light-color);
}

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

.copyright-footer p {
  color: #fafafa;
  font-family: Montserrat;
  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;
  }
}
