.form-assinatura {
  display: flex;
  width: 100%;
  height: 100%;
}

.form-assinatura .form-steps {
  width: 30%;
  height: 100%;
  min-height: 300px;
  flex: 1;
}

.form-assinatura .form-steps ul > li {
  list-style-type: none;
  margin: 0;
}

.form-assinatura .form-steps ul > li a {
  transition: background-color 0.6s;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-right: 1px solid #afafaf;
  cursor: pointer;
}

.form-assinatura .form-steps ul > li a span {
  color: #333;
}

.form-assinatura .form-steps ul > li a:hover {
  background-color: #f9f9f9;
}

.form-assinatura .form-steps ul > li a i.fa-check-circle {
  display: none;
  color: green;
}

.form-assinatura .form-steps ul > li a.completed {
  border-left: 4px solid green;
}

.form-assinatura .form-steps ul > li a.active {
  background-color: #f9f9f9;
}

.form-assinatura .form-steps ul > li a.btn-disabled {
  cursor: initial;
}

.form-assinatura .form-steps ul > li a.btn-disabled span {
  color: rgba(51, 51, 51, 0.35);
}

.form-assinatura .form-steps ul > li a.btn-disabled:hover {
  background-color: inherit;
}

.form-assinatura .form-steps ul > li a.completed i.fa-check-circle {
  display: inline-block;
}

.form-assinatura .form-navigator > div {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 40px;
}

.form-assinatura .form-navigator > div > a,
.form-assinatura .form-content .form-body .form-section .btn-form {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  width: 120px;
  min-width: 120px;
  height: 40px;
}

.form-assinatura .form-navigator > div > a.hidden {
  display: none !important;
}

.form-assinatura .form-navigator > div > a.btn-prev {
  margin-right: auto;
}

.form-assinatura .form-navigator > div > a.btn-next {
  margin-left: auto;
}

.form-assinatura .form-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  height: 100%;
  min-height: 300px;
  padding: 0 1rem;
}

.form-assinatura .form-content .form-body {
  width: 100%;
  height: 100%;
}

.form-assinatura .form-content .form-body .form-section {
  display: none;
}

.form-assinatura .form-content .form-body .form-section .frm-lin {
  display: flex;
  justify-content: space-between;
}

.form-assinatura .form-content .form-body .form-section .hidden {
  display: none !important;
}

.form-assinatura .form-content .form-body .form-section .d-flex {
  display: flex !important;
}

.form-assinatura .form-content .form-body .form-section .flex-wrap {
  flex-wrap: wrap !important;
}

.form-assinatura .form-content .form-body .form-section .d-column {
  flex-direction: column !important;
}

.form-assinatura .form-content .form-body .form-section .a-center {
  align-items: center !important;
}

.form-assinatura .form-content .form-body .form-section .w-100 {
  width: 100% !important;
}

.form-assinatura
  .form-content
  .form-body
  .form-section
  .frm-lin
  .justify-content-between {
  justify-content: space-between;
}

.form-assinatura .form-content .form-body .form-section .col-md-6 {
  display: inline-block;
  width: 49%;
}

.form-assinatura .form-content .form-body .form-section .col-md-2 {
  display: inline-block;
  width: 15%;
}

.form-assinatura .form-content .form-body .form-section .col-md-4 {
  display: inline-block;
  width: 33%;
}

.form-assinatura .form-content .form-body .form-section .col-md-12 {
  display: inline-block;
  width: 100%;
}

.form-assinatura .form-content .form-body .form-section .frm-size-full {
  width: 100%;
}

.form-assinatura .form-content .form-body .form-section .frm-size-ddd {
  width: 23%;
}

.form-assinatura .form-content .form-body .form-section .frm-size-phone {
  width: 75%;
}

.form-assinatura .form-content .form-body .form-section input.invalid {
  border-color: red;
}

.form-assinatura .form-content .form-body .form-section > input.hidden {
  display: none !important;
}

.form-assinatura .form-content .form-body .form-section div.title {
  font-size: 1rem;
  font-weight: 700;
}

.form-assinatura .form-content .form-body .form-section div.content {
  font-size: 1rem;
}

.form-assinatura .form-content .form-body .form-section div.content > ul {
  padding-left: 1rem;
}

.form-assinatura
  .form-content
  .form-body
  .form-section
  div.dynamic-content-container
  p {
  font-size: 1em;
}

.form-assinatura
  .form-content
  .form-body
  .form-section
  div.dynamic-content-container
  .txt-1rem
  p {
  font-size: 1rem;
}

div.box-plano > div {
  margin: 0;
  width: 100%;
}

div.box-plano > div {
  background-color: #012d4c;
  padding: 1.5em 0.71em 0.71em 0.71em;
}

div.box-plano div.info {
  display: flex;
  background-color: #fff;
  min-height: 11.5em;
  padding: 1.6em 1em;
  min-height: 14em;
  justify-content: center;
  align-items: center;
}

.form-assinatura
  .form-content
  .form-body
  .form-section
  .box-plano.selected
  > div,
.form-assinatura .form-content .form-body .form-section .btn-assinar.selected,
.form-assinatura
  .form-content
  .form-body
  .form-section
  .btn-assinar.selected:hover {
  background-color: green;
}

.form-assinatura .form-content .form-body .form-section .email-list-item {
  width: 49%;
  margin-right: 0;
}

.form-assinatura
  .form-content
  .form-body
  .form-section
  .email-list-item:nth-child(odd) {
  margin-right: 2%;
}

.form-assinatura .form-content .form-body .form-section .rdo-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: .3em;
}

.form-assinatura .form-content .form-body .form-section .rdo-wrapper > span {
  display: flex;
  align-items: center;
  padding-bottom: .7em;
}

.form-assinatura .form-content .form-body .form-section .rdo-wrapper > span > input {
  margin-right: .35em;
}

body[rel='assine-o-infomet'] .box-recaptcha > div {
  display: inline-block !important;
}

.dynamic-content ul {
  padding-left: 1rem;
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .form-assinatura {
    flex-direction: column;
  }

  .form-assinatura .form-steps {
    width: 100%;
    min-height: auto;
    margin-bottom: 1.5rem;
  }

  .form-assinatura .form-content {
    width: 100%;
    padding: 0;
    min-height: auto;
  }

  .form-assinatura .form-content .form-navigator {
    margin-top: 1rem;
  }

  .form-assinatura .form-steps ul > li a {
    border-right: none;
  }

  .form-assinatura .form-content .form-body .form-section {
    padding-bottom: 0 !important;
  }

  .form-assinatura .form-content .form-body .form-section .btn-assinar {
    margin-bottom: 1rem;
  }

  .form-assinatura .form-content .form-body .form-section .frm-lin,
  .form-assinatura .form-content .form-body .form-section .flex-sm-column {
    flex-direction: column;
  }

  .form-assinatura .form-content .form-body .form-section .m-bottom-sm-m {
    margin-bottom: 1.1em !important;
  }

  .form-assinatura .form-content .form-body .form-section .col-sm-12 {
    width: 100%;
  }

  .form-assinatura .form-content .form-body .form-section .email-list-item {
    width: 100%;
    margin-right: 0 !important;
  }
}
