body{
    background: white;
    font-family: Arial, Helvetica, sans-serif;
}

#trazabilidad{
    content: '';
    position: absolute;
    background: rgb(18, 39, 131);
    width: 2px;
    left: 2%;
}

.child{
    position: relative;
    float: left;
    margin: 20px;
    font-size: 12px;
    border: 1px solid black;
    background: #337ab7
    top: 0px;

}

.child::before{
    content: '';
    position : absolute;
    background: rgb(18, 39, 131);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: -27px;
}

.content{
    width: 100vw;
    padding: 15 px;
    padding-left: 0px;
    color: black;
}

#titulo{
    z-index: 100;
    top: 0px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding-left: 50px;

}

.subtitulo{
    z-index: 100;
    top: 0px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.dato{
    display: inline-block;
    font-size: 12px;
    font-weight: lighter;
    padding-left : 10px;

}

.dato strong{
    font-size: 24px;
    font-weight: lighter;
}


.eventos{
    top: 0px;
    font-size: 14px;
    font-weight: bold;
    background-color: #89cbf7;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 15px;

}

.detalle{
    top: 1px;
    font-size: 12px;
    font-weight:lighter;
    background-color: white;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 15px;
}

.detalle strong{
    font-size: 12px;
    font-weight:bold;
}