.progresso {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;  
}

.progresso > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
}
.progresso > li:before {
  /*content: attr(data-step);*/
  content: '\2713';
  display: block;
  margin: 0 auto;
  background: #DFE3E4;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
.progresso > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #DFE3E4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
}
.progresso > li:last-child:after {
  display: none;
}
.progresso > li.is-complete {
  color: #2ECC71;
}
.progresso > li.is-complete:before,
.progresso > li.is-complete:after {
  color: #FFF;
  background: #2ECC71;
}
.progresso > li.active:before { /*active*/
  color: #FFF;
  background-color: #859FA6;  
}
.progresso > li.active:after { /*active*/
  background-color: #859FA6;
}
.progresso > li.is-active {
  color: #859FA6;
}
.progresso > li.is-active:before {
  color: #FFF;
 background: #859FA6;
}
/**
* Needed for IE8
*/

.progresso__last:after {
  display: none !important;
}
/**
* Size Extensions
*/

.progresso--medium {
  font-size: 1.5em;
}
.progresso--large {
  font-size: 2em;
}
.progresso {
  margin-bottom: 3em;
}

.img-fluid > .largurafeed{
    max-width: 0;
    width: 290px;
}