body {
  font-family: Roboto, Verdana, sans-serif;
}

.btnhome {
  color: #3b693c !important;
  font-size: 15px;
  font-weight: bold;
}

.btnnew {
  background: #6ead3b !important;
  color: #fff;
  border-color: #fff;
  font-weight: bold;
}

.btnfecha {
  color: #3b693c !important;
  font-weight: bold;
}

.btnProces {
  background: #3b693c !important;
  color: #fff;
  font-weight: bold;
  border-radius: 0.3rem;
}

.datagrid {
  background: #fff;
  overflow: hidden;
  border: 1px solid #3b693c;
  border-radius: 5px;
}

.datagrid table td,
.datagrid table th {
  padding: 3px 2px;
}

.datagrid table thead th {
  background-color: #3b693c;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.card-shell {
  max-width: 420px;
  margin: 5rem auto;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 18px;
  }
}
