#map {
  height: 100%;
  width: 100%;
}
.pac-container {
  z-index: 10000 !important;
}
.progress {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  background: transparent !important;
}

.progress > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
}

.progress > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #DFE3E4;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 3 !important;
}

.progress > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #DFE3E4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em \9;
}

.progress > li:last-child:after {
  display: none;
}

.progress > li.is-complete {
  color: #2ECC71;
}

.progress > li.is-complete:before, .progress > li.is-complete:after {
  color: #FFF;
  background: #2ECC71;
}

.progress > li.is-active {
  color: #3498DB;
}

.progress > li.is-active:before {
  color: #FFF;
  background: #3498DB;
}

.progress--large {
  font-size: 1.2em;
}

.plan_marcado {
  border: solid 2px #8a4aed;
}

.canal_marcado {
  border: solid 2px #22D3C6;
}

.card-canal_cobro {
  width: 200px;
}

.canales_cobro img {
  max-width: 200px;
  max-height: 100px;
  cursor: pointer;
}