#preloader {
  display: none;
}

#interna {
  padding-bottom: 65px;
  margin-top: 50px;
  background-color: #fafafa;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.42em;
  color: #2c2c2c;
}
#interna h1, #interna h2, #interna h3, #interna h4 {
  margin-top: 1.75em;
  margin-bottom: 0.75em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.03em;
}
#interna h1 {
  font-size: 31px;
  color: #2C4EB4;
}
#interna h2 {
  font-size: 26px;
}
#interna h3 {
  font-size: 22px;
  color: #727272;
}
#interna h4 {
  font-size: 18px;
  font-weight: 700;
}
#interna p, #interna ul, #interna ol {
  margin: 0 0 1.42em;
}
#interna a {
  color: #2C4EB4;
  -webkit-transition: color ease-out 275ms;
  transition: color ease-out 275ms;
}
#interna a:hover, #interna a:focus, #interna a:active {
  color: #B42C4E;
}

.alertify .ajs-dialog {
  border: none;
}
.alertify .ajs-header {
  background-image: url("../img/logo_white.png");
  background-position: 40px center;
  background-size: 85px auto;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 700;
  text-align: center;
}
.alertify .ajs-body {
  font-family: inherit;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  font-size: 11px;
  line-height: 2em;
  font-weight: 300;
  padding: 8px 16px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #10cfbd;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: opacity ease-out 300ms;
  transition: opacity ease-out 300ms;
}
.alertify .ajs-footer .ajs-buttons .ajs-button:hover, .alertify .ajs-footer .ajs-buttons .ajs-button:focus, .alertify .ajs-footer .ajs-buttons .ajs-button:active {
  opacity: 0.67;
}
.alertify.sucesso .ajs-footer {
  background-image: url("../img/check.png");
  background-position: 40px center;
  background-repeat: no-repeat;
}

#associe-form {
  padding-bottom: 65px;
  padding-top: 50px;
  text-align: center;
  background-color: #fafafa;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
}
#associe-form .Associe-form-title {
  font-size: 31px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 10px 0;
  margin-bottom: 40px;
  color: #2c2c2c;
}
#associe-form #pills-tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#associe-form #pills-tab .nav-item {
  margin-right: 15px;
}
#associe-form #pills-tab .nav-item:last-of-type {
  margin-right: 0;
}
#associe-form #pills-tab .nav-item .nav-link {
  background-color: #626c75;
  border-color: #626c75;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  color: #ffffff;
  padding-left: 17px;
  padding-right: 17px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  margin-right: 15px;
  cursor: pointer;
}
#associe-form #pills-tab .nav-item .nav-link:last-of-type {
  margin-right: 0;
}
#associe-form #pills-tab .nav-item .nav-link.active {
  background-color: #40d9ca;
  border-color: #40d9ca;
}
#associe-form .form-group {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  margin-bottom: 15px;
  text-align: left;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#associe-form .form-group.required::after {
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 20px;
  color: #f55753;
  content: "*";
}
#associe-form .form-group .control-label {
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  color: #626262;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#associe-form .form-group .form-control {
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: #2c2c2c;
  height: 25px;
  padding: 0;
  margin-top: -4px;
  background: none;
  display: block;
  min-height: 25px;
  width: 100%;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#associe-form .col-incomun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#associe-form .col-incomun .form-check {
  width: 49%;
}
#associe-form .col-incomun .form-check .form-check-input {
  display: block;
  margin: 0;
  width: 3em;
  height: 20px;
  float: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
#associe-form .check-dif {
  text-align: left;
}
#associe-form .check-dif .form-check-input {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#associe-form .check-dif span {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 300;
  color: #626262;
  letter-spacing: 0.01em;
  margin-left: 5px;
}
#associe-form .form-paragrafo {
  margin: -15px 5px 15px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 70%;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #626262;
  text-align: left;
  line-height: 18px;
}
#associe-form .button-left {
  text-align: end;
}
#associe-form .button-left .btn-doform {
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  background-color: #6d5cae;
  border-color: #6d5cae;
  letter-spacing: 0.01em;
  margin-top: 20px;
  padding-left: 17px;
  padding-right: 17px;
  padding: 6px 12px;
  margin-bottom: 0;
  cursor: pointer;
}
#associe-form .button-left .btn-doform:hover, #associe-form .button-left .btn-doform:focus {
  background-color: #8a7dbe;
  border-color: #8a7dbe;
}

.alertify .ajs-modal {
  top: 110px;
}

.cartao_lista_bandeiras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px -2px 20px;
}
.cartao_lista_bandeiras > .bandeira {
  margin: 0 2px 4px;
  height: 26px;
  width: auto;
  border-radius: 3px;
  border: 1px #ddd solid;
  -webkit-transition: -webkit-box-shadow ease-out 250ms;
  transition: -webkit-box-shadow ease-out 250ms;
  transition: box-shadow ease-out 250ms;
  transition: box-shadow ease-out 250ms, -webkit-box-shadow ease-out 250ms;
}
.cartao_lista_bandeiras > .bandeira.ativo {
  -webkit-box-shadow: 0 0 0 3px #2C4EB4;
          box-shadow: 0 0 0 3px #2C4EB4;
}


#associe-form h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 1em;
  font-size: 22px;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  #associe-form #pills-tab .nav-item {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  #associe-form #pills-tab .nav-item .nav-link {
    width: 100%;
  }

  .page-id-1098 #scrollUp {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .associe-form {
    width: 80vw;
    margin: 0 auto;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */