.comp-barra-responsavel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  height: auto;
  background-color: #ccc;
  font-family: "Arial", sans-serif;
}
.comp-barra-responsavel .icon {
  margin-right: 10px;
  width: auto;
  height: 24px;
}
.comp-barra-responsavel .icon img {
  width: auto;
  height: 100%;
}
.comp-barra-responsavel.ag-padrao {
  justify-content: center;
  background-color: #e7e7e7;
  color: #5e9ec6;
}
.comp-barra-responsavel.ag-padrao .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background-color: #5e9ec6;
  font-weight: 900;
  color: #fff;
}
.comp-barra-responsavel.bbc {
  justify-content: flex-start;
  background-color: transparent;
  height: 20px;
}
.comp-barra-responsavel.bbc .icon {
  height: 20px;
}
