/* breadcrumb banners */

.breadcrumb.aboutUs {
    background-image: linear-gradient( to right, rgba(2, 13, 38, 0.78), rgba(2, 13, 38, 0.44)), url("/img/banners/empresa.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}


/* end breadcrumb */

.breadcrumb {
    display: block;
    padding-top: 165px;
    padding-bottom: 158px;
}

.breadcrumb .title-box .page-title-heading {
    position: relative;
}

.breadcrumb .title-box .page-title-heading h1 {
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 53px;
    line-height: 58px;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.breadcrumb .title-box .page-title-heading .title:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background-color: rgb(237, 28, 36);
}

.breadcrumb .breadcrumb-wrapper {
    color: #fff;
}

.breadcrumb .breadcrumb-wrapper a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
}

.breadcrumb .title-box .breadcrumb-wrapper span:last-child {
    color: rgb(237, 28, 36);
}