footer {
    background: #772583;
    padding: 30px 0;
}

#nav-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.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: #772583;
    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: #FBF4FF;
}

.consultar-cad-mec {
    display: flex;
    border-radius: 4px;
    background: #772583;
    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: .5rem;
    justify-content: center;
    padding: .5rem;
    border-radius: 8px;
    border: 1px solid #C3D8ED;
    background: #FFF;
}

.social-media-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .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: #62636C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    list-style: none;
    margin-left: 1.5rem;
    line-height: 28px;
    margin-top: 10px;
}

.infos-para-voce {
    display: flex;
    justify-content: center;
}

#nav-footer ul li .footer-link-font {
    color: #62636C;
    margin-bottom: 10px;
}

#nav-footer ul li .footer-link-font.active,
#nav-footer ul li .footer-link-font:hover {
    color: #772583;
}

#nav-footer .footer-topic-title {
    color: #62636C;
    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;
}

#copy_right {
    background: none;
    color: #62636C;
}

.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: #fff;
}
#modal-1a-compra .btn-close, #modal-cupom .btn-close {
  background: none;
  border: none;
  font-weight: 900;
  font-size: 2rem;
  color: #928A8A;
}
.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: #772583;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0;
}
#modal-1a-compra h4 {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#modal-1a-compra hr {
    margin: 0;
    width: 100%;
    border: 1px solid #772583;
    opacity: 1;
}
#modal-1a-compra p {
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}
#modal-1a-compra form {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
}
#modal-1a-compra form input {
    width: 100%;
    border-radius: 5px;
    border: 0.5px solid #747373;
    height: 43px;
    padding-left: 1rem;
}
#modal-1a-compra .btn-1a-desconto {
    border-radius: 5px;
    background: #772583;
    width: 100%;
    border: none;
    height: 43px;
    color: #fff;
    font-weight: 600;
    margin-top: 2.5rem;
}
#modal-1a-compra a {
    text-decoration: underline;
    color: #1E1E1E;
    text-decoration-skip-ink: none;
}
#modal-cupom .cupom-boas-vindas {
    border-radius: 5px;
    text-align: center;
    border: 0.5px solid #747373;
    background: #fff;
    color: #772583;
    width: 100%;
    padding: .75rem 0;
}
#modal-cupom h4 {
  color: #111;
  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: #772583;
    border: none;
    height: 43px;
    color: #fff;
    font-weight: 600;
    padding: 0 .75rem;
    display: flex;
    gap: .5rem;
    align-items: center;
}
#modal-cupom .btn-lista-cursos {
    border-radius: 5px;
    background: #259B31;
    height: 43px;
    border: none;
    width: 75%;
    color: #FFF;
    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 .75rem !important;
    }
}