section.consumidor {
  background-image: url("../../images/bg-left.JPG"), url("../../images/bg-right.JPG");
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  padding: 90px 0 170px 0;
}

section.consumidor .container .w-600 {
  width: 100%;
  max-width: 800px;
}

section.consumidor .card-promocao {
  border-radius: 10px;
  background-color: #F58201;
  color: #fff;
  padding: 23px;
  text-transform: uppercase;
}

.progress {
  position: relative;
  overflow: inherit;
}

.progress-bar {
  position: relative;
}

.progress-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--blue);
  border-radius: 50%;
  top: -8px;
  left: 100%;
  transform: translateX(-100%);
  line-height: 19px;
}

.cupom {
  border-radius: 10px;
  border: 1px solid #4A4A4A;
  color: #2567AD;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-grid;
  padding: 15px 53px;
  transition: all 0.3s;
}

.cupom span {
  background-color: #fff;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cupom:hover {
  border-radius: 20px;
  border: 1px solid #cacaca;
  transition: all 0.3s;
}

/* Media */
@media (max-width: 450px) {
  section.consumidor::before {
    background-color: rgba(56, 82, 44, 0.9);
  }
}