.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    background-color: #236FA1;
    background-image: linear-gradient(to bottom, rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}

.breadcrumb { 
    margin-bottom: 0 !important; 
    background-color: #236FA1 !important; 
}

.breadcrumb{
    color: white !important;
}

.breadcrumb>li>a{
    color: white !important;
}

.breadcrumb>.active {
    color: white;
}