.bread-crumb {
    padding: 12px 0px 40px;
    text-align: left;
    background: #fff;
}

    .bread-crumb.pesquisa {
        padding: 12px 0px 0px;
        background: #333;
    }

    .bread-crumb a {
        display: inline-block;
        width: auto;
        height: 16px;
        padding: 0px 2px 0px 0px;
        font: 400 normal 11px/16px 'rawlinebold';
        color: #00606c;
    }

        .bread-crumb a i{
            display: inline-block;
            width: 10px;
            height: 16px;
            margin: 0px 0px 0px 2px;
            transform: rotate(90deg);
            vertical-align: text-top;
        }


    .bread-crumb span {
        display: inline-block;
        width: auto;
        height: 20px;
        font: 400 normal 11px/16px 'rawlineregular';
        color: #00606c;
    }

    .bread-crumb.pesquisa a,
    .bread-crumb.pesquisa span {
        color: #fff;
    }


@media (min-width: 1024px) {

    .bread-crumb {
        padding: 30px 0px 40px;
    }

        .bread-crumb.pesquisa {
            padding: 30px 0px 0px;
        }
}
