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%;
}

body {
  margin-bottom: 60px;
}

.disabled-area {
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
}

.FonExpenses {
    background-image: url('../assets/img/expensess.jpg');
    /*background-size:100%*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 20px;
    width: 100%;

    display: flex;
    justify-content: center; /* centro horizontal */
    align-items: flex-start; /* arriba */

    padding-top: 250px;
    color: red;
    text-align: center;
 
}
.bg-propio {
    background- --bs-bg-opacity: 1;
    background-color: rgb(21 57 28) !important;
    color: #f8f9fa;
}