html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.brand {
  width: auto;
  max-width: 10rem;
}

#quem-somos,
#servicos,
#contato {
  scroll-margin-top: 6.5625rem;
}

#faixa-de-frutas {
  max-width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 1.125rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .depoimentos-de-pacientes,
.swiper-slide .depoimentos-de-nutricionistas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
}

.lista-de-protocolos {
  list-style: none;
  padding: 0;
}

.bi-check2-circle {
  color: var(--bs-success);
}

hr {
  width: 80%;
  border-top: 0.25rem dotted var(--bs-primary);
  opacity: 1;
}

.bg-red {
  background-color: #720e13;
}
