.fs-7{
    font-size: 14px !important;
}
.fs-8{
    font-size: 12px !important;
}
.fs-9{
    font-size: 10px !important;
}
.fs-10{
    font-size: 8px !important;
}

.btn-ver {
    background-color: rgb(2, 48, 88);
    color: bisque;
}
.btn-ver i {
    color: bisque;
}

.btn-editar {
    background-color: rgb(17, 95, 240);
    color: rgb(250, 232, 210);
}
.btn-editar i {
    color: rgb(250, 232, 210);
}


.btn-eliminar {
    background-color: rgb(2, 48, 88);
    color: rgb(243, 231, 217);
}
.btn-bloquear {
    background-color: rgb(2, 48, 88);
    color: bisque;
}

.bg-black-10{
    background-color: rgb(226, 219, 219);
}

.bg-blue-1 {
    background-color: rgb(45, 143, 118);
    color: rgb(241, 241, 229);
    font-size: 12px;
}

.bg-blue-2 {
    background-color: rgb(4, 56, 99);
    color: rgb(241, 241, 229);
    font-size: 12px;
}

.bg-blue-2:hover {
    background-color: rgb(1, 3, 20);
    color: rgb(240, 232, 207);
}

.bg-light-1 {
    background-color: darkkhaki;
}

.botonEnTabla {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 3px 4px;
}

.botonEnTabla i {
    font-size: 10px;
    padding: 0px;
}

.letraCapital{
    text-transform: capitalize;
}   
.letraMayuscula{
    text-transform: uppercase;
}
.letraMinuscula{
    text-transform: lowercase;
}
