.banner {
    height: auto;
    min-height: 281px;
    position: relative;
    background-image: linear-gradient(to right, rgba(46, 48, 146, 0.9), rgba(46, 48, 146, 0.9), rgba(46, 48, 146, 0), rgba(46, 48, 146, 0));
}

.banner-breadcrumbs {
    min-height: 40px;
    position: relative;
    z-index: 1;
    font-size: clamp(0.55rem, 1.355vw + 0.3rem, 0.7rem);
}

.banner-title {
    /* position: absolute; */
    /* z-index: 1; */
    /* top: 50%; */.
    /* transform: translate(0, -50%); */
}

.banner a {
    color: #13a0f0;
    text-decoration: none;
}

.banner-arrow, .banner-breadcrumbs-last {
    color: #ffffff;
}

.banner-arrow {
    opacity: 0.6;
}

.banner .banner-content p {
    font-size: clamp(0.85rem, 1.2vw + 0.5rem, 1rem);
}

@media (max-width: 1280px) {
    .banner {
        min-height: unset;
    }
    .banner-title {
    width: 65%;
    }
}

@media (max-width: 767px) {
    .banner-title {
        width: 100% !important;
    }
}

@media (max-width: 640px) {
    .navbar-brand.mx-3 {
        margin-right: auto;
        margin-left: auto;
    }
    .banner-breadcrumbs {
        background: rgba(255, 255, 255, 0.8);
    }
    
    .banner-arrow, .banner-breadcrumbs-last {
        color: #414d6a;
    }
    
    .banner-breadcrumbs div div:not(.page-nav) {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    
}

@media (min-width: 1281px) {
    .banner-title {
        width: 65%;
    }
}


/* NEWS */
.news-breadcrumbs .banner-arrow {
    color: #414d6a;
}
