/* Primary Color #56698f  */


/* Secund Color White #c1cadc */

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff !important;
    background-color: #56698f !important;
}

.btn:not(:disabled):not(.disabled):hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #274786 !important;
    border-color: #274786 !important;
}

a {
    color: #56698f;
    text-decoration: none;
    background-color: #0000;
}

a:hover {
    color: #274786;
    text-decoration: none;
    background-color: #0000;
}

.custom-btn-footer {
    cursor: pointer;
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

.custom-btn-footer:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #274786 !important;
    border-color: #fff !important;
}

.custom-btn {
    padding: 9px 27px;
    outline: none;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.7px;
    transition: all 0.3s;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #adb5bd !important;
}

.custom-btn:hover {
    border: 1px solid #274786 !important;
}

.footer .footer-news a {
    color: #56698f;
    font-weight: 500;
}

.footer .footer-news a:hover {
    color: #fff;
}

.footer .text-foot a {
    color: #56698f;
    font-weight: 500;
}

.footer .text-foot a:hover {
    color: #fff;
}

#topnav .has-submenu.active a {
    color: #56698f !important;
    font-weight: 600 !important;
}

.page-next-level .page-next .list-inline-item span {
    color: rgb(255, 255, 255) !important;
    font-weight: 700 !important;
}

.back-to-top:hover {
    background-color: #274786 !important;
    color: #fff !important;
}

.lenght{
    white-space: nowrap !important;
    width: 300px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #adb5bd !important;
}

@media (max-width: 768px) {
    .show-only-mobile {
        display: block;
    }
    .show-only-desktop {
        display: none;
    }
    .img-footer-ldr{
        width:150px;
        height:auto;
        margin-top: 10px !important;
        margin-bottom: -10px !important;
    }
    .img-footer-cda{
        width: 150px;
        height: auto;
        margin-top: 22px;
        margin-left: 40px;
        margin-bottom: 0px;
    }
    .lenght{
        white-space: nowrap !important;
        width: 340px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        color: #adb5bd !important;
    }
}

@media (min-width: 1024px) {
    .show-only-mobile {
        display: none;
    }
    .show-only-desktop {
        display: initial !important;
    }
}