.numeralia {
  position: relative;
  float: left;
  padding: 40px 40px 20px 40px;
}

.bg-96 {
  background: url("../img/bg-numeralia/bg-96.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.bg-94 {
  background: url("../img/bg-numeralia/bg-94.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.bg-95 {
  background: url("../img/bg-numeralia/bg-95.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.bg-99 {
  background: url("../img/bg-numeralia/bg-99.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.bg-100 {
  background: url("../img/bg-numeralia/bg-100.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.circle-numeralia {
  background: #ececec;
  color: #454545;
  font-size: 30px;
  font-weight: bold;
  border-radius: 360%;
  position: relative;
  float: left;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-numeralia > .border-blue {
  border-radius: 360%;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 106px;
  height: 106px;
  border: 1px solid #c9d7e3;
}

.numeralia-leyenda {
  font-weight: bold;
  font-size: 15px;
  color: #454545;
}
