.nav.nav-pills {
    font-family: var(--title-text);
}

.nav-link.nav-title-text {
    font-family: var(--title-text);
    font-size: 1.2rem;
}

.card-title {
    font-family: var(--title-text);
}

.bg-section-dark {
    background-color: var(--theme-secondary-color);
}

.banner-tipus {
    height: 160px;
    text-align: center;
    vertical-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--title-text);
}

.section-bottom {
    /* background: rgba(0, 0, 0, 1); */
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section-bottom .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-bottom .container a {
    padding: 1rem 1rem;
}

.section-bottom .container a:not(:last-child) {
    margin-right: 1rem;
}

.section-bottom-faqs {
    padding-top: 0;
    padding-bottom: 0;
    background-color: initial;
}

.section-bottom-faqs a.btn {
    background-color: var(--theme-main-color);
    color: #fff;
}
/*
.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.card-item {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border: 0;
    border-radius: .25rem;
    min-width: 200px;
    width: 20%;
}

.card-item img {
    width: 100%;
    border-radius: .25rem;
}
*/

.separador-dark {
    width: 40px;
    border-top: 2px solid #666;
}

h1.page-title.beneficis {
    
  background-color: #eaf0ff;
  border-radius: 8px;
  padding: 12px 24px;
}

h1.page-title.beneficis span.beneficis-label {
font-size:14px;
color:#454646 !important;
}