.rounded-xl {
    border-radius: 1.25rem !important;
}

.bg-light-warning {
    background-color: #fff4de !important;
}

.bg-light-primary {
    background-color: #e1f0ff !important;
}

.bg-light-danger {
    background-color: #ffe2e5 !important;
}

.bg-light-success {
    background-color: #c9f7f5 !important;
}

.pb-8, .py-8 {
    padding-bottom: 1rem !important;
}

.pt-8, .py-8 {
    padding-top: 1rem !important;
}

.pl-6, .px-6 {
    padding-left: 1.5rem !important;
}

.pr-6, .px-6 {
    padding-right: 1.5rem !important;
}

.mb-7, .my-7 {
    margin-bottom: 1.75rem !important;
}

.mr-7, .mx-7 {
    margin-right: 1.75rem !important;
}

.search {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

    .search .fas {
        font-size: 17px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 10px;
        height: 16px;
        opacity: .3;
        z-index: 2;
    }

    .search > .input {
        padding: 4px;
        padding-left: 35px;
        background-color: #f4f4f4;
        border: 0;
        border-radius: 5px;
        width: 100%;
        height: 38px;
    }

.kt-header__topbar-wrapper img {
    border-radius: 100%;
    width: 60px;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 1400px) {
    .symbol.symbol-xxl-100 .symbol-label {
        width: 100px;
        height: 100px;
    }
}

.symbol .symbol-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #3f4254;
    background-color: #f3f6f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: .42rem;
}

.pb-9, .py-9 {
    padding-bottom: 2.25rem !important;
}

.pt-9, .py-9 {
    padding-top: 2.25rem !important;
}

.navi {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}

    .navi .navi-item {
        padding: 0;
        display: block;
        list-style: none;
    }

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.navi.navi-active .navi-item .navi-link.active {
    background-color: #f3f6f9;
    cursor: default;
}

.navi.navi-link-rounded .navi-item .navi-link {
    border-radius: .42rem;
}

.navi .navi-item .navi-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.5rem;
}

.navi.navi-bold .navi-item .navi-link .navi-text {
    font-weight: 500;
}

.navi .navi-item .navi-link .navi-label {
    line-height: 0;
    margin-left: .75rem;
}

.navi .navi-item .navi-link .navi-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.label.label-rounded {
    border-radius: .42rem;
}

.label.label-light-danger {
    color: #f64e60;
    background-color: #ffe2e5;
}

.label {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: .8rem;
    background-color: #ebedf3;
    color: #3f4254;
    font-weight: 400;
    height: 32px;
    width: 32px;
    font-size: .8rem;
}

    .label.label-light-primary {
        color: #3699ff;
        background-color: #e1f0ff;
    }

.symbol-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .symbol-group.symbol-hover .symbol {
        cursor: pointer;
    }

    .symbol-group .symbol:first-child {
        margin-left: 0;
    }

    .symbol-group .symbol {
        position: relative;
        z-index: 0;
        margin-left: -10px;
        border: 2px solid #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

.symbol.symbol-circle {
    border-radius: 50%;
}

.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: .42rem;
}

    .symbol.symbol-circle > img {
        border-radius: 50%;
    }

@media (min-width: 1400px) {
    .symbol > img {
        width: 100%;
        max-width: 50px;
        height: 50px;
    }
}

@media (min-width: 1200px) {
    .symbol > img {
        width: 100%;
        max-width: 50px;
        height: 50px;
    }
}

@media (min-width: 992px) {
    .symbol > img {
        width: 100%;
        max-width: 50px;
        height: 50px;
    }
}

@media (min-width: 768px) {
    .symbol > img {
        width: 100%;
        max-width: 50px;
        height: 50px;
    }
}

@media (min-width: 576px) {
    .symbol > img {
        width: 100%;
        max-width: 50px;
        height: 50px;
    }
}

.symbol > img {
    width: 100%;
    max-width: 50px;
    height: 50px;
}

.symbol > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: .42rem;
}

.symbol-group.symbol-hover .symbol {
    cursor: pointer;
}

.symbol-group .symbol {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.symbol.symbol-circle {
    border-radius: 50%;
}

.symbol.symbol-light-danger .symbol-label {
    background-color: #ffe2e5;
    color: #f64e60;
}

.symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}

@media (min-width: 1400px) {
    .symbol .symbol-label {
        width: 50px;
        height: 50px;
    }
}

.kt-portlet__in-title {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #48465b
}

.row .insig.rounded-xl:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    text-transform: none;
    transform: scale(1.10, 1.10);
}

.row .insig.rounded-xl {
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}

.row .col-lg-4.rounded-xl:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    text-transform: none;
    transform: scale(1.10, 1.10);
}

.row .col-lg-4.rounded-xl {
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}

.row .col.rounded-xl:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    text-transform: none;
    transform: scale(1.10, 1.10);
}

.row .col.rounded-xl {
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}

.bg-img-insg {
    width: 189px;
    height: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #3f4254;
    background-color: #f3f6f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: .42rem;
}

.font-size-h4 {
    font-size: 1.3rem;
}

.insig {
    width: 237px;
    background-color: #ffffff;
}

.card-stdar, .card-stdar-md {
    background-color: #ffffff;
    cursor: pointer;
    margin: 0px auto 0px auto;
}

.card-stdar {
    width: 237px;
}

.card-stdar-md {
    width: 306px;
}

.card-stdar:hover, .card-stdar-md:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    text-transform: none;
    transform: scale(1.10, 1.10);
}

.bs-standar {
    box-shadow: 0 0 10px 0 #ccc;
}

.smr-scroll-y {
    overflow-y: auto;
    overflow-x: hidden;
}

.top_t_one {
    /*background-color: #ece7ff;*/
        background-color: #fff7ea;
        background-image: url(../imagenes/Spirals-Yellow.png);
        background-position: 50% 50%;
        background-size: 600px;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

.top_t_two {
    background-color: #ece7ff;
    background-image: url(../imagenes/Spirals-Purple.png);
    background-position: 50% 50%;
    background-size: 600px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}