:root {
  --primary: #2a385e;
  --white: #ffffff;
  --light-background: #fcf5f7;
  --light-blue: #c3d8ed;
  --gray: #62636c;
  --secondary-gray: #928a8a;
  --border-gray: #747373;
  --black: #000000;
  --almost-black: #111111;
  --dark: #1e1e1e;
  --green: #259b31;
}

footer {
  background: var(--primary);
  padding: 30px 0;
}

#nav-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .nav-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 50px;
  margin-bottom: 1.25rem;
}

footer .nav-links > div {
  display: flex;
  justify-content: center;
  padding: 0;
}

#copy_right {
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 481px) {
  .logo-redes-sociais {
    margin-bottom: 1.5rem;
    width: 100%;
  }

  footer .nav-links > div {
    flex-direction: column;
  }

  .brands {
    flex-direction: column;
  }
}

.verify-show-footer-ead {
  background: var(--light-background);
}

.consultar-cad-mec {
  display: flex;
  border-radius: 4px;
  background: var(--primary);
  width: 100%;
  padding: 1rem;
  justify-content: space-between;
}

.div-consulte-aqui {
  max-width: 50%;
  font-weight: 500;
  font-size: Medium;
  line-height: 24px;
  letter-spacing: 0%;
}

.div-qr-code-f5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 8px;
  border: 1px solid var(--light-blue);
  background: var(--white);
}

.social-media-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.logo-ead-rodape {
  width: 100%;
  height: 100%;
  max-width: 140px;
}

.infos-ead-rodape {
  padding-bottom: 2rem;
}

.infos-ead-rodape ul {
  padding: 0 !important;
  color: var(--gray);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  list-style: none;
  margin-left: 1.5rem;
  margin-top: 10px;
}

.infos-para-voce {
  display: flex;
  justify-content: center;
}

#nav-footer ul li .footer-link-font {
  color: var(--gray);
  margin-bottom: 10px;
}

#nav-footer ul li .footer-link-font.active,
#nav-footer ul li .footer-link-font:hover {
  color: var(--primary);
}

#nav-footer .footer-topic-title {
  color: var(--gray);
  font-weight: 600;
  letter-spacing: 4px;
}

.social-media-logo {
  width: 24px;
  height: 24px;
}

.social-media-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 98dvw;
}

.ead-footer-logo {
  width: 150px;
  height: auto;
  margin-left: 2rem;
}

#copy_right {
  background: none;
  color: var(--gray);
}

.link-spacing {
  margin-bottom: 10px;
}

#modalCadLead {
  height: fit-content;
  z-index: 99999999;
}

#modal-1a-compra,
#modal-cupom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 5px;
  background: var(--white);
}

#modal-1a-compra .btn-close,
#modal-cupom .btn-close {
  background: none;
  border: none;
  font-weight: 900;
  font-size: 2rem;
  color: var(--secondary-gray);
}

.tam-modal {
  max-width: 388px;
}

#modal-1a-compra > div,
#modal-cupom > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

#modal-cupom > div {
  gap: 2.25rem;
}

#modal-1a-compra > div div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#modal-1a-compra h2 {
  color: var(--primary);
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}

#modal-1a-compra h4 {
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#modal-1a-compra hr {
  margin: 0;
  width: 100%;
  border: 1px solid var(--primary);
  opacity: 1;
}

#modal-1a-compra p {
  color: var(--black);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}

#modal-1a-compra form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

#modal-1a-compra form input {
  width: 100%;
  border-radius: 5px;
  border: 0.5px solid var(--border-gray);
  height: 43px;
  padding-left: 1rem;
}

#modal-1a-compra .btn-1a-desconto {
  border-radius: 5px;
  background: var(--primary);
  width: 100%;
  border: none;
  height: 43px;
  color: var(--white);
  font-weight: 600;
  margin-top: 2.5rem;
}

#modal-1a-compra a {
  text-decoration: underline;
  color: var(--dark);
  text-decoration-skip-ink: none;
}

#modal-cupom .cupom-boas-vindas {
  border-radius: 5px;
  text-align: center;
  border: 0.5px solid var(--border-gray);
  background: var(--white);
  color: var(--primary);
  width: 100%;
  padding: 0.75rem 0;
}

#modal-cupom h4 {
  color: var(--almost-black);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#modal-cupom .cupom-boas-vindas h3 {
  margin: 0;
  font-size: 2.75rem;
  font-weight: 700;
}

#modal-cupom .btn-copiar-cupom {
  border-radius: 5px;
  background: var(--primary);
  border: none;
  height: 43px;
  color: var(--white);
  font-weight: 600;
  padding: 0 0.75rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

#modal-cupom .btn-lista-cursos {
  border-radius: 5px;
  background: var(--green);
  height: 43px;
  border: none;
  width: 75%;
  color: var(--white);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 18.2px */
}

.returnMessage .hard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

@media (max-width: 1200px) {
  #nav-footer img {
    margin-right: 8px !important;
  }
}

@media (max-width: 991px) {
  .consultar-cad-mec {
    width: 50%;
  }

  #nav-footer .footer-topic-title {
    margin-left: 1.5rem;
  }

  #modalCadLead {
    height: 100%;
  }

  #modalCopyVoucher .modal-content {
    width: 90%;
  }

  #modalCadLead .modal-dialog,
  #modalCopyVoucher .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 1rem);
  }
}

@media (max-width: 768px) {
  .consultar-cad-mec {
    width: 80%;
  }
}

@media (max-width: 575px) {
  #nav-footer {
    margin-bottom: 2.25rem;
  }

  .infos-para-voce {
    justify-content: flex-start;
  }

  .consultar-cad-mec {
    width: 100%;
  }

  .p-mobile {
    padding: 0 0.75rem !important;
  }
}
