.navbar-brand .logo {
  height: 3rem;
} 

.display-3 {
  font-size: 4rem;
}

.feat_img {
  width: 30%;
  margin: 2rem 0;
}
.pricing-box-price {
  font-size: 6rem;
  color: #95e540;
}
.pricing-box h4 small {
  margin-left: 10px;
}

.pricing-box-currency {
  top: 0;
}
.btn {
  font-size: .6rem;
}

#cantidad_timb {
  font-size: 1.5rem;
  font-weight: bold;
}
.slider {
  -webkit-appearance: none;
  width: 50%;
  height: 15px;
  background: #d3d3d3;
  outline: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #6b59b4;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #6b59b4;
    cursor: pointer;
}


@media (max-width: 767px) {
  .display-3 {
      font-size: 2rem;
  }
  .pricing-box-price {
    font-size: 3rem;
  }
}