.topo-master {
  padding: 0 116px 0 0;
  background: #eaf1f3;
  position: fixed;
  margin: 0 auto;
  top: auto;
  width: 100%;
}
.topo-master.fixed-top {
  top: 0;
  z-index: 999;
  padding: 16px 116px 0 0;
}

.step-slider {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  margin: 30px 0 16px 0;
}
.step-slider .step-slider-item {
  display:flex;
  align-items: center;
  width: 100%;
  height: 60px;
  position: relative;
  float: left;
  background-color: #222d3252;
  border-left: 1px solid #fff;
  padding-left: 20px;
  cursor: pointer;
  border-radius: 4px;
}
.step-slider .step-slider-item i {
  color: #fff;
  z-index: 9;
}
.step-slider .step-slider-item i.fa-phone-volume {
  transform: rotate(-35deg);
}
.step-slider .step-slider-item:first-child {
  border-left: 0;
}
.step-slider .step-slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 40px;
  background-color: #B0BEC5;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
}

.step-slider .step-slider-item.active:before {
  width: 100%;
  background-color: #5cb85cb0;
}
.step-slider .step-slider-item.active:after {
  content: "\f00c";
  color: #fff;
}
.step-progress {
  margin: 0 auto;
  padding-top: 100px;
}
.step-content .step-content-body.out {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  visibility: hidden;
  width: 100%;
}
.step-content .step-content-foot {
  text-align: right;
  margin-top: 16px;
}
.step-content .step-content-foot button {
  border: 0;
  padding: 8px 16px;
  background-color: #CFD8DC;
  font-size: 14px;
  border-radius: 3px;
  outline: 0;
}
.step-content .step-content-foot button.out {
  display: none;
}
.step-content .step-content-foot button.disable {
  background-color: #ECEFF1;
}
.step-content .step-content-foot .button {
  border: 0;
  padding: 8px 16px;
  background-color: #CFD8DC;
  font-size: 14px;
  border-radius: 3px;
  outline: 0;
}
.step-content .step-content-foot .button.out {
  display: none;
}
.step-content .step-content-foot .button.disable {
  background-color: #ECEFF1;
}
.step-content .step-content-foot .active {
  background-color: #dd4b39;
  color: white;
}
.step-content .step-content-foot a.active {
  padding: 10px;
  border-radius: 3px;
}
.step-content .step-content-foot a.active:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .topo-master {
    padding: 24px 24px 0 24px;
    position: relative;
  }
  .step-slider {
    grid-template-columns: repeat(1, 1fr);
  }
  .step-slider .step-slider-item {
    border-left: 0;
  }
  .geral-content {
    padding-top: 0;
    margin-top: -20px;
  }
}
@media screen and (max-width: 474px) {
  .topo-master {
    padding: 46px 24px 0 24px;
  }
}
