.nav-logo {
    border-radius: 10%;
    width: 35px;
    height: 35px;
}

.text-blue {
    color: #2b90d9;
}

.link-pp-dark {
    color: #2b90d9 !important;
}

.link-pp-dark:hover {
    color: #9ad5ff !important;
    text-decoration: underline;
}

.link-pp {
    color: #9ad5ff !important;
}

.link-pp:hover {
    color: #fff !important;
    text-decoration: underline;
    cursor: pointer;
}

/*.index-footer-text {
    color: #fff !important;
}*/

.partners-footer-text {
    color: #000 !important;
}

.index-footer-text,
.partners-footer-text {
    margin-bottom: 0.5rem !important;
    margin-top: 1rem !important;
}

.section-text-w,
.section-text-b {
    margin-bottom: 5.5rem !important;
}

.section-text-w {
    color: #fff !important;
}

.section-text-b {
    color: #000 !important;
}

.section-hr-w,
.section-hr-b {
    margin-bottom: 5.5rem !important;
}

.section-hr-w {
    border-color: #fff;
}

.section-hr-b {
    border-color: #2b90d9;
}

.section-coming {
    margin-top: 5px;
    margin-right: 10px;
    text-align: end;
    font-size: smaller;
}

.section-coming-big {
    font-size: larger;
}

.section-img {
    border-radius: 5%;
    margin-bottom: 20px;
}

.section-footer {
    padding: 0 !important;
}

#partners-table thead th {
    padding: 8px 8px !important;
}

#partners-table tbody th {
    padding: 8px 15px !important;
}

#partners-table,
#partners-table th,
#partners-table td {
    box-sizing: border-box !important;
}

@media (min-width: 1199px) {
    #div-tablePartners {
        overflow-x: hidden !important;
    }
}

@media (max-width: 1199px) {
    #div-tablePartners {
        overflow-x: auto !important;
    }
}

.mt3 {
    margin-top: 3%;
}

.mt5 {
    margin-top: 5%;
}

.section-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.poweredBy {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0.5em;
    opacity: 0.7;
    font-size: 0.7em;
}
.poweredBy-span {
    font-weight: bold;
    color: rgb(206, 206, 206);
    cursor: pointer;
    margin-right: 0.5em;
}
.span_blc {
    color: rgb(122, 122, 122);
}
.SPL_logo {
    width: 7em;
    height: auto;
    display: block;
    cursor: pointer;
}
.logo_blc {
    filter: invert(1);
}