﻿:root {
  --primary: #063b1f;
  --secundary: #52d72d;
  --support: #063b1f;
  --blackColor: #000000;
  --whiteColor: #ffffff;
  --grayColor: #5c6f82;
  --iceColor: #f5f5f5;
  --cardsBarColor: #cbcdce;
  --findAppMaskColor: #000000;
  --findAppMasc: #081018;
  --defaultFont: "Montserrat";
  --Oswald: "BIZ UDGothic", sans-serif;
  --transparentdarkColor: #081018c4;
  --transparentWindow: #081018eb;
  --inputsBgLogin: #ffffff1f;
}

body,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  display: none;
  background-color: #f5f5f5; /*var(--iceColor);*/
  font-family: var(--defaultFont) !important;
  position: relative;
}

/* Nav seciton */
nav {
  width: 100%;
  background-color: #f5f5f5; /*var(--iceColor);*/
  color: var(--cardsBarColor);
  border-bottom: 1px solid;
  position: fixed;
  top: 0;
  z-index: 2;
}
.container {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
/* And of Nav seciton */

/* Form section */
.content {
  width: 100%;
  padding: 120px 0 80px;
}
.contentContainer {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: start;
}
.firstColumn {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.numbersFields {
  width: auto;
  padding: 0 10px 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
  row-gap: 20px;
}

.input-loader {
  background: url("/sys/images/loader_16x16.gif");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #eee;
  cursor: not-allowed;
  color: #777;
}
.formBox {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.formTitle {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 25px;
  /* margin-left: -42px; */
}
.typeFormBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 15px;
}
.legalPersonForm {
  width: 100%;
}
.physicalPersonOption,
.legalPersonOption {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid var(--cardsBarColor);
  cursor: pointer;
}
.physicalPersonOption:active,
.legalPersonOption:active {
  border-bottom: 2px solid var(--primary);
}
.typeFormBoxText {
  color: var(--grayColor);
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  transition: all 500ms;
  width: 100%;
  text-align: center;
}
.typeFormBoxText:hover {
  transform: scale(1.02);
}
.typeFormBoxText:active {
  color: var(--primary);
}
form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.partOne {
  margin-bottom: 30px;
  position: relative;
}
label {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  font-size: 13px;
  text-align: start;
  font-weight: 600;
  color: var(--grayColor);
  margin-top: 5px;
}
.partOne label {
  margin-top: 10px;
}
#nameCard {
  text-transform: uppercase;
}
input {
  width: 100%;
  border: 1px solid var(--cardsBarColor);
  background-color: var(--whiteColor);
  color: var();
  border-radius: 5px;
  padding-left: 10px;
  height: 30px;
  margin-top: 1px;
  outline: none;
  font-family: var(--defaultFont) !important;
}
select {
  font-family: var(--defaultFont) !important;
}
input::placeholder {
  color: var(--grayColor);
  font-family: var(--defaultFont) !important;
  font-size: 12px;
}
.responsiveSupport {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}

.cepLabel {
  width: 35%;
}
.getAddressWithCep {
  width: 57%;
  font-size: 12px;
  font-weight: bold;
  background-color: var(--primary);
  text-align: center;
  color: var(--whiteColor);
  border-radius: 5px;
  padding: 8px 0;
  margin-top: 10px;
  cursor: pointer;
  transition: all 500ms;
  white-space: nowrap;
}
.getAddressWithCep:hover {
  transform: scale(1.02);
}

.getAddressWithCep:active {
  filter: brightness(75%);
}
.addressLabel {
  width: 60%;
}
.numberLabel {
  width: 30%;
}
.neighborhoodLabel {
  width: 50%;
}
.complementLabel {
  width: 42%;
}
.stateLabel {
  width: 20%;
}
.cityLabel {
  width: 72%;
}
.partTwo {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 10px;
  margin-top: 50px;
  position: relative;
  row-gap: 20px;
  flex-direction: column;
}
.infoTextBox {
  width: 100%;
}
.infoInstituteColumnOne {
  width: 100%;
  display: none;
  flex-direction: column;
  row-gap: 10px;
}
.selectBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selectBox div {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.selectBox div + div {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.selectBox select {
  height: 30px;
  color: var(--grayColor);
  font-family: var(--defaultFont) !important;
  border: 1px solid var(--cardsBarColor);
  border-radius: 5px;
  padding-left: 10px;
  outline: none;
}

.formStateSelect {
  min-width: 80px;
  max-width: 150px;
  margin-right: 10px;
}
.formSchoolSelect {
  display: none;
  max-width: 310px;
  width: 100%;
}

#lblSelectSchool-lp {
  display: none;
}
.partThree {
  height: auto;
  width: 100%;
  margin-top: 20px;
}
.partThreeContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.partThreeFields {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  column-gap: 30px;
  row-gap: 10px;
}
.partThreeAllBoxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.typOfPayment {
  width: 100%;
  /* height: 90px; */
  height: 103px;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#selectPrazoBoleto {
  height: 30px;
  border: 1px solid var(--cardsBarColor);
  background-color: var(--whiteColor);
  border-radius: 5px;
  color: var(--blackColor);
  outline: none;
}
.typOfPayment label {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
  /* New code */
  justify-content: space-between;
  height: 100%;
}
.typOfPayment img {
  margin-bottom: 10px;
}
.creditCar-img {
  width: 65px;
}
.pix-img {
  width: 120px;
}
.ticket-img {
  width: 70px;
}
.typOfPayment input[type="radio"] {
  width: 15px;
  color: var(--primary);
  background-color: var(--primary);
}

.formCreditCar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  padding: 5px;
  margin-bottom: 20px;
}
.formCreditCar input:not(:first-child) {
  margin-top: 15px;
}
.formCreditCar div {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: end;
}
.cardInfoBox {
  min-width: 105px;
  width: 48%;
  margin-top: 15px;
}

.cardSafeCode {
  width: 80%;
}
.cardValidation {
  width: 70%;
}
.captchaBox {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.captchaCode {
  width: 140px;
  text-align: center;
  padding: 10px;
  letter-spacing: 4px;
  font-size: 25px;
}
.captchaBox span div {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.captchaBox span {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 10px;
  color: red;
}
.captchaBox img {
  width: 100px;
  height: 30px;
  margin-left: 15px;
}
.captchaBoxIn {
  display: flex;
  margin-bottom: 10px;
}

#lblCaptchaCode {
  background-color: #ff5847;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 6px;
  text-align: center;
  padding: 3px 10px;
  margin-left: 20px;
}

.termBtnBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 10px;
}
.termLabel {
  width: 100%;
  display: flex;
  flex-direction: flex;
  justify-content: start;
  align-items: start;
}
.termErrorMsg {
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: var(--redColor);
  margin: 5px 0;
}
.organizationBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkboxInput {
  width: 15px;
  height: 15px;
  margin: 5px 15px 0 0;
  cursor: pointer;
}
.termBtnBox span {
  margin-top: 3px;
  word-break: break-word;
}
/* #lbl-term-lp {
  display: flex;
} */
.termBtnBox a {
  color: var(--primary);
  text-decoration: underline;
  font-size: 12px;
}
.formSubmitBtn {
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: var(--primary);
  padding: 10px 30px;
  font-size: 15px;
  font-weight: bold;
  color: var(--whiteColor);
  cursor: pointer;
  transition: all 300ms;
  width: auto;
  margin-top: 10px;
  white-space: nowrap;
}

.formSubmitBtn:hover {
  transform: scale(1.02);
}
.formSubmitBtn:active {
  filter: brightness(75%);
}
#physicalPersonForm {
  display: none;
}

.unselected {
  border-bottom: 2px solid var(--primary);
}
.selectedTitle {
  color: var(--primary);
}
.invalid-field {
  border: 1px solid var(--redColor);
}

/* Secund Column */
.secundColumn {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: var(--whiteColor);
  border-radius: 15px;
  padding-bottom: 20px;
}

.infoCourse {
  width: 100%;
  /* height: 500px; */
  /* height: 400px; */
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  overflow: hidden;
  background-color: transparent;
  margin-bottom: 30px;

  /*  new code */
  height: auto;
}

.headerInfoCourse {
  width: 100%;
  /* height: 50%; */
  position: relative;
  /* new code  */
  height: 200px;
  background-position: center;
  background-size: cover;
}

.headerCourseImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.titleCourseBox {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(
    to top,
    var(--findAppMaskColor),
    transparent
  );
}
.titleCourse {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.contentInfoCourse {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--whiteColor);
  /* align-items: center; */
  /* new code */
  /* height: 200px; */
  padding: 20px 0;
}
.oldPriceMatric {
  text-decoration: line-through;
  text-decoration-color: #ff0000;
  text-decoration-style: wavy;
}
.contentMatricula {
  display: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: var(--grayColor);
}
.prices {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 31px; */
}
.oldPrice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.fromOld {
  font-size: 14px;
  font-weight: 600;
  color: var(--grayColor);
}
.numberOldPrice {
  font-size: 19px;
  margin-left: 5px;
  color: var(--grayColor);
  position: relative;
}
.oldPriceBar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: red;
}
.newPriceBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fromNew {
  font-size: 14px;
  color: var(--grayColor);
  font-weight: 500;
}
.newPriceText {
  font-size: 19px;
  /* font-weight: bold;
  color: var(--blackColor); */
  color: var(--grayColor);
  font-weight: 500;
}
#parcelsCourse {
  max-width: 95%;
  width: auto;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #b3acac;
  font-size: 30px;
  color: var(--blackColor);
  outline: none;
  text-align: center;
  /* Essas regras são aceitas apenas em navegadores mais nodernos. */
  /* text-align-last: right;
  direction: ltr; */
  font-weight: bold;
  cursor: pointer;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(/sys/images/arrow_downB.png) 95.5% 50% no-repeat; */
  padding: 2px 2px 2px 6px;
  position: relative;
}
#parcelsCourse::after {
  content: "▼"; /* Use um caractere Unicode para a seta (neste caso, uma seta para baixo) */
  font-size: 20px; /* Aumente o tamanho da seta */
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
#parcelsCourse option {
  text-align: left;
  font-size: 20px;
}
.interest-free {
  font-size: 16px;
  font-style: italic;
  /* color: var(--blackColor); */
  text-align: center;
  max-width: 95%;
  margin: 5px auto 10px;
  font-weight: 500;
  color: var(--grayColor);
}
.insertDiscountCouponBox {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
#formDiscountMain {
  width: 85%;
}
.formDiscount {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.couponLabel {
  font-size: 20px;
  width: auto;
  margin-right: 30px;
}
.couponBtn {
  width: 100%;
  background-color: var(--secundary);
  border-radius: 5px;
  border: none;
  color: var(--whiteColor);
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 10px auto;
  transition: all 500ms;
  font-family: var(--defaultFont);
  cursor: pointer;
}
#msgErrorCupom {
  display: none;
}
.couponBtnDes:hover {
  transform: scale(1.02);
}
.couponBtn:active {
  filter: brightness(75%);
}
.congratulationBox {
  display: none;
  width: 100%;
  padding: 10px;
  position: relative;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: var(--primary);
  margin-bottom: 30px;
  background-image: url("../img/congratulation_image.png");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 100%;
  background-size: 125px;
}
.congratulationText {
  font-size: 14px;
  width: 65%;
  color: var(--whiteColor);
  z-index: 1;
}
.congratulationTextM {
  font-size: 20px;
}
.congratulationBox img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 35%;
  height: 100%;
  display: none;
}
.lastFormInfo {
  /* new code */
  width: 85%;
  display: flex;
  flex-direction: column;
  z-index: 2147483647;
}
.apiDiscount {
  white-space: nowrap;
}
.logoAddressImg {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 10px;
}
.logoAddressImg img {
  max-width: 200px;
  width: 100%;
}
.infoInstitute {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.instituteName {
  text-align: start;
  font-size: 13px;
  font-weight: bold;
}
.instituteAddress {
  text-align: start;
  font-size: 11px;
}

.error-text,
.coupom-error-text {
  height: 11px;
  width: auto;
  font-size: 11px;
  font-weight: 500;
  color: var(--redColor);
  display: block;
  width: 100%;
}

.boxForNewFields {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.overlayCod {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2147483647;
}

.containerCod {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.containerCod p {
  max-width: 300px;
  font-size: 13px;
  margin-bottom: 5px;
}
#reenviar {
  text-decoration: underline;
  display: none;
  cursor: pointer;
}
.containerCod h2 {
  font-size: 20px;
  margin: 0px 0px 5px 0px;
}

#codigoEmail {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}

.btnCod {
  width: 100%;
  background-color: var(--primary);
  border-radius: 5px;
  border: none;
  color: var(--whiteColor);
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 10px auto;
  transition: all 500ms;
  font-family: var(--defaultFont);
  cursor: pointer;
}

@media (max-width: 992px) {
  .contentContainer {
    flex-direction: column;
    padding-bottom: 150px;
  }

  .firstColumn {
    max-width: 600px;
    width: 100%;
    margin: auto;
    justify-content: center;
    order: 2;
  }
  .formTitle {
    margin-left: 0;
  }
  .secundColumn {
    max-width: 380px;
    width: 100%;
    margin: 0 auto 40px;
  }

  .infoCourse,
  .insertDiscountCouponBox {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    /* position: relative; */
  }
  .infoCourse {
    margin-bottom: 20px;
  }
  .infoInstituteColumnTwo {
    display: none;
  }
  .formBox {
    max-width: 380px;
    width: 100%;
  }
  .partTwo {
    position: unset;
    flex-direction: column;
  }
  .partThree {
    position: unset;
  }
  .infoInstituteColumnOne {
    display: flex;
    margin-bottom: 50px;
    position: unset;
    flex-direction: column;
    margin-top: 25px;
  }
  .typOfPayment,
  .termBtnBox {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .captchaBox {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 15px;
  }
  .captchaBox label {
    width: auto;
    margin: 0;
  }

  .captchaBoxIn {
    width: auto;
    margin-bottom: 0px;
    align-items: center;
  }
  .formCreditCar {
    width: 100%;
    position: unset;
  }
  .lastFormInfo {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    padding: 18px 20px;
    background-color: var(--whiteColor);
    box-shadow: 0 0 41px -16px var(--findAppMasc);
    /* new code */
    width: 100%;
  }

  /*  New code */
  .infoCourse.removeMarginBottom {
    margin-bottom: 0 !important;
  }
  /* New code */
  .secundColumn.removePaddingBottom {
    padding-bottom: 0;
  }

  .containerCod {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .contentContainer {
    padding-bottom: 212px;
  }

  .content {
    padding: 80px 0 80px;
  }
  .cepLabel,
  .addressLabel,
  .numberLabel,
  .neighborhoodLabel,
  .cityLabel {
    width: 100%;
  }
  .stateLabel {
    width: 40%;
  }
  .complementLabel {
    width: 50%;
  }
  .getAddressWithCep {
    width: 100%;
    margin-bottom: 5px;
  }
  .termBtnBox {
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
  }
  .typOfPayment {
    justify-content: space-between;
  }
  .typOfPayment label {
    width: 25%;
  }
  .creditCar-img {
    max-width: 55%;
    width: 100%;
  }
  .pix-img {
    width: 100%;
  }
  .ticket-img {
    max-width: 60%;
    width: 100%;
  }
  .termLabel {
    margin: 0;
    width: 100%;
    justify-content: center;
  }
  .organizationBox {
    justify-content: center;
  }
  .formSubmitBtn {
    font-size: 14px;
    width: auto;
  }
  .captchaBox {
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 10px;
  }
  .containerCod {
    width: 90%;
  }
}

@media (max-width: 375px) {
  .selectBox {
    flex-direction: column;
    row-gap: 15px;
  }
  .formStateSelect {
    margin-right: 0;
  }

  .selectBox .formSchoolSelect,
  .selectBox .formStateSelect {
    max-width: 100%;
    width: 100%;
  }
  .captchaBoxIn {
    flex-direction: column;
    row-gap: 15px;
  }
  #lblCaptchaCode {
    margin-left: 0;
  }
  .termBtnBox span {
    text-align: center;
  }
  .content {
    margin-bottom: 50px;
  }
  .captchaBox label {
    text-align: center;
  }
  .containerCod {
    width: 90%;
  }
}
