/* Label negritas */

label {
    font-weight: bold !important;
}

.encabezado {
    border-bottom: solid 3px #242424;
    position: relative;
}

.encabezado:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #FF771F;
    bottom: -3px;
    width: 30%;
}

.padre {
    position: relative;
}

.padre img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 20px;
}

.divCheckList {
    margin-bottom: 0px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
        background-color: #FF771F !important;
        border-color: #242424 !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: black !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.canv {
    width: 100% !important;
}

.cards tbody tr {
    float: left;
    width: 23%;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.cards tbody td {
    display: block;
}

.table tbody label {
    display: none;
}

.cards tbody label {
    display: inline;
    position: relative;
    font-size: 85%;
    top: -0.5rem;
    float: left;
    color: #808080;
    min-width: 4rem;
    margin-left: 0;
    margin-right: 1rem;
    text-align: left;
}

tr.selected label {
    color: #404040;
}

.table .fa {
    font-size: 2.5rem;
    text-align: center;
}

.cards .fa {
    font-size: 7.5rem;
}