#timeline-wrapper *{
    box-sizing:border-box;
}

#timeline-wrapper{
    width:100%;
    overflow:hidden;
    background:#fff;
    position:relative;
    /*border-radius:12px;*/
}

#timeline-wrapper .timeline-container{
    height:600px;
    width:100%;
    overflow:hidden;
    position:relative;
}

#timeline-wrapper .timeline-thumbs{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    white-space:nowrap;
    padding: 30px 150px;
    transition:left .15s linear;
    /*will-change:left;*/
}

#timeline-wrapper .history-block{
    height:100%;
    width:300px;
    background:#ccc;
    display:inline-block;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    transition:all .3s ease;
    box-shadow:2px 5px 20px rgba(0,0,0,.4);
    
}

/*
#timeline-wrapper .history-block:hover{
    transform:scale(1.02);
}
*/
#timeline-wrapper .cover{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.7);
    transition:.3s;
}

#timeline-wrapper .cover:hover{
    background:rgba(0,0,0,.35);
}

#timeline-wrapper .year{
    position:absolute;
    top:40px;
    left:30px;
    color:#b38c52;
    font-size:32px;
    font-weight:700;
    z-index:2;
}

#timeline-wrapper .title{
    position:absolute;
    top:120px;
    left:30px;
    width:240px;
    color:#fff;
    z-index:2;
    white-space:normal;
    line-height:1.6;
    font-size:15px;
}
/******************************************************************************/
@media (max-width:768px){

#timeline-wrapper{
    overflow-x:auto;
    overflow-y:hidden;
}

#timeline-wrapper .timeline-container{
    height:auto;
    min-height:430px;
}

#timeline-wrapper .timeline-thumbs{
    display:flex;
    padding:20px;
    gap:20px;
    position:static;
    white-space:normal;
}

#timeline-wrapper .history-block{
    flex:0 0 85vw;
    width:85vw;
    height:380px;
}

#timeline-wrapper .title{
    left:20px;
    right:20px;
    width:auto;
}

#timeline-wrapper .year{
    left:20px;
}

}
/******************************************************************************/
#timeline-wrapper .bg-66{
    background:url('../img/Nosotros/1.JPG') center/cover;
}

#timeline-wrapper .bg-76{
    background:url('../img/Nosotros/2.jpg') center/cover;
}

#timeline-wrapper .bg-86{
    background:url('../img/Nosotros/Matriz.jpg') center/cover;
}

#timeline-wrapper .bg-06{
    background:url('../img/Nosotros/Tractos.JPG') center/cover;
}
#timeline-wrapper .bg-04{
    background:url('../img/Nosotros/ls.jpg') center/cover;    
}
#timeline-wrapper .bg-999{
    background:url('../img/Nosotros/futuro.JPG') center/cover;    
}