*, *:before, *:after {
  box-sizing: border-box;
}
.border-right_ej{
    border-right: 1px solid #f0f0f0;
    margin-bottom: -2.5em;
}


.container-infografia {
  box-sizing: content-box;
  padding: 0 12px;
  max-width: 640px;
  margin: 48px auto;
}

.step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.step-list__item {
  counter-increment: step-counter;
  position: relative;
}

.step-list__item:before {
  content: counter(step-counter);
  position: absolute;
  height: 1.3em;
  width: 1.3em;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #cccccc;
  padding: 0.15em 0;
  border-radius: 1em;
}

.step-list__item:first-child:before {
  background-color: #ffab00;
}

.step-list__item h2 {
  margin-top: 1em;
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 600;
  color: #cccccc !important;	
}
.step-list__item:first-child h2 {
  color: #333333 !important;	
}
.step-list__item .icon {
  border-radius: 50%;
  display: block;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  padding: 0px;
}
.step-list__item:first-child .icon, .step-list__item:nth-child(2) .icon, .step-list__item:nth-child(3) .icon, .step-list__item:nth-child(4) .icon {
  background: transparent;
}
.step-list__item .icon img {
  width: 100%;
  height: 100%;
}

.step-list__item .icon img {
  width: 100%;
  height: 100%;
}
p.btn-timeline{
  margin-bottom: 0;
  text-align: right;
}
.step-list__item .body {
  line-height: 18px;
}
.step-list__item .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.step-list__item:nth-child(odd) .content {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.step-list__item:nth-child(even) .content {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.step-list__item:first-child > .step-list__item__inner:before {
  content: none;
}
.step-list__item:last-child > .step-list__item__inner:after {
  content: none;
}
.step-list__item + li {
  margin-top: 34px;
}
.step-list__item + li > div {
  margin-top: -1px;
}

@media screen and (max-width: 992px) {
  .border-right_ej{
    border-right: none;
  }
}

@media screen and (max-width: 600px) {

  .step-list__item {
    display: -webkit-box;
    display: flex;
  }
  .step-list__item:before {
    height: 1.2em;
    width: 1.2em;
    padding:0.1em ;
    font-size: 30px;
  }
  .step-list__item .icon {
    -webkit-box-ordinal-group: 1;
    order: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -9px;
    top: 42px;
  }
  .step-list__item .body {
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin-top: 8px;
    margin-left: 52px;
  }
  .step-list__item .content {
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .step-list__item .content:before {
    content: '';
    position: absolute;
    border-left: #d8d8d8;
    height: 40%;
    left: 9px;
    bottom: 0;
    display: block;
    width: 1px;
    background: #d8d8d8;
    top: 100px;
  }
  .step-list__item:first-child .content:before {
    height: 55%;
  }
  .step-list__item:last-child .content:before {
    content: none;
  }
}
@media screen and (min-width: 601px) {


  .step-list__item .body {
    -webkit-box-flex: 0;
    flex: 0 1 35.5%;
    margin-top: 54px;
  }
  .step-list__item .content {
    -webkit-box-align: end;
    align-items: center;
  }
  .step-list__item > .step-list__item__inner {
    position: relative;
  }
  .step-list__item + li {
    margin-top: 84px;
}
  .step-list__item > .step-list__item__inner:before, .step-list__item > .step-list__item__inner:after {
    border-width: 0px;
    border-style: solid;
    border-color: #d8d8d8;
    display: block;
    content: '';
    position: absolute;
    height: 43px;
    width: calc( 33.3333% - 42px );
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner {
    text-align: right;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before, .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-left-width: 2px;
    left: calc( 33.3333% - 21px );
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before {
    border-top-width: 2px;
    border-top-left-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-bottom-width: 2px;
    border-bottom-left-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(odd):before {

    left: 0;
    margin-left: 35.4%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .step-list__item:nth-child(odd) .icon {
    margin-left: 60px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before, .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-right-width: 2px;
    right: calc( 33.3333% - 21px );
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before {
    border-top-width: 2px;
    border-top-right-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-bottom-width: 2px;
    border-bottom-right-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(even):before {
    right: 0;
    margin-right: 35.6%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .step-list__item:nth-child(even) .icon {
    margin-right: 60px;
  }
  .step-list__item:nth-child(even) .body {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}