* {
    box-sizing: border-box
}

.ui-widget-content {
    background: #000;
    border: 1px solid #ef8a03
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    position: relative
}

body:before {
    background: url(images/bg-preto-pattern-engehall.png);
    background-size: cover;
    background-attachment: fixed;
    content: "";
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: -1
}

#logo_parceiro {
    display: none
}

#topo img, #topo-img {
    max-width: 220px;
    height: auto
}

#topo {
    text-align: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    background-color: #f4f4f4
}

#topo::after {
    background: url(images/divisor.png) top left;
    content: "";
    position: absolute;
    bottom: -18px;
    height: 22px;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat
}

#progressbar_geral {
    position: absolute;
    float: none;
    top: 257px;
    width: 100%;
    text-align: center;
    right: 0;
    position: absolute;
    background-image: none;
    border: 0;
    padding-top: 50px
}

#progressbar {
    width: 80%;
    height: 20px;
    margin: auto;
    border-radius: 10px;
    background: #e6e6e6;
    border: none;
    position: relative;
    background: url(images/estrada_cinza.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: unset !important
}

#progressbar:after {
    content: " ";
    width: 80px;
    height: 20px;
    margin: auto;
    border-radius: 10px;
    background-color: rgba(251, 76, 9, .7);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 2s
}

#progressbar:before {
    background: url(images/avatar_marlon.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    margin: auto;
    position: absolute;
    top: -91px;
    left: 0%;
    width: 90px;
    height: 110px;
    z-index: 1;
    transition: all 2s
}

#progressbar_titulo {
    position: absolute;
    float: none;
    top: 130px;
    width: 100%;
    text-align: center;
    margin: 0;
    right: 0;
    height: 115px;
    color: #fb4c09;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    border: none
}

#patente_link {
    color: #f4f4f4;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 10px
}

.ui-progressbar .ui-progressbar-value {
    border-radius: 10px;
    border: none;
    background: rgb(251, 189, 59);
    background: -moz-linear-gradient(142deg, rgba(251, 189, 59, 1) 0%, rgba(255, 133, 0, 1) 100%);
    background: -webkit-linear-gradient(142deg, rgba(251, 189, 59, 1) 0%, rgba(255, 133, 0, 1) 100%);
    background: linear-gradient(142deg, rgba(251, 189, 59, 1) 0%, rgba(255, 133, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbbd3b", endColorstr="#ff8500", GradientType=1)
}

#geral #topo {
    background: url(images/bg-branco-pattern-engehall.png) top right;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

#tool-tip {
    display: none
}

.msgObrigatoria {
    color: red
}

#tool-tip:before {
    content: " ";
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #1D3865
}

#rodape {
    background-color: #f4f4f4;
    background-image: none;
    width: 100%;
    display: table
}

#info_aluno {
    width: 100%;
    padding: 40px 10% 0;
    margin: auto;
    float: none;
    text-align: left;
    display: table;
    max-width: none
}

.info_aluno_left {
    width: 50%;
    float: left
}

.info_aluno_right {
    width: 50%;
    float: left
}

#info_aluno p {
    font-size: 14px;
    color: #fb4c09;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 20px
}

#info_aluno p span {
    font-size: 22px;
    color: #000;
    width: 100%;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

#info_aluno p span a {
    color: #fb4c09 !important;
    text-decoration: underline;
    white-space: nowrap;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

#info_aluno p span a[href^="LogoutServlet"] {
    color: #f4f4f4 !important;
    background-color: #fb4c09;
    border-radius: 20px;
    padding: 5px 60px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer
}

#chat_desk a {
    position: fixed;
    bottom: -4px;
    right: 1em;
    cursor: pointer;
    display: block;
    background: url(../css/images/chat_on.png) no-repeat !important;
    height: 35px;
    width: 250px !important;
    overflow: hidden;
    text-indent: -900px;
    z-index: 999999
}

.star-box {
    display: table;
    margin-top: -15px
}

.star-item {
    content: ' ';
    width: 32px;
    height: 28px;
    float: left;
    background-image: url(images/estrela-vazia.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    background-size: contain
}

.star-complete {
    background-image: url(images/entrela-preenchida.png)
}

.star-half-complete {
    background-image: url(images/meia_estrela.png)
}

#info_outras {
    border: none;
    padding: 35px 10% 15px;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 0
}

#info_outras:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 10%;
    right: 10%;
    width: auto;
    height: 2px;
    background-color: #fb4c09
}

#info_outras:after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 10%;
    right: 10%;
    width: auto;
    height: 2px;
    background-color: #fb4c09
}

#table_info_outras {
    max-width: none;
    margin: auto
}

#table_info_outras a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000 !important;
    text-decoration: none !important
}

#table_info_outras td {
    width: 25%;
    padding-bottom: 10px
}

#info_outras img {
    height: 25px;
    float: left;
    margin-right: 10px
}

.destaquesp {
    color: #fb4c09;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    border: none;
    text-align: center;
    margin: 0
}

#view_mobile {
    display: none
}

#apostila {
    margin-top: 216px;
    padding: 4% 5px 4% 10%;
    width: 50%;
    float: left
}

.titulo_aula {
    width: 100%;
    color: #FF8500;
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 300
}

.subtitulo_aula {
    width: 100%;
    color: #576b8d;
    font-family: 'Open Sans', sans-serif;
    font-size: 31px;
    font-weight: 400
}

.before-video {
    margin-top: 10px;
    color: gray
}

.after-video {
    background-color: #e6e6e6;
    padding: 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: gray
}

.after-video .atention {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #ff8500
}

.after-video a {
    font-weight: 700;
    text-decoration: underline;
    color: #808080 !important
}

.after-video .last {
    font-size: 13px
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.titulo_materia {
    width: 100%;
    color: #576b8d;
    font-family: 'Open Sans', sans-serif;
    font-size: 31px;
    font-weight: 400;
    margin: 40px 0 20px 0
}

.materia p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: gray;
    line-height: 25px;
    margin-bottom: 40px
}

#conteudo {
    margin: 4% 9.5% 4% 5px;
    margin-top: calc(4% + 222px);
    width: 39.6%;
    border: 2px solid #ef8a03;
    float: left;
    border-radius: 10px;
    padding: 15px 30px
}

#simulado_topo {
    position: relative;
    text-align: center
}

#simulado_topo h2 {
    color: #f4f4f4 !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    margin-top: 0
}

#simulado_questao {
    background-color: transparent;
    padding: .5px;
    padding-left: 99px;
    padding-right: 0;
    display: flex;
    text-align: left;
    min-height: 100px
}

#simulado_questao h5 {
    font-family: 'Monserrat', sans-serif;
    font-weight: 600;
    color: #fd9203 !important;
    font-size: 17px;
    line-height: 22px;
    margin: auto 0
}

#simulado_numero_questao h2 {
    position: absolute;
    top: 63px;
    width: 118px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 80px;
    margin: 0;
    left: -20px;
    text-align: center
}

#simulado_topo #simulado_numero_questao h2 {
    color: #fd9203 !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 700
}

#duvida_questao {
    padding: 0 20px
}

.bt_duvida_questao {
    color: #000;
    background-color: #b9b9b9;
    border-radius: 33px;
    padding: 6px 30px;
    font-size: 16px;
    margin: 10px auto;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300
}

.bt_duvida_questao span {
    text-decoration: underline
}

#apostila .style14 {
    color: #fb4c09 !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 20px !important;
    margin-bottom: -15px !important;
    display: block !important
}

#apostila .style7 span {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    color: #f4f4f4 !important;
    font-size: 16px !important
}

#apostila .errorVideo {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    color: #f4f4f4 !important;
    font-size: 16px !important
}

#apostila a {
    color: #fd9203 !important
}

#grid {
    margin-top: 6px
}

#grid td {
    border-bottom: none;
    color: #f4f4f4;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    line-height: 25px;
    padding: 10px;
    padding-left: 45px;
    position: relative;
    cursor: pointer
}

.container {
    display: block;
    position: absolute;
    left: 8px;
    top: 15px;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #f4f4f4;
    border-radius: 50%;
    border: 2px solid #bebebe
}

.container:hover input ~ .checkmark {
    background-color: #ccc
}

.container input:checked ~ .checkmark {
    background-color: #ff8500;
    border-color: #bebebe
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container input:checked ~ .checkmark:after {
    display: block
}

.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff8500;
    border-color: #ff8500
}

#ajax {
    display: none
}

#simulado_rodape {
    height: 7.4%;
    width: 100%;
    float: left;
    padding: 30px 30px 15px 30px;
    margin-left: 1%
}

#simulado_rodape_esquerdo {
    text-align: center;
    margin: 0 auto;
    float: left
}

#simulado_rodape_direito {
    padding: 0;
    margin: 0 auto;
    float: right;
    height: auto
}

#btsimulado_proximo, #btsimulado_anterior, #btsimulado_finalizar {
    color: #000;
    background-color: #fd9203;
    border-radius: 20px;
    padding: 5px 60px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 10px auto
}

#new-message, #new-duvida {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1111
}

#nm-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 642px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 4px 4px 10px #000
}

#nm-box .nm-top {
    text-align: center
}

#nm-box .nm-top h2 {
    color: #ff8500;
    margin: 0;
    font-family: 'Open Sans', sans-serif
}

#nm-box p {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 14px
}

#nm-box .nm-bottom {
    text-align: center
}

#closeNmTop {
    color: #fff;
    background-color: #576b8d;
    border-radius: 20px;
    padding: 5px 80px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px auto;
    display: inline-block;
    text-decoration: none;
    border: none
}

#closeNmTop:hover {
    cursor: pointer
}

#new-duvida #nm-box {
    max-width: 456px;
    padding: 15px
}

#closeNdTop {
    width: 48%;
    float: left;
    color: #fff;
    background-color: #576b8d;
    border-radius: 20px;
    padding: 5px 40px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    border: none
}

#closeNdTop:nth-child(1) {
    margin-right: 2%
}

#closeNdTop:nth-child(2) {
    margin-left: 2%
}

#closeNdTop:hover {
    cursor: pointer
}

#new-duvida .nm-body {
    margin: 10px 0
}

.duvida_questao_pergunta {
    width: 100% !important;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: gray
}

.duvida_questao_pergunta::placeholder {
    color: #ccc
}

#table_info_outras.table_info_outras_desktop {
    display: table
}

#table_info_outras.table_info_outras_mobile {
    display: none
}

.embed-container {
    --video--width: 1296;
    --video--height: 900;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    overflow: hidden;
    max-width: 100%;
    background: #000
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#simulado2 p {
    color: #fff
}

@media (max-width: 767px) {
    .dialog_style3 {
        width: 90% !important
    }

    #botao_inciar_curso img {
        max-width: 100%
    }

    #apostila {
        width: 100%;
        position: relative;
        margin-top: 0
    }

    #apostila img {
        max-width: 95% !important
    }

    #simulado2 {
        padding: 5px !important
    }

    #simulado2 p {
        color: #fff
    }

    #view_mobile {
        display: block
    }

    .bt_duvida_questao {
        font-size: 14px
    }

    .tdselected {
        background-color: #ccc
    }

    .container {
        left: 14px
    }

    #info_aluno {
        padding: 0
    }

    .info_aluno_left {
        width: 100%;
        padding: 20px;
        padding-bottom: 0
    }

    .info_aluno_right {
        width: 100%;
        float: left;
        margin-top: -14px;
        padding: 0 20px
    }

    #info_aluno p span {
        font-size: 24px
    }

    #nm-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 300px
    }

    #nm-box img {
        max-width: 28%
    }

    #nm-box {
        border-radius: 0
    }

    #info_outras {
        padding: 0 10px 60px
    }

    #table_info_outras.table_info_outras_desktop {
        display: none
    }

    #table_info_outras.table_info_outras_mobile {
        display: block;
        margin-top: -40px
    }

    #table_info_outras.table_info_outras_mobile td {
        width: 50%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        padding-bottom: 10px;
        font-size: 15px
    }

    #table_info_outras.table_info_outras_mobile td a {
        vertical-align: top;
        line-height: 25px
    }

    #table_info_outras.table_info_outras_mobile td img {
        width: 25px;
        height: 25px
    }
}

#login {
    position: relative
}

#login:before {
    background: url(images/bg-preto-pattern-engehall.png);
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-attachment: fixed;
    content: "";
    position: absolute;
    bottom: 0;
    top: 99px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: -1
}

#login #conteudo {
    margin: 70px auto 30px;
    width: 100%;
    border: none
}

#login #conteudo p {
    display: none
}

#login .div_login {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 30px 60px
}

#login .div_login * {
    display: block;
    width: 100%
}

#login .div_login label {
    color: #576b8d;
    font-size: 12px;
    display: none
}

#login .div_login input {
    border: 1px solid #fd9203;
    padding: 10px 30px;
    margin-top: 2px;
    margin-bottom: 16px;
    font-size: 16px;
    background-color: #222;
    font-family: "Montserrat", sans-serif;
    border-radius: 25px;
    color: #fff
}

#login .div_login input::placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    opacity: 1;
    text-transform: uppercase
}

#login .div_login a {
    color: #fb4c09;
    font-size: 12px;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    margin-left: 18px
}

#login .div_login input.botao_login {
    color: #fff;
    background-color: #fb6027;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    padding: 12px 80px;
    border: 1px solid #fd9203;
    border-radius: 30px;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-transform: uppercase
}

#login .div_login input.botao_login:hover {
    background-color: #ef7446;
    cursor: pointer !important;
}

@media (max-width: 767px) {
    #login .div_login {
        border: none
    }
}

#matricula #geral {
    margin: 30px auto;
    width: 100%;
    border: none
}

#login #conteudo p {
    display: none
}

#matricula #formulario {
    width: 100%;
    max-width: 600px;
    border: 2px solid #ccc;
    border-radius: 15px;
    margin: auto;
    padding: 30px 60px;
    display: table
}

#matricula #formulario * {
    display: block;
    width: 100%
}

#matricula #formulario label {
    color: #576b8d;
    font-size: 12px
}

#matricula #formulario input {
    border: 1px solid #ff8500;
    padding: 5px;
    border-radius: 6px;
    margin-top: 2px;
    margin-bottom: 10px;
    font-size: 14px
}

#matricula #formulario input::placeholder {
    color: #ccc
}

#matricula #formulario a {
    color: #ff8500;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 30px
}

#matricula #formulario input.botao_matricula, #matricula #formulario input.botao_login {
    color: #fff;
    background-color: #576b8d;
    font-weight: 400;
    font-size: 20px;
    width: auto;
    padding: 5px 80px;
    border: 1px solid #576b8d;
    border-radius: 20px;
    margin: auto;
    float: left
}

#matricula #formulario input.botao_enviar {
    float: right
}

.custom-select {
    position: relative;
    font-family: Arial;
    margin: 0 auto 20px
}

.custom-select select {
    display: none !important
}

.select-selected {
    background-color: #e6e6e6;
    border-radius: 20px
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: gray transparent transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent gray transparent;
    top: 7px
}

.select-items div, .select-selected {
    color: gray;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 12px
}

.select-items {
    position: absolute;
    background-color: #e6e6e6;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.select-hide {
    display: none !important
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, .1)
}

@media (max-width: 767px) {
    iframe {
        width: 100% !important
    }

    #tool-tip {
        left: 45% !important
    }

    #login .div_login {
        border: none
    }

    #matricula #formulario {
        border: none
    }

    #matricula #formulario input.botao_matricula, #matricula #formulario input.botao_enviar {
        padding: 5px 30px
    }
}

.ui-dialog {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 4px 4px 10px #000
}

.ui-widget-header {
    background: none;
    border: none;
    color: #ff8500;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center
}

.ui-dialog .ui-dialog-title {
    float: none
}

.ui-dialog .ui-dialog-content {
    padding: 0;
    color: #f4f4f4
}

#dlgapostila {
    padding-top: 10px;
    text-align: center;
    height: 130px !important;
}

#dlgapostila img {
    width: 30%
}

#dlgalterarsenha_interno * {
    display: block;
    width: 100%
}

#dlgalterarsenha_interno label {
    color: #576b8d;
    font-size: 12px
}

#dlgalterarsenha_interno input {
    border: 1px solid #ff8500;
    padding: 5px;
    border-radius: 6px;
    margin-top: 2px;
    margin-bottom: 10px;
    font-size: 14px
}

#dlgalterarsenha_interno input::placeholder {
    color: #ccc
}

#dlgalterarsenha_interno a {
    color: #ff8500;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 30px
}

#dlgalterarsenha_interno button {
    color: #fff;
    background-color: #576b8d;
    font-weight: 400;
    font-size: 20px;
    width: auto;
    padding: 5px 80px;
    border: 1px solid #576b8d;
    border-radius: 20px;
    margin: auto;
    float: left
}

.ui-dialog .ui-dialog-buttonpane {
    border: none;
    text-align: center
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    display: table;
    width: 100%;
    text-align: center
}

.ui-dialog .ui-dialog-buttonpane button {
    background: none;
    font-family: Arial, sans-serif;
    color: #fff;
    background-color: #576b8d;
    font-weight: 400;
    font-size: 14px;
    width: auto;
    padding: 5px 20px;
    border: 1px solid #576b8d;
    border-radius: 20px;
    margin: auto;
    max-width: 49%;
    margin-right: 5px
}

.ui-button-text-only .ui-button-text {
    padding: 0
}

.ui-button .ui-button-text {
    line-height: 1
}

#dialog_duvida_questao_472 label {
    display: none
}

.ui-widget textarea.duvida_questao_pergunta {
    width: 100% !important;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: gray;
    height: 85%
}

.ui-widget textarea.duvida_questao_pergunta::placeholder {
    color: #ccc
}

#apostila table {
    width: 100% !important
}

#apostila .style5 {
    width: 100% !important;
    color: #FF8500 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 42px !important;
    font-weight: 300 !important
}

#logintext {
    width: 100%;
    text-align: center
}

#logintext .text1 {
    color: #f4f4f4;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px
}

#logintext .text2 {
    color: #fb4c09;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif
}

span.destaque {
    position: relative
}

span.destaque:after {
    background: url(images/destaque-sub-titulo.png);
    content: "";
    position: absolute;
    bottom: -21px;
    height: 22px;
    left: -17px;
    right: -15px;
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .text1 {
        padding: 0 10px;
        font-size: 16px;
        line-height: 27px
    }

    span.destaque {
        display: block
    }

    span.destaque:after {
        bottom: -6px;
        height: 11px;
        left: 50%;
        transform: translateX(-50%)
    }

    #logintext .text2 {
        color: #fb4c09;
        font-size: 28px
    }

    #login .div_login input.botao_login {
        padding: 12px 10px
    }

    #topo::after {
        background: url(images/divisor.png) top right;
        background-repeat: repeat;
        background-size: auto;
        content: "";
        position: absolute;
        bottom: -18px;
        height: 22px;
        left: 0;
        right: 0;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%
    }
}

#box_progressbar_footer {
    text-align: center;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    background-color: #f4f4f4
}

#progressbar_geral_footer {
    position: absolute;
    float: none;
    top: 109px;
    width: 100%;
    text-align: center;
    right: 0;
    position: absolute;
    background-image: none;
    border: 0;
    padding-top: 50px
}

#progressbar_footer {
    width: 60%;
    height: 20px;
    margin: auto;
    border-radius: 10px;
    background: #e6e6e6;
    border: none
}

#progressbar_titulo_footer {
    position: relative;
    float: none;
    width: 100%;
    color: gray;
    text-align: center;
    margin: 0;
    right: 0;
    font-weight: 400;
    border-bottom: 2px solid #ccc;
    height: 115px
}

#progressbar_titulo_footer {
    color: #fb4c09;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    border: none
}

#patente_link_footer {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 10px
}

#progressbar_geral_footer {
    position: absolute;
    float: none;
    top: 140px;
    width: 100%;
    text-align: center;
    right: 0;
    position: absolute;
    background-image: none;
    border: 0;
    padding-top: 50px
}

#progressbar_footer {
    width: 60%;
    height: 20px;
    margin: auto;
    border-radius: 10px;
    background: #e6e6e6;
    border: none
}

#progressbar_footer {
    width: 80%;
    position: relative;
    background: url(images/estrada_cinza.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 21px
}

#progressbar_footer:after {
    content: " ";
    width: 0%;
    height: 20px;
    margin: auto;
    border-radius: 10px;
    background-color: rgba(251, 76, 9, .7);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 2s
}

#progressbar_footer:before {
    background: url(images/avatar_marlon.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    margin: auto;
    position: absolute;
    top: -91px;
    left: 0%;
    width: 90px;
    height: 110px;
    z-index: 1;
    transition: all 2s
}

#footer {
    background-color: #000;
    padding: 50px calc(10% - 15px);
    display: flex
}

#footer .col_footer {
    width: 25%;
    float: left;
    padding: 0 15px
}

#footer .col_footer h3 {
    color: #fb4c09;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 15px
}

.img-responsive {
    width: 100%;
    height: auto
}

.footer_social {
    display: flex;
    padding: 20px 1%;
    justify-content: center
}

.footer_social a {
    width: 20px;
    float: left;
    margin-right: 10px
}

.col_footer ul {
    list-style: none;
    padding: 0
}

.col_footer ul li {
    color: #f4f4f4;
    position: relative;
    width: fit-content;
    font-size: 14px;
    padding: 5px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400
}

.arrow {
    position: relative;
    right: 0;
    top: 11px;
    display: block;
    width: 20px
}

.col_footer ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    right: -31px;
    height: 10px;
    width: 20px;
    background: url(images/seta_para_baixo.png);
    background-repeat: repeat;
    background-size: auto;
    background-size: contain;
    background-repeat: no-repeat
}

.label_contatos {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 15px
}

.link_contato {
    color: #f4f4f4 !important;
    text-decoration: none
}

.certificado1 {
    width: 35%;
    display: block;
    margin: auto;
    max-width: 75px
}

.certificado2 {
    width: 50%;
    display: block;
    margin: auto;
    max-width: 150px
}

#footer-creditos {
    background-color: #f4f4f4;
    display: flex;
    padding: 50px 0
}

.creditos, .creditos a {
    width: 50% !important;
    text-align: center;
    font-size: 12px !important;
    color: #000 !important
}

.text-center {
    text-align: center
}


.show-block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 11199;
}

#conteudo_inciar_curso.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 11111;
    margin-top: 0 !important
}

#conteudo_inciar_curso .destaquesp {
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

#conteudo_inciar_curso #botao_inciar_curso {
    color: #f4f4f4;
    margin-top: 100px !important;
    font-family: "Montserrat", sans-serif
}

#conteudo_inciar_curso.show #botao_inciar_curso {
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

#conteudo_inciar_curso.show #botao_inciar_curso td {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%
}

#botao_inciar_curso td img {
    display: none
}

#botao_inciar_curso td a {
    color: #f4f4f4 !important;
    background-color: #fb4c09;
    border-radius: 30px;
    padding: 14px 50px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 22px auto;
    border: 1px solid #fd9203
}

#a_pagar_agora:after {
    content: 'FAZER PAGAMENTO AGORA >'
}

#a_iniciar_curso_pagar_depois {
    border: 1px solid #c6c6c6 !important;
    background-color: #696969 !important;
}

#a_iniciar_curso_pagar_depois:after {
    content: 'FAZER PAGAMENTO DEPOIS >'
}

#a_iniciar_curso{
    color: #f4f4f4 !important;
    background-color: #3cd10b !important;
    border: 1px solid #03ff00 !important;
}

#a_iniciar_curso:after {
    content: 'INICIAR O CURSO >'
}

#overlay_pagamento .destaquesp, #conteudo_inciar_curso .destaquesp {
    padding: 0 170px 30px;;
    font-size: 32px;
    line-height: 39px
}

@media (max-width: 1200px) {
    #overlay_pagamento .destaquesp, #conteudo_inciar_curso .destaquesp {
        padding: 0 120px 30px
    }
}

@media (max-width: 992px) {
    #overlay_pagamento .destaquesp, #conteudo_inciar_curso .destaquesp {
        padding: 0 62px 30px
    }

    #apostila {
        width: 100%;
        max-width: 700px;
        margin: auto;
        margin-top: auto;
        position: relative;
        margin-top: 260px;
        float: none;
        padding: 0 15px
    }

    #conteudo {
        display: block;
        float: none;
        width: 100%;
        max-width: 700px;
        margin: auto;
        position: relative;
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    #apostila {
        width: 100%;
        position: relative;
        margin-top: 260px;
        padding: 0 15px
    }

    #conteudo {
        width: calc(100% - 30px);
        margin: 50px 15px 15px;
        padding: 0;
        border-radius: 10px
    }

    #footer, #footer-creditos {
        display: table
    }

    #table_info_outras.table_info_outras_desktop {
        display: none
    }

    #info_aluno, #info_outras {
        padding: 0 15px
    }

    #progressbar_titulo, #progressbar_titulo_footer, .destaquesp {
        font-size: 32px
    }

    #table_info_outras.table_info_outras_mobile {
        width: 100%;
        max-width: 500px;
        margin: auto
    }

    #table_info_outras.table_info_outras_mobile tbody {
        display: table;
        width: 100%
    }

    #table_info_outras.table_info_outras_mobile td img {
        width: 20px;
        height: 20px;
        margin-right: 5px
    }

    #table_info_outras.table_info_outras_mobile td a {
        vertical-align: top;
        line-height: 25px;
        font-size: 13px
    }

    #overlay_pagamento .destaquesp, #conteudo_inciar_curso .destaquesp {
        padding: 30px 0
    }

    .overlay {
        white-space: nowrap;
        padding: 14px 28px
    }

    #simulado_numero_questao {
        background-color: transparent;
        padding: none
    }

    #duvida_questao {
        padding: 0 10px
    }

    .bt_duvida_questao {
        padding: 6px 5px;
        font-size: 12px
    }

    #simulado_rodape {
        padding: 30px 10px 15px 10px
    }

    #btsimulado_proximo, #btsimulado_anterior, #btsimulado_finalizar {
        padding: 5px 40px;
        font-size: 15px
    }

    #box_progressbar_footer {
        height: 226px
    }

    #progressbar_geral_footer {
        top: 167px
    }

    #footer .col_footer {
        width: 50% !important;
        padding: 0 15px;
        margin-bottom: 20px
    }

    .creditos, .creditos a {
        width: 100% !important;
        padding: 0 15px;
        margin-bottom: 20px
    }

    #footer-creditos {
        display: table;
        width: 100%
    }
}

@media (max-width: 460px) {
    #footer .col_footer {
        width: 100% !important;
        padding: 0 15px;
        margin-bottom: 20px
    }
}

.ui-dialog {
    background-color: #000 !important
}

.ui-widget-header {
    color: #fb4c09;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif
}

.ui-dialog .ui-dialog-buttonpane {
    background-color: transparent
}

.ui-dialog .ui-dialog-buttonpane button {
    color: #f4f4f4 !important;
    background-color: #fb4c09;
    border-radius: 30px;
    padding: 14px 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 22px auto;
    border: 1px solid #fd9203;
    min-width: 250px !important
}

#apostila:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    color: #f4f4f4;
    font-family: 'Montserrat', sans-serif
}

#apostila h1, #apostila h2, #apostila h3, #apostila h4, #apostila h5, #apostila h6 {
    font-family: 'Oswald', sans-serif !important;
    color: #fd9203 !important
}

.img-rodape {
    max-width: 150px;
    margin: auto;
    display: block;
    margin-top: 30px
}

@media (max-width: 767px) {
    #simulado_numero_questao h2 {
        width: 98px;
        font-size: 65px;
        left: 0
    }
}