/* Theme Sass */
/*End Theme*/
@import url(theme);
@import url(pagamentos);
@import url(carrinho);
@import url(identificacao);
.payments-buy {
  background-color: #fff;
  padding: 3rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}
.payments-buy .buy-table tr td {
  text-align: center;
}
.payments-buy .buy-table tr td:last-of-type {
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 180px;
  align-items: center;
  font-size: 1.6rem;
}
.payments-buy .buy-table tr td:nth-child(2), .payments-buy .buy-table tr td:nth-child(1) {
  text-align: left !important;
}
.payments-buy .buy-table tr .btn-purchase {
  background: #d30000;
  color: #fff;
  border-radius: 100px !important;
}

.payment-pricing-table {
  background-color: #fff;
  padding: 3rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}
.payment-pricing-table table tr, .payment-pricing-table table td {
  text-align: center;
}

.notes {
  background-color: #fff;
  padding: 3rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
  margin-bottom: 1rem;
}
.notes .star {
  margin: 1rem 0;
  color: #4b4b4b;
}

@media (max-width: 1199px) {
  .payments-buy .buy-table tr td:last-of-type {
    height: 208px !important;
    font-size: 1rem !important;
  }
}
/* Table edit by: https://codepen.io/team/css-tricks/pen/wXgJww?editors=1100 */
@media only screen and (max-width: 760px), (max-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    margin: 0 0 1rem 0;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    display: block !important;
  }
  td::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .notes .star {
    font-size: 0.75rem !important;
  }
}
/* Table edit by: https://codepen.io/team/css-tricks/pen/wXgJww?editors=1100 */
.cart-buy {
  background-color: #fff;
  padding: 3rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}
.cart-buy .buy-table tr td {
  text-align: center;
}
.cart-buy .buy-table tr td:last-of-type {
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: auto;
  align-items: center;
  font-size: 1.6rem;
}
.cart-buy .buy-table tr td:nth-child(2), .cart-buy .buy-table tr td:nth-child(1) {
  text-align: left !important;
}
.cart-buy .buy-table tr .input-handler {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  border: 0;
}
.cart-buy .buy-table tr .input-handler .portion {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
  width: 20%;
  text-align: center;
  background-color: transparent;
  border: 1px solid #212121;
  max-width: 5rem;
  padding: 0rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.cart-buy .buy-table tr .input-handler .portion:focus {
  outline: none;
  box-shadow: none;
}
.cart-buy .buy-table tr .input-handler input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.cart-buy .buy-table tr .input-handler input[type=number]::-webkit-inner-spin-button,
.cart-buy .buy-table tr .input-handler input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.cart-buy .buy-table tr .input-handler button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  border-radius: 50%;
}
.cart-buy .buy-table tr .input-handler button::before, .cart-buy .buy-table tr .input-handler button::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #000;
  transform: translate(-50%, -50%);
}
.cart-buy .buy-table tr .input-handler .add:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cart-buy .buy-table tr .input-handler,
.cart-buy .buy-table tr .input-handler * {
  box-sizing: border-box;
}
.cart-buy .buy-table tr .trash-can {
  background: transparent;
  border: none;
  margin-top: 1rem;
}
.cart-buy .buy-table tr .trash-can:focus {
  outline: none;
  box-shadow: none;
}
.cart-buy .buy-table tr .btn-purchase {
  background: #d30000;
  color: #fff;
  border-radius: 100px !important;
}

.pricing-table {
  background-color: #fff;
  padding: 3rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}
.pricing-table td {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 1rem;
  border: 1px solid #3d3d3d;
  padding: 0.3rem;
  font-weight: 900;
}
.pricing-table td span {
  margin: 0;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .already-student .form-handler {
    padding: 0 !important;
    margin: 2rem 0;
  }
}
@media (max-width: 768px) {
  .handler-fields {
    flex-direction: column;
  }

  .form-login {
    width: 100% !important;
  }

  .sign-up-student {
    padding: 1rem !important;
  }
  .sign-up-student h1 {
    font-size: 1.5rem !important;
  }

  .agreement {
    padding: 1rem !important;
  }
}
@media (max-width: 1199px) {
  .cart-buy .buy-table tr td:last-of-type {
    height: auto !important;
    font-size: 1rem !important;
  }
}
.already-student {
  background-color: #fff;
  padding: 4rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}
.already-student h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.already-student h2 {
  text-align: center;
  font-size: 1.7rem;
}
.already-student .form-handler {
  padding: 0 20rem;
  margin: 2rem 0;
}
.already-student .form-handler form .form-login {
  border-radius: 0;
  border: 1px solid #8e8e8e;
  padding: 0.7rem;
}
.already-student .form-handler form .password-reset {
  float: right;
  font-size: 0.85rem;
  color: #8e8e8e !important;
  text-decoration: underline !important;
}
.already-student .form-handler form .btn-handler {
  width: 100%;
  display: flex;
}
.already-student .form-handler form .btn-handler button {
  background-color: #d30000;
  color: #fff;
  border: none;
  border-radius: 100px;
  font-size: 1.4rem;
  padding: 0.5rem;
  width: 200px;
  margin: 0 auto;
}

.sign-up-student {
  background-color: #fff;
  padding: 1rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
  padding-top: 4rem;
}
.sign-up-student h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.sign-up-student h2 {
  text-align: center;
  font-size: 1.2rem;
}
.sign-up-student .form-handler {
  padding: 0 0;
  margin: 2rem 0;
}
.sign-up-student .form-handler form .handler-fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 1rem 0;
}
.sign-up-student .form-handler form .handler-fields .form-login {
  border-radius: 0;
  border: 1px solid #8e8e8e;
  padding: 0.7rem;
  margin: 0;
}
.sign-up-student .form-handler form .handler-1 .form-login, .sign-up-student .form-handler form .handler-2 .form-login, .sign-up-student .form-handler form .handler-4 .form-login, .sign-up-student .form-handler form .handler-5 .form-login {
  width: 48%;
}
.sign-up-student .form-handler form .handler-50 .form-login {
  width: 48%;
}
.sign-up-student .form-handler form .handler-33 .form-login {
  width: 31%;
}
.sign-up-student .form-handler form .handler-3 .form-login, .sign-up-student .form-handler form .handler-6 .form-login, .sign-up-student .form-handler form .handler-7 .form-login, .sign-up-student .form-handler form .handler-8 .form-login {
  width: 31%;
}
.sign-up-student .form-handler form .handler-8 .form-login {
  left: 0;
  margin: 0;
}
.sign-up-student .form-handler form .btn-handler {
  width: 100%;
  display: flex;
}
.sign-up-student .form-handler form .btn-handler button {
  background-color: #d30000;
  color: #fff;
  border: none;
  border-radius: 100px;
  font-size: 1.4rem;
  padding: 0.5rem;
  width: 200px;
  margin: 0 auto;
}

.agreement {
  background-color: #fff;
  padding: 1rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
  padding-bottom: 4rem;
}
.agreement .handler-check-eula, .agreement .handler-check-more {
  padding: 1rem;
  background-color: #fff4a1;
  margin: 1rem 0;
}
.agreement .handler-check-eula p, .agreement .handler-check-more p {
  margin: 0 !important;
}

.bc-payments {
  background-color: #fff;
  padding: 3rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}
.bc-payments .breadcrumb {
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.bc-payments .breadcrumb .breadcrumb-item {
  text-align: left;
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1rem;
  font-weight: 300;
}
.bc-payments .breadcrumb .breadcrumb-item:active {
  color: #4b4b4b;
}
.bc-payments .breadcrumb .breadcrumb-item a {
  color: #8e8e8e !important;
}

.payments-timeline {
  background-color: #fff;
  padding: 3rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}
.payments-timeline .timeline-handler {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  position: relative;
  width: 80%;
}
.payments-timeline .timeline-handler .checked-item {
  background: #3bb73b;
  margin: 5px;
  color: #fff;
  flex: 0.025 0 auto;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  align-content: center;
  display: flex;
  font-size: 1rem;
  z-index: 9999;
}
.payments-timeline .timeline-handler .checked-item:not(.complete) {
  background-color: #3d3d3d;
}
.payments-timeline .timeline-handler .checked-item:before {
  content: "";
  float: left;
  padding-top: 100%;
}
.payments-timeline .timeline-handler::before {
  content: "";
  border: 1px solid #efefef;
  width: 100%;
  position: absolute;
}
.payments-timeline .timeline-handler .not-ready {
  opacity: 0.5;
}

.buy-table {
  width: 80%;
}

.content-checkout {
  display: none;
}

.cart-buy .buy-table tr td:last-of-type {
  font-size: 14px !important;
  max-height: 400px;
  min-height: 270px;
}

.buy-table tbody td span {
  margin-top: 3%;
  margin-bottom: 3%;
}

.btn-endBuy {
  background-color: #3d3d3d;
  color: #fff;
  border-radius: 100px !important;
}

.bt-metodo-pagamento {
  display: none;
  background-color: #efefef !important;
}

.td-metodo-pagamento {
  background-color: #efefef !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-evenly;
  height: auto;
  align-items: center;
}

.lblCupom {
  align-items: center;
  display: flex;
  margin-right: 1%;
  font-weight: 700;
}

.pricing-tabl {
  background-color: #fff;
  padding: 3rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}

.pricing-tabl table {
  width: 80%;
}

#table-parcela {
  display: none;
  margin-bottom: 3%;
}

.div-info-end {
  display: flex;
  flex-direction: column;
  text-align: left;
  /* align-items: flex-start; */
  font-size: 12px;
  margin-bottom: 5%;
  width: 80%;
}

.div-info-end span {
  margin: 0px !important;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #d4d1d1;
}

.modal-dialog {
  max-width: 800px;
  margin-top: 15%;
}

.modal-body {
  display: flex;
  flex-direction: column;
  padding: 5%;
}

.svg-money {
  width: 100px;
  height: 100px;
  /* background-color: red; */
  /* margin: 50px; */
  border-radius: 50px;
  padding: 4px;
  border: 3px solid #d30000;
  color: #d30000;
  margin-bottom: 5%;
  font-size: 60px;
  text-align: center;
}

.form-processo {
  text-align: left;
}

.form-processo div {
  margin-top: 1%;
}

.btn-continua {
  background-color: #d30000;
  color: #fff;
  border: none;
  border-radius: 100px;
  font-size: 1.4rem;
  padding: 0.5rem;
  width: 200px;
  margin: 0 auto;
}

#confirm-curso {
  display: none;
}

#carrinho {
  display: none;
}

#fin-cad {
  display: none;
}

.contrato {
  overflow: scroll;
  margin-top: 2%;
  max-height: 800px;
}

#contrato {
  display: none;
}

.aceite-contrato {
  padding: 1rem;
  background-color: #fff4a1;
  margin: 1rem 0;
}

.cart-buy {
  display: none;
}

.pricing-tabl {
  display: none;
}

#select-data {
  display: none;
}

#select-horario {
  display: none;
}

#notaEnem {
  display: none;
}

#agenda-horario {
  display: none;
}

#instOrigem {
  display: none;
}

#cursoOrigem {
  display: none;
}

#instOrigemSeg {
  display: none;
}

#cursoOrigemSeg {
  display: none;
}

#dataColacao {
  display: none;
}

#btn-questionario {
  display: none;
  margin-top: 2%;
}

#btn-redacao {
  display: none;
  margin-top: 2%;
}

.btn-proc {
  background: #d30000;
  color: #fff !important;
  border-radius: 100px !important;
}

/*# sourceMappingURL=cadastro.css.map */
