.hero__form__distribuidores {
  margin-top: 56px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/distribuidores/banner__form__distribuidores.png");
  min-height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__form__distribuidores h1 {
  color: #fff;
  max-width: 640px;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 2.75rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.header__steps {
  width: 100%;
  margin-top: -40px;
  margin-bottom: 4rem;
}
.inner__header__steps {
  -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1140px;
  border-radius: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 1rem 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__steps__item {
  max-width: 310px;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header__steps__item:after {
  position: absolute;
  content: "";
  width: 0;
  border-right: 1px solid #bec5d3;
  height: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__steps__item:last-of-type:after {
  display: none;
  content: none;
}
.header__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__indicators span svg {
  display: none;
}
.header__steps__icon {
  margin-right: 1rem;
  background-color: #eef3f5;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__steps__item.active .header__steps__icon {
  background-color: #009959;
}
.header__steps__item.active .header__steps__icon svg path {
  fill: #fff;
}
.header__steps__item:nth-of-type(3).active .header__steps__icon svg path {
  fill: transparent;
  stroke: #fff;
}
.header__steps__item.filled .header__steps__icon {
  background-color: #d7f4e8;
}
.header__steps__item.filled .header__steps__icon svg path {
  fill: #00874e;
}
.header__steps__item:nth-of-type(3).filled .header__steps__icon svg path {
  fill: transparent;
  stroke: #00874e;
}
.header__steps__item.filled .header__indicators span {
  color: #56a986;
}
.header__steps__item.filled .header__indicators span svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.form__distribuidores {
  padding-left: 2rem;
  padding-right: 2rem;
}
.inner__form__distribuidores {
  max-width: 960px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.message__thankyou {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .inner__header__steps {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header__steps__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .inner__header__steps {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header__steps__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header__steps__item .header__indicators strong {
    font-size: 0.875rem;
  }
  .header__steps__icon {
    width: 2rem;
    height: 2rem;
  }
  .header__steps__icon svg {
    width: 16px;
    height: auto;
  }
  .hero__form__distribuidores h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .header__indicators {
    display: none;
  }
  .header__steps__item:after {
    content: none;
    display: none;
  }
  .header__steps__item {
    padding-left: 0;
  }
  .header__steps__item:last-of-type {
    padding-right: 0;
  }
  .header__steps__item.active .header__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__steps__item .header__indicators strong {
    font-weight: 400;
    line-height: 1.35em;
  }
  .header__steps__item.active .header__indicators span {
    color: #56a986;
    line-height: 1.35em;
  }
  .header__steps__icon {
    margin-right: 0;
  }
  .header__steps__item.active .header__steps__icon {
    margin-right: 0.5rem;
  }
  .form__distribuidores {
    padding-left: 0;
    padding-right: 0;
  }
  .header__steps__item.filled .header__steps__icon {
    background-image: url("../img/icons/icon__check.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
  }
  .header__steps__item.filled .header__steps__icon svg {
    display: none;
  }
  .hero__form__distribuidores {
    background-position: 0 center;
  }
  .hero__form__distribuidores h1 {
    font-size: 1.5rem;
  }
}
