#tramos {
    margin: 0 2em;
}
#tramos .row {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

#tramos .codigo > .row {
    padding-top: 0;
}

#tramos .row > div {
    padding-left: 0;
    padding-right: 0;
}

#tramos > .row + .row {
    border-top: 1px solid #d3d3d3;
}

#tramos .row.titulo {
    border-bottom: 2px solid var(--primary);
    padding: 20px 0 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 17px;
    color: var(--primary);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#tramos .row.titulo .texto {
    font-size: 18px;
}

#tramos > .row.titulo + .row {
    border-top: none;
}


#tramos .detalles .fecha {
    font-weight: bold;
}

#tramos .detalles .lugar .id {
    font-weight: bold;
}

#tramos .detalles .linea-con-puntos-wrapper {
    clear: both;
    padding: 8px 0;
    position: relative;
    height: 24px;
}

#tramos .detalles .linea-con-puntos {
    position: relative;
    height: 1em;
}

#tramos .detalles .linea-con-puntos .linea {
    border-top: 1px dashed #ccc;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    height: 1px;
}

#tramos .detalles  .linea-con-puntos .punto {
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    top: 0;
}

#tramos .detalles  .linea-con-puntos .punto:first-child {
    left: 0;
}

#tramos .detalles  .linea-con-puntos .punto:last-child {
    right: 0;
}

#tramos .codigo {
    font-weight: bold;
}

#tramos .codigo .duracion {
    margin-top: 2em;
}
#tramos .codigo .duracion span {
    font-weight: normal;
}
