.title-page {
  display: flex;
  justify-content: start;
  align-items: center;
}
.title-page .icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.375rem;
}
.title-page .content {
  color: white;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: -0.035rem;
}

.title-page .active {
  color: #ffffff99;
}

.title-page .content .content-nav.active {
  color: rgba(255, 255, 255, 0.6);
}
.title-page .content .content-nav {
  color: white;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}



@media (max-width: 640px) {
  .title-page .content .content-nav {
    color: var(--Text-Body-DarkBlue-100, #08354a);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 1.2rem */
    letter-spacing: -0.0075rem;
  }
  .title-page .content .content-nav.active {
    color: var(--Text-Body-DarkBlue-70, rgba(8, 53, 74, 0.7));
  }
  .title-page .content .icon {
    width: 0.875rem;
    color: var(--Text-Body-DarkBlue-70, rgba(8, 53, 74, 0.7));
    height: 0.875rem;
  }
}
