/* NAV-INTRO */

.bg-vivendo {
  background: url(../img/backgroud/bg-vivendo.png) no-repeat top center;
  background-size: cover;
  padding-top: 6rem;
}
/* Tratamento */
.tratamento {
  margin-top: 8rem;
}
.tratamento-border {
  padding-left: 1rem;
  border-left: 5px solid #0070bb;
}
.nav-link {
  position: relative;
}
.nav-link::after,
.nav-link::before {
  position: absolute;
  transition: all 0.35s ease;
}
.nav-link::after {
  left: 0;
  top: 0;
  position: absolute;
  content: attr(data-hover);
  color: #0070bb;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.nav-link:hover.nav-link::before,
.current.nav-link::before {
  opacity: 1;
  width: 100%;
}
.current::before {
  bottom: -3.43rem;
  content: "";
  display: block;
  height: 5px;
  width: 10%;
  background: #0070bb;
}
.nav-link:hover.nav-link::after {
  max-width: 100%;
}
.content-vivendo,
.content-vivendo-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.vivendo-img {
  height: 350px;
}
.content-vivendo span {
  color: #555555;
}
@media (max-width: 990px) {
  .bg-vivendo {
    margin-top: 6rem !important;
  }
  .raw-nowrap {
    flex-wrap: nowrap;
  }
  .slider_vivendo-left,
  .slider_vivendo-right {
    top: 30%;
  }
  .slider_vivendo-left {
    left: -3%;
  }
  .tratamento {
    margin-top: 5rem;
  }
}
