/* new unified custom */


.bg-primary, .owl-theme .owl-dots .owl-dot.active span, a.btn-consultar, #block-cards-slider .card-body {
    background-color: rgb(72, 201, 183) !important;
    //background-color: rgb(138, 203, 193) !important;
}

.bg-primary-transparent {
    background-color: rgb(72, 201, 183, 0.96) !important;
    //background-color: rgba(138, 203, 193,0.96) !important;
}

.mytabs, #bannerzone .card {
    background-color: rgb(72, 201, 183, 0.8);
    //background-color: rgba(138, 203, 193,0.8);
}

.tab-content .list-group-item {
//    background-color: rgb(72, 201, 183) !important;
    border-bottom-color: rgb(138, 203, 193) ;
}

.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(72, 201, 183, 0.96) !important;
//    color: rgb(138, 203, 193) !important;
}

a.btn-consultar:hover {
    color: #fff !important;;
    background-color: rgb(92, 184, 171) !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: #F7A600;
}

.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: #cd8a06;
}

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

.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: #ad5890;
}

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

.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: #449fc9;
}

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

.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: #d75c43;
}

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

.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: #c7ae21;
}