

.valor span{
	position: relative;
  width: 45px;
  height: 45px;
  background: #0088CC;
  color: #fff;
  font-weight: 500; 
  
  left: 8%;
  border: 3px solid #fff;


}
.valor span:after{
  position: relative;
  content: "";
  width: 45px;
  height: 45px;
  left: 50%;
  font-weight: 500; 
  transform: translateX(-50%) rotate (45deg);
  border: 3px solid #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: -1;
  

}