body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f4f4;
  color: #23243d;
  margin: 0px;
}
.hero-section {
  padding: 50px 20px;
}
.hero-image {
  width: 80%;
  object-fit: contain;
}
.review {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.review img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.badge-review {
  background-color: #ffc107;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: bold;
  width: 74px;
  min-width: 74px;
}
.service-card img {
  height: 300px;
  object-fit: cover;
}
.navbar .nav-link {
  margin-right: 15px;
}
.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.botao-nav {
  background-color: #003c71;
  color: #ffffff;
  border-radius: 0.375rem;
  border: 2px solid #003c71;
}
.botao-nav:hover {
  border: 2px solid #003c71;
}
.ajuste-nav {
  padding-right: 5%;
}
.service-card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.navbar-brand {
  font-size: 1rem;
  font-weight: 600;
}

.session2 {
  padding: 100px 20px;
}

.session3 {
  border-radius: 0.375rem;
  /* background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.coordenadora {
  width: 85%;
}

.adapt-p {
  width: 60%;
}

.stats-box {
  text-align: center;
  padding: 20px;
  border-right: 1px solid #ddd;
}
.stats-box:last-child {
  border-right: none;
}
.session4 {
  padding: 100px 0px;
}
.botao-nav2 {
  display: none;
  background-color: #003c71;
  color: #ffffff;
  border-radius: 0.375rem;
  border: 2px solid #003c71;
}
.botao-nav2:hover {
  border: 2px solid #003c71;
}

.carousel-container {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  padding: 20px 0;
}

.carousel-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

/* Linha de cima */
.carousel-track-1 {
  animation: scroll-left 15s linear infinite;
}

/* Linha de baixo */
.carousel-track-2 {
  animation: scroll-right 18s linear infinite;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.testimonial {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-width: 300px;
}

.testimonial img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial .user {
  font-weight: bold;
}

.testimonial .username {
  font-size: 0.9em;
  color: gray;
}

.testimonial .date {
  font-size: 0.8em;
  color: gray;
}

.carousel-container {
  padding-bottom: 80px;
}
.img-sobre {
  width: 74%;
}
@media only screen and (max-width: 600px) {
  .adapt-p {
    width: 100%;
  }
  .ajuste-tamanho {
    padding-top: 60px;
  }
  .service-card {
    margin-bottom: 60px;
  }
  .botao-nav {
    width: 100%;
  }
  .botao-nav2 {
    width: 80%;
    display: block;
  }
  .img-sobre {
    width: 100%;
  }
  .ajuste-nav {
    padding-bottom: 30px;
    padding-right: 0px;
    flex-direction: column;
  }
}
