html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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%;
}


.simplebar-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}


table {
    border-collapse: separate !important;
}

thead th {
    background-color: #dde9ff !important;
}

.table-bordered {
    border: 1px solid #dee2e6 !important;
}

tbody tr td:before {
    font-weight: bold;
    margin-bottom: 6px;
}


.p-titulo {
    max-width: 130px;
    min-width: 130px;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.p-detalle {
    margin: 0;
    padding: 0;
   /* font-size: 1.2em;*/
}

.titulo-t1 {
    font-size: 16px;
    font-weight: 800;
    color: #42607a;
    text-transform: uppercase;
}

.titulo-t2 {
    font-size: 16px;
    font-weight: 700;
    color: rgb(6, 50, 107);
}

.titulo-t3 {
    font-size: 1.35em;
    font-weight: bold;
    color: #42607a;
    /*text-transform: uppercase;*/
}

.titulo-t4 {
    font-size: 1.15em;
    font-weight: bold;
    color: #42607a;
    /*text-transform: uppercase;*/
}