#timeline{
        width: 100%;
        overflow: hidden;
        position: relative;
        float: left;
        padding-bottom: 30px;
        background-color: #F8F8F8;
        border-radius: 8px;
        padding-top: 30px;
    }
    #timeline_html{
            position: relative;
    margin-top: 68px;
    float: left;
    width: 100%;
    }
    .timeline-no-select {
        user-select: none !important;
    }    
    #timeline ul{
        float: left;
        list-style: none;
        position: relative;
    }
    #timeline ul li{
        width: 300px;
        float: left;
    }
    #timeline ul li ul{
        margin: 0;
        padding: 0;
    }
    #timeline_lin2{
        padding: 8px 10px;
        color: #001e37;
        font-size: 20px;
        font-family: "RepsolSoleTextRegular";
        margin: 0;
    }
    .timeline_lin{
        padding: 0px;
        margin: 0px;
        pointer-events: none;
    }


    #timeline_lin1 li ul li{
        padding-bottom: 20px;
    }


    #timeline ul li ul{
        position: relative;
    }
    #timeline ul li ul li{
        position: relative;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 10px;
        padding: 0px 10px;
        font-family: "RepsolSoleTextRegular";
        color: #43637d;
    }
    #timeline_lin1 li ul li::before{
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background-color: #FF6200;
        position: absolute;
        left: -5px;
        top: -1px;
    }
    #timeline_lin3 li ul li::before{
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background-color: #016A7F;
        position: absolute;
        left: -5px;
        top: -1px;
    }
    #timeline_lin3 > li > ul:first-child > li:first-child::before{
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background-color: #016A7F;
        position: absolute;
        left: -5px;
        top: 57px;
    }
    #timeline_lin1 > li{
        border-left: 2px dashed #ff620025;
    }
    #timeline_lin3 > li{
        border-left: 2px dashed #016A7F25;
    }
    #timeline_lin1, #timeline_lin3{
        padding-left: 30px;
    }
    .timeline_lin li ul li span{
        margin-top: -12px;
        position: relative;
        float: left;
        margin-bottom: 30px;
        padding-right: 30px;
        top: 2px
    }
    #timeline_lin1 li ul li:last-child span{
        padding-bottom: 30px;
    }
    #timeline_lin3 li ul li:first-child span{
        padding-top: 60px;
    }


    #timeline_lin1{
        display: flex;
        align-items: flex-end;
        border-bottom: 3px solid #FF6200;
        width: 100%;
        user-select: none;
    }
    #timeline_lin2{
        display: flex;
        user-select: none;
    }
    #timeline_lin3{
        display: flex;
        align-items: flex-start;
        border-top: 3px solid #016A7F;
        width: 100%;
        user-select: none;
    }
    #timeline_drag{
        cursor: ew-resize;
        position: relative;
        display: inline-block;
    }
    .timeline_title{
        font-family: "RepsolSoleTextRegular";
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FF6200;
    float: left;
    margin-bottom: 10px;
    position: relative;
    }
    #timeline_izq{
        position: absolute;
    width: 48px;
    height: 48px;
    background-color: #C0EBF2;
    border-radius: 8px;
    right: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    }
    #timeline_der{
        position: absolute;
    width: 48px;
    height: 48px;
    background-color: #C0EBF2;
    border-radius: 8px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    }
    #timeline_izq, #timeline_der{
        transition: all 0.3s ease-in-out;
        top: -68px;
    }
    #timeline_izq:hover, #timeline_der:hover{
        background-color: #92d9e2;
        cursor: pointer;
    }
    .techlab_apagado{
        background-color: #DDDDDD!important;
    }
    .techlab_apagado svg path{
        transition: all 0.3s ease-in-out;
        fill: #AAAAAA;
    }
    #timeline_lin3 li ul li:last-child::after{
        content: "";
    width: 2px;
    height: calc(100% - 7px);
    background-color: #f8f8f8;
    position: absolute;
    left: -2px;
    top: 65px;
    }
    #timeline_lin3 li ul li:last-child:not(:only-child)::after{
        content: "";
    width: 2px;
    height: calc(100% - 7px);
    background-color: #f8f8f8;
    position: absolute;
    left: -2px;
    top: 7px;
    }
    #timeline_arriba, #timeline_abajo{
        position: absolute;
        left: 0;
        padding: 10px 10px 10px 20px;
        font-weight: 500;
        font-size: 20px;
        
    }
    #timeline_arriba{
        color: #FF6200;
    }
    #timeline_arriba svg path{
        fill: #FF6200;
    }
    #timeline_abajo{
        color: #016A7F;
    }
    #timeline_abajo svg path{
        fill: #016A7F;
    }
    #timeline_arriba svg, #timeline_abajo svg{
        height: 24px;
    }
    .timeline-header{
            display: none;
        }
    @media (max-width: 1024px) {
        #timeline_drag{
        cursor: auto;
    }
        .timeline-header{
            display: inherit;
        }
        #timeline{
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .timeline_title{
            font-size: 28px;
            line-height: 32px;
            padding: 10px 0;
            position: relative;
            float: left;
            width: 100%;
        }
        #timeline_lin1, #timeline_lin2, #timeline_lin3{
            display: none;
        }
        #timeline_izq, #timeline_der{
            display: none;
        }
        .timeline_lin2_clase{
            width: 100%;
            float: left;
            color: #727272;
            font-size: 20px;
            font-family: "RepsolSoleTextRegular";
        }
        .timeline_lin1_clase span::before, .timeline_lin3_clase span::before{
            content: "";
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background-color: #FF6200;
        position: absolute;
        left: -4px;
        top: 10px;
        }
        .timeline_lin3_clase span::before{
            background-color: #016A7F;
        }
        .timeline_lin1_clase, .timeline_lin3_clase{
            position: relative;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 10px;
        padding: 0px 10px 0 0px;
        float: left;
        border-left: 1px solid #AAAAAA;
        margin: 0 0 0 10px;
        font-family: "RepsolSoleTextRegular";
        }
        .combinada-item{
            width: 100%!important;
        }
        .combinada-item span ul ul li{
            width: 100%!important;
        }
        #timeline ul li ul li{
            margin: 5px 0;
        }
        #timeline ul{
            padding: 0 20px;
        }
        #timeline_arriba, #timeline_abajo{
            position: relative;
            float: left;
            padding: 0px 20px 10px 0;
            margin: 0;
            font-size: 16px;
        }
        #timeline_arriba svg, #timeline_abajo svg{
            position: relative;
            top: -2px;
        }
        #timeline{
        cursor: inherit!important;
        }
    }