ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a,
button {
    transition: 1s;
}
.center {
    margin: auto !important;
}

.logo-maxmeio {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 999;
}

.login {
    min-height: calc(100vh - 60px);
    height: 100%;
}
.login .logo {
    display: table;
    margin-top: 30px;
}
.login .logo img {
    width: 80%;
    margin: 0 auto;
}
.login .bg-login {
    height: calc(100vh);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.login h1 {
    font-size: 30px;
    font-weight: bold;
    color: #303f81;
    margin: 50px 0 30px;
}
.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 {
    font-size: 16px;
    color: #aeb0b6 !important;
    background: transparent;
    border: 1px solid #e0e8ff;
    border-radius: 50px;
    height: 45px;
    margin-bottom: 15px;
    padding-left: 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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login .btns a {
    font-size: 16px;
    font-weight: bold;
    color: #a6a7a9;
    cursor: pointer;
}
.login .btns a:hover {
    color: #3d4c79;
}
.login button {
    font-size: 16px;
    color: #fff;
    background: #303f81;
    padding: 10px 60px;
    border: none;
    border-radius: 50px;
}
.login button:hover {
    background: #3d4c79;
}

.box-cadastro {
    border: 1px solid #303f81;
    border-radius: 20px;
    padding: 15px;
    margin-top: 30px;
}
.box-cadastro input.form-control {
    font-size: 14px;
    color: #aeb0b6 !important;
    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: #3d4c79;
}

.footer-login {
    padding: 20px 0;
    background: #303f81;
    border-top: none;
}
.footer-login p {
    font-size: 14px;
    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,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.skin-blue .main-header .logo,
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side,
.main-footer,
.skin-blue .main-header li.user-header {
    background-color: #303f81;
}
nav.navbar.navbar-static-top,
.skin-blue .main-header .navbar {
    background: #dc9602;
}
.main-header a:hover {
    background: #303f81 !important;
}
.content-wrapper {
    background-color: #fff;
}
.content-header {
    padding: 40px 40px 0 40px;
}
.content {
    padding: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.content h4 {
    font-size: 20px;
    font-weight: bold;
    color: #303f81;
    margin-bottom: 10px;
}
.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: #3d4c79;
}
.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: 26px;
    font-weight: bold;
    color: #303f81;
}
.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 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.menu-index .item a {
    font-size: 22px;
    font-weight: bold;
    color: #133F80;
    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: #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.item1:hover {
    background-color: #303f81de ;
    color: #ffffff;
}

.menu-index .item.item2 {
    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.item2:hover {
    background-color: #303f81de ;
    color: #ffffff;
}

.menu-index .item.item3 {
    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.item3:hover {
    background-color: #303f81de ;
    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-color: #303f81de ;
    color: #ffffff;
}

.menu-index .item.item5 {
    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.item5:hover {
    background-color: #303f81de ;
    color: #ffffff;
}

.menu-index .item.item6 {
    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.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;
    color: #303f81;
    padding: 10px 40px;
    border: 1px solid #303f81;
    border-radius: 50px;
    float: right;
    position: relative;
    top: -33px;
}
.pagination:hover {
    color: #fff;
    background: #3d4c79;
}
.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: #3d4c79;
}
.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: #F69520;*/
    background-color: #303f81;
    color: #fff;
    border: none;
}

.questoes-listagem button:hover {
    background-color: #3d4c79;
}

.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;
}

.simulados-listagem .item {
    background: #f8f8ff;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin-bottom: 30px;
    -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);
}
.simulados-listagem h2 {
    font-size: 20px;
    font-weight: bold;
    color: #303f81;
    border-bottom: 1px solid #dc9602;
    padding-bottom: 10px;
    margin: 0 0 30px;
}
.simulados-listagem ul > li {
    font-size: 16px;
    color: #303f81;
    margin-bottom: 10px;
}
.simulados-listagem ul > li::before {
    content: "• ";
    color: #dc9602;
    margin-right: 5px;
}
.simulados-listagem a {
    font-size: 16px;
    color: #fff;
    background: #303f81;
    padding: 10px 20px;
    border-radius: 50px;
    display: table;
    margin: 50px auto 0;
}
.simulados-listagem a:hover {
    background: #3d4c79;
}
.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;
}
.footer-login p {
    margin-bottom: 15px;
}

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

.payment-listagem {
    display: flex;
}

.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-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 {
    font-size: 20px;
    margin-top: 20px;
    color: #303f81;
    font-weight: 900;
}

.box-payment button {
    font-size: 18px;
    width: 100%;
    height: 60px;
    /*background-color: #F69520;*/
    background-color: #303f81;
    color: #fff;
    border-radius: 0 0 20px 20px;
    border: none;
}

.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;
}

.modal-payment {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('http://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 {
    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;
}

.lista-videos li a.btn-resolucao:hover {
    color: #fff;
    background: #303f81;
    border: 1px solid #303f81;
}

.modal-loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://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 {
        height: auto;
        justify-content: center;
    }
    .menu-index .item {
        margin-bottom: 70px;
    }
    .login {
        min-height: calc(100vh - 83px);
        height: 100%;
        padding-bottom: 30px;
    }
    .login .bg-login {
        display: none;
    }
    .box-cadastro {
        padding: 20px 15px;
    }
    .login input.form-control,
    .login select.form-control {
        margin-bottom: 10px;
    }
    .select-wrapper {
        padding: 0;
        margin-bottom: 10px;
    }
    .login button {
        padding: 10px 40px;
    }
    .login h1 {
        font-size: 24px;
    }
    .login h4 {
        font-size: 17px;
        margin: 0 0 50px;
    }
    .footer-login p {
        text-align: center;
        float: none !important;
    }
    .footer-login a.pull-right {
        float: none !important;
    }
    .footer-login img {
        margin-top: 20px;
    }
    .main-header .logo {
        height: 70px;
    }
    .content-header h4 {
        margin: 20px 0 0;
    }
    .content-header {
        padding: 40px 15px 0 15px;
    }
    .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%;
    }
}
@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.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;
    }
    .content-header {
        padding: 40px 15px 0 15px;
    }
    .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;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .paginacao {
        font-size: 12px;
        padding: 10px 20px;
        top: -31px;
    }
    .questoes-interna .btns a {
        font-size: 14px;
    }
}
