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

/* FOOTER */
footer {
  background-color: #1a1a1a;
  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: 5px 0;
  font-size: .875rem;
  color: var(--light);
  transition: .3s
}

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

footer .footer__nav li a:hover {
  color: var(--secondary-color)
}

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

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

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

@media (min-width: 992px) {

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

header.headerFixed {
  background-color: var(--primary-color) !important;
}

header nav.offcanvas-body>ul {
  display: flex;
}

header nav.offcanvas-body ul li.nav-item:nth-of-type(1) {
  order: 1;
}

header nav.offcanvas-body ul li.nav-item:nth-of-type(2) {
  order: 2;
}

header nav.offcanvas-body ul li.nav-item:nth-of-type(3) {
  order: 3;
}

header nav.offcanvas-body ul li.nav-item:nth-of-type(4) {
  order: 7;
}

header nav.offcanvas-body ul li.nav-item:nth-of-type(5) {
  order: 4;
}

header nav.offcanvas-body ul li.nav-item:nth-of-type(6) {
  order: 6;
}

header nav.offcanvas-body ul li.nav-item:nth-of-type(7) {
  order: 7;
}

header nav.offcanvas-body ul li.nav-item:nth-of-type(8) {
  order: 5;
}

header nav.offcanvas-body ul li.nav-item:nth-of-type(9) {
  order: 9;
}

header nav.offcanvas-body ul li.nav-item:nth-of-type(10) {
  order: 10;
}


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

.banner .splide__content {
  width: 100%;
  max-width: 800px;
}

.banner .splide__content .btn-banner {
  padding: 12px 16px;
}

.box-content {
  background: var(--background);
  padding: 40px;
}

.box-solucao {
  padding: 24px;
  background: var(--background);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  overflow: hidden;
}

.box-solucao__icon {
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), var(--Neutral-background-bg-600, #4A4848);
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-solucao__text {
  line-height: 1.5;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
}


.box-solucao:hover {
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.box-solucao:hover .box-solucao__icon svg path {
  fill: var(--secondary-color) !important;
}

.box-solucao__footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transform: translateY(60px);
  transition: transform .3s ease;
}

.box-solucao:hover .box-solucao__footer {
  transform: translateY(0);
}

.box-solucao__button {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease, max-height .3s ease;
  align-self: flex-start;
}

.box-solucao:hover .box-solucao__button {
  opacity: 1;
  transform: translateY(0);
}

.box-solucao:hover :is(.box-solucao__title) {
  color: var(--secondary-color);
}

/* FOOTER */
.btn-social {
  width: 40px;
  height: 40px;
  background: #4A4848;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px !important;
  color: var(--light);
}

.btn-social:hover {
  background: #4A4848;
  color: var(--light);
  opacity: .8;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
}

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

/* CARD */

.card-23 {
  width: 100%;
  height: 360px;
  border-radius: .625rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), var(--card-bg);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  transition: all .4s ease;
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


.card-23:hover {
  top: -20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), var(--card-bg);

}

.card-23__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 2.5rem 1.5rem;
}

.card-23__content {
  display: flex;
  flex-direction: column;
  height: 0;
  transition: all 0.4s ease;
  opacity: 0;
}

.card-23:hover .card-23__content {
  height: 100%;
  opacity: 1;
}

.card-23 .card-23__content__text,
.card-23 .card-23__content__button {
  color: #FAFAFA;
}

.card-23 .card-23__title {
  color: #C3C3C3;
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
}

.card-23 .card-23__subtitle {
  margin-top: 8px;
  color: #FAFAFA;
  font-size: 1.375rem;
}

.card-23 .card-23__content__text {
  font-weight: 600;
  font-size: 1rem;
}

.card-23 .card-23__content__button:hover {
  filter: brightness(85%);
}

@media screen and (max-width: 960px) {
  .card-23 .card-23__content {
    height: 145px;

  }
}

.card-blog {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.card-blog .card-blog__body {
  flex: 2;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.card-blog__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.card-blog__badge {
  display: inline-block;
  max-width: 220px;
  padding: 4px 8px;
  background: #4A4848;
  color: #C3C3C3;
  border-radius: 2px;
  font-size: 0.75rem;
}

.card-blog .card-blog__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-blog__btn {
  border: 0;
  color: var(--light);
  border: 1px solid var(--bs-border-color);
}

.card-blog:hover .card-blog__btn {
  background: var(--secondary-color);
  color: var(--dark);
}

.card-equipe {
  width: 100%;
  height: 300px;
  background: var(--background);
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
}

.card-equipe__body {
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  align-items: flex-end;
}

.card-equipe__title {
  color: #FAFAFA;
}

.card-equipe__cod {
  color: #C3C3C3;
}



/* BREAD */
.bread--default {
  background: var(--background);
  background-position: center center;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-end;
}

.bread--default .bread__title {
  color: var(--light);
  text-align: center;
}

.bread--default #breadcrumb {
  display: flex;
  justify-content: center;
}

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

/* SERVIÇO */
.service-inc iframe {
  display: block;
  width: 100%;
  max-width: 700px;
  height: 440px;
  margin: 20px auto;
}

.service-inc p {
  color: var(--light);
}
.service-content-center *{
  text-align: center;
}

.btn-group.paginator {
  gap: 16px;
}

.btn-group.paginator :is(.btn-default, .btn-info) {
  background: #4A4848;
  color: var(--light);
  border: 0 !important;
  outline: none !important;
}

.btn-group.paginator :is(.btn-default, .btn-info):hover {
  background: var(--secondary-color);
  color: var(--dark);
}

.btn-group.paginator :is(.btn-default.active, .btn-info.active) {
  background: var(--secondary-color);
  border: 0;
  outline: none;
  border-radius: 4px;
  color: var(--dark);
}

.pesquisa-sig-inc .form-control {
  background: #4A4848;
  color: var(--light);
  border: 0;
}

.pesquisa-sig-inc .form-control::placeholder {
  color: #ddd;
}


.clinica :is(span, a, p) {
  transition: all 0.3s ease;
}

.contato .address :is(span, a) {
  color: var(--light) !important;
  transition: all 0.3s ease;
  margin: 8px 0;
}

.contato .address :is(span, a):hover {
  color: var(--secondary-color) !important;
}

/* UTILS */
.contato-dots {
  width: 100%;
  border: 1px dashed #cacaca;
  opacity: .4;
  margin: 16px 0;
}

.box-form {
  padding: 32px;
  background: #1e1d1d;
}

.box-form label {
  color: var(--light);
}

.box-form .form--contato :is(input, textarea, select):not(.form-check-input) {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), var(--Neutral-background-bg-50, #FAFAFA) !important;
  border-color: transparent;
  padding: 16px;
  color: var(--light);
}

.box-form .form--contato :is(input, textarea, select)::placeholder {
  color: var(--light);
}

.field-check {
  display: flex;
  align-items: center;
}

.field-check input {
  margin-right: 8px;
  width: 30px;
  height: 30px;
}


.mpi-container :is(p, h2, h3, h4, h5) {
  color: var(--light);
}

.mpi-aside .aside-title a {
  color: var(--light) !important;
}

.aside-sig-fixed .aside__menu .aside-title a {
  color: var(--light);
}

.aside-sig-fixed .aside__menu .aside-title a:hover {
  color: var(--light);
  opacity: .8;
}

body {
  background: #141414;
}

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

.cta-default {
  background-blend-mode: multiply;
}

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

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

.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-22 {
  font-size: 1.375rem;
}

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

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

.mw-75 {
  max-width: 75%;
}

.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-badge {
  border: 1px solid rgba(235, 236, 236, 0.15);
  background: var(--background);
  border-radius: 4px;
  padding: 16px;
  color: #C3C3C3;
}

.title-badge-sig::before {
  display: inline-block;
  content: '';
  width: 26px;
  height: 10px;
  background: linear-gradient(90deg,
      #b8962e 0%,
      #caa83a 35%,
      #dfbe4a 65%,
      #f2d15a 100%);
  margin-right: 8px;
}

.service-inc .title-badge::before {
  display: inline-block;
  content: '';
  width: 26px;
  height: 10px;
  background: linear-gradient(90deg,
      #b8962e 0%,
      #caa83a 35%,
      #dfbe4a 65%,
      #f2d15a 100%);
  margin-right: 8px;
}

.btn {
  padding: 12px 16px;
}

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

.title-1 {
  position: relative;
}

.title-1::before {
  content: '';
  position: absolute;
  top: -6px;
  width: 24px;
  height: 3px;
  background: var(--secondary-color);
}

.blog-sig .recent-posts .nav-item a.active,
.blog-sig .recent-posts .nav-item a:hover {
  color: var(--light) !important;
  opacity: 0.8;
}

.aside-sig-blog h2,
.blog-aside>.aside-title {
  color: var(--white) !important;
  font-size: 1.125rem !important;
  border: 0;
  font-weight: 600;
}

.aside-sig-blog nav .sub-menu {
  height: 400px;
  overflow-y: auto;
}

.mpi-aside .nav .nav-item a:hover {
  color: var(--light) !important;
  border-color: var(--light) !important;
  opacity: .7 !important;
}

.mpi-aside .nav .nav-item a.active {
  color: var(--secondary-color) !important;
  border-color: var(--light) !important;
}

header .navbar-expand-lg .navbar-nav .nav-link{
  position: relative;
}
header .navbar-expand-lg .navbar-nav .nav-link::before{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--secondary-color);
  transition: all 0.3s ease;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover::before{
  width: 100%;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover{
  color: var(--secondary-color);
}
.img-sorriso{
  width: 100%;
  max-width: 600px;
  object-fit: cover;
}
.sig-gallery{
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}