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

@media screen and (min-width: 992px) {
  header {
    background: var(--primary-color);
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    width: fit-content;
  }

  header .nav-link {
    color: #FAFAFA;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
    position: relative;
  }

  header .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #FAFAFA;
    height: 2px;
    transition: .3s ease;
  }

  header .nav-link.active,
  header .nav-link:hover {
    color: #FAFAFA !important;
  }

  header .nav-link.active::before,
  header .nav-link:hover::before {
    width: 100%;
  }
}


@media screen and (min-width: 1440px) {
  header .nav-link {

    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
  }
}

/* FOOTER */
footer {
  border-top: 1px solid #E9E9E9;
  background: #005E28;
}

footer .social__icon {
  color: #fafafa;
  font-size: 24px;
}

footer .logo-desktop {
  max-width: 200px;
  filter: brightness(0) invert(1)
}

footer h3 {
  margin: 0 0 18px 0;
  color: #FAFAFA;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

footer .footer__nav li a:not(.btn) {
  color: #FAFAFA;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  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: #FAFAFA;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 21px;
  transition: .3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

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

footer .address {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.copyright-footer .btn.selos {
  min-height: unset;
  font-size: 12px;
}

.copyright-footer p {
  color: #FAFAFA;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
}

@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }

  footer .address {
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  footer h3 {
    margin: 0 0 32px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
  }

  footer .footer__nav li a:not(.btn) {

    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
  }

  footer .address :is(span, a):not(.btn) {

    font-size: 14px;
    font-weight: 350;
    line-height: 21px;
  }

  .copyright-footer p {

    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
}

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

/* ==================== CUSTOM ==================== */

.custom-subtitle {
  color: #6C6C6C;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  display: block;
}

.custom-title {
  color: #01715E;
  text-align: center;
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin: 0px 0 42px 0;
}


.custom-card {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom-card .header {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: var(--primary-color);
  min-height: 105px;
}

.custom-card h3 {
  color: #FAFAFA;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.custom-card .cover {
  flex-grow: 1;
}

.custom-card .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1440px) {
  .custom-subtitle {

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .custom-title {

    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 8px 0 42px 0;
  }


  .custom-card h3 {

  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
}


}

/* ================== FIM CUSTOM ================== */

/* ==================== BANNER ==================== */

.banner-sig h2 {
  color: #FAFAFA;
  font-family: Archivo;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.banner-sig p {
  color: #FAFAFA;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 8px 0 32px 0;
}

.banner-sig a {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: var(--primary-color);
  color: #FAFAFA;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.banner-sig a:nth-child(2) {
  background-color: #fafafa;
  color: #1A1A1A;
}

@media screen and (min-width: 1440px) {
  .banner-sig h2 {

    font-size: 56px;
    font-weight: 600;
    line-height: 67.2px;
  }

  .banner-sig p {

    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    margin: 8px 0 40px 0;
  }

  .banner-sig a {

    padding: 12px 16px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
  }

}

/* ================== FIM BANNER ================== */

/* ==================== WHO-WE-ARE-CONTAINER ==================== */

.who-we-are-container .title {
  color: #01715E;
  text-align: center;
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.who-we-are-container .title span {
  color: #6C6C6C;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  display: block;
  position: relative;
  margin: 0 0 32px 0;
}

.who-we-are-container--pages .title span {
  text-align: start;
}

.who-we-are-container .title span::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 7.5rem;
  background-color: var(--primary-color);
}

.who-we-are-container--pages .title span::before {

  left: 0;
  transform: translateX(0);
}

.who-we-are-container--pages img {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.who-we-are-container p {
  color: #4A4848;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 25.2px;
}

.who-we-are-container a {
  display: flex;
  padding: 13px 12px;
  align-items: center;
  border-radius: 16px;
  border: 2px solid #008439;
  color: #008439;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin: 18px 0 0 0;
}

.who-we-are-container--pages a {
  background: #008439;
  color: #fafafa;
}

.who-we-are-container a:hover {
  color: #fafafa;
  background-color: #008439;
  border-color: #008439;
}

@media screen and (min-width: 1440px) {
  .who-we-are-container .title {

    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }

  .who-we-are-container .title span {

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 32px 0;
  }

  .who-we-are-container p {

    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
  }

  .who-we-are-container a {

    padding: 16px 24px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    margin: 32px 0 0 0;
  }

}

/* ================== FIM WHO-WE-ARE-CONTAINER ================== */

/* ==================== SERVICES-CONTAINER ==================== */

.services-container__card {
  border-radius: 16px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  box-shadow: 0 1px 4px 0 rgba(144, 118, 95, 0.08);
  overflow: hidden;
}

.services-container__card .cover {
  overflow: hidden;
  height: 245px;
}

.services-container__card .cover img {
  width: 100%;
  object-fit: cover;
  height: 240px;
  transform: scale(1);
  transition: .3s ease;
}

.services-container__card:hover img {
  transform: scale(1.1);
}

.services-container__card .content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.services-container__card .content h3 {
  color: #4A4848;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.services-container__card .content p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  margin: 12px 0 2px 0;
}

.services-container__card .content a {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #008439;
  color: #FAFAFA;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .services-container__card .cover img {

    height: 289px;
  }


  .services-container__card .content h3 {

    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
  }

  .services-container__card .content p {

    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 4px 0 24px 0;
  }

  .services-container__card .content a {

    padding: 11px 16px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
  }

}

/* ================== FIM SERVICES-CONTAINER ================== */

/* ==================== OTHER-CARDS ==================== */

.other-cards:nth-child(1) {
  background: url("../imagens/others/01/others.webp") no-repeat;
  background-size: cover;
}

.other-cards:nth-child(2) {
  background: url("../imagens/others/02/others.webp") no-repeat;
  background-size: cover;
}

.other-cards:nth-child(3) {
  background: url("../imagens/others/03/others.webp") no-repeat;
  background-size: cover;
}

.other-cards h3 {
  color: #01715E;
  font-family: Archivo;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  margin: 0 0 32px 0;
}

.other-cards h3::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #008439;
  height: .125rem;
  width: 90px;
}

.other-cards ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.other-cards li {
  list-style: none;
  color: #4A4848;
  font-family: Archivo;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  margin: 0;
}

.other-cards li::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #C3C3C3;
}

.other-cards a {
  display: flex;
  padding: 14px 32.739px;
  justify-content: center;
  align-items: center;
  border-radius: 32.739px;
  background: #008439;
  color: #FAFAFA;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: 32px;
}

@media screen and (max-width: 992px) {
  .other-cards:nth-child(1) {
    background: url("../imagens/others/01/mobile.webp") no-repeat;
    background-size: cover;
  }

  .other-cards:nth-child(2) {
    background: url("../imagens/others/02/mobile.webp") no-repeat;
    background-size: cover;
  }

  .other-cards:nth-child(3) {
    background: url("../imagens/others/03/mobile.webp") no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .other-cards h3 {

    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }


  .other-cards li {

    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
  }


  .other-cards a {

    padding: 21.826px 32.739px;
    border-radius: 32.739px;
    font-size: 21.826px;
    font-weight: 600;
  }
}

/* ================== FIM OTHER-CARDS ================== */

/* ==================== WORK-CONTAINER ==================== */

.work-container .label {
  padding: 6px 24px;
  border-radius: 8px;
  background: #008439;
  color: #FAFAFA;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  display: block;
  position: relative;
  width: fit-content;
}

.work-container .label.left {
  left: -20%;
}

.work-container .label.right {
  right: -20%;
}

@media screen and (min-width: 1440px) {
  .work-container .label {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
  }
}

/* ================== FIM WORK-CONTAINER ================== */

/* ==================== MVV-CONTAINER ==================== */

.mvv-container__card {
  border-radius: 24px;
  border: 1px solid #E9E9E9;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  height: 100%;
}

.mvv-container__card h3 {
  color: #4A4848;
  font-family: Archivo;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  margin: 16px 0 8px 0;
}

.mvv-container__card p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 25.2px;
  margin: 0;
}

/* ================== FIM MVV-CONTAINER ================== */

/* ==================== SOLUTIONS-CONTAINER ==================== */

.solutions-container ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.solutions-container li {
  color: #008439;
  font-family: Archivo;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  list-style: none;
  border-bottom: 1px solid #C3C3C3;
  padding: 8px 0;
  position: relative;
}

.solutions-container li::before {
  content: '';
  position: absolute;
  left: -32px;
  bottom: -18px;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  border: 2px solid #C3C3C3;
}


.solutions-container__card.backgorund {
  background: #EBFFE6;
}

.solutions-container__card h2 {
  color: #01715E;
  font-family: Archivo;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 32px 0;
  position: relative;
}


.solutions-container__card h2::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #008439;
  width: 100px;
  height: 2px;
}

.solutions-container__card .label {
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  border-radius: 8px;
  background: #008439;
  color: #FAFAFA;
  text-align: center;
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  width: fit-content;
}

.solutions-container__card a {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  border-radius: 8px;
  background: #008439;
  color: #FAFAFA;
  text-align: center;
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-top: 32px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .solutions-container li:nth-child(2) {
    margin-left: 60px;
  }

  .solutions-container li:nth-child(3) {
    margin-left: 120px;
  }
}

@media screen and (min-width: 1440px) {
  .solutions-container li {

    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    border-bottom: 1px solid #C3C3C3;
    padding: 8px 0;
  }

  .solutions-container__card h2 {

    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 32px 0;
  }

  .solutions-container__card h2::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    background: #008439;
    width: 120px;
    height: 2px;
  }

  .solutions-container__card .label {

    padding: 12px 24px;
    gap: 0;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 600;
  }

  .solutions-container__card a {

    padding: 12px 24px;
    gap: 0;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 32px;
  }


}

/* ================== FIM SOLUTIONS-CONTAINER ================== */

/* ==================== UNITS-CONTAINER ==================== */

.units-container__card {
  display: flex;
  width: 100%;
  max-width: 342px;
  padding: 24px;
  align-items: center;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  transition: .3s ease;
  height: 100%;
}

.units-container__card:hover {
  border-color: #008439;
}

.units-container__card h3 {
  color: #6C6C6C;
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 18px 0;
  transition: .3s ease;
}

.units-container__card:hover h3 {
  color: #008439;
}

.units-container__card .address :is(span, a):not(.btn) {
  color: #4A4848;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
}

.units-container__card .address i {
  color: #C3C3C3;
  margin-right: .5rem;
  transition: .3s ease;
}

.units-container__card:hover .address i {
  color: #008439;
}


.units-container__card iframe {
  width: 100%;
  border-radius: 1rem;
  height: 11.6875rem;
  transform: scale(1);
  transition: .3s ease;
}

.units-container__card div a {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 2px solid #008439;
  color: #008439;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-top: 2rem;
  transition: .3s ease;
}

.units-container__card:hover div a {
  background: #008439;
  color: #FAFAFA;
}

.units-container__card .maps-container {
  overflow: hidden;
}

.units-container__card:hover iframe {
  transform: scale(1.1);
}

.units-container--pages {
  background: url('../imagens/units/units.webp') no-repeat;
  background-size: cover;
}

.units-container--pages .content {
  display: flex;
  width: 100%;
  padding: 64px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex: 1 0 0;
  border-radius: 16px;
  background: rgba(36, 36, 36, 0.80);
}

.units-container--pages h2 {
  color: #FAFAFA;
  font-family: Archivo;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.units-container--pages p {
  color: #FAFAFA;
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 24px 0;
}

.units-container--pages .inf .cover {
  border-radius: 12px;
  background: #008439;
  padding: 8px;
}

.units-container--pages .inf h3 {
  color: #FAFAFA;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 18px 0;
}

.units-container--pages .address :is(span, a):not(.btn) {
  color: #C3C3C3;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.units-container--pages iframe {
  border-radius: 1rem;
}

@media screen and (max-width: 992px) {
  .units-container--pages {
    background: url('../imagens/units/mobile.webp') no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .units-container__card h3 {

    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    margin: 0 0 24px 0;
  }

  .units-container__card .address :is(span, a):not(.btn) {

    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
  }

  .units-container__card div a {

    padding: 11px 16px;
    border-radius: 32px;
    border: 2px solid #008439;
    font-size: 18px;
    font-weight: 600;
    margin-top: 2rem;
  }

  .units-container--pages h2 {

    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 20px 0;
  }

  .units-container--pages p {

    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    margin: 0 0 24px 0;
  }

  .units-container--pages .inf h3 {

    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    margin: 0 0 24px 0;
  }

  .units-container--pages .inf .cover {

    padding: 12px;
  }

  .units-container--pages .address :is(span, a):not(.btn) {

    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

}

/* ================== FIM UNITS-CONTAINER ================== */

/* ==================== SERVICE-CONTENT ==================== */

.service-content .subtitle {
  color: #6C6C6C;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  display: block;
}

.service-content .title {
  color: #01715E;
  text-align: center;
  font-family: Archivo;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 32px 0;
}

.service-content .btn-container a {
  display: flex;
  padding: 13px 54px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--primary-color);
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: fit-content;
}

@media screen and (min-width: 1440px) {
  .service-content .subtitle {

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .service-content .title {

    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 32px 0;
  }

  .service-content .btn-container a {

    padding: 16px 24px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
  }
}

/* ================== FIM SERVICE-CONTENT ================== */


/* -------------- ORGANIC TABS - MENU -------------- */
.organictabs-2__menu {
  display: flex;
  justify-content: center;
  list-style: none;
  width: 100%;
  padding: 0;
  border-radius: 8px;

}

.organictabs-2__main {
  width: 100%;
}

.organictabs-2__link {
  display: flex;
  padding: 12px 8px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  color: #6C6C6C;
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #C3C3C3;
  background: #EEE;
  transition: .3s ease;
}

.organictabs-2__link.active {
  background: #008439;
  color: #FAFAFA;
}

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


.table-exames {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.table-exames thead th {
  background-color: #0a8a3a;
  color: #fff;
  padding: 14px;
  text-align: center;
  font-weight: 600;
}

.table-exames tbody td {
  padding: 14px;
  text-align: center;
  color: #6b6b6b;
}

.table-exames tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}

.table-exames tbody tr:nth-child(even) {
  background-color: #ffffff;
}


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

@media screen and (min-width: 1440px) {
  .organictabs-2__link {

    padding: 16px 8px;
    flex: 1 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    border: 1px solid #C3C3C3;
  }

}