/* css styles */


/* Aumentar altura da barra */
.navbar {
  padding-top: 2px;
  padding-bottom: 2px;
}

.navbar-brand img {
  max-height: 100px;
  max-width: 100px;
}

/* Layout de icones da pagina Pessoas*/
.person-links{
  display:flex;
  align-items:center;
  justify-content:flex-start;   /* alinha à esquerda */
  gap:16px;
  margin-top:12px;
}

/* Remove o título "References" da bibliografia */

#references {
    display: none;
}

/* espacamento na bibliografia */
.csl-entry {
    padding-bottom: 1.2rem;
}

/* Legenda de figuras centralizadas */
figcaption {
    text-align: center !important;
}

/* Contato */

.contact-list li {
  list-style: none;
  margin-bottom: 0.6rem;
}

.contact-list img {
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
}


/* Redes sociais */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 24px;
}

.social-icons img {
  width: 56px;
  height: 56px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-icons a:hover img {
  transform: scale(1.12);
  opacity: 0.85;
}
