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

.bg-primary-transparent {
    background-color: rgba(0, 140, 230,0.96) !important;
}

.mytabs, #bannerzone .card {
    background-color: rgba(0, 140, 230,0.8);
}

.tab-content .list-group-item {
    border-bottom-color: rgb(0, 140, 230) ;
}

.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(0, 140, 230) !important;
}

a.btn-consultar:hover {
    color: #fff !important;;
    background-color: rgb(29, 56, 108) !important;
}
