.hero-profile {
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../img/bg-holding.png?v=2");
  background-position: center;
  background-size: cover;
  min-height: 60vh;
}
.hero-profile h1,
.hero-profile p {
  color: #fff;
}
.info-card {
  background: rgba(255, 255, 255);
}
.social-links a {
  text-decoration: none;
}
.formacao-section h5,
.formacao-section p {
  color: #111;
}
.formacao-card {
  background: #ffffff;
  border: 1px solid #dee2e6;
}
.formacao-card i {
  color: #111;
}
.lattes-section {
  background: #000;
}
.lattes-card {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 1.25rem;
  min-height: 100%;
}
.lattes-card h4 {
  color: #111;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.lattes-card ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.lattes-card li {
  color: #212529;
  margin-bottom: 0.35rem;
}
.lattes-carousel .item {
  padding: 0.2rem;
}
.owl-theme .owl-dots .owl-dot span {
  background: #a8afb9;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #111;
}
