/*
VARIABLES - UVIGO:
Azul primary: #395c75
Azul claro: #6789a4

Azul oscuro: #073349

*/
/*Menu Horizontal*/
/*Sub Menu*/
/*Menu Vertical*/
/* Colores */
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: "normal";
  font-style: "normal"; }
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 5px 7px;
  margin-left: 5px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: white;
  border-radius: 10px; }

.btn {
  display: inline-block;
  padding: 4px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn2 {
  display: inline-block;
  padding: 2px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

/* Listas */
.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }

a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

.chip {
  display: inline-block;
  min-height: 32px;
  font-size: 13px;
  /*font-weight: 600;*/
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 10px;
  border-radius: 15px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
  min-width: 20px; }

.chip_verde {
  color: white;
  background-color: green;
  text-align: center; }

.chip_rojo {
  color: white;
  background-color: red;
  text-align: center; }

.chip_azul {
  color: white;
  background-color: #2399e5;
  text-align: center; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  /*margin-bottom: 1rem;*/
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
