.page-header.page-header-dark {
    color: rgba(255, 255, 255, 0.5);
}

.bg-gradient-primary-to-secondary {
    background: #00B4DB;
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
    background: linear-gradient(to right, #0083B0, #00B4DB);
}

.pb-10, .py-10 {
    padding-bottom: 6rem !important;
}

.page-header .page-header-content {
}

.page-header.page-header-dark .page-header-title {
    color: #fff;
}

.page-header .page-header-content .page-header-title {
    line-height: normal;
    font-size: 2.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.page-header.page-header-dark .page-header-subtitle {
    color: rgba(255, 255, 255, 0.5);
}

.page-header .page-header-content .page-header-subtitle {
    font-size: 1.15rem;
    margin-top: 0.25rem;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.ellipsis {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
}

.modalEspera {
    background: rgba(30, 30, 28, .8) url("../img/assets/img/wait.gif") 50% 50% no-repeat;
    z-index: 10000000000;
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .modalEspera {
        background: rgba(30, 30, 28, .8) url("../img/assets/img/wait_2.gif") 50% 50% no-repeat !important;
    }
}