ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a,
button {
    transition: 1s;
}
.center {
    margin: auto !important;
}
.flex-column {
    flex-direction: column !important;
}
.logo-maxmeio {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 999;
}

.login {
    height: 100%;
    min-height: calc(100vh - 53px);
    padding: 0 15px;
}

.login .logo {
    display: table;
    margin-top: 30px;
    margin-bottom: 56px;
    padding: 0 40px;
}

.login .logo img {
    margin: 0 auto;
}
.login .bg-login {
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../imgs/bg/purple-race-big.png");
}
.login h1 {
    font-size: 28px;
    font-weight: 700;
    color: #09033c;
    margin-bottom: 60px;
    text-align: center;
}
.login h1 b {
    color: #9000ff;
}
.login h4 {
    font-size: 20px;
    color: #a6a7a9;
    margin: 0 0 50px;
}
.login h4 span {
    font-weight: bold;
}
.login input.form-control,
.login select.form-control,
.form-control.custom-purple-input {
    font-size: 18px;
    color: #000000;
    background: transparent;
    border: 1px solid #9000ff;
    border-radius: 30px;
    margin-bottom: 24px;
    padding: 30px 20px;
}
.login select.form-control {
    border: none;
    margin-bottom: 0;
}
.select-wrapper {
    border-radius: 50px;
    border: 1px solid #e0e8ff;
    height: 45px;
    padding: 0 5px;
    margin-bottom: 10px;
}
.login .btns-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 20px;
}
.login .btn-primary {
    border-radius: 30px;
    background: #3e2682;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.btn-primary {
    border-radius: 30px;
    border: 1px solid #3e2682;
    background: #3e2682;

    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
}
.btn-primary:hover {
    background-color: #9000ff;
    border: 1px solid #9000ff;
}
.btn-outline-secondary {
    border-radius: 30px;
    border: 1px solid #9000ff;
    background: transparent;

    color: #9000ff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
    transition: all 0.3s ease-out;
}
.btn-outline-secondary:hover {
    background: #9000ff;
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.btn-secondary-effect {
    border-radius: 30px;
    background: #9000ff;

    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 12px 40px;
    border: none;
    position: relative;
    transition: all 0.3s ease-out;
}
.btn-secondary-effect:hover {
    background: linear-gradient(101.52deg, #6d27f5 27.82%, #d53bf7 67.21%);
    color: #fff;
    transition: all 0.3s ease-out;
}
.btn-secondary-effect::before,
.btn-secondary-effect::after {
    content: "";
    display: block;
    width: 104%;
    height: 80%;
    position: absolute;

    border: 0.5px solid #9000ff;
    border-radius: 30px;
    transition: none;
    pointer-events: none;
    transition: all 0.3s ease;
}
.btn-secondary-effect::before {
    left: -6px;
    top: -2px;
}
.btn-secondary-effect::after {
    right: -6px;
    bottom: 0;
}
.btn-secondary-effect:hover:before,
.btn-secondary-effect:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.btn-secondary-effect:hover:before {
    top: 0;
    left: 0;
}
.btn-secondary-effect:hover:after {
    right: 0;
}

.rounded-icon-button {
    border-radius: 50%;
    background: #9000ff;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;

    position: relative;
    border: none;
    transition: all 0.3s ease-out;
}
.rounded-icon-button:hover,
.btn-resolucao:hover .rounded-icon-button,
.card-item:hover .rounded-icon-button {
    background: linear-gradient(101.52deg, #6d27f5 27.82%, #d53bf7 67.21%);
    transition: all 0.3s ease-out;
}
.rounded-icon-button::before,
.rounded-icon-button::after {
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;

    border: 0.5px solid #9000ff;
    border-radius: 50%;
    transition: none;
    pointer-events: none;
    transition: all 0.3s ease;
}
.rounded-icon-button::before {
    left: -4px;
    top: -2px;
}
.rounded-icon-button::after {
    right: -4px;
    bottom: 0;
}
.rounded-icon-button:hover:before,
.rounded-icon-button:hover::after,
.btn-resolucao:hover .rounded-icon-button:before,
.btn-resolucao:hover .rounded-icon-button:after,
.card-item:hover .rounded-icon-button:before,
.card-item:hover .rounded-icon-button:after {
    width: 100%;
    height: 100%;
    transition: none;
    transition: all 0.3s ease;
}
.rounded-icon-button:hover:before,
.btn-resolucao:hover .rounded-icon-button:before,
.card-item:hover .rounded-icon-button:before {
    top: 0;
    left: 0;
}
.rounded-icon-button:hover:after,
.btn-resolucao:hover .rounded-icon-button:after,
.card-item:hover .rounded-icon-button:after {
    right: 0;
}

.search-btns-container {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}
.recovery-password {
    font-size: 14px;
    font-weight: 700;
    color: #a6a7a9;
    cursor: pointer;
}
.login .btns a {
    font-size: 14px;
    font-weight: 700;
    color: #a6a7a9;
    cursor: pointer;
}
.login .btns a:hover {
    color: #6d27f5;
}
.login button {
    font-size: 16px;
    color: #fff;
    background: #303f81;
    padding: 10px 60px;
    border: none;
    border-radius: 50px;
}
.login button:hover {
    background: #6d27f5;
}

.login-form-column {
    padding: 40px;
    background-image: url("../imgs/bg/white-race.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.box-cadastro {
    border: 1px solid #303f81;
    border-radius: 20px;
    padding: 15px;
    margin-top: 30px;
}
.box-cadastro input.form-control {
    font-size: 14px;
    color: #000000;
    background: transparent;
    border: 1px solid #e0e8ff;
    border-radius: 50px;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
}
.box-cadastro select.form-control {
    font-size: 14px;
    height: 40px;
    margin-bottom: 10px;
    padding: 0;
}
.box-cadastro button {
    color: #69696a;
    background: #edebeb;
}
.box-cadastro button:hover {
    background: #6d27f5;
}

.footer-login {
    padding: 20px 0;
    background-image: url("../imgs/bg/purple-race.png");

    border-top: none;
}
.footer-login p {
    font-size: 1.6rem;
    color: #fff;
    margin: 0;
}
.footer-login img {
    margin-top: 5px;
}

/*.box-cadastro {
      display: none;
  }*/

.main-header {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.skin-blue .main-header .logo,
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side,
.skin-blue .main-header li.user-header {
    background-image: url("../imgs/bg/purple-race.png");
    background-repeat: no-repeat;
    background-size: cover;
}
nav.navbar.navbar-static-top,
.skin-blue .main-header .navbar {
    background: #242c37;
}
.main-header a:hover {
    background: #303f81 !important;
}
.content-wrapper {
    background-color: #fff !important;
}
/*.content-header {
      padding: 40px 40px 0 40px;
  }*/
.content {
    padding: 20px 40px;
}
.content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #7e7e7e;
    text-transform: capitalize;
}
.content-header > .breadcrumb {
    top: 36px;
    right: 35px;
}
.main-header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
}
.main-header .logo .logo-lg {
    padding: 0;
}
.main-header .logo .logo-lg img {
    width: 150px;
}
.main-sidebar {
    padding-top: 130px;
}
.main-header .navbar {
    height: 50px;
}
.user-panel {
    padding: 0 10px;
    margin-bottom: 30px;
}
.user-panel > .image > img {
    width: 100%;
    max-width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
}
.sidebar-collapse .user-panel > .image > img {
    max-width: 30px;
    height: 30px;
}
.user-panel > .info {
    padding: 0;
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 10px;
}
.user-panel > .info > p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.skin-blue .sidebar-menu > li > a {
    font-size: 16px;
    color: #fff;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
    color: #fff;
    background: #6d27f5;
}
.logo-mini img {
    width: 40px;
}

.content-header h4 > span {
    font-weight: 400;
}

.footer-sidebar {
    position: absolute;
    bottom: 30px;
    padding: 0 15px;
}
.footer-sidebar p,
footer p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.footer-sidebar img,
footer img {
    margin: 0 auto;
    display: block;
}
.footer-sidebar .logo-mini {
    display: none;
}
.sidebar-collapse .footer-sidebar .logo-mini {
    display: block;
}
.sidebar-collapse .footer-sidebar p,
.sidebar-collapse .footer-sidebar .logo-lg {
    display: none;
}
.sidebar-collapse .footer-sidebar .logo-mini img {
    width: 20px;
}

.content-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: #3e2682;
    margin-bottom: 24px;
}
.content-header h1:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #dc9602;
    margin-top: 5px;
}
.content-header h4 {
    font-size: 20px;
    font-weight: bold;
    color: #303f81;
    margin: 40px 0 0;
}
.content.pre-aula,
.content-header.pre-aula {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.menu-index {
    padding: 0 15px;
}

.menu-index .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.menu-index .item a {
    font-size: 22px;
    font-weight: bold;
    /*color: #133F80;*/
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-index .item:hover a {
    color: #ffffff;
}

.img-card {
    width: 100px;
    margin-left: 30px;
}

.menu-index .item.item1 {
    background-color: #6d27f5;
    width: 350px;
    height: 200px;
    max-width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
}

.menu-index .item.item1:hover {
    background: linear-gradient(101.52deg, #6d27f5 27.82%, #d53bf7 67.21%);
    color: #ffffff;
}

.menu-index .item.item2 {
    /*background-color: #eeeeee ;*/
    background-color: #6d27f5;
    width: 350px;
    height: 200px;
    max-width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
}

.menu-index .item.item2:hover {
    background: linear-gradient(101.52deg, #6d27f5 27.82%, #d53bf7 67.21%);
    color: #ffffff;
}

.menu-index .item.item3 {
    /*background-color: #eeeeee ;*/
    background-color: #6d27f5;
    width: 350px;
    height: 200px;
    max-width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
}

.menu-index .item.item3:hover {
    background: linear-gradient(101.52deg, #6d27f5 27.82%, #d53bf7 67.21%);
    color: #ffffff;
}

.menu-index .item.item4 {
    background-color: #eeeeee;
    width: 350px;
    height: 200px;
    max-width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
}

.menu-index .item.item4:hover {
    background: linear-gradient(101.52deg, #6d27f5 27.82%, #d53bf7 67.21%);
    color: #ffffff;
}

.menu-index .item.item5 {
    background-color: #eeeeee;
    background-color: #fbad18;
    width: 350px;
    height: 200px;
    max-width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
}

.menu-index .item.item5:hover {
    background-color: #303f81de;
    color: #ffffff;
}

.menu-index .item.item6 {
    /*background-color: #eeeeee ;*/
    background-color: #fbad18;
    width: 350px;
    height: 200px;
    max-width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
    box-shadow: 7px 6px 10px -7px rgba(0, 0, 0, 0.51);
}

.menu-index .item.item6:hover {
    background-color: #303f81de;
    color: #ffffff;
}

.itens-questoes {
    display: flex;
}
.itens-questoes .item:first-child {
    width: 80%;
}
.itens-questoes .item:last-child {
    width: 80%;
}
.itens-questoes .item:last-child .content-wrapper {
    background: #f8f8ff;
}
.itens-questoes .item .content-wrapper {
    margin: 0;
}
.pagination {
    font-size: 14px;
    background-color: #6d27f5;
    padding: 10px 40px;
    border: 1px solid #6d27f5;
    border-radius: 50px;
    float: right;
    position: relative;
    top: -33px;
}
.pagination .page-link {
    font-size: 14px;
    color: #ffffff;
    background-color: #6d27f5;
    border: 1px solid #6d27f5;
    border-radius: 50px;
}
.pagination .page-link:hover,
.pagination > .active > span {
    font-size: 14px;
    color: #ffffff;
    background: linear-gradient(101.52deg, #6d27f5 27.82%, #d53bf7 67.21%);
    border: 1px solid #6d27f5;
    border-radius: 50px;
}

.pagination > .disabled > span {
    font-size: 14px;
    color: #ffffff;
    background-color: #6d27f5;
    border: 1px solid #6d27f5;
    border-radius: 50px;
}
.pagination > .disabled > span:hover {
    font-size: 14px;
    color: #ffffff;
    background-color: #6d27f5;
    border: 1px solid #6d27f5;
    border-radius: 50px;
}

.pagination:hover {
    color: #fff;
    background: #6d27f5;
}
.questoes-interna h4 {
    font-size: 20px;
    font-weight: bold;
    color: #303f81;
    margin: 0 0 20px;
}
.questoes-interna p,
.questoes-interna li {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: justify;
    margin-bottom: 20px;
}
.questoes-interna ul {
    padding-left: 30px;
}
.questoes-interna li {
    list-style-type: disc;
}
.content.questoes-interna form img {
    margin-bottom: 1px;
}
.content.questoes-interna img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 3px;
}
.questoes-interna label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 5px 0;
    display: flex;
}
.questoes-interna label strong {
    margin-top: 2.5px;
    font-size: 16px;
}
.questoes-interna label > p {
    font-size: 18px;
    font-weight: 800;
}
.questoes-interna .btns {
    display: flex;
    margin-top: 30px;
}
.questoes-interna .btns a {
    font-size: 16px;
    color: #303f81;
    padding: 10px 15px;
    border: 1px solid #303f81;
    border-radius: 4px;
}
.questoes-interna .btns button {
    font-size: 16px;
    color: #303f81;
    padding: 10px 15px;
    border: 1px solid #303f81;
    border-radius: 4px;
}
.questoes-interna .btns a:nth-child(1) {
    margin: 0 10px;
}
.questoes-interna .btns a:nth-child(3) {
    margin: 0 10px;
}
.questoes-interna .btns a:nth-child(4) {
    margin: 0 10px 0 0;
}
.questoes-interna .btns a:hover {
    color: #fff;
    background: #6d27f5;
}
.questoes-interna .btn-responder {
    color: #fff !important;
    background: #303f81;
}
.questoes-interna .btns a .fa {
    margin-right: 5px;
}
.questoes-interna .btn-responder.correta,
.questoes-interna .btn-responder.correta:hover {
    background: #67c971;
    border: 1px solid #67c971;
    cursor: default;
}
.questoes-interna .btn-responder.errada,
.questoes-interna .btn-responder.errada:hover {
    background: #fa6c51;
    border: 1px solid #fa6c51;
    cursor: default;
}
.questoes-interna h5 {
    font-size: 18px;
    font-weight: bold;
    color: #303f81;
    margin: 50px 0 20px;
}
.questoes-interna textarea {
    height: 260px;
    border: 1px solid #e0e8ff;
    border-radius: 13px;
}

.close {
    font-size: 24px;
    color: #303f81;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50px;
}
.close:hover {
    color: #dc9602;
    background: #fff !important;
    filter: alpha(opacity=100);
    opacity: 1;
}
.fade.modal-resolucao.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.modal-resolucao .modal-dialog {
    width: 990px;
    margin: 0;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: "";
    background: #fff;
    border: 1px solid #303f81;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    top: 4px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #1b77ce;
    box-shadow: inset 0px 0px 0px 4px #fff;
    border: 1px solid #1b77ce;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
    border: 1px solid #303f81;
    outline: none;
}
.questoes-interna form {
    display: table;
    width: 100%;
    margin-top: 30px;
}
.radio-custom:checked + :before {
    background: #303f81;
    border: 1px solid #303f81;
    box-shadow: inset 0px 0px 0px 4px #fff;
}
.checkbox-custom:focus + .checkbox-custom-label:before {
    border: 1px solid #ff9800;
    outline: 1px solid #ff9800;
}
.radio-custom:focus + .radio-custom-label:before {
    border: 2px solid #ff9800;
}

iframe#vi-banner-video {
    border: none;
}

.questoes-listagem ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.questoes-listagem ul > li {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.questoes-listagem ul > li > a {
    font-size: 16px;
    color: #303f81;
    border: 1px solid #303f81;
    border-radius: 4px;
    display: flex;
    width: 100%;
    height: 55px;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}
.questoes-listagem .fa-list {
    margin-right: 30px;
    position: relative;
    top: 2px;
    transition: 1s;
}
.questoes-listagem ul > li > a:hover {
    color: #fff;
    background: #303f81;
    border: 1px solid #303f81;
}
.questoes-listagem ul > li > a:hover .fa {
    color: #dc9602;
}
.questoes-listagem ul > li > a.active {
    color: #fff;
    background: #67c971;
    border: 1px solid #67c971;
    cursor: default;
}
.questoes-listagem ul > li > a.inactive {
    color: #fff;
    background: #fa6c51;
    border: 1px solid #fa6c51;
    cursor: pointer;
}
.questoes-listagem ul > li > a.active:hover {
    color: #fff;
}
.questoes-listagem ul > li > a.active:hover .fa {
    color: #fff;
}
.questoes-listagem button {
    font-size: 18px;
    width: 100%;
    height: 60px;
    /*background-color: #6D27F5;*/
    background-color: #303f81;
    color: #fff;
    border: none;
}

.questoes-listagem button:hover {
    background-color: #6d27f5;
}

.gabarito h2 {
    font-size: 25px;
    color: #303f81;
    margin: 0;
}
.gabarito h4 {
    font-size: 18px;
    font-weight: bold;
    color: #303f81;
    margin: 0 0 5px;
}
.gabarito .table-responsive {
    margin: 30px 0 0;
}
.gabarito tbody {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.gabarito th {
    font-size: 18px;
    color: #fff;
    background: #303f81;
    border-left: 1px solid #303f81;
    border-right: 1px solid #303f81;
    padding: 15px 20px !important;
}
.gabarito td {
    font-size: 16px;
    color: #303f81;
    background: #f8f8ff;
    padding: 20px !important;
    border-bottom: 1px solid #e5e5e5;
}
.gabarito table a {
    font-size: 16px;
    color: #303f81;
    border: 1px solid #303f81;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
}
.gabarito table a:hover {
    color: #fff;
    background: #303f81;
}

.box-simulados {
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 40px 60px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.box-simulados__title {
    color: #3e2682;
    font-size: 30px;
    font-weight: 700;
    padding: 0 10px 32px;
    border-bottom: 1px solid #fbad18;
    margin: 0 auto 20px;
}
.box-simulados__list li {
    color: #757575;
    font-size: 18px;
    font-weight: 400;
}
.box-simulados__list li:not(:last-child) {
    margin-bottom: 12px;
}
.simulados-listagem ul > li::before {
    content: "• ";
    color: #fbad18;
    margin-right: 8px;
    font-size: 24px;
}
.simulados-listagem a {
    margin: 25px auto 0;
}

.simulados-listagem span {
    font-size: 16px;
    color: #fff;
    background: #dc9602;
    padding: 10px 20px;
    border-radius: 50px;
    display: table;
    margin: 50px auto 0;
}
.btn-avancar {
    font-size: 16px;
    color: #fff;
    background: #303f81;
    padding: 10px 40px;
    border-radius: 50px;
    display: table;
    float: right;
    margin: 10px;
}

.sim-sidebar span {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    background: #303f81;
    display: table;
    margin-bottom: 30px;
}
.sim-sidebar ul > li {
    font-size: 20px;
    color: #303f81;
    margin-bottom: 5px;
}
.sim-sidebar .btn-finalizar {
    font-size: 16px;
    color: #fff;
    background: #dc9602;
    padding: 8px 60px;
    border-radius: 4px;
    display: table;
    margin-top: 20px;
}
.sim-sidebar .btn-finalizar:hover {
    color: #fff;
    background: #303f81;
}

.footer-login {
    width: 100%;
    margin: 0 !important;
    padding: 15px;
}

.body-payment p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    color: #303f81;
    font-weight: 700;
}

.payment-listagem {
    display: flex;
    flex-wrap: wrap;
}

.title-comprados,
.title-disponiveis {
    width: 80%;
    text-align: left;
    padding-inline: 20px;
}
.button-acessar {
    width: 20%;
    padding-inline: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.box-payment {
    margin: auto;
    text-align: center;
    background: #ebebeb;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    padding: 0;
    /*margin: auto;*/
    letter-spacing: -1px;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(229, 229, 229, 0.7);
    -moz-box-shadow: 0px 0px 7px 2px rgba(229, 229, 229, 0.7);
    box-shadow: 0px 0px 7px 2px rgba(229, 229, 229, 0.7);
}

.box-comprados,
.box-disponiveis {
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 32px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

/* .box-comprados:hover,
.box-disponiveis:hover {
    border: 1px solid #3e2682;
    box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    transition: all .2s ease;
} */

.box-comprados:not(:last-child),
.box-disponiveis:not(:last-child) {
    margin-bottom: 30px;
}

.box-payment h2 {
    margin-top: 10px;
    color: #303f81;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
}

.box-payment ul {
    margin-top: 40px;
    color: #303f81;
}

.box-payment li:first-child {
    font-weight: 600;
}

.box-payment li {
    font-size: 18px;
    line-height: 1;
}

.box-payment p,
.box-comprados p,
.box-disponiveis p {
    font-size: 20px;
    margin-top: 20px;
    color: #303f81;
    font-weight: 900;
}

.box-payment button,
.box-payment a {
    font-size: 18px;
    width: 100%;
    height: 60px;
    background-color: #6d27f5;
    /*background-color: #303f81;*/
    color: #fff;
    border-radius: 0 0 20px 20px;
    border: none;
}
.button-simulados {
    width: 100%;
    text-align: center;
}

.box-payment .btn-paid {
    background: #67c971 !important;
}

.box-payment .btn-waiting {
    background: #1b77ce !important;
}

.box-payment .btn-cancel {
    background-color: #dc9602 !important;
}

body.loading .modal {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

.payment-info {
    padding: 30px 50px;
    /*min-height: 415px;*/
    min-height: 200px;
}

.modal-payment {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8)
        url("https://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

.input-cupom {
    width: 40%;
    margin: 30px auto;
}

.input-cupom .btn {
    background-color: #303f81;
    border-color: #303f81;
    color: #fff;
}

.box-footer .btn-success {
    background-color: #303f81;
    border-color: #303f81;
}

.lista-videos {
    flex-wrap: wrap;
}

.lista-videos li {
    width: 33%;
    margin-bottom: 1em;
    padding: 1em;
}

.lista-videos li img {
    width: 100%;
}

.lista-intern ul {
    display: flex;
    flex-wrap: wrap;
}

.lista-intern ul > li {
    width: 33%;
    margin-bottom: 20px;
    padding: 10px;
}

.lista-intern li a {
    cursor: pointer;
}

.lista-intern li a.btn-resolucao {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    background: #fff;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 16px 28px 40px;

    color: #7e7e7e;
    font-size: 26px;
    font-weight: 500;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.lista-intern li a .badge.custom-badge {
    height: fit-content;
    margin-block: auto;
    font-size: inherit;
}

.lista-intern li a.btn-resolucao:hover {
    border: 1px solid #3e2682;
    box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    transition: all 0.2s ease;
}

.lista-intern li a.btn-resolucao img {
    aspect-ratio: 1/1;
    max-width: 100%;
}

.modal-loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8)
        url("https://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
     the scrollbar off with overflow:hidden */
body.loading .modal-loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
     modal element will be visible */
body.loading .modal-loading {
    display: block;
}

@media (max-width: 767px) {
    .menu-index .item.item3,
    .menu-index .item.item1,
    .menu-index .item.item5 {
        width: 100%;
    }
    .menu-index {
        height: auto;
        justify-content: center;
    }
    .menu-index .item {
        margin-bottom: 70px;
    }

    .login .bg-login {
        display: none;
    }
    .box-cadastro {
        padding: 20px 15px;
    }
    .select-wrapper {
        padding: 0;
        margin-bottom: 10px;
    }
    .login {
        min-height: calc(100svh - 47px);
    }
    .login button {
        padding: 10px 40px;
    }
    .login h1 {
        font-size: 24px;
    }
    .login h4 {
        font-size: 17px;
        margin: 0 0 50px;
    }
    .login input.form-control {
        padding: 24px 20px;
    }
    .login-form-column {
        padding: 48px 24px;
    }
    .footer-login p {
        text-align: center;
        font-size: 1.2rem;
    }
    .footer-login a.pull-right {
        float: none !important;
    }
    .footer-login img {
        margin-top: 20px;
    }
    .main-header .logo {
        height: 70px;
    }
    .skin-blue .main-header .logo,
    .skin-blue .wrapper,
    .skin-blue .main-sidebar,
    .skin-blue .left-side,
    .skin-blue .main-header li.user-header {
        background-image: url("../imgs/bg/purple-race.png");
        background-repeat: no-repeat;
        background-position: auto;
        background-size: cover;
    }
    .content-header h4 {
        margin: 20px 0 0;
    }
    .content {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    .pre-aula iframe {
        height: 250px;
    }
    .questoes-listagem ul {
        display: block;
        margin: 0;
    }
    .questoes-listagem ul > li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .itens-questoes {
        display: block;
    }
    .itens-questoes .item:first-child {
        width: 100%;
    }
    .paginacao {
        float: none;
        top: 0;
        margin: 20px auto 0;
        display: table;
    }
    .questoes-interna .btns {
        display: block;
    }
    .questoes-interna .btns a {
        text-align: center;
        display: table;
        width: 100%;
        margin-bottom: 5px;
    }
    .questoes-interna .btns a:nth-child(2) {
        margin: 0 0 5px;
    }
    .questoes-interna .btns a:nth-child(2) {
        margin: 0 0 5px;
    }
    .itens-questoes .item:last-child {
        width: 100%;
    }
    .title-comprados,
    .title-disponiveis {
        width: 100%;
        text-align: center;
        padding-inline: 20px;
        padding-top: 12px;
    }
    .button-acessar {
        width: 100%;
        padding-inline: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .box-comprados,
    .box-disponiveis {
        display: block;
        padding: 28px 20px;
    }

    .box-comprados:not(:last-child),
    .box-disponiveis:not(:last-child) {
        margin-bottom: 20px;
    }

    .content h4 {
        font-size: 24px;
    }

    .lista-intern ul > li {
        width: 100%;
        margin-bottom: 0;
        padding: 12px 0;
    }

    .box-simulados {
        padding: 32px 20px;
    }
    .box-simulados__title {
        font-size: 24px;
    }
}
@media (min-width: 768px) {
    .login .h-100 {
        min-height: calc(100svh - 53px);
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .lista-intern li a.btn-resolucao {
        padding: 20px;
        font-size: 24px;
        flex-direction: column;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu-index .item {
        width: 100px;
        height: 100px;
        margin: 30px auto;
    }
    .menu-index .item a {
        font-size: 16px;
    }
    .menu-index .item.item2 {
        width: 90px;
        height: 90px;
    }
    .menu-index .item.item3,
    .menu-index .item.item1,
    .menu-index .item.item5 {
        width: 100%;
    }
    .login h4 {
        font-size: 16px;
        margin: 0 0 30px;
    }
    .box-cadastro {
        padding: 20px 15px;
    }
    .login input.form-control,
    .login select.form-control {
        font-size: 12px;
        height: 40px;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .select-wrapper {
        height: 40px;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .login .btns a {
        font-size: 14px;
    }
    .login button {
        font-size: 14px;
        padding: 10px 40px;
    }
    .box-cadastro select.form-control {
        font-size: 10px;
        padding: 0;
    }
    .questoes-interna.content {
        padding: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .questoes-interna h4 {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .questoes-interna p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .itens-questoes .content-header {
        padding: 20px 15px 0 15px;
    }
    .itens-questoes .content-header h4 {
        font-size: 18px;
        max-width: 130px;
        margin: 20px 0 0;
    }
    .paginacao {
        font-size: 12px;
        padding: 10px 20px;
        top: -37px;
    }
    .questoes-interna .btns a .fa {
        margin-right: 0;
    }
    .questoes-interna .btns a {
        font-size: 12px;
        text-align: center;
        padding: 10px 5px;
    }
    .questoes-listagem ul > li > a {
        font-size: 14px;
        padding: 0 10px;
    }
    .questoes-listagem .fa-list {
        margin-right: 15px;
    }
    .title-comprados,
    .title-disponiveis {
        width: 60%;
        text-align: left;
        padding-inline: 20px;
        padding-top: 12px;
    }
    .button-acessar {
        width: 40%;
        padding-inline: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .button-simulados button {
        margin-inline: auto;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .paginacao {
        font-size: 12px;
        padding: 10px 20px;
        top: -31px;
    }
    .questoes-interna .btns a {
        font-size: 14px;
    }
}

.card-item {
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 40px 60px;

    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.card-item:hover {
    border: 1px solid #3e2682;
    box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    transition: all 0.2s ease;
}

.card-item__img-wrapper {
    padding: 20px;
}

.card-item__title {
    color: #6d27f5;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.menu-item-icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

@media (max-width: 768px) {
    .card-item {
        padding: 20px;
    }

    .card-item__img-wrapper {
        padding: 16px;
    }

    .card-item__img {
        width: 24px;
        height: 24px;
    }

    .card-item__title {
        font-size: 24px;
    }

    .login .btns-top {
        gap: 16px;
    }

    .btn-outline-secondary {
        padding: 10px 24px;
    }
}

/* Bootstrap utils */
.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.align-items-center {
    align-items: center !important;
}

.h-100 {
    height: 100% !important;
}

/* PADDING */
.p-0 {
    padding: 0 !important;
}

.p-3 {
    padding: 16px !important;
}

.pt-4 {
    padding-top: 24px !important;
}

/* MARGIN */
.m-0 {
    margin: 0 !important;
}

.me-3 {
    margin-right: 16px !important;
}

.mb-4 {
    margin-bottom: 24px !important;
}

.mt-4 {
    margin-top: 24px !important;
}
