p {
  all: unset;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1em;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  all: unset;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;

}

h1 { font-size: 2em; }    /* padrão: 32px se body = 16px */
h2 { font-size: 1.5em; }  /* padrão: 24px */
h3 { font-size: 1.17em; } /* padrão: ~18.72px */
h4 { font-size: 1em; }    /* padrão: 16px */
h5 { font-size: 0.83em; } /* padrão: ~13.28px */
h6 { font-size: 0.67em; } /* padrão: ~10.72px */

.img-circular {
  width: 70px;       /* largura da imagem */
  height: 70px;      /* altura da imagem */
  border-radius: 50%; /* transforma em círculo */
  object-fit: cover;  /* garante que a imagem preencha o círculo sem deformar */
  margin-top: 3%;
}

white{ color:white; }


/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}