.blockDate {
  width: 100px;
  height: 80px;
  padding: 8px 5px;
  background-color: rgb(205.6, 214.4, 220.2);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.blockDate > span {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blockDate > span + span {
  border-left: 1px solid;
}
.blockDate > span .dia {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.blockDate > span .mes {
  margin-top: -6px;
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.blockDate > span .ano {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}/*# sourceMappingURL=blockDate.css.map */