:root {
    
    --color-primary: 220, 159, 14;
    --color-secondary: 209, 137, 14;
    --color-tertiary: 235, 155, 16;
    --color-accent: 249, 150, 2;
    --color-dark: 29, 19, 2;
    
    --color-primary-text: 255, 255, 255;
    
    --max-page-width: 1400px;
    --border-radius: 10px;
}

html {
    scroll-behavior: smooth;
}

html.loading:after {
    content: ' ';
    background-image: url(../img/spinner2.gif) !important;
    background-size: 64px !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    display: inline-block;
    inset: 0;
    position: fixed;
    z-index: 10000;
    background: #fff;

}

html.show-modal, 
html.show-menu {
    overflow: hidden;
}

body {
    text-align: center;
    color: rgb(var(--color-dark));
    overflow-x: clip;
    position: relative;
    padding-bottom: 10rem;
    min-height: calc(100vh - 10rem);
    min-height: calc(100dvh - 10rem);
}

nav {
    text-align: left;
    display: inline-block;
    width: calc(100% - 4rem);
    max-width: var(--max-page-width);
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 10;
    margin-top: 3rem;
}

.show-menu nav,
.fix-top nav {
    box-shadow: 0 12px 2rem -2rem rgb(var(--color-dark));
}

.show-menu nav:before,
.fix-top nav:before{
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    height: 100%;
    width: 200vw;
    transform: translateX(-50%) translateY(0%);
    background: rgba(255 255 255 / .6);
    backdrop-filter: blur(2rem) saturate(200%);
    -webkit-backdrop-filter: blur(2rem) saturate(200%);
    z-index: -1;
}

nav > div {
    display: inline;
}

nav a {
    display: inline-block;
    padding: 0 1rem;
    vertical-align: middle;
    height: 4rem;
    line-height: 4rem;
    color: rgb(var(--color-dark));
    font-weight: 500;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

nav a#logo {
    padding: 0;
    margin-right: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: rgb(var(--color-dark));
    text-decoration: none !important;
    img {
        margin-right: 1rem;
    }
}

nav a#logo {
    
}

nav a#logo img {
    height: 4rem;
    width: auto;
}

section {
    text-align: left;
    display: inline-block;
    width: calc(100% - 2rem);
    max-width: var(--max-page-width);
    padding: 1rem;
    padding-top: 10rem;
/*     min-height: 50vh; */
    padding-bottom: 3rem;
    position: relative;
}

section.small-padding {
    padding-top: 5rem;
}

section#home {
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    aspect-ratio: 2000 /1064;
    min-height: initial;
    max-width: calc(var(--max-page-width) + 200px);
    position: relative;
    margin-top: 3rem;
}


section#home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

section#home:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 40rem;
    background-color: rgb(var(--color-primary));
    z-index: -1;
}

section#home div {
    width: calc(100% - 2rem);
    max-width: calc(400px - 2rem);
    position: absolute;
    left: 10rem;
    top: 50%;
    transform: translateY(-50%) translateY(200%);
    background: rgba(255 255 255 / .9);
    padding: 1rem;
    padding-bottom: 2rem;
    border-radius: .5rem;
    border: 1px solid #fff;
    backdrop-filter: blur(1rem) contrast(200%);
    -webkit-backdrop-filter: blur(1rem) contrast(200%);
}

h1 {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

h2 {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    color: rgb(var(--color-primary));
    border-bottom: 2px solid rgb(var(--color-primary));
    display: block;
}

section#home div p {
    display: block;
    padding-top: .5rem;
    padding-bottom: 2rem;
    font-size: 1.2rem;
}

section#apostila .img ,
section#sobre .img {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1;
    display: inline-block;
    overflow: clip;
    float: left;
    margin-left: 6%;
    border-radius: .5rem;
}

section#apostila .img img ,
section#sobre .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

section#sobre > .sun-editor h2 {
    padding-bottom: 1rem;
}

section#apostila > .sun-editor ,
section#sobre > .sun-editor {
    transform: translateX(10%);
    display: inline-block;
    width: 50%;
    margin-top: 5rem;
}

section#avaliacoes {
    text-align: center;
}

section#avaliacoes .review-single {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    margin: 1rem 2rem;
    margin-bottom: 3rem;
    text-align: left;
}

section#avaliacoes .review-single blockquote {
    
}

section#avaliacoes .review-single blockquote:before ,
section#avaliacoes .review-single blockquote:after {
    content: '"';
}

section#avaliacoes .review-single figcaption {
    display: block;
    font-weight: bold;
    text-align: right;
    padding-top:.5rem;
}

section#duvidas {
    text-align: center;
}

section#duvidas dl {
    display: inline-block;
    width: 100%;
    max-width: 800px;
    text-align: left;
}

section#duvidas dl dt {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    width: 100%;
    padding-bottom: .5rem;
}

section#duvidas dl dd {
    display: block;
    padding-bottom: 3rem;
    width: 100%;
}

section#contato > form {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

section#contato > .sun-editor {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-left: 5%;
    margin-right: 5%;
}

form input ,
form textarea {
    display: block;
    border: 2px solid #ddd;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: .5rem;
}

form input:focus ,
form textarea:focus {
    border: 2px solid rgb(var(--color-primary));
}

form textarea {
    height: 100px;
    margin-bottom: 2rem;
}

section#comprar {
    padding-bottom: 6rem;
    text-align: center;
}

section#comprar .plan {
    display: inline-block;
    padding: 2rem;
    margin: 1rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    width: 100%;
    max-width: 300px;
    border-radius: var(--border-radius);
    box-shadow: inset 0 6rem 0 #eee, 0 .5rem 2rem -1rem rgba(0 0 0 / .5);
    position: relative;
}

section#comprar .plan b {
    font-weight: bold;
}

section#comprar .plan hr {
    border-top: 1px solid #eee;
    margin: 1rem;
}

section#comprar .plan.popular:before {
    content: 'MAIS ESCOLHIDO';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -300%);
    font-weight: bold;
    color: rgb(var(--color-secondary));
}

section#comprar .plan.popular {
    box-shadow: inset 0 6rem 0 rgb(var(--color-secondary)), 0 .5rem 4rem -1rem rgb(var(--color-dark));
    z-index: 1;
}

section#comprar .plan .title {
    font-size: 1.6rem;
    font-weight: 600;
}

section#comprar .plan.popular .title {
    color: #fff;
}

section#comprar .plan ul {
    text-align: left;
    margin: 1rem 0;
    margin-top: 5rem;
}

section#comprar .plan ul li {
    padding: .8rem 0;
}

section#comprar .plan ul li:before {
    content: ' ';
    background-image: url(../img/circle-check.svg);
    background-size: contain;
    background-position: 50%;
    height: 1.5rem;
    aspect-ratio: 1;
    display: inline-block;
    float: left;
    margin-right: .5rem;
    transform: translateY(-.15rem);
}

section#comprar .plan .price {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1rem 0;
    display: block;
}

section#comprar .plan a {
    margin-top: 1rem;
    display: inline-block;
}

section#comprar .plan:not(.popular) a {
    background: #eee;
    color: inherit;
    box-shadow: inset 0 0 0 1px rgba(0 0 0 / .1);
    color: #111 !important;
    text-shadow: none !important;
}

section#comprar .plan:not(.popular) a:hover {
    background: #f5f5f5;
}

footer {
    text-align: center;
    background-color: rgb(var(--color-dark));
    color: rgb(var(--color-primary-text));
    height: 5rem;
    line-height: 5rem;
    overflow: clip;
    z-index: 11;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

footer > div {
    display: inline-block;
    text-align: left;
    width: calc(100% - 2rem);
    max-width: var(--max-page-width);
    position: relative;
}

footer .copyright {
    position: absolute;
    inset: 0;
    text-align: center;
    pointer-events: none;
}

a {
    position: relative;
}

a:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#install-app {
    max-height: 60px;
}

a.instagram:before {
    content: ' ';
    background-image: url(../img/instagram.svg);
    position: absolute;
}

a.whatsapp:before {
    content: ' ';
    background-image: url(../img/whatsapp.svg);
    position: absolute;
}

a.top:before {
    content: ' ';
    background-image: url(../img/square-arrow-up.svg);
    position: absolute;
}

a.top {
    background: rgba(255 255 255 / .2);
    box-shadow: 0 0 0 5px rgba(255 255 255 / .2);
    margin-left: 2rem;
}

#whatsapp,
footer .right a {
    font-size: 0;
    color: transparent;
    height: 2rem;
    width: 2rem;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    margin-left: 2rem;
    border-radius: 5px;
}

footer .right a:hover {
    background: rgba(255 255 255 / .3);
    box-shadow: 0 0 0 5px rgba(255 255 255 / .3);
}

.download {
    display: block;
    font-weight: 500;
    margin-top: 2rem;
    margin-left: 1rem;
    padding-left: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    border-left: 4px solid rgb(var(--color-primary));
}

.download .button {
    margin-left: 1rem;
    display: inline-block;
}

.materia {
    
}

.materia h2 {
    padding: 1rem 0;
}

.simulado {
    position: relative;
    border-radius: var(--border-radius);
    padding: 1rem;
    padding-bottom: 2rem;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
    box-shadow: 0 .5rem 2rem -1rem rgba(0 0 0 / .5);
}

.simulado h3 {
    display: block;
    font-weight: bold;
    padding: 1rem;
    padding-bottom: 2rem;
    margin: -1rem;
    margin-bottom: 1rem;
    border-radius: var(--border-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #eee;
}

.simulado .s_content {
    padding: 1rem;
    display: block;
    border-radius: var(--border-radius);
    padding: 1rem;
    padding-top: 2rem;
    margin: -1rem;
    margin-bottom: 0rem;
    background: #fff;
    margin-top: -2rem;
}

#whatsapp {
    position: fixed;
    bottom: .5rem;
    right: .5rem;
    background: green;
    padding: 1rem;
    z-index: 10;
}

#signup-modal img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 2rem;
}

html.simulados.show-modal {
    overflow: auto !important;
}

.simulados.show-modal nav ,
.simulados.show-modal footer ,
.simulados.show-modal section {
    display: none;
}

.simulados.show-modal {
    background: rgba(var(--color-primary), .1);
}

#simulado-modal {
    position: absolute;
    background: rgba(255 255 255 / 0);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    inset: initial;
    top: 0;
    left: 0;
    right: 0;display:none;
}

#simulado-modal .content {
    background: #fff;
}

#simulado-modal .close {
    display: none;
}

#simulado-modal .content {
    width: 100%;
    max-width: 800px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.clock {
    font-size: 3rem;
    display: block;
    position: sticky;
    margin-bottom: 3rem;
    font-family: 'lcd';
    height:1rem;
    height: 4rem;
    line-height: 4rem;
    top: 0rem;
    z-index: 10;
    border-bottom: 1px solid #eee;
    transform: translateY(-1px);
    color: rgb(var(--color-primary));
}

.clock.clock-shadow {
    color: rgba(var(--color-primary), .1);
    background: #fff;
}

.clock:not(.clock-shadow) {
    margin-top: -7rem;
    margin-bottom: 3rem;
}

.clock d{
    font-family: 'lcd';
    transform: translateY(-4px);
    display: inline-block;
    margin-right: 2px;
}

.simulado_test {
    display: none;
}
.simulado_test.selected {
    display: block;
}

.question {
    display: block;
    margin-bottom: 4rem;
}

.question h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.question .option {
    padding: 1rem;
    display: block;
    border-radius: var(--border-radius);
    margin: 2px 0;
}

.question .option:hover {
    background: #f4f4f4;
}

.question .option b {
    font-weight: bold;
    margin-right: 1rem;
}

.question input {
    display: none;
}
.toggle-referencia {
    display: block;
    user-select: none;
    cursor: pointer;
    margin-bottom: -.5rem;
    margin-top: 1rem;
}
.toggle-referencia:hover span {
    opacity: .6;
}
.toggle-referencia span {
    background: #ccc;
    padding: .3rem 1rem;
    border-radius: 5px;
    opacity: .5;
}
.toggle-referencia.on span {
    background: #efefef;
    opacity: 1 !important;
}
.toggle-referencia span:after {
    content: '❯';
    font-size: .6rem;
    margin-left: .4rem;
    display: inline-block;
    transform: translateY(-.2rem);
}
.toggle-referencia.on span:after {
    transform: translateY(-.1rem) rotate(90deg);
}
.toggle-referencia + div {
    display: none;
    background: rgba(0 0 0 / .03);
    padding: 1rem;
    padding-top: 1.5rem;
}
.toggle-referencia.on + div {
    display: block;
}
.answer {
    display: none;
    border: 1px dashed green;
    padding: 1rem;
    border-radius: var(--border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    font-weight: 500;
}

.noCorrect + .answer {
    border-color: #546c4b !important;
}

.question.unanswered {
    box-shadow: 0 0 0 10px #fff,  0 0 0 12px red,  0 4px 20px #7c0000;
    border-radius: var(--border-radius);
    background: #fff;
}

.submited-answers .question:not(.unanswered) .option {
    pointer-events: none;
}
.noWrong + .answer,
.noCorrect + .answer,
.yesCorrect + .answer,
.submited-answers .question.answered .answer {
    display: block;
}

.noCorrect,
.yesCorrect,
.submited-answers .option.correct {
    background: green !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #fff !important;
}

.question input[type="radio"]:checked + label {
    background: rgb(var(--color-primary));
    color: #fff;
}

.noWrong,
.submited-answers.simulado_test .question.answered:not(.correct) input[type="radio"]:checked + label {
    background: #990000 !important;
    color: #fff !important;
    position: relative;
    margin-top: 2rem;
}

.noWrong:before,
.submited-answers.simulado_test .question.answered:not(.correct) input[type="radio"]:checked + label:before {
    content: 'Sua resposta está errada';
    position: absolute;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    top: -1.5rem;
    left: 0;
    z-index: 1;
    display: inline-block;
    background: #990000 !important;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    font-size: .9rem;
}

.submited-answers.simulado_test .question.answered.correct input[type="radio"]:checked + label {
    background: green !important;
    color: #fff !important;
    position: relative;
    margin-top: 2rem;
}

#questions_list .question label {
    display: block;
    position: relative;
}

#questions_list .question.answered label {
    pointer-events: none;
}

#questions_list .question.answered .answerQ {
    display: none;
}

#questions_list .question label {
    margin: 2rem 0;
}

#questions_list .question .answer {
    margin-top: -2rem;
}

.noCorrect:before,
.yesCorrect:before,
.submited-answers.simulado_test .question.answered.correct input[type="radio"]:checked + label:before {
    content: 'Sua resposta está correta';
    position: absolute;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    top: -1.5rem;
    left: 0;
    z-index: 1;
    display: inline-block;
    background: green !important;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    font-size: .9rem;
}


.noCorrect:before{
    background: #546c4b !important;
    content: 'Essa é a resposta correta';
}

.noCorrect{
    background: #546c4b !important;
}

#user-data-list ,
form#user-data ,
form#register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 2rem);
    padding: 0 1rem;
    vertical-align: top;
    > * {
        max-width: 400px;
    }
}

h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

#my-stats h3.q {
    padding-bottom: 1rem;
}

.donut {
    transform: rotate(90deg);
}

.donut .percentage span {
    transform: rotate(-90deg);
    display: inline-block;
}

#my-stats .simulado {
    margin: 1rem;
}

.simulado .rows {
    display: block;
    margin: .5rem 0;
    font-weight: bold;
    padding: .3rem;
}

.simulado .rows b {
    width: 8rem;
    display: inline-block;
}

.simulado .rows.green {
    color: green;
}

.simulado .rows.red{
    color: #b40000;
}

.donut {
    position: relative;
}

.donut .percentage {
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #00c77b;
    transform: translateY(-50%);
    font-size: 3rem;
    font-weight: 500;
}

.simulado .rows.bg , 
.simulado .rows.red{
    background: #f5f5f5;
    border-radius: var(--border-radius);
}

#user-data-list input,
form#user-data input,
form#register input{
    width: calc(100% - 2rem - 2px);
}

#user-data-list b {
    font-weight: bold;
}

#user-data,
#stats,
#user-data-list {
    padding: 1rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 2rem -1rem rgba(0 0 0 / .4);
}
#user-data {
        padding-top: 1em !important;
    padding-bottom: 1em !important;
}

#stats {
    box-shadow: none;
}

#stats h3 {
    font-weight: bold;
    font-size: 1.3rem;
}

.payme {
    display: block;
}

.payme div {
    display: inline-block;
    margin-top: -1rem;
    padding: 2rem;
    border: 1px solid rgb(var(--color-primary));
    background: rgba(var(--color-primary), .05);
    font-weight: bold;
    margin-bottom: 2rem;
    border-radius: .5rem;
    box-shadow: 5px 5px 5px rgba(0 0 0 / .1);
}

.payme small {
    display: inline-block;
    margin-top: 1rem;
    font-size: .9rem;
    color: rgb(var(--color-primary));
    padding-left: 1rem;
}

.payme .button {
    display: inline-block;
}

.filter {
    display: block;
    box-shadow: 0 0rem 2rem -1rem rgba(0 0 0 / .5);
    border-radius: .5rem;
    padding: 1rem;
    margin-top: 2rem;
}

.filter select {
    padding: .25rem .5rem;
    border-radius: 5px;
    background: #f4f4f4;
    max-width: 369px;
}

.question .qbott{
    display: flex;
    border-top: 1px solid #efefef;
    margin-top: 1rem;
    padding-top: 2rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.question .qbott > div{
    /*display: block;
    pointer-events: none;
    height: 3.2rem;*/
}

.question .qbott > div.n{
    /*text-align: right;
    margin-top: -3.2rem;*/
}

.question .qbott > div.a{
   /* text-align: center;
    margin-top: -3.2rem;
    cursor: pointer;
    pointer-events: all;*/
}

.question .qbott div div{
    /*display: inline-block;
    pointer-events: all;*/
}

.filter .bott {
    display: flex;
    height: 3.2rem;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #eee;
}

.filter .bott label {
    height: 3.2rem;
    line-height: 2rem;
}
left label {
    white-space: nowrap;
}
.filter .bott label span {
    display: inline-block;
    line-height: 1rem;
    white-space: initial;
    user-select: none;
}
left,
right {
  display: flex;
  flex: 1; /* Initial equal distribution */
}

left {
  flex-basis: 66.6667%; /* Two-thirds of the space */
  flex-grow: 1; /* Ensures it grows to fill remaining space if needed */
}

right {
  flex-basis: 33.3333%; /* One-third of the space */
  flex-grow: 0; /* Prevents it from growing beyond its initial size */
  justify-content: flex-end;
}
.filter label {
    padding: .4rem;
    display: inline-block;
    font-weight: 500;
}

.filter label b{
    display: block;
    font-weight: bold;
    margin-bottom: .5rem;
    pointer-events: none;
    user-select: none;
}

.filter .button {
    display: inline-block;/*
    float: right;*/
    margin-right: 1rem;
}

.filter input[type="checkbox"] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    transform: translateY(.15rem);
    margin-right: .5rem;
}

#filterQs {
    margin-right: 0;
}

@media screen and (orientation: portrait) {
}

    .question figure ,
    .question img {
        max-width: 100%;width:auto !important;height: auto !important
    }
@media screen and (max-width: 800px) {
    .question figure,
    .question img {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        display: block;
    }
    .bott{
        display: block !important;
        height: auto !important;
    }
    left, right {
        display: block;
        flex: initial;
        justify-content: initial;
        text-align: center;
    }
    nav {
        text-align: center;
        padding-left: 1rem;
        padding-right: 0;
        width: calc(100% - 1rem);
    }
    
    .fix-top nav {
        text-align: left;
    }
    
    nav > div {
        display: none;
    }
    
    section {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 3rem;
        max-width: calc(100% - 2rem);
    }
    
    section.small-padding {
        padding-top: 2rem;
    }
    
    
    
    section > h2 {
        padding: 0;
        margin-left: 1rem;
    }
    
    section#home:before{
        display: none;
    }
    
    section#home {
        border-radius: 0;
        box-shadow: none;
        aspect-ratio: initial;    
        width: calc(100vw - 2rem);
        height: calc(100vh - 192px);
        height: calc(100svh - 192px);
        margin-top: -.5rem;
    }
    
    section#home img {
        width: 100%;
        height: 63%;
        object-fit: cover;
        position: relative;
        top: 0;
        left: 0;
        border-radius: 0;
    }
    
    section#home div {
        left: 1rem;
        padding: 1rem;
        max-width: calc(100% - 4rem);
        top: initial;
        bottom: 0rem;
        transform: none;
    }
    
    section#home div a {
        float: right;
    }
    
    html:not(.fix-top) #whatsapp {
        display: none;
    }
    
    section#apostila .img ,
    section#sobre .img {
        margin-left: 0;
    }
    
    section#apostila > .sun-editor ,
    section#sobre > .sun-editor {
        margin: 0;
        width: calc(100% - 2rem);
        padding: 1rem;
        transform: none;
        padding-top: 2rem;
        padding-bottom: 5rem;
    }
    
    section#avaliacoes .review-single {
        max-width: calc(100% - 2rem);
        padding: 1rem;
        margin: 0;
    }
    
    section#duvidas dl dt {
        margin-top: 1rem;
        width: calc(100% - 2rem);
        padding: 1rem;
    }
    
    section#duvidas dl dd {
        width: calc(100% - 2rem);
        padding: 1rem;
        margin-bottom: 3rem;
    }
    
    section#contato > form {
        width: calc(100% - 4rem);
        padding: 1rem;
        margin: 0;
    }
    
    section#contato > .sun-editor {
        width: calc(100% - 2rem);
        padding: 1rem;
        margin: 0;
    }
    
    section#comprar .plan {
        max-width: calc(100% - 6rem);
    }
    
    section#comprar .plan.popular {
        margin-top: 6rem;
    }
    
    footer {
        height: 7rem;
        line-height: 1rem;
        padding: 1rem;
        padding-top: 3rem;
    }
    
    footer {
        display: inline-block;
    }
    
    footer .right {
/*         float: none; */
        transform: translateY(-.5rem) translateX(-.1rem);
    }
    
    footer .copyright {
        top: initial;
        inset: initial;
        bottom: -3.3rem;
        left: 0;
        right: 0;
        position: absolute;
    }
    
    #menu {
        transition: all .2s ease;
        display: inline-block;
        aspect-ratio: 1;
        width: 2.7rem;
        background-image: url(../img/bars.svg);
        background-size: 70% auto;
        background-position: 50%;
        background-repeat: no-repeat;
        position: fixed;
        top: 1.5rem;
        right: 1rem;
        opacity: 0;
        pointer-events: none;
        border-radius: var(--border-radius);
    }
    
    .show-menu #menu {
        background-image: url(../img/xmark-large.svg);
    }
    
    #menu {
        opacity: 1;
        pointer-events: all;
    }
    
    .show-menu footer {
        display: none;
    }
    
    .filter label {
        width: 100%;
        margin-bottom: 1rem;
    }
    .filter left label {
        
        margin-bottom: 0rem;
    }
    
    #resetQs{
        margin-top: 1rem;
    }
    h1,
    h2,
    h3,
    h4,
    .materia {
/*         text-align: center; */
    }
    .rows {
        text-align: left;
    }
    .prevQ,
    .nextQ {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .filter select {
        width: calc(100% - .5rem);
    }
    
    .show-menu nav {
        inset: 0;
        position: fixed;
        margin: 0;
    }
    
    .show-menu nav > div {
        display: inline-block;
        text-align: center;
    }
    
    .show-menu nav > div .right {
        float: none;
    }
    
    .show-menu nav > div a {
        display: inline-block;
        margin-top: 2rem;
        padding: 0 1rem;
        min-width: 50%;
        text-align: center;
    }
    
    #menu:active {
        background-color: rgba(0 0 0 / .1);
    }
    
    
    
    .download span {
        display: block;
    }
    
    .download .button {
        margin-left: 0rem;
        margin-top: .5rem;
    }
}

@media screen and (orientation:landscape),
screen and (min-width: 1279px) {
}

.modal {
    transition: all .2s ease;
    position: fixed;
    inset: 0;
    background: rgba(255 255 255 / .6);
    backdrop-filter: blur(4rem) saturate(200%);
    -webkit-backdrop-filter: blur(4rem) saturate(200%);
    z-index: 12;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .content {
    text-align: left;
    display: inline-block;
    padding: 3rem;
    position: relative;
    box-shadow: 0 .5rem 2rem -1rem rgba(0 0 0 / .5);
    background: rgba(255 255 255 / .5);
    border: 1px solid rgba(255 255 255 / .5);
    border-radius: var(--border-radius);
    max-width: calc(100% - 7rem);
}

.modal .content #forgot-password {
    color: inherit;
    display: inline-block;
    transform: translateY(80%);
}

.modal .content h1 {
    padding-bottom: 1rem;
}

.modal .content #login {
    float: right;
}

.modal .content input {
    width: calc(100% - 2rem);
}

.modal .close {
    display: inline-block;
    background-image: url(../img/circle-xmark.svg);
    background-size: contain;
    background-position: 50%;
    display: inline-block;
    width: 3rem;
    aspect-ratio: 1;
    position: fixed;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    opacity: .9;
}

.modal .close:hover {
    opacity: 1;
}

.show-modal .modal.show{
    opacity: 1;
    pointer-events: all;
    display: block !important;
}

.button {
    padding: 0 1.6rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-weight: bold;
    background: #eee;
    color: inherit !important;
    box-shadow: inset 0 0 0 1px rgba(0 0 0 / .1);
    text-decoration: none !important;
    cursor: pointer;
    user-select: none;
/*     line-height: 1rem; */
}

.button.small {
    padding: .5rem 1rem;
}

.hlbg {
    transition: .2s;
    background-color: rgb(var(--color-secondary));
    color: rgb(var(--color-primary-text)) !important;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(0 0 0 / .4), 0 .2rem 2rem rgba(var(--color-accent), .5);
    text-shadow: 1px 1px 1px rgba(0 0 0 / .4);
    text-decoration: none;
}

.hlhover:hover {
    background-color: rgb(var(--color-tertiary));
    color: rgb(var(--color-primary-text));
    box-shadow: inset 0 0 0 1px rgba(0 0 0 / .4), 0 .2rem 2.5rem rgba(var(--color-accent), .7);
    text-decoration: none;
}

.round {
    border-radius: var(--border-radius);
}

.left {
    float: left;
}

.right {
    float: right;
}

.filteredOut,
.hideit {
    display: none !important;
}

.sun-editor b,
.sun-editor strong {
    font-weight: bold;
}

.sun-editor em {
    font-style: italic;
}

.sun-editor ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.sun-editor ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: disc;
}

.sun-editor ol li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: decimal;
}

.sun-editor a {
    color: rgb(var(--color-primary));
    text-decoration: underline;
}
.filter select {
    display: none;
}
.select-container-close {
    background: #000;
    position: fixed;
    inset: 0;
    z-index: 999;
    opacity: .2;
}
.select-container {
    position: relative;
    margin: 0;
    width: 470px;
    max-width: calc(100vw - 5rem);
    min-height: 30px;
    background: #f5f5f5;
    display: inline-block;
    border-radius: .3rem;
}
.select-container.ano,
.select-container.ID {
    width: 120px;
}
.select-container.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    box-shadow: 0 0 0 1px #555;
    z-index: 10000;
}

.select-container .select {
    position: relative;
    height: 30px;
    width: 100%;
    display: block;
}

.select-container .select::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    right: 10px;
    transform: translateY(-75%) rotate(45deg);
    border-bottom: 2px solid #555;
    border-right: 2px solid #555;
    transition: border-color 0.2s;
}

.select-container.active .select::after {
    border: none;
    border-left: 2px solid #555;
    border-top: 2px solid #555;
    transform: translateY(-30%) rotate(45deg);
}
.select-container .select input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background: none;
    outline: none;
    border: none;
    font-size: 1.4rem;
    color: #000;
    cursor: default;
    user-select: none;
    margin: 0;
    font-size: .85rem;
}
.select-container .option-container {
    position: relative;
    background: #fff;
    max-height: 0;
    overflow-y: scroll;
    display: block;
    border-radius: .5rem;
    position: absolute;
    left:0;
    right:0;
}

.select-container.active .option-container {
    max-height: 50vh;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 0 1px #555;
}

.select-container .option-container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
    background: #0f0e11;
}

.select-container .option-container .option {
    position: relative;
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    transition: 0.2s;
    color: #111;
    width: calc(100% - 10px);
    overflow: hidden;
    box-shadow: 0 -1px 0 rgba(0 0 0 / .05);
    white-space: nowrap;
    cursor: default;
}

.select-container .option-container .option.selected {
    background: rgba(var(--color-primary), 1);
    color: #fff;
    pointer-events: none;
}

.select-container .option-container .option:hover {
    background: rgba(0, 0, 0, 0.2);
    padding-left: 10px;
}

.select-container .option-container .option label {
    font-size: .85rem;
    font-weight: 500;
    margin: 0;
}

@media screen and (max-width: 800px) {
    .select-container.active  {
        position: fixed;
        inset: 0;
        width: initial;
        max-width: initial;
        border-radius:0;
    }
    
    .select-container.active  .option-container .option {
        height: 50px;
        line-height: 50px;
    }
    .select-container.active .option-container {
        max-height: calc(100dvh - 50px);
        border-radius: 0;
        box-shadow: none;
    }
    
    .select-container.active  .select {
        height: 50px;
    }
}

picture {
    width: 100%;
    height: 100%;
    display: inline-block;
}
