body {
  margin: 0px;
  padding: 0px;
}
.main-container {
  display: flex;
}

.sidebar {
  padding: : 10px;
  background-color: #032b39;
}

.menu-item-title {
  padding:5px;
  margin: 0px;
  background-color: #141b1c;
  color: #e7e7e7;
}

.menu-item {
  padding:10px;
  padding-left: 15px;
  padding-right:5px;
  margin: 0px;
  border-bottom: 1px dotted #474747;
  color: #e7e7e7;
}

.menu-item-link {
  color: #f4f4f4;
  margin-left: 4px;
}

.menu-item-link:hover {
  color: #58b518;
  text-decoration: none;
}

.content-container {
  background-color: #dfe9cb;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
}

.cards-container-card {
  margin: 5px;
  max-width: 300px;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
}

.contenido-titulo-contenedor {
  padding: 10px;
  margin: 0px;
  text-align: center;
  color: #797979;
}

.contenido-titulo-texto {
  font-size: 25px;
}

.lista-iniciales {
  padding: 4px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
}

.lista-iniciales-item {
  margin: 2px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #e9e9e9;
}

.lista-iniciales-item-link {
  font-weight: bold;
  color: #124695;
}

.lista-iniciales-item-link:hover {
  font-weight: bold;
  color: red;
  text-decoration: none;
}

.lista {
  background-color: #eeeeee;
  padding: 5px;
  margin: 10px;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
}

.lista-item {
  display: flex;
  border: solid #e8e8e8;
  border-width: 1px 1px 1px 1px;
  margin-bottom: 1px;
  padding: 5px 10px 5px 10px;
  background-color: #ffffff;
}

.lista-item-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lista-item-circle-text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.lista-item-content {
  margin: 0px 10px;
}

.lista-item-title {
  font-size: 15px;
}

.lista-item-info {
  font-size: 13px;
  color: #909090
}

.detalle-container {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
}

.detalle-titulo {
  font-size: 18px;
  color: #000;
}

.detalle-contenido {
  font-size: 13px;
  color: #909090;
}

.lista-dias-opera-container {
  padding: 0px;
  margin: 0px;
  display: flex;
}

.lista-dias-opera {
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.lista-dias-opera-dia-si {
  margin: 2px;
  padding: 2px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
}

.lista-dias-opera-dia-no {
  margin: 2px;
  padding: 2px;
  background-color: #eee;
  color: #bbb;
  font-size: 10px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
}

.lista-dias-opera-icono {
  width: 25px;
  height: 25px;
}

footer {
  text-align: center;
  background-color: #0c0b12;
  color: #ffffff;
  padding: 10px;
}
