html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}




html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.SubMenu {
   
    padding: 0.25rem 0.75rem;
    font-weight: 500;
    color: #1e293b;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.contenedor-flex-center {
    display: flex;
    justify-content: center;
}


.btn {
    border-radius: 6px;
    border: none;
}




.SeccionHeader {
    /*border: 10px solid #000;*/
    background-color: #f1f5f9;
    border-radius: 10px;
    padding: 2rem;
}

.table {
    color: #334155;
    font-size: small;
}



.form-floating > label {
    color: #455a64;
    font-size: small;
}


.form-floating textarea, .form-floating input, .form-select {
    border: 0px;
    /*border-radius: 16px;*/
    color: #455a64;
    border-bottom: 1px solid #bbbbbb; /*stone-500  en hex ##78716c*/
}

.list-group-item {
    border: 0;
    border-radius: 8px
}

/*section {
    background-color: #f5f5f5;
    border-radius: 16px;
    padding: 12px;
}*/

.select2-container {
    max-width: 200px !important;
}


/*16 04 2024*/

#tblDatos {
   /* color: #334155;*/
    font-size: small;
}

