.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #1ae308;
    border: 1px solid transparent;
    border-radius: 4px;
}

.r-vbar-page .r-left [data-itemtype="filter_panel"] .panel .panel-heading {
    background-color: #614d76;
    color: #f9f9f9;
    font-size: 15px;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    background-color: #E0EBF6;
    color: black;
}
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #2C3E50;
  background-color: #f2f2f2;
}
.navbar-brand img {
  width: auto; /* Cambia este valor al tamaño deseado */
  height: 25px; /* Mantiene la proporción original de la imagen */
}