ul.camara {
  flex-basis: 100%;
  padding: 0;
  margin: 0;
}
ul.camara li.nav-item {
  padding-top: .25rem;
  width: 100%;
}
ul.camara li.nav-item:not(:last-child) .eui-rounded-photo {
  width: 5rem;
  height: 5rem;
}
ul.camara p {
  line-height: 1.125rem;
}
ul.camara .presidente {
  border-bottom: solid thin #ccc;
  padding-bottom: .25rem;
}
ul.camara .political_info {
  margin-top: .425rem;
  max-width: 100%;
  display: block;
}
ul.camara .political_info .cargo {
  color: #E8490F;
  font-weight: 600;
}
ul.camara .political_info .nome {
  color: #000;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
ul.camara .political_info .partido {
  font-weight: 200;
}
ul.camara .primeiro_vice,
ul.camara .segundo_vice {
  display: flex;
  justify-content: start;
  align-items: center;
}
ul.camara .primeiro_vice > .row,
ul.camara .segundo_vice > .row {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}
ul.camara .primeiro_vice > .row {
  flex-direction: row-reverse;
  text-align: right;
}
ul.camara .primeiro_vice > .row > div {
  padding-right: 0px;
}
ul.camara .segundo_vice > .row {
  text-align: left;
}    
ul.camara .segundo_vice > .row > div {
  /*padding-right: 0px;*/
}
ul.camara .primeiro_vice::after,
ul.camara .segundo_vice::after {
  border-bottom: solid thin #ccc;
  padding-bottom: .25rem;
  content: " ";
  display: block;
}   
ul.camara .primeiro_vice .row > div:first-child {
  padding-right: 0;
}
ul.camara .segundo_vice .row > div:last-child {
  padding-left: 0;
}
ul.camara .secretarios > div {
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}
ul.camara .segundo_vice {
  margin: 0;
}
ul.camara > li:nth-child(2) .row,
ul.camara > li:nth-child(2) .row > div {
  margin: 0;
}
ul.camara > li:nth-child(2) > .row {
  padding: 0rem;
}
ul.camara > li .row, 
ul.camara > li .col, 
ul.camara > li .col-auto {
  position: relative;
}

ul.camara > li:nth-child(2) > .row > [class$="vice"] { 
  background-color: #f9f9f9;
  padding:.5rem .325rem;
}
ul.camara > li:nth-child(2) > .row > [class$="vice"]:first-child {
  justify-content: right;
  width: calc(50% - .225rem);
  margin-right: .225rem;
}
ul.camara > li:nth-child(2) > .row > [class$="vice"]:last-child {
  justify-content: left;
  width: calc(50% - .225rem);
  margin-left: .225rem;
}
ul.camara > li:last-child {
  list-style: none;
}
@media (max-width: 576px) {
  ul.camara > li:not(:last-child) div > .row {
    text-align: center;
  }
}
ul.camara div.edit {
  position: absolute;
  top: -.5rem;
  left: -.325rem;
  width: calc( 100% + .65rem );
  max-width: initial !important;
  height: calc( 100% + 1rem);
  background-color: rgba(255,255,255,.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ccc;
}
ul.camara div.edit > .btn-sm {
  width: 44px;
  height: 44px;
  background-color: #777;
  color: white;
  border-radius: 50%;
}