.barra .first-point{
    display: block;
    width: 25px;
    height: 25px;
}
.linha-do-tempo .slick-track #regua{
    display: block;
    width: 92.5%;
    background-image: linear-gradient(90deg,  var( --e-global-color-secondary ) 0%,  var( --e-global-color-primary ) 100%);
    height: 3px;
    position: absolute;
    top: 49%;
    margin: auto;
}
.linha-do-tempo .slick-track{
    padding: 0px 50px;
}
.linha-do-tempo .slick-track .slick-slide:first-child,
.linha-do-tempo .slick-track .slick-slide:last-child{
    width: 130px !important;
}
.linha-do-tempo .schema-1{
    margin-bottom: 100%;
}
.linha-do-tempo .schema-2{
    margin-top: 100%;
}

.desc h3{
    font-size: 16px;
    font-weight: 900;
}
.desc .item-number{
    margin-right: 5px;
    font-size: 1.5em;
}
.desc p{
    font-size: 14px;
    margin: 0px;
}
.item-linha{
    position: relative;
}
.item-linha.schema-1{
    padding-right: 25px;
}
.item-linha.schema-2{
    padding-left: 25px;
}
.icone{
    position: absolute;
    display: block;
    padding: 15px;
    width: 80px;
    height: 80px;
    right: -50px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.item-linha.schema-1 .icone{
    bottom: -67%;
}
.item-linha.schema-2 .icone{
    top: -67%;
}
.item-linha .separator{
    height: 100%;
    width: 2px;
    display: block;
    background-color: #626262;
    position: absolute;
    right: -10px;
    bottom: 0px;
}
.item-linha .separator::before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #626262;
    position: absolute;
    left: -9px;
}
.item-linha.schema-2 .separator::before{
    bottom:0
}
.slider-points{
    display: flex !important;
    position: absolute;
    width: 22px !important;
    height: 22px !important;
    border-radius: 22px !important;
    background-color: var( --e-global-color-secondary );
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.slider-points::before{
    content: "";
    display: block;
    background-color: var( --e-global-color-secondary );
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
}
.slider-points.end-point,
.slider-points.end-point::before{
    background-color: var( --e-global-color-primary );
    right: 150px;
}
.linha-do-tempo .slick-dots{
    bottom: -50px;
}
.linha-do-tempo .slick-dots li{
    border: none !important;
    background-color: none !important;
    width: auto !important;
    margin-right: 10px;
}
.linha-do-tempo .slick-dots li button{
    background-color: transparent !important;
    width: 60px !important;
    height: 15px;
    margin-top: 25px;
    border: 2px solid #aaa;
}
.linha-do-tempo .slick-dots li.slick-active button{
    background-color: #aaa !important;
}
.linha-do-tempo .slick-dots button::before{
    display: none !important;
}

@media (max-width:768px) {
    .icone,.separator{
        display: none !important;
    }
    .linha-do-tempo .schema-2,.linha-do-tempo .schema-1{
        margin: 20px auto !important;
        padding: 25px !important;
        width: 80%;
        box-shadow: 0px 3px 6px rgba(0, 0, 0,0.3);
        border-radius: 10px;
        text-align:center
    }
    .first-point,.end-point{
        display:none !important
    }
}