.pnt-breadcrumb{
    overflow-x: auto;
    overflow-y: hidden;
    height: 80px;
    white-space:nowrap;
}

.pnt-breadcrumb > .breadcrumb li.first:before {
    content: "Estás en: ";
    font-family: Telefonica;
    font-weight: normal;
    font-size: 16px;
    color: #86888C;
}

.pnt-breadcrumb > .breadcrumb li.active a{
    font-weight: bold;
}

.pnt-breadcrumb > .breadcrumb li.first a{
    margin-left:4px
}


.pnt-breadcrumb > .breadcrumb li span {
    font-family: Telefonica;
    font-weight: normal;
    font-size: 18px;
    padding-right: 16px;
    text-overflow: ellipsis;
    background-color: inherit;
}

.pnt-breadcrumb > .breadcrumb li a{
    font-family: Telefonica;
    font-size: 16px;
}


