#product-container .row.diferencial {
  background-image: url("../images/icons/bg-diferencial.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#product-container .row.diferencial .icone {
  width: 32px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
#product-container .separador {
  border-width: 0 1px 0 0 !important;
}
#product-container .capsule {
  position: relative;
}
#product-container .capsule .seta {
  position: absolute;
  z-index: 1;
  display: flex;
  height: 85px;
  width: 85px;
  align-items: center;
  justify-content: center;
  line-height: 0;
  background-color: #f4f4f4;
  border: 15px solid white;
  border-radius: 50%;
  top: 25%;
  right: -30px;
}
#product-container .capsule:nth-child(2) .seta {
  border-color: #f4f4f4;
  background-color: white;
}
#product-container .ball {
  width: 75px;
  height: 75px;
}
#product-container .ball-list-item {
  margin-left: -15px;
}
#product-container .ball-list-item.border-5 {
  border-width: 7px !important;
}
#product-container .ball-list-item > div {
  display: none !important;
}
#product-container .ball-list-item:last-child > div {
  display: flex !important;
}

@media (max-width: 1199px) {
  .capsule .seta {
    display: none;
  }
}