#row-perfil {
  display: flex;
  margin: 0px 2px 5px;
}
#row-perfil img {
  width: 55px;
  border-radius: 2px;
  align-self: center;
  margin-right: 10px;
}
#row-perfil strong:not(#nome-perfil) {
  font-size: 14px;
}
#row-perfil .info-perfil {
  display: flex;
  flex-direction: column;
  line-height: 1.9em;
}
#fantasia {
  float: right;
}
.nomes-perfil {
  margin-left: 15px;
}
#nome-perfil {
  font-size: 18px;
}
#nome-empresa {
  font-size: 14px;
}
