.calendario div {
  text-align: center;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.calendario div .dia {
  cursor: pointer;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.manha {
  background-image: url(../img/img-manha.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.tarde {
  background-image: url(../img/img-tarde.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}