.dias-habiles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  color: #000;
  text-align: center;
  background-color: #41565c;
  padding: 10px 0;
  margin-top: 8px;
  border-radius: 5px;
}

.dia {
  background-color: #97a4a5;
  padding: 12px;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.nombre-dia {
  font-weight: bold;
  margin: 10px;
}

.cuadro {
  width: 100%;
  height: 30px;
  margin-top: 7px;
  background-color: #d0e6f7;
  border-radius: 4px;
}