﻿.bottom .panel-body {
    padding: 10px 25px;
    background-color: #f2f2f2;
}

.bottom .circles {
    display: flex;
    width: 100%;
}

    .bottom .circles > .circle-item {
        flex: 1;
    }

        .bottom .circles > .circle-item .circle {
            height: 110px;
            width: 110px;
            border-radius: 50%;
            background-color: #FFAB0B;
            display: flex;
            flex-direction: column;
            color: #fff;
            align-items: center;
            justify-content: center;
            font-size: 1.75rem;
            line-height: 0.90;
            letter-spacing: -1px;
            margin: 0 auto;
        }

.circle-item .circle-title {
    text-align: center;
    font-size: 1.25rem;
}

/*top*/
.icon-thing {
    display: flex;
    align-items: center;
    height: 70%;
}

/* titulos */
.titulo1 {
    padding: 8px 25px 0;
    background-color: #C4C4C4;
    border-radius: 25px 25px 0 0;
    margin: 0 10px;
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0;
    letter-spacing: 1.25px;
}

    .titulo1.black {
        background-color: #000;
        color: #fff;
        padding: 5px 25px;
        font-size: 1.25rem;
        border-radius: 15px 15px 0 0;
    }

.titulo2 > span:first-child {
    border-bottom: 2px solid #808080;
    display: block;
    font-size: 14px;
    letter-spacing: .8px;
}

.titulo2 hr {
    margin: 0;
    border-color: #808080;
}

.titulo2 p {
    margin: 0;
    line-height: normal;
    margin-bottom: 2px;
    letter-spacing: 0.8px;
}

/* aproach 1 */
.bblack {
    display: flex;
    flex-wrap: wrap;
    background-color: #000000;
}

    .bblack > .item {
        /* padding: 0.5rem; */
        height: 165px;
        min-width: 165px;
        display: flex;
        flex-basis: 0;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        transition: background-color 0.75s ease-out;
    }

        .bblack > .item:nth-child(even) {
            background-color: #2C2E30;
        }

.item.nuevo {
    background-image: url("/desktopmodules/progrentis/salademo/panelmentor/images/nuevo.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 35%;
}

.bblack .item img {
    height: 60px;
    margin-bottom: 1rem;
    transition: height 0.75s ease-out;
}

.item > h5 {
    color: #fff;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
}

.item .btn {
    display: none;
}

.bblack > .item.active {
    background-color: #f95826;
}

    .bblack > .item.active img {
        height: 40px;
        margin-top: .5rem
    }

    .bblack > .item.active h5 {
        text-transform: uppercase;
        margin-bottom: 0.5rem;
        letter-spacing: 2px;
    }

    .bblack > .item.active .btn {
        display: inline-block;
    }



h3 {
    color: black;
}

.subtitulo {
    color: rgb(128, 128, 128);
}

h3 > a:link {
    font-size: 70%;
    color: #000000;
}

.bottom .progress {
    height: 30px;
    background-color: rgb(179,179,179);
    margin: 0;
}

.bottom .progress-bar {
    background-color: #f95826;
    line-height: 30px;
    font-size: 1.75rem;
    text-align: left;
    padding-left: 0.75rem;
}
/* botton link */
.btn-link {
    color: #000 !important;
}

#app .btn-dark.inverted {
    border-radius: 25px;
    letter-spacing: 1.5px;
    font-size: 12px;
}
