.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

.timeline:before {
    top: 0;
    border: solid 2px #DDB58A !important;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
    /* display: flex; */
    /* flex-direction: row; */
    /* align-content: center; */
    /* align-items: center; */
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 50%;
    float: left;
    padding: 20px 5px;
}

.timeline > li > .timeline-panel-2 {
    width: 50%;
    float: right;
    padding: 20px 0 20px 0;
}


.timeline > li > .timeline-badge {
    line-height: 30px;
    font-size: 1.4em;
    /* text-align: center; */
    /* position: absolute; */
    top: 16px;
    left: 49%;
    /* margin-left: -50px; */
    background-color: #f2f0e4;
    z-index: 100;
    padding: 0 5px;
    border-radius: 4px;
    text-align: center;
    margin: auto;
    display: table;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel-2 > .timeline-heading > .div-linea-circulo {
    flex-direction: row-reverse;
}


.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #ca7a58 !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    overflow-wrap: normal;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.linea-div{
    width: 100%;
    height: 3px;
    background-color: #DDB58A;
    display: block;
}

.linea-div:after{
    width: 5px;
    height: 5px;
    position: absolute;
    background-color: #DDB58A;
    border-radius: 50px;
}
.div-linea-circulo {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

span.circulo {
    width: 10px;
    height: 10px;
    background-color: #DDB58A;
    border-radius: 50px;
}

span.circulo-linea-i {
    top: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    background-color: #DDB58A;
    border-radius: 50px;
    margin-left: -7.5px;
}

span.circulo-linea-f {
    bottom: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    background-color: #DDB58A;
    border-radius: 50px;
    margin-left: -7.5px;
}
