body {
  font-family: Roboto, Verdana, sans-serif;
}

@media only screen and (min-width: 1024px) {
  html,
  body {
    background: url(https://drive.google.com/uc?export=view&id=1ziYabcrINFb7BMZnnnJIh0orBkjKfPN5)
      center top;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  html,
  body {
    background: url(https://drive.google.com/uc?export=view&id=1xH_8MZnpbU11n4KoOfoUBkBGUg9bv2Da)
      center top;
    font-size: 18px;
  }
}

.fondo {
  min-height: 8px;
}

.btnhome {
  color: #4d2434 !important;
  font-size: 15px;
  font-weight: bold;
}

.btnnew {
  background: #950040 !important;
  color: #fff;
  border-color: #fff;
  font-weight: bold;
}

.btnfecha {
  color: #4d2434 !important;
  font-weight: bold;
}

.btnProces {
  background: #4d2434 !important;
  color: #fff;
  font-weight: bold;
  border-radius: 0.3rem;
}

.datagrid {
  background: #fff;
  overflow: hidden;
  border: 1px solid #4d2434;
  border-radius: 5px;
}

.datagrid table td,
.datagrid table th {
  padding: 3px 2px;
}

.datagrid table thead th {
  background-color: #4d2434;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.datagrid table tbody td {
  color: #4d2434;
  font-size: 12px;
}

.pagination-info,
.page-link {
  color: #4d2434;
  font-weight: bold;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #4d2434;
  border-color: #4d2434;
}

.page-link:hover {
  color: #fff;
  background-color: #4d2434;
  border-color: #dee2e6;
}

.app-brand-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  vertical-align: middle;
}

.header-bar-requis {
  background-color: #6c757d !important;
}
