/* CIRCLE JS STYLES */
.container-circle{
  display: flex;
  justify-content: center;
}
.circle{
  FONT-FAMILY: 'Montserrat';
}
.circles {
  margin-bottom: -10px;
}

.circle {
  width: 100px;
  margin: 6px 106px 20px 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  justify-content: space-between;
  /* padding: 10px 41px; */
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 55px;
  left: 25px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 50px;
  font-weight: 300;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  width: 178px;
  display: block;
  color: black;
  margin-top: 12px;
margin-left: -10px;
}

.redondo strong{
  left: 16px;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (max-width: 600px) {

} 