/* new unified custom */
.bg-primary, .owl-theme .owl-dots .owl-dot.active span, a.btn-consultar, #block-cards-slider .card-body {
    background-color: rgb(133, 70, 149) !important;
}

.bg-primary-transparent {
    background-color: rgba(133, 70, 149,0.96) !important;
}

.mytabs, #bannerzone .card {
    background-color: rgba(133, 70, 149,0.8);
}

.tab-content .list-group-item {
    border-bottom-color: rgb(133, 70, 149) ;
}

.tab-content .list-group-item, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.box-card h1, #block-patrons h1, .box-card a:hover, #block-links a:hover, .block-cards .list-group a:hover {
    color: rgb(133, 70, 149) !important;
}

a.btn-consultar:hover {
    color: #fff !important;;
    background-color: rgb(133, 70, 149) !important;
}

/* gradient colors rules */
.color-card .list-group-item:nth-child(5n+1),
.badge-secondary, .block-cards .card-deck > div:nth-child(5n+1) h4.card-header{
    background-color: #D60580;
}

.color-card .list-group-item:nth-child(5n+1):hover,
.badge-secondary:hover, .block-cards .card-deck > div:nth-child(5n+1) h4.card-header:hover {
    background-color: #93095d;
}

.color-card .list-group-item:nth-child(5n+2), .block-cards .card-deck > div:nth-child(5n+2) h4.card-header {
    background-color: #AE75B0;
}

.color-card .list-group-item:nth-child(5n+2):hover, .block-cards .card-deck > div:nth-child(5n+2) h4.card-header:hover{
    background-color: #7b467d;
}

.color-card .list-group-item:nth-child(5n+3), .block-cards .card-deck > div:nth-child(5n+3) h4.card-header {
    background-color: #E0B2D4;
}

.color-card .list-group-item:nth-child(5n+3):hover, .block-cards .card-deck > div:nth-child(5n+3) h4.card-header:hover {
    background-color: #bb7eab;
}

.color-card .list-group-item:nth-child(5n+4), .block-cards .card-deck > div:nth-child(5n+4) h4.card-header {
    background-color: #D60580;
}

.color-card .list-group-item:nth-child(5n+4):hover, .block-cards .card-deck > div:nth-child(5n+4) h4.card-header:hover {
    background-color: #a00960;
}

.color-card .list-group-item:nth-child(5n+5), .block-cards .card-deck > div:nth-child(5n+5) h4.card-header {
    background-color: #AE75B0;
}

.color-card .list-group-item:nth-child(5n+5):hover, .block-cards .card-deck > div:nth-child(5n+5) h4.card-header:hover {
    background-color: #89548b;
}