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

.bg-primary-transparent {
    background-color: rgba(212, 4, 27,0.96) !important;
}

.mytabs, #bannerzone .card {
    background-color: rgba(212, 4, 27,0.8);
}

.tab-content .list-group-item {
    border-bottom-color: #d4041b ;
}

.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(212, 4, 27) !important;
}

a.btn-consultar:hover {
    color: #fff !important;;
    background-color: #b61f31 !important;
}

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

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

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

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

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

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

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

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

#accordionFAQ h3 {
    font-size: 1.2em;
}

#accordionFAQ a.btn-link, #accordionFAQ a.btn-link:active {
    font-weight: 200;
}