﻿.breadcrumb > .divbreadcrumb {
    width: 100%;
    height: 264px;
    margin: 0px 0px 48px;
    padding: 5% 5% 5%;
    background-color: #000;
    text-align: center;
    /*    background: linear-gradient(45deg,#d37200 20%, #d96206 40%, #ce3455 60%,#c01667 80%, #4449b9 100%);
*/
    background: #1d1d1b;
    position: relative;
}

.breadcrumb > .divbreadcrumb > a{
    color: white;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.3px;
    text-align: center;
    position: relative;
    z-index:501;
}
    .breadcrumb > .divbreadcrumb > h1 {
        color: white;
        font-family: "PrimaryFontBold" !important;
        font-size: 36px !important;
        line-height: 1.17;
        letter-spacing: -0.9px;
        font-weight: bold;
        text-align: center;
        position: relative;
        z-index: 501;
    }

.breadcrumb > .divbreadcrumb > a> p {
    color: white;
    font-family: "SecondaryFont";
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.9px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    position: relative;
}

.breadcrumb > .divbreadcrumb > .filter-above {
    --c: 0.3;
    width: 100%;
    height: 264px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: var(--c);
    transition: 0.4s;
    z-index:19;
}


.breadcrumb > .divbreadcrumb > .prevactive:hover ~ .filter-above {
    --c: 0.1;
}


