section.historia {
    padding-top: 100px;
    padding-bottom: 400px;
    background: url(../img/bg-historia.jpg) bottom center no-repeat;
}
section.historia .titleHome {
    text-align: center;
    background-position: center top;
    padding-top: 100px;
    padding-left: 0;
    margin-bottom: 40px;
}

section.historia .timeline {
    position: relative;
    margin-bottom: 90px;
}

section.historia .timeline:after {
    content: '';
    width: 1px;
    height:100%;
    position: absolute;
    left:50%;
    top:0;
    display: block;
    background: #c9c9c9;
}

section.historia .timeline .item {
    margin-left: 50%;
    padding-left: 65px;
    position: relative;
    margin-bottom: 45px;
    min-height: 90px;
    display: flex;
    align-items: center;
}

section .timeline .item:nth-child(2n) {
    margin-left: 0;
    margin-right: 50%;
    padding-right: 65px;
    padding-left: 0;
    text-align: right;
}

section.historia .timeline .item:last-child {
    margin-bottom: 0;
}

section.historia .timeline .item .time {
    position: absolute;
    left:-45px;
    top:50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width:90px;
    height:90px;
    background: #fff;
    border:5px #e21624 solid;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    color:#006e94;
    z-index: 1;
}

section .timeline .item:nth-child(2n) .time {
    right:-45px;
    left:auto;
}

section.historia .timeline .item p {
    font-size: 16px;
    line-height: 24px;
}