
.hori-timeline .events {
    border-top: 3px solid #e9ecef;
    height:0px auto;

}
.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0;
}
.hori-timeline .events .event-list:before {
    content: "";
    position: absolute;
    height: 36px;
    border-right: 2px dashed #dee2e6;
    top: 0;
}
.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 75px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;
}
@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
        display: inline-block;
        width: 245px;
        padding-top: 45px;
    }
    .hori-timeline .events .event-list .event-date {
        top: -10px;
        background-color: #14bf98;  
        text-decoration-color: white;
        color: white;
    }
}
.bg-soft-primary {
    background-color: rgba(64,144,203,.3)!important;
}

.cuadro {
  align-content: center;
  height: 0px auto;
  background-color: white;
  border-radius:3%;
}