*,
::after,
::before {
    box-sizing: border-box;
}

:root {
    --tema-site: #BB2222;
    --tema-site-claro: #DD3333;
    --tema-site-escuro: #991111;
    --tema-preto: #353535;
    --tema-preto-claro: #666666;
    --tema-preto-escuro: #111111;
    --tema-fundo: #EFEFEF;
    --trivia: #2BA84A;
    --teste-com-meu-nome: #1597EF;
    --quiz-sobre-mim: #ED1E1E;
    --enquetes: #F2542D;
    --lista: #A4036F;
    --tema-quiz-enem: #103299;
    /*--trivia: #FF4444;*/
    /*--teste-com-meu-nome: #0044EE;*/
    /*--quiz-sobre-mim: #EE0044;*/
    /*--enquetes: #FF6611;*/
    /*--lista: #880088*/
}

/*:root {*/
/*    --tema-site: #1B2A41;*/
/*    --tema-site-claro: #3B5A61;*/
/*    --tema-site-escuro: #000A21;*/
/*    --trivia: #2BA84A;*/
/*    --teste-com-meu-nome: #1597EF;*/
/*    --quiz-sobre-mim: #ED1E1E;*/
/*    --enquetes: #F2542D;*/
/*    --lista: #A4036F;*/
/*}*/
/*:root {*/
/*    --tema-site: #C12A11;*/
/*    --tema-site-claro: #f12A11;*/
/*    --tema-site-escuro: #912A11;*/
/*    --trivia: #2BA84A;*/
/*    --teste-com-meu-nome: #1597EF;*/
/*    --quiz-sobre-mim: #ED1E1E;*/
/*    --enquetes: #F2542D;*/
/*    --lista: #A4036F;*/
/*}*/

.cor-tema {
    color: var(--tema-site);
}

.bg-tema {
    background: var(--tema-site);
    background-color: var(--tema-site)
}

.cor-tema-claro {
    color: var(--tema-site-claro);
}

.bg-tema-claro {
    background: var(--tema-site-claro);
    background-color: var(--tema-site-claro)
}

.cor-tema-escuro {
    color: var(--tema-site-escuro);
}

.bg-tema-escuro {
    background: var(--tema-site-escuro);
    background-color: var(--tema-site-escuro)
}

.bg-tema,
.bg-tema-escuro,
.bg-tema-claro {
    color: white;
}

/** Tipos X cores*/

/** Bordas */

.b-quiz-sobre-mim {
    border-color: var(--quiz-sobre-mim);
}

.b-trivia {
    border-color: var(--trivia);
}

.b-teste-com-meu-nome {
    border-color: var(--teste-com-meu-nome);
}

.b-lista {
    border-color: var(--lista);
}

.b-enquete {
    border-color: var(--enquetes);
}

.b-quiz-sobre-mim:hover {
    box-shadow: var(--quiz-sobre-mim) 1px 0px 10px 2px !important;
}

.b-trivia:hover {
    box-shadow: var(--trivia) 1px 0px 10px 2px !important;
}

.b-teste-com-meu-nome:hover {
    box-shadow: var(--teste-com-meu-nome) 1px 0px 10px 2px !important;
}

.b-lista:hover {
    box-shadow: var(--lista) 1px 0px 10px 2px !important;
}

.b-enquete:hover {
    box-shadow: var(--enquetes) 1px 0px 10px 2px !important;
}

/** Background */

.bg-quiz-sobre-mim {
    background: var(--quiz-sobre-mim)
}

.bg-trivia {
    background: var(--trivia) !important;
}

.bg-teste-com-meu-nome {
    background: var(--teste-com-meu-nome)
}

.bg-lista {
    background: var(--lista)
}

.bg-enquetes {
    background: var(--enquetes)
}

/** Cor de fonte */

.c-quiz-sobre-mim {
    color: var(--quiz-sobre-mim)
}

.c-trivia {
    color: var(--trivia)
}

.c-teste-com-meu-nome {
    color: var(--teste-com-meu-nome)
}

.c-lista {
    color: var(--lista)
}

.c-enquetes {
    color: var(--enquetes)
}

.bg-tag-trivia {
    background-color: white;
    background-image: linear-gradient(rgba(255, 0, 0, 0.6), rgba(255, 0, 0, 0.5));
}

.bg-teste-com-meu-nome::first-letter,
.bg-enquetes::first-letter,
.bg-quiz-sobre-mim::first-letter,
.bg-lista::first-letter {
    text-transform: capitalize;
}

.bg-quiz-sobre-mim a,
.bg-teste-com-meu-nome a {
    box-shadow: none;
}

.container-introducao {
    padding: 0 10px 10px;
}

.container-introducao a {
    color: var(--tema-site-claro);
    text-decoration: underline;
    font-weight: 500;
}

.container-introducao a:hover {
    background: var(--tema-site-claro);
    color: white;
    text-decoration: unset;
}

.container-introducao h1 {
    font-weight: 500;
    font-size: 1.5rem;
    margin: 15px 0;
    padding: 0;
    text-align: left;
}

.container-introducao h2 {
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    text-align: justify;
}

/**
    Login
 */

#responsiva .botoes-login {
    margin: 0 !important;
}

.botoes-login button {
    margin: 10px 5px 0;
    border-radius: 5px;
    font-size: 1rem;
    width: fit-content;
    padding: 10px 5px;
    display: flex;
    align-items: center;
}

.btn-login-facebook {
    background: #1877f2;
    color: white;
}

.btn-login-teuquiz {
    border: 1px solid #535353;
    color: #535353;
    background: #EFEFEF;
}

.btn-login-teuquiz img {
    max-width: 40px;
}

.link-ser-parceiro {
    color: #545454;
    display: block;
    padding: 10px;
    font-size: 0.9rem;
    text-decoration: underline;
    text-underline-position: under;
}

.ad-container {
    min-height: 100px;
    text-align: center;
}

.link-ser-parceiro:hover {
    color: var(--tema-site);
}

.formulario-padrao {
    margin: 20px 10px;
    padding: 20px 10px;
    background: #DCDCDC;
    border-radius: 5px;
}

.formulario-padrao h1 {
    font-weight: 500;
    line-height: 1;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.formulario-padrao label {
    font-size: 1rem;
    color: var(--tema-site);
    font-weight: 500;
}

.formulario-padrao input {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.2rem;
    border: 1px solid #BBB;
}

.formulario-padrao input:focus {
    outline: none;
    border: 1px solid var(--tema-site);
}

.formulario-padrao button {
    background: var(--tema-site-escuro);
    color: white;
}

.formulario-aviso {
    color: black;
    font-weight: 900;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}

.aviso-padrao {
    background: #EECC00;
}

.aviso-sucesso {
    background: #00CC55;
}

/**
    Fim - Login
 */

.aviso-descricao h1 {
    margin-bottom: 0;
}

.aviso-descricao p {
    margin: 0 0 20px;
}

/** Bootstrap */

.container-fluid,
.col-12,
.col-6 {
    padding: 0;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.p-1 {
    padding: 5px;
}

.p-2 {
    padding: 10px;
}

.p-3 {
    padding: 15px;
}

.p-4 {
    padding: 20px;
}

.p-5 {
    padding: 25px;
}

.m-1 {
    margin: 5px;
}

.m-2 {
    margin: 10px;
}

.m-3 {
    margin: 15px;
}

.m-4 {
    margin: 20px;
}

.m-5 {
    margin: 25px;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 20px;
}

.mb-5 {
    margin-bottom: 25px;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 25px;
}

a {
    color: var(--tema-site)
}

/** Fim Bootstrap */

header {
    font-family: 'Quicksand', Calibri, sans-serif !important;
}

.logo {
    height: auto;
    width: 100%;
    max-width: 50px;
    min-width: 30px;
    display: block;
}

#close {
    border-style: solid;
    background-color: #8c0000;
    border-width: 2px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 25px;
    border-color: white;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--tema-fundo);
    font-weight: 100;
    font-size: 2.5vh;
    margin: 4rem 0 0 0;
}

button {
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5px;
    display: block;
    text-align: center;
    transition: all ease 0.2s;
    padding: 10px;
    margin: auto;
    font-weight: 400;
}

button:hover {
    cursor: pointer;
    filter: brightness(1.1);
    box-shadow: 0px 0px 6px 0px black;
}

button:focus {
    outline: none;
}

a {
    transition: all ease 0.2s;
}

span {
    display: inline-block;
}

body.body_enquetes {
    font-family: 'Saira Semi Condensed', sans-serif;
    font-family: 'Quicksand', sans-serif;
}

#menu-principal-teuquiz {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
}

#responsiva hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

/** Extras */

.m-0 {
    margin: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.alinha-horizontal {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.icone-frase {
    padding: 30px;
    font-size: 1rem;
    color: #353535;
    font-weight: 500;
    text-align: center;
}

.icone-frase .mensagem {
    font-size: 2rem;
    font-weight: 100;
    margin: 0 0 20px 0;
}

.icone-frase i {
    font-size: 5rem;
    color: var(--tema-site-claro);
    padding-bottom: 10px;
}

.icone-frase a {
    color: var(--tema-site-claro);
    text-decoration: underline;
    font-weight: bold;
}

.flex-center-content {
    display: flex;
    justify-content: center;
}

.center-text {
    text-align: center;
}

/** FINAL - Extras */

.item-destaque,
.info-user {
    padding: 0;
    font-size: 1rem;
    list-style: none;
    transition: all ease 0.2s;
    margin: 10px 0;
}

.item-destaque:hover {
    background: var(--tema-site-claro);
}

.item-destaque:hover a,
.item-destaque:hover i {
    text-decoration: none;
    color: white;
}

.item-destaque i,
.info-user i {
    color: var(--tema-preto);
    padding: 0 5px 0 0;
    font-size: 1.2rem;
    min-width: 30px
}

.item-destaque a,
.info-user a {
    padding: 10px;
    color: black;
    display: flex;
    align-items: center;
}

ins.adsbygoogle {
    overflow: auto hidden;
}

@media (min-width: 781px) {
    ins.adsbygoogle {
        overflow: hidden;
    }

    .bloco-item {
        max-width: 50%;
    }

    .abrir-buscar,
    .btn-fechar {
        display: none;
    }

    #mostrarProdutos {
        padding: 5vh 25vw !important;
    }

    #quiz-sobre-mim {
        margin: 10px 15px !important;
    }

    .item-destaque a,
    .info-user a {
        padding: 7px 10px;
        font-size: 0.9rem;
    }

    .perfil-icone {
        margin-right: 15px;
    }

    .ad-lat-n {
        display: block !important;
    }

    #responsiva {
        background-color: #DDD !important;
        padding: 10px;
    }

    .corpo-pagina {
        flex: 0 0 66.666667% !important;
        max-width: 1100px !important;
        width: 66.666667%;
        position: relative;
        padding: 0 30px;
    }

    .full-corpo {
        flex: 0 0 82.666667% !important;
        max-width: 1100px !important;
        margin: auto;
    }

    .destaques-lateral {
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
        position: relative;
        display: block !important;
    }

    #container-opcoes,
    #container-compartilhar,
    #container-confirmacao {
        width: unset !important;
    }

    #responsiva {
        z-index: 10;
        height: 100%;
        flex: 0 0 16.5% !important;
        max-width: 16.5% !important;
        position: fixed;
        display: block !important;
    }

    .menu {
        padding: 0 5px !important;
    }

    .menu .menu-partes:nth-child(2) {
        justify-content: flex-end;
    }

    .eqpn {
        width: 80%;
        margin: 20px auto;
        max-width: 800px;
        box-shadow: 0 0 20px rgb(10 10 10 / 40%);
    }
}

.menu {
    display: grid;
    grid-template-columns: auto 1fr;
    overflow: auto;
    padding: 8px 5px;
    width: 100%;
    background: var(--tema-site-claro);
}

.menu::-webkit-scrollbar {
    height: 5px;
    background-color: var(--tema-site-claro);
}

.menu::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    background-color: var(--tema-site-escuro);
}

.menu::-webkit-scrollbar-track {
    background-color: var(--tema-site-claro);
    margin: 15px;
}

.menu-partes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-partes>* {
    margin: 0 5px !important;
}

/** Sociais **/

.login-facebook {
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background-color: #4267b2;
    font-size: 1rem;
    border-radius: 10px;
    font-weight: 500;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
}

.instagram-header {
    background: linear-gradient(230deg, #ca37ac, #fe9249);
    color: white !important;
    padding: 10px;
    margin: 10px;
}

.twitter-header {
    background: linear-gradient(#1da1f2, #0C90E1);
    color: white !important;
    padding: 10px;
    margin: 10px;
}

.item-destaque.null-hover:hover {
    background: initial !important;
}

.instagram-header i,
.twitter-header i {
    color: white !important;
}

/** Fim - Sociais **/

/** Utilitários **/

.pop-up {
    /* background: #34B855; */
    background: var(--tema-site);
    font-size: 1rem;
    font-weight: 500;
    padding: 20px;
    color: white;
    position: fixed;
    bottom: 5%;
    left: 10%;
    right: 10%;
    text-align: center;
    z-index: 1;
    box-shadow: 0 0 10px 1px black;
    animation-duration: 7s;
    animation-iteration-count: 1;
    animation-name: pop-up;
    animation-fill-mode: both;
}

@keyframes pop-up {
    0% {
        transform: translate3d(-200%, 0, 0);
    }

    30% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-200%, 0, 0);
    }
}

#pre-container-opcoes {
    position: fixed;
    display: none;
    top: 77px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    place-items: center;
    justify-content: center;
}

#container-opcoes i {
    color: var(--tema-site);
}

#container-opcoes a {
    color: black;
}

#container-opcoes,
#container-compartilhar,
#container-confirmacao {
    background: #FEFEFE;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    width: 70%;
    cursor: pointer;
}

#container-opcoes div,
#container-opcoes a,
#container-compartilhar div,
#container-confirmacao div {
    padding: 10px 5px;
    display: block;
}

#container-opcoes div,
#container-opcoes a {
    border-bottom: 1px solid #AAA;
}

#container-opcoes div:last-child {
    border-bottom: none;
}

#container-opcoes p,
#container-compartilhar p,
#container-confirmacao p {
    font-size: 1rem;
    padding: 10px;
}

#container-opcoes .fechar,
#container-compartilhar .fechar,
#container-confirmacao .fechar {
    font-weight: 100;
    text-decoration: underline;
    padding-bottom: 5px;
}

#container-opcoes .acao,
#container-compartilhar .acao,
#container-confirmacao .acao {
    font-weight: 900;
}

#av {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #F1F1F1;
    text-align: center;
    box-shadow: 0px 2px 14px 5px black;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    visibility: hidden;
    transition: all ease 1s;
}

.av-quiz {
    width: 90%;
    margin: auto;
}

.av-topo {
    background-color: white;
    background-image: linear-gradient(rgb(255, 0, 0, 0.9), rgb(200, 0, 0, 0.7));
    color: white;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    border-radius: 10px;
    width: fit-content;
    padding: 2px 5px;
    margin: -10px auto 5px;
}

.av-topo p {
    margin: 0
}

.av-quiz {
    width: 90%;
    margin: auto;
}

.av-btn a {
    font-size: 1.2rem;
    color: white;
    background-color: white;
    background-image: linear-gradient(rgb(255, 0, 0, 0.9), rgb(200, 0, 0, 0.7));
    padding: 5px;
    display: block;
    width: fit-content;
    margin: auto;
}

.av-btn p {
    font-size: 0.8rem;
    font-weight: 500;
    color: #444;
    padding: 5px;
    cursor: pointer;
}

.show-notif {
    animation-delay: 2s;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-name: mostra-notificacao;
    animation-timing-function: cubic-bezier(0, 0, 0.1, 1);
    animation-fill-mode: forwards;
}

@keyframes mostra-notificacao {
    0% {
        top: 100%;
        visibility: visible;
    }

    99% {
        top: 40%;
    }

    100% {
        top: auto;
        visibility: visible;
    }
}

.btn:hover {
    box-shadow: 0px 0px 6px 0px black;
    color: white;
}

.body_educativo {
    font-family: 'Raleway', sans-serif;
}

.corpo {
    padding: 0;
    transition: 0.5s all ease;
}

.container-varios {
    display: flex;
    flex-wrap: wrap;
}

.container-fluid {
    padding: 0 !important;
}

.entrada,
#btn-criar {
    margin-bottom: 10px;
}

.contador {
    border: groove lightgrey 1px;
    font-size: 15px;
    background: #eeeeee;
    font-weight: 500;
}

.perfil-icone {
    display: grid;
    background: #333;
    border-radius: 5px;
    font-size: 1rem;
}

.nome-perfil {
    min-height: 70px;
    display: flex;
    justify-content: flex-end;
}

.nome-perfil h1 {
    width: 60%;
    font-size: 3.5vh;
    font-weight: 300;
    padding: 0;
    margin: 10px 0 0;
}

.topo-perfil {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 30px;
    background: linear-gradient(135deg, #333333, #F21);
}

.topo-perfil img {
    position: relative;
    width: 40%;
    max-width: 200px;
    bottom: -60px;
    margin-left: 5%;
    border-radius: 360px;
    border: 2px solid #BBB;
}

.tipos-criacao {
    display: flex;
    overflow-x: auto;
    padding: 0px 10px;
    justify-content: space-between;
    margin: 0 0 10px;
    border-bottom: 1.5px solid #ff0044;
}

.btn-secao {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    display: flex;
    flex: none;
    padding: 15px 0;
    transition: all ease 0.2s;
}

.btn-secao p {
    padding: 0 15px;
    margin: 0;
}

.btn-secao:hover {
    background: #888888;
    color: white;
    cursor: pointer;
}

.btn-secao-atual {
    background: #333333 !important;
    color: white;
}

#compartilhar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background: linear-gradient(135deg, rgb(255, 0, 0, 0.9), black);
    color: white;
    font-size: 4vh;
    z-index: 1031;
    place-content: center;
    text-align: center;
    padding: 10px;
    transition: all ease 2s;
    opacity: 0;
}

.logos-compartilhar {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}

.logos-compartilhar a button {
    width: 90%;
    padding: 10px 7px;
    font-size: 3vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.logos-compartilhar a button i {
    padding: 0 !important;
    font-weight: 100;
}

.interacoes {
    width: 100%;
    font-size: 1rem;
    text-align: center;
}

.interacoes a,
.interacoes div {
    position: relative;
    border: none !important;
    color: #333333;
    padding: 10px;
    font-weight: 400;
    transition: all ease 0.3s;
}

.interacoes a:hover,
.interacoes div:hover {
    color: #cc0000 !important;
    background: #FEE;
    cursor: pointer;
}

.interacoes i {
    color: #cc0000;
}

.item-feed {
    margin: 15px 0px !important;
    border-bottom: 1px solid #999;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.item-feed p {
    margin: 15px 0;
    text-align: center;
    color: #555;
}

.sem-borda {
    border: none !important;
}

.x {
    font-weight: 300;
}

.num {
    font-weight: 900;
}

.entrada {
    text-align: center;
    justify-content: center;
}

h1,
h2 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#loading-recomendados-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

#loading-recomendados-footer p {
    display: none;
}

#loading-recomendados-footer div {
    display: block;
    width: 40px;
    height: 40px;
    vertical-align: text-bottom;
    border: 0.25rem solid var(--tema-site);
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: gira-load .75s linear infinite;
    animation: gira-load .75s linear infinite;
}

.educacional {
    background: linear-gradient(black, #001144);
    font-weight: 100;
    font-size: 2.5vh;
}

.imagem_resp {
    width: 50%;
    padding-bottom: 20px;
}

.nav a {
    color: white;
    margin-right: auto;
    margin-left: auto;
}

.simul_alter img {
    max-width: 100%;
}

#motivos span {
    padding-left: 10px;
}

.duvidas {
    margin-bottom: 30px;
}

.conteudo_varios {
    display: flex;
    justify-content: center;
}

.opcoes {
    display: table;
}

.respostas {
    border-style: solid;
    border-radius: 5px;
    padding: 0px;
    border: 2px solid black;
    color: white;
    text-align: center;
}

.respostas h3 {
    color: #333;
    padding: 10px;
    font-size: 4vh;
    margin: 0;
    background: #EEE;
    font-weight: 400;
}

.respostas .row {
    padding: 10px 0px;
}

.informacao-quiz {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    color: white;
    font-weight: 100;
}

.principais img {
    width: 100%;
}

.alternativas {
    border-style: solid;
    border-color: #8f1111;
    /** background: linear-gradient(135deg, white, #cccccc); **/
    background-color: #f1f1f1;
    margin-bottom: 2px;
    border-width: 5px;
}

.sombra {
    border-color: black !important;
}

.news {
    margin-top: 5%;
    background: #8c0000;
    color: white;
    border-style: solid;
    border-color: #8c0000;
    font-size: 1.1rem;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left-color: white;
    flex: unset;
    max-width: unset;
    border-width: 5px;
}

.inst {
    background: white;
    color: #fb3958;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0;
    font-size: 15px;
    padding-top: 20px;
    font-weight: 100;
    letter-spacing: normal;
    padding-bottom: 10px;
    transition: 1s all ease;
}

.cab_resultados {
    z-index: auto !important;
    border-bottom-width: 3px;
}

.ativa {
    touch-action: auto !important;
    position: relative;
    border-style: solid;
    border-color: #8c0000;
    left: 5px;
    background: linear-gradient(deepskyblue, orange);
    color: #8c0000 !important;
    height: fit-content;
    text-align: center;
    padding: 10px;
    border-width: 5px;
    z-index: 9;
    transition: 0.1s ease-in !important;
    opacity: 1;
    border-radius: 30px;
    border-width: 3px;
    margin-top: 350%;
    /** box-shadow: #8c1111 0px 0px 1px inset, black 0px 0px 15px; **/
    box-shadow: rgba(0, 0, 0, 0.82) 0px 10px 10px 1px;
    display: block;
}

.engloba {
    position: fixed;
    display: flex;
    z-index: 3;
    padding-left: 0px;
    padding-right: 0px;
}

.placar {
    font-weight: 300;
    border-style: outset;
    border-width: 10px;
    border-color: #8f2222;
    background: #ff4444;
    color: white;
    display: flex;
}

.placar_t {
    font-size: 60px;
    font-weight: 900;
    padding: 0;
    color: black;
}

.placar_b {
    padding: 0;
    font-size: 60px;
    font-weight: 100;
    color: black;
}

.placar_r {
    color: black;
    padding: 0;
    font-size: 60px;
    font-weight: 900;
}

@media (min-width: 500px) {

    .prop_nova {
        padding-left: 25%;
    }
}

.opcao-enquete {
    width: 33.33333%;
    padding: 20px 10px;
    display: grid;
    justify-items: center;
    align-items: center;
}

.opcoes-enquete img,
.opcoes-enquete-votar img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    align-self: baseline;
    border: 1px solid black;
}

.descricao-opcao-votar {
    background: #F90;
    border: 2px solid black;
    margin-top: 10px;
    border-radius: 5px;
    padding: 3px;
    color: white;
    align-self: baseline;
}

#confirma {
    position: fixed;
    left: 20%;
    right: 20%;
    bottom: 5%;
    padding: 10px;
    background: #00cc22;
    color: white;
    font-weight: 900;
    display: none;
    z-index: 99;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.82) 0px 3px 20px 4px;
    cursor: pointer;
}

.atencao {
    width: 100%;
    color: white;
    background: black;
    font-weight: 700;
    text-align: center;
}

.atencao i {
    color: #ff0044;
}

.premio {
    padding: 5px;
    margin: 10px 0px !important;
    width: 100%;
    border-radius: 10px;
    border: 2px solid black;
    background: white;
    color: #FF9900;
}

.bg-laranja {
    background: #FFAA00;
    text-align: center;
    margin: 10px 0px;
    font-size: 4vh;
}

.regras {
    border: 3px solid black;
    border-radius: 10px;
}

.ver-resultados {
    border: #333333;
    background: black;
    color: #FFAA00;
    text-align: center;
    padding: 10px;
}

#envia_email {
    background: #777777;
    color: white;
    text-align: unset !important;
    ;
}

.btn-social {
    color: white;
}

.btn-social i {
    padding-right: 10px;
}

.regra {
    border: 3px solid #FF9900;
    padding: 10px;
    font-size: 2.5vh;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #eeeeee;
    align-items: center;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.regra p {
    margin: 0;
}

.lembrete-promocao p {
    margin: 0;
}

.lembrete-promocao {
    font-weight: 700;
    font-size: 3vh;
    padding: 10px;
}

.cabecalho-enquetes span {
    color: #F90;
    font-weight: 900;
}

.cabecalho-enquetes p {
    margin: 0;
    font-weight: 300;
    font-size: 3vh;
}

.cabecalho-enquetes i {
    color: #00ff55;
    font-size: 5vh;
    padding: 10px;
}

.p-convite {
    color: #F90;
    font-weight: 800;
}

.s-convite {
    color: white !important;
}

.botao-nao-quero {
    background: #ee1100;
    font-weight: 800;
    text-align: center;
    margin-top: 15px;
}

#convite-criar-quiz {
    color: white;
    display: none;
    position: fixed;
    z-index: 10;
    border: 2px solid orange;
    color: white;
    padding: 10px;
    background: black;
    bottom: 0;
    margin: 10px;
    left: 0;
    right: 0;
    font-size: 2vh;
    box-shadow: rgba(255, 180, 180, 0.8) 0px 0px 10px 10px !important;
}

.opcao-enquete-voto {
    width: 33.33333%;
    padding: 0;
    border: 5px solid white;
    display: grid;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    background: white;
    font-size: 2.5vh;
    font-weight: 100;
    outline: none !important;
    max-height: 100%;
}

.borda-fundo-preta {
    border-radius: 10px;
    border: 2px solid black;
    background: black;
    display: grid;
    justify-items: center;
    align-items: center;
}

.opcao-enquete-voto:hover {
    background: #00ff88;
}

.borda-preta {
    transition: 0.5s all ease;
    border-radius: 10px;
    border: 1px solid black;
    display: grid;
    justify-items: center;
    align-items: center;
    background: black;
    padding: 5px !important;
    height: 100%;
}

.imagem_opcao {
    height: 150px;
    width: 130px;
    background-repeat: round;
    margin: auto;
    margin-top: 15px;
}

.info_foto {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3vh;
    font-weight: 400;
    margin: 0;
}

.cards {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #bf1111;
}

h3.pergunta {
    color: white !important;
}

.toggle-menu {
    border: unset;
    padding: 5px;
    margin: 0;
}

.toggle-menu:focus,
.toggle-menu:hover,
.toggle-menu:active,
.toggle-menu:visited {
    filter: unset;
    box-shadow: unset;
}

.toggle-menu-icon {
    color: white;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
}

.botoes {
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    font-size: 2.5vh;
    margin-top: 10px;
}

.icones {
    padding-left: 5px;
    padding-right: 15px;
}

.resultados {
    margin-left: 15%;
    margin-right: 15%;
    border-radius: 10px;
    padding-top: 30px;
}

.quiz-info {
    margin-left: 15%;
    margin-right: 15%;
    border-radius: 10px;
    background: #FD0030;
}

.q-r {
    margin-top: 15px;
}

.q-r-colunas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    color: white;
    font-weight: 100;
    background: #2F2F2F;
    padding: 15px 0;
    margin: 0 10px;
    border-radius: 10px 10px 0 0;
}

.q-r-colunas * {
    margin: 0;
    padding: 0;
}

.q-r-lista {
    border-radius: unset;
    background: #DFDFDF;
    border-bottom: 0.1px #666 solid;
    padding: 5px;
}

.q-r-lista * {
    padding: 5px !important;
    color: black;
    font-weight: 500;
    text-align: center;
}

.pos1 {
    background-image: linear-gradient(rgb(255, 255, 255, 0.4), rgb(255, 255, 255, 0.3));
    background-color: rgb(255, 200, 0);
}

.pos2 {
    background-image: linear-gradient(rgb(255, 255, 255, 0.4), rgb(255, 255, 255, 0.3));
    background-color: #AFAFAF;
}

.pos3 {
    background-image: linear-gradient(rgb(255, 255, 255, 0.4), rgb(255, 255, 255, 0.3));
    background: #DF9F43;
}

.placar_res {
    right: 0;
    display: inline-grid;
    color: white;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

.pergunta {
    background: #441111 !important;
    padding: 10px 0px;
    font-size: 3.5vh;
    font-weight: 300;
    margin: 0;
}

.sessao {
    border: 0;
    border-style: solid;
}

.topico {
    font-size: 3vh;
    color: #8c0000;
}

.item {
    font-size: 2.5vh;
    font-weight: 800;
    padding-top: 5px;
    display: block;
}

.hover_aqua:hover {
    color: aqua !important;
}

.hover_coral:hover {
    color: coral !important;
}

.grid {
    display: grid;
}

.j-s-end {
    justify-self: end;
}

.j-s-center {
    justify-self: center;
}

.bp-arredonda {
    border: 1px solid black;
    border-radius: 10px;
}

.obrigatorio {
    font-weight: 700;
    color: #ff0044;
}

.hover_hotpink:hover {
    color: hotpink !important;
}

.itens a:hover {
    text-decoration: none !important;
}

.quizes-enem .bloco-enquete {
    min-height: 200px;
    max-height: 300px;
    align-content: unset !important;
}

.bg-roxo {
    background: #991164;
}

.ver-todos {
    align-items: center;
}

.tipo-de-quiz {
    position: relative;
    display: grid;
    padding: 10px;
    font-weight: 500;
    width: 90%;
    font-size: 1.2rem;
    color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.formulario-voce-conhece {
    display: flex;
    flex-wrap: wrap;
}

.formulario-voce-conhece input {
    width: 50%;
    font-size: 3vh;
    margin-top: 30px;
    padding: 10px;
}

.formulario-voce-conhece textarea {
    font-size: 3vh;
    width: 20%;
    margin-top: 30px;
    padding: 10px;
}

.btn-faca {
    color: white;
    background: linear-gradient(90deg, #00aa77, #11dd66);
    font-size: 3vh;
    font-weight: 500;
    padding: 10px;
    width: 100%;
    border: 5px solid white;
    border-radius: 10px;
}

.btn-classificacao {
    color: white;
    background: linear-gradient(90deg, #0077aa, #1166dd);
    font-size: 3vh;
    font-weight: 500;
    padding: 10px;
    width: 100%;
    border: 5px solid white;
    border-radius: 10px;
}

.f-apenas-nome {
    display: flex;
    flex-wrap: wrap;
}

#teste-google-tradutor {
    border: 1px solid black;
    width: 50%;
}

.contar {
    padding: 10px;
}

#insere_nome input,
#inserir_nome input,
.f-apenas-nome input {
    width: 100%;
    border: 0.5px solid lightgrey;
    border-radius: 5px;
    font-size: 3vh;
    font-weight: 200;
    padding: 10px;
    background: white !important;
}

#insere_nome button,
#inserir_nome button,
.f-apenas-nome button {
    width: 100%;
    margin-top: 20px;
    font-size: 3vh;
    background: linear-gradient(#11ee66, #117733) !important;
    padding: 10px;
    color: white !important;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 1.1px;
}

.compartilha-i {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.compartilha-i a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.compartilha-i a button {
    color: white;
    width: 90%;
    padding: 10px;
    font-weight: 500;
    font-size: 3vh;
}

#imagem-gerada {
    width: 100%;
    margin: 10px 0px;
}

.refazer-baixar {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.refazer-baixar a {
    padding: 5px 10px;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.refazer-baixar a:hover span {
    filter: brightness(1.2);
}

.refazer-baixar span {
    padding: 10px;
    display: grid;
    cursor: pointer;
}

.refazer-baixar a:first-child span {
    background: linear-gradient(#003397, #003377);
}

.refazer-baixar a:last-child span {
    background: linear-gradient(#009733, #007733);
}

.refazer-baixar i {
    margin-bottom: 5px;
}

.descricao-link-quiz {
    background: white;
    color: black;
    font: small-caption;
    font-size: 1rem;
    border-radius: 5px;
    font-weight: 600;
    line-height: 1.2;
    padding: 4px;
    transition: all ease 0.3s;
}

.link-categorias {
    text-decoration: none;
    color: white;
}

.link-entrada {
    color: #07E;
    text-decoration: underline;
    font-weight: 600;
}

.bloco-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 3px;
}

.bloco-item:hover .descricao-link-quiz {
    background: var(--tema-site-claro);
    color: white;
}

.link-enquete {
    border-radius: 5px;
}

.item-tipo {
    color: white;
    font-weight: 500;
    padding: 3px;
    margin: 5px 0;
    border-radius: 5px;
    font-size: 0.7rem;
}

.bloco-item-mais {
    height: 100%;
    padding: 15px;
    border-radius: 20px;
    color: white;
    text-align: center;
    font-size: 1rem;
    font-weight: 800 !important;
    display: flex;
    justify-content: center;
    transition: 0.5s all ease;
}

.descricao-link-quiz::first-letter {
    text-transform: capitalize;
}

.criar {
    padding: 10px;
    font-size: 1.1rem;
    width: max-content;
    color: white;
    background: linear-gradient(45deg, rgba(100, 50, 255, .9), var(--tema-site-escuro));
    border-radius: 5px;
    font-weight: 700;
    transition: 0.2s all ease;
    text-align: center;
}

.criar:hover {
    text-decoration: none;
    background: linear-gradient(45deg, rgba(50, 30, 200, .9), var(--tema-site-escuro));
    color: white;
}

@media(max-width: 400px) {
    .menu {
        padding: 8px 0 !important;
    }

    .menu a .fa-user {
        padding: 10px !important;
        margin-right: 10px !important;
    }

    .abrir-buscar {
        font-size: 1rem !important;
    }
}

@media(max-width: 500px) {
    .criar {
        font-size: .9rem;
        padding: 10px 5px;
    }
}

@media(max-width: 350px) {
    .abrir-buscar {
        font-size: 1rem !important;
    }

    .toggle-menu-icon {
        font-size: 20px;
    }

    .criar {
        font-size: .8rem !important;
        padding: 10px 2px !important;
    }
}

.nome-quiz-teste {
    background: black;
    color: white;
    border: 1px groove white;
    font-weight: 800;
    justify-self: left;
    padding: 3px;
    margin: 5px 5px 0px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 0.8rem;
    align-self: flex-end;
}

.info-quiz-teste {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.info-perfil {
    font-weight: 100;
    padding: 5px 10px 20px;
}

.info-perfil i {
    padding-right: 5px;
}

.info-perfil span {
    font-weight: 900;
}

.link-perfil {
    border: unset;
    border-radius: 5px;
    font-weight: 400;
    transition: all ease 0.3s;
}

.link-perfil:hover {
    text-decoration: none;
    color: rgb(255, 0, 0, 0.7);
    background: white;
}

.transition-2 {
    transition: all ease 0.2s;
}

.h1-simples {
    text-align: left;
    font-weight: 100;
    padding-left: 10px;
}

.total-notificacoes {
    padding: 5px;
    border-radius: 5px;
    margin-left: auto;
}

.pisca-alerta {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: pisca-destaque;
    animation-timing-function: linear;
}

@keyframes pisca-destaque {
    25% {
        background: black
    }

}

.item-destaque.pisca-alerta a {
    color: #888;
}

/** Perfil **/

.editar-perfil {
    padding: 10px;
}

.editar-perfil form label {
    display: block;
    margin-top: 20px;
    font-size: 0.9rem;
    text-align: left;
    font-weight: 500;
    color: #444;
    transition: all ease 0.3s;
}

.editar-perfil form input {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 100;
    border: none;
    border-bottom: 1px solid #3F3F3F;
    background: white;
    font-size: 1.2rem;
    padding: 5px;
    transition: all ease 0.3s;
}

.editar-perfil form input:focus {
    border-bottom: 3px solid var(--tema-site);
    outline: none;
}

.notificacao {
    display: block;
    width: 100%;
    margin: 5px 0;
}

.notificacao a {
    display: grid;
    padding: 10px;
    grid-template-columns: 1fr 9fr;
    font-size: 1rem;
    background: #ffcfcf;
    color: black;
    font-weight: 100;
    ;
}

.notificacao:hover a {
    color: white;
    background: var(--tema-site-claro);
}

.notificacao:hover i {
    color: white;
}

.notificacao i {
    align-self: center;
    color: var(--tema-site);
}

/** Fim perfil **/

.tipo-criacao {
    width: 50%;
    font-size: 1.3rem;
    margin: 10px 0;
    display: flex;
}

.tipo-criacao-novo {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    display: flex;
}

.tipo-criacao-novo>a {
    width: 100%;
    display: flex;
    box-shadow: rgb(99 99 99 / 60%) 0 2px 5px 2px;
    border-radius: 5px;
}

.tipo-criacao-novo i {
    font-size: 3rem;
    display: block;
    margin-bottom: 5px;
}

.tipo-criacao-novo div:first-child {
    box-shadow: unset;
    font-weight: 100 !important;
    border-radius: 5px;
    display: grid;
    width: 100%;
    align-items: end;
}

.como-funciona {
    text-align: center;
    background: rgb(255, 255, 255, 0.95);
    margin: 5px 10px;
    padding: 3px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1rem;
    align-self: end;
}

.descricao-criacao-novo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    font-size: 1rem;
    place-content: center;
    background: rgb(0, 0, 0, 0.9);
    z-index: 99;
    color: white;
    display: none;
}

.descricao-criacao-fechar {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

.descricao-criacao-box {
    background: rgb(255, 255, 255, 0.99);
    padding: 20px;
    color: black;
    font-size: 1.1rem;
    font-weight: 500;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
}

.tipo-criacao a {
    width: 100%;
    margin: 10px 20px;
    position: relative;
    display: grid;
    background: #EEE;
    border-radius: 10px;
    border-width: 3px;
    border-style: solid;
    box-shadow: black 1px 0px 10px 0px;
    transition: 0.2s all ease;
}

.tipo-criacao a:hover {
    text-decoration: none;
    box-shadow: black 1px 0px 10px 5px;
}

.nome-criacao {
    padding: 15px 10px 5px;
    text-align: center;
    color: white;
    box-shadow: unset !important;
}

.descricao-criacao {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    font-size: 1.5rem;
    color: black;
    display: none;
    align-content: center;
}

.descricao-enquete:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.7);
}

.buscar-quiz {
    margin: 0;
    padding: 0;
}

.buscar-pagina {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    background: #C43;
    padding: 20px 0;
}

.sem-resultado {
    width: 100%;
}

.buscar-padrao {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    justify-content: space-around;
}

.buscar-padrao input,
.buscar-pagina input {
    padding: calc(10px + 0.1rem);
    font-weight: 600;
    border-radius: 5px;
    font-size: 1rem;
    width: 100%;
    min-width: 30vw;
    border: none;
    outline: none;
    box-shadow: inset 0 0 5px 1px var(--tema-preto-claro);
}

.fim-recentes {
    padding: 20px;
    font-size: 2.6vh;
    text-align: center;
    background: linear-gradient(#1f1f1f, #3f3f3f);
    color: white;
    margin: 15px 0;
    width: 100%;
    border: 10px solid #D32;
    border-radius: 5px;
}

.abrir-buscar {
    color: white;
    font-size: 1.3rem;
}

.btn-buscar:hover {
    box-shadow: none;
    color: var(--tema-site-escuro);
}

.btn-buscar {
    color: #cc0000;
    background: unset;
    font-size: 3vh;
    font-weight: 900;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: 0;
    padding: 0;
}

.campo-busca {
    position: relative;
}

.btn-fechar {
    color: white;
    font-size: 3vh;
    padding: 5px;
    width: 10%;
    background: unset;
}

.sombra-total {
    position: relative;
    overflow-y: hidden;
}

.sombra-total:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.9;
    transition: 0.5s all ease;
    z-index: 100;
}

.conteudo-pagina {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.t-c {
    text-align: center;
}

.quiz-educativo {
    background: #00cc77 !important;
}

.quiz-enquetes {
    background: #ee7700 !important;
}

.materia:hover {
    border: 5px solid #991164;
}

.link-enquete:hover {
    text-decoration: none !important;
    color: white !important;
}

#link-enquete {
    background: white;
    width: 90%;
    padding: 10px;
    font-size: 3vh;
    border: 1px solid #cc0000;
    border-radius: 10px;
}

.preview-enquete {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 3vh;
}

.materia {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    color: white;
    text-align: center;
    font-size: 3.5vh;
    font-weight: 800;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    transition: 0.5s all ease;
    border: 5px solid white;
}

.redimensionar iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.menu-lateral {
    overflow-x: hidden;
    height: -webkit-fill-available;
    max-height: 100%;
    position: fixed;
    font-size: 15px;
    background: white;
    border-style: solid;
    border-color: #8c0000;
    z-index: 10;
    overflow-y: auto;
    padding-bottom: 100px;
}

.duv {
    background: #8c0000;
    color: white;
}

.aviso {
    display: none;
    background: yellow;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    color: black;
    font-weight: 100;
    display: none;
}

.ad-lat {
    border-top: 1px solid white;
    position: fixed;
    right: 0;
    z-index: 2;
    height: auto;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/**
.col-12{
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
} **/

.um-3 {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    position: relative;
    width: 100%;
}

.um-2 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-toggler {
    background: none;
    border: 0;
}

.container-compartilhar {
    text-align: center;
    padding: 0 10px;
}

.quiz-criado {
    font-weight: 500;
    font-size: 1.5rem;
    background: rgb(0, 0, 0, 0.8);
    color: white;
    margin-top: 10px;
}

.quiz-criado span {
    font-weight: 500;
}

.quiz-criado p {
    font-size: 0.8rem;
    margin: 5px;
}

.quiz-criado hr {
    margin: 10px;
    border: 0.5px solid white;
}

.quiz-criado-p {
    padding: 5px 0 10px;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

.quiz-criado-link {
    background: white;
    width: 100% !important;
    font-size: 1.3rem !important;
    margin: 0 !important;
    font-weight: 300;
}

.share-copy {
    display: flex;
    margin-top: 10px;
}

.share-copy button {
    margin-right: 5px;
}

.copiar-link {
    border: 1px solid transparent;
    box-shadow: unset !important;
    width: 100% !important;
    margin: 0 0 0 15px !important;
    background: var(--tema-site-claro) !important;
}

.social-compartilhar button {
    color: white;
    font-size: 1.5rem;
    margin-top: 0;
    padding: 10px;
    width: 50px;
    height: 100%;
}

.social-compartilhar i {
    padding: 0;
}

.lembrete-share {
    color: #333;
    font-weight: 300;
    padding: 10px;
    border-bottom: 1px solid #C00;
}

.span-vermelho {
    color: #dd2222;
    font-weight: 500;
}

.sub-nome {
    font-weight: 300;
    padding: 10px;
    font-size: 2.5vh !important;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav a {
    color: white;
    margin-right: auto;
    margin-left: auto;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

a {
    text-decoration: none;
    background-color: transparent;
}

.corpo-pagina {
    flex: 0 0 100%;
    max-width: 100%;
}

.destaques-lateral {
    display: none;
}

.rodape {
    text-align: center;
    background: var(--tema-site);
    color: white;
}

.rodape i {
    color: white;
}

.opcoes-enquete {
    color: #FF9900;
    display: flex;
    flex-wrap: wrap;
}

.opcao-selecionada {
    background: #00ff88;
}

.opcoes-enquete-votar {
    color: #FF9900;
    display: flex;
    flex-wrap: wrap;
}

.borda-branca {
    border-radius: 10px;
    border: 2px solid white;
    display: grid;
    justify-items: center;
    align-items: center;
}

.opcao-enquete .descricao-opcao {
    background: #FF9900;
    margin-top: 5px;
    padding: 3px;
    color: white;
}

.principais {
    background: linear-gradient(#991164, #dd2222);
    padding: 10px;
    border-radius: 15px;
    display: grid;
    font-size: 2.5vh;
    align-content: center;
    border-style: solid;
    border-width: 5px;
    border-color: #f7f7f7;
}

.legenda {
    padding: 0;
    margin: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    font-weight: 500;
}

.fundo {
    position: relative;
}

.descricao-quiz {
    padding-left: 10px;
    margin: 0;
    font-size: 2.5vh;
}

.teuquiz-principal {
    font-family: 'Open Sans', Calibri, sans-serif !important;
}

.fazer-quiz {
    text-align: end;
    background: linear-gradient(90deg, transparent, white);
    padding: 1px;
    color: #dd2222;
    margin-top: 10px;
    border-radius: 10px;
    font-weight: 600;
    padding-right: 10px;
}

.fundo_esportes {
    background: linear-gradient(#119192, #41fa5c) !important;
}

.sugests {
    margin-top: 20px;
}

.leg {
    position: relative;
}

.criar-buscar {
    display: flex;
}

.nome-enquete {
    background: white;
    color: black;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
    font-weight: 800;
    margin: 0px 5px 5px 5px;
    text-align: center;
}

.nome-enquete::first-letter {
    text-transform: capitalize;
}

.total-enquete {
    background: orange;
    color: white;
    font-weight: 800;
    justify-self: end;
    align-self: end;
    padding: 3px;
    margin: 3px;
    border-radius: 10px;
}

.info-enquete {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.criador-enquete {
    background: black;
    color: white;
    border: 1px groove white;
    font-weight: 800;
    justify-self: left;
    padding: 3px;
    margin: 5px 5px 0px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 2vh;
}

.link-criador {
    color: #ff0044;
}

.bg-preto {
    background: black;
}

.aviso-em-breve {
    text-align: center;
    font-size: 4vh;
    background: -webkit-linear-gradient(#FF1100, #FF9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    font-weight: 700;
    padding: 10px;
}

.veja-mais {
    width: 100%;
    margin: 10px 0;
    font-weight: 300;
    color: white !important;
    font-size: 1.3rem;
    padding: 10px;
    text-align: center;
    background: #111;
}

.busca-destaque h1 {
    padding: 30px 15px;
    font-size: 5vh;
    font-weight: 300;
    color: white;
    margin: 0;
    text-shadow: 0px 0px 8px black;
}

.busca-destaque {
    margin: 10px 0;
    padding: 0;
    background: linear-gradient(90deg, #4F2F2F, #FF1313);
    box-shadow: 0px 0px 7px 1px black, inset 0px 0px 7px 1px black;
}

.pos-busca-destaque {
    padding: 10px;
    font-size: 3vh;
    font-weight: 300;
    width: 100%;
}

.pos-busca-destaque span {
    font-weight: 400;
}

.i-nome-whatsapp {
    color: #4FCE5D;
}

.i-nome-facebook {
    color: #3b5998;
}

.i-nome-twitter {
    color: #1da1f2;
}

.sessao_enquetes {
    text-align: left;
    font-size: 3vh;
    border-bottom: 3px solid #FF1100;
    color: black;
    margin-top: 20px;
    padding: 0px 10px;
}

.meia-tela {
    width: 50% !important;
}

.slider-destaque {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.slider-destaque .bloco-item {
    flex: 0 0 33.33333%;
    max-width: 100%;
}

.slider-destaque::-webkit-scrollbar {
    height: 15px;
    background-color: #CCC;
}

.slider-destaque::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    background-color: #444;
}

.slider-destaque::-webkit-scrollbar-track {
    background-color: #CCC;
    margin: 10px;
}

.menu-lateral-edu::-webkit-scrollbar {
    transition: 0.5 all ease;
}

.cabecalho-enquetes {
    background: black;
    color: white;
    font-weight: 800;
    margin-top: 15px;
    padding: 20px;
    text-align: center;
}

.cabecalho-enquete {
    font-weight: 800;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 15px;
}

.alerta-cria-enquete {
    font-weight: 900;
}

.btn-seguir-enquete {
    background: linear-gradient(#66cc00, #229900);
    color: white;
    font-weight: 700;
    margin-top: 2vh;
    font-size: 3vh;
    justify-self: end;
}

#form-enquete {
    padding: 10px 5px 30px;
    margin-bottom: 10px;
    border-bottom: 3px solid #999;
}

#form-enquete label {
    display: block;
    font-size: 3vh;
    font-weight: 400;
    margin-top: 10px;
    background: #CCC;
    padding: 15px;
    border-radius: 10px;
    color: black;
    justify-self: center;
}

.preview-recorte {
    max-width: 100%;
    padding: 10px;
    justify-self: center;
    background: #555;
}

.instrucoes-simples {
    text-align: center;
    font-size: 2.5vh;
    font-weight: 400;
}

#botoes-alternativa-1,
#botoes-alternativa-2,
#preview-recorte-1,
#preview-recorte-2 {
    display: none;
}

#preview-recorte-1,
#preview-recorte-2 {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    background: #555555;
    text-align: center;
}

#botoes-alternativa-1,
#botoes-alternativa-2 {
    text-align: center;
}

#preview-recorte-1 img,
#preview-recorte-2 img,
.area-recorte img {
    max-height: 300px;
}

.carregando {
    text-align: center;
    font-size: 3vh;
}

#image1,
#image2,
#canvas-minimiza {
    display: none;
}

.area-recorte {
    max-width: 100%;
    overflow: hidden;
}

.btn-selecionar-foto {
    box-shadow: 0px 1px 5px 2px #555;
    background: #EEE !important;
    color: black !important;
    font-weight: 500 !important;
    text-align: center;
}

.btn-selecionar-foto i {
    color: #cc0000;
    padding: 10px;
}

.consertar-enquete {
    margin: 10px 0;
    background: #2299CC;
    border-radius: 5px;
    border: 1px solid #555;
    padding: 10px;
    font-size: 3vh;
    width: 80%;
    text-align: left;
    color: white;
    box-shadow: 0px 0px 4px 1px black;
}

.max-caracteres {
    font-size: 2.5vh;
    font-weight: 900;
    color: red;
    padding-top: 10px;
}

.lista-enquetes {
    margin-right: 5px;
    font-weight: 900;
    background: #cc0000;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.proximo-passo-enquete {
    margin-top: 10px;
    background: #00AA55;
    border-radius: 5px;
    border: 1px solid #555;
    color: white;
    padding: 10px;
    font-size: 3vh;
}

.voltar-enquete {
    margin-top: 10px;
    background: #BB2222;
    border-radius: 5px;
    border: 1px solid #555;
    color: white;
    padding: 10px;
    font-size: 3vh;
}

.cabecalho-enquete-info {
    position: absolute;
    align-self: center;
    padding: 20px;
    z-index: 3;
}

.cabecalho-enquete-info h1,
.cabecalho-enquete-info p {
    color: white;
    background: #F90;
    font-weight: 300;
}

.cabecalho-enquete img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cabecalho-enquete::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.6;
    transition: 0.5s all ease;
    z-index: 1;
}

.menu-lateral-enquetes {
    display: none;
}

.mover {
    background: #C00;
    height: 40px;
    width: 40px;
    color: white;
    position: absolute;
    padding: 0;
    font-weight: 600;
    border-radius: 30px;
    font-size: 3vh;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    align-items: center;
    z-index: 10;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5), 0 0 4px rgba(0, 0, 0, 0.5);
}

.rolar-enquete {
    background: linear-gradient(#F90, #FFAA00);
    height: 40px;
    width: 40px;
    color: white;
    position: absolute;
    padding: 0;
    font-weight: 600;
    border-radius: 30px;
    font-size: 3vh;
    display: flex;
    bottom: 25%;
    padding: 0;
    flex-direction: column;
    align-self: flex-end;
    justify-content: center;
    align-items: center;
    z-index: 10;
    box-shadow: 0 0px 20px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}

.bloco-enquete:hover img,
.bloco-enquete-padrao:hover img {
    border: 5px solid #F90;
}

.ir {
    right: 0;
    margin-right: -20px;
}

.voltar {
    margin-left: -20px;
    left: 0;
}

.cabecalho-enquetes h1 {
    font-size: 5vh;
}

.cabecalho-enquetes {
    font-size: 3vh;
}

.bloco-enquete {
    font-size: 2vh;
    border-radius: 20px;
    flex: 0 0 33.33333%;
    display: grid;
    align-content: end;
    padding: 0;
    margin: 10px 0px;
}

.bloco-enquete-padrao {
    font-size: 2vh;
    border-radius: 20px;
    display: grid;
    align-content: end;
    padding: 0;
    margin: 10px 0px;
}

.bloco-enquete-padrao img,
.bloco-enquete img,
.bloco-item img {
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bloco-enquete-padrao a,
.bloco-enquete a,
.bloco-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.infos-padrao {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
}

.mover:hover {
    background: #dd5101;
    transition: 0.5s all ease;
    color: white;
}

.criar-enquete:hover,
.enquetes_menu a:hover {
    background: white;
    transition: 0.5s all ease;
    color: #F90;
}

.legenda::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.8;
    transition: 0.5s all ease;
}

.criar-enquete {
    background: black;
    color: white;
    font-size: 2vh;
    font-weight: 900;
}

.criar-enquete span {
    color: #ff9111;
}

.enquetes_menu {
    background: linear-gradient(45deg, #ff0044, #F90);
}

.tags-enquete {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 10px;
}

.tags-legenda {
    font-size: 3vh;
    color: black;
    font-weight: 900;
    margin: 0;
    padding-right: 10px;
}

.tag-enquete {
    font-size: 1.8vh;
    font-weight: 900;
    color: white;
    padding: 5px 10px;
    margin-right: 10px;
    align-self: center;
    border-radius: 20px;
    width: fit-content;
}

.importancia-1 {
    background: red;
}

.importancia-2 {
    background: blue;
}

.importancia-3 {
    background: green;
}

.sombraesp::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.6;
    z-index: 2;
    transition: 0.5s all ease;
}

.sombra::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.8;
    z-index: 2;
    transition: 0.5s all ease;
}

.intro {
    font-variant: small-caps;
    font-weight: 300;
    /** letter-spacing: 1.1px; */
    border-bottom: solid #8f1111;
}

.nova-intro {
    font-weight: 300;
    color: white !important;
    background: var(--tema-site) !important;
    font-size: 1.3rem;
    padding: 5px;
    margin-top: 10px;
}

.aviso-campos {
    margin: 0;
    font-size: 2vh;
    font-weight: 600;
}

#perguntas .opcoes {
    background: #DDDDDD;
}

.opcoes.btn-success {
    background: #28a745 !important;
}

.idioma {
    margin: 3px;
    background: #127c12;
    color: white;
}

.antes_quiz {
    overflow: scroll;
    margin-top: groove;
    margin-bottom: groove;
    min-height: 105px;
    height: auto;
    max-width: 100%;
    border-top: 5px solid #cccccc;
}

.grad-text {
    background: -webkit-linear-gradient(#991164, #dd2222);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.grad-back {
    background: linear-gradient(#991164, #dd2222) !important;
}

.des_b {
    top: 100% !important;
}

.des_c {
    bottom: 100% !important;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#responsiva {
    background-color: #F1F1F1;
    overflow-y: auto !important;
    font-weight: 500;
    position: fixed;
    top: 77px;
    bottom: 0;
    max-width: 85%;
    height: auto;
    display: none;
}

#responsiva::-webkit-scrollbar-track {
    margin: 10px;
    background-color: #AAA;
}

#responsiva::-webkit-scrollbar {
    background-color: #CCC;
    width: 10px;
}

#responsiva::-webkit-scrollbar-thumb {
    background-color: var(--tema-preto-claro);
}

.primeiro_desk {
    display: grid;
    justify-content: center;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.justifica_ad {
    display: grid;
    justify-content: center;
    align-content: center;
}

.scroll_ad {
    overflow: scroll;
}

.form_oc {
    display: none;
}

.marcar_ad {
    border-top-style: groove;
    border-bottom-style: groove;
    min-height: 105px;
    height: auto;
    max-width: 100%;
    max-width: 100%;
    padding: 0;
}

.sempre_flex {
    display: flex;
    flex-wrap: wrap;
}

.centro-margin {
    margin-top: auto;
    margin-bottom: auto;
}

.div-centraliza {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 15px 0;
}

.centro {
    justify-self: center;
    align-self: center;
}

h2.cab_resumo {
    display: block;
}

/** Estilos trivia - criar **/

#form-trivia {
    /*background: #AF0000;*/
    margin: 15px 0;
    border-radius: 10px;
    color: white;
}

#info-quiz-1 {
    display: block;
    min-height: 50vh;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10fr 1fr;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.container-inputs {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.bg-input-trivia {
    background: #DD3333;
    border: 2px solid black;
    margin-top: 15px;
}

.marca-label {
    font-weight: 100;
    background: #111;
    padding: 5px;
}

.texto-aviso {
    visibility: visible;
    background-image: linear-gradient(rgb(255, 0, 0, 0.8), rgb(255, 0, 0, 0.9));
    background-color: rgb(255, 255, 255, 1);
    color: #fff;
    font-size: 1rem;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: -100%;
    left: 10%;
}

.texto-aviso::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgb(200, 0, 0, 0.9);
}

#info-quiz-2,
#info-quiz-3,
#info-quiz-4 {
    padding: 10px;
    text-align: center;
}

#info-quiz-4 {
    margin: 15px;
    font-weight: 400;
}

#info-quiz-4 {
    background: rgb(255, 0, 0, 0.6);
}

.alternativa {
    display: grid;
    grid-template-columns: 2fr 10fr;
    text-align: center;
    align-items: center;
    padding: 5px 0;
}

#tags-digitadas {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.tags-trivia {
    background: rgb(255, 0, 0, 0.8);
    color: white;
    font-weight: 400;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 5px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    font-size: 1rem;
}

.pergunta-input {
    margin: 10px 0;
    padding: 10px;
    font-size: 1.5rem;
    width: 90%;
    justify-self: center;
}

.pergunta-lista {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    word-break: break-word;
}

.alternativa input {
    padding: 5px 15px;
    align-self: normal;
}

.item-lista-perguntas {
    display: grid;
    background: rgb(100, 100, 100, 0.1);
    color: black;
    grid-template-columns: 6fr 1fr 1fr;
    justify-items: left;
    align-items: start;
    padding: 10px;
    font-weight: 300;
    margin: 5px;
    border-radius: 10px;
}

.item-lista-movel {
    grid-template-columns: 1fr 1fr 6fr 1fr 1fr;
}

.lista-mover-item {
    grid-template-rows: 1fr 1fr;
}

.lista-mover-item>* {
    padding: 0 !important;
}

.mover-c {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.mover-b {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.centro-i {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.correta {
    background: #00CC11;
    color: white;
    font-size: 2rem;
    padding: 10px;
}

.errada {
    background: #AA1100;
    color: white;
    font-size: 2rem;
    padding: 10px;
}

.dois-centro {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.max-caracteres-trivia {
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: unset;
}

.form-exemplo {
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 5px;
    display: block;
    padding-bottom: 25px;
    color: #555;
    text-align: center;
}

.proximo-passo-trivia {
    margin-top: 10px;
    background: #00AA55;
    border-radius: 5px;
    border: 1px solid #555;
    color: white;
    padding: 10px;
    font-size: 1rem;
}

.voltar-trivia {
    margin-top: 10px;
    background: #BB2222;
    border-radius: 5px;
    border: 1px solid #555;
    color: white;
    padding: 10px;
    font-size: 1rem;
}

.consertar-trivia {
    margin: 10px 0;
    background: rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    border: 1px solid #555;
    color: white;
    padding: 10px;
    font-size: 1rem;
}

.verde-trivia {
    margin: 10px 0;
    background: rgb(0, 150, 0, 0.7);
    border-radius: 5px;
    border: 1px solid #555;
    color: white;
    padding: 10px;
    font-size: 1rem;
}

.total-width {
    width: 100%;
}

.btn-capa-trivia {
    color: rgb(255, 0, 0, 0.7);
    font-weight: 400;
    width: 100%;
    font-size: 1.3rem;
    border: 1.5px solid rgb(255, 0, 0, 0.7);
    background: #CCC !important;
    padding: 20px 10px !important;
    transition: all ease 0.3s;
    border-radius: 5px;
    display: block;
}

.btn-capa-trivia i {
    padding-right: 10px;
}

.btn-capa-trivia:hover {
    cursor: pointer;
    background: #888 !important;
}

.bg-capa-trivia {
    background: #EEE;
    border: 10px solid #D33333;
    margin-top: 15px;
}

#infos-perguntas,
#infos-perguntas-edit {
    margin: 10px 0;
}

.label-border {
    border: none !important;
}

.label-border label.marca-label {
    border-top: 15px solid white;
}

#info-quiz-1 textarea,
#info-quiz-1 input,
#info-quiz-2 textarea,
#info-quiz-2 input,
#info-quiz-3 textarea,
#info-quiz-3 input {
    padding: 10px;
    resize: none;
    border: solid 0.5px #666;
    border-radius: 3px;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.5;
    background: unset;
    color: initial;
    font-weight: 100;
    background: white;
}

.seguir-trivia {
    grid-area: 2 / 1 / 3 / 3;
    background: rgb(255, 0, 0, 0.7);
    color: white;
    padding: 10px;
}

.requisitos {
    background: white;
    box-shadow: 0px 3px 5px 0px #777;
    font-size: 1rem;
    font-weight: 400;
    color: #555;
    text-align: left;
    padding-bottom: 20px;
    border-radius: 10px;
}

.requisitos .nome-requisitos {
    margin-bottom: 10px;
    background: rgb(255, 0, 0, 0.7);
    color: white;
    font-weight: 500;
    padding: 5px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bg-azul-trivia {
    background: rgb(0, 0, 200, 0.7) !important;
}

.requisitos span,
.requisitos p {
    padding: 0 15px;
    margin: 0;
}

.valido {
    color: #00AA55;
}

label p {
    margin: 0;
}

.btn-pergunta i {
    padding-right: 5px;
}

.c-edit {
    color: #1da1f2;
}

.c-delete {
    color: #FF1313;
}

.c-edit:hover {
    background: #1da1f2;
    color: white;
}

.c-delete:hover {
    background: #FF1313;
    color: white;
}

.btn-pergunta {
    font-weight: 400;
    transition: all ease 0.3s;
    padding: 5px;
}

.btn-pergunta:hover {
    cursor: pointer;
}

.navbar-nav {
    padding-bottom: 10px;
}

#perguntas-criadas li {
    color: black;
}

#perguntas-criadas div:first-child {
    padding: 10px 0;
}

.container-lista-perguntas p {
    margin: 0px;
    padding: 5px;
}

.container-lista-perguntas {
    margin: 10px;
}

.container-perguntas {
    text-align: center;
    margin-top: 20px;
}

.container-perguntas .nome-requisitos {
    background: rgb(0, 150, 0, 0.7);
}

.pisca-verde {
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: bgverde-pisca;
    animation-timing-function: linear;
}

@keyframes bgverde-pisca {
    50% {
        background: #12DD55;
    }

    100% {
        background: unset;
    }
}

.campo-vazio {
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: bgvermelho-pisca;
    animation-timing-function: ease-in;
}

@keyframes bgvermelho-pisca {
    10% {
        background: #FF3445;
    }

    90% {
        background: unset;
    }
}

.container-foto-pergunta {
    margin: 10px;
    display: block;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    color: black;
    text-align: center;
}

.container-foto-pergunta #acoes-ft-pergunta,
.container-foto-pergunta #acoes-ft-pergunta-edit {
    margin-top: 10px;
}

.container-foto-pergunta img {
    max-width: 100%;
    max-height: 50vh;
}

.btn-capa-pergunta {
    background: #333;
    padding: 10px;
    border-radius: 5px;
    display: block;
}

#aviso,
#aviso-edit {
    background: #3f3f3f;
    color: white;
    padding: 10px;
    text-align: center;
    display: none;
    font-size: 1rem;
    margin: 10px;
    border-radius: 10px;
}

#aviso span,
#aviso-edit span {
    color: #FD0;
    font-size: 1.5rem;
    font-weight: bold;
}

.label-margem label {
    margin-top: 15px;
}

.fb_iframe_widget iframe {
    width: 100% !important;
}

/** Estilos trivia - responder */



/** Fim estilos trivia - responder*/

/** Estilos titulo, capa, descricao padrão */

.eqpn {
    background: white;
    margin: 20px auto;
}

.eqpn span[itemscope] {
    display: block;
}

.eqpn .ctn-capa {
    display: block;
    position: relative;
    margin: 10px 0px;
}

.eqpn .ctn-informacoes {
    font-size: 1rem;
    padding: 0 10px 10px;
    border-bottom: solid 0.1px;
}

.eqpn img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.eqpn h1 {
    margin: 0;
    padding: 20% 10px 10px;
    font-size: 1.5rem;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    color: white;
    text-align: center;
    width: 100%;
    background: linear-gradient(transparent, black);
    text-decoration: underline;
    overflow-x: hidden;
}

.eqpn h2 {
    color: #444;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: initial;
    padding: 0;
    overflow-x: hidden;
}

.eqpn .ctn-tags {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    align-items: center;
}

.eqpn .tag {
    font-size: 1rem;
    border-radius: 30px;
    padding: 0px 5px;
    margin: 3px;
    color: black;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
}

.eqpn .btn-responder {
    width: 90%;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 100;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-image: linear-gradient(transparent, rgb(0, 0, 0, 0.2));
}

.eqpn .foto-criador {
    width: 30px;
    height: 30px;
    border-radius: 180px;
}

.eqpn .foto-pergunta {
    position: relative;
    min-height: 40vh;
    text-align: center;
    padding: 10px;
    background: linear-gradient(#999, #CCC);
    display: grid;
    place-content: center;
}

.eqpn #quiz-trivia-itemscope i,
.eqpn #lista-itemscope i {
    padding: 0 5px;
}

.eqpn section {
    display: none;
    opacity: 0;
    transition: all ease 0.5s;
}

.eqpn section img {
    width: auto;
    max-height: 40vh;
}

.eqpn section p {
    margin: 0;
    position: absolute;
    bottom: 0;
    background: rgb(255, 70, 70, 1);
    padding: 5px;
    font-size: 1.1rem;
    font-weight: 400;
    color: white;
}

.eqpn section button {
    position: relative;
    margin: 0;
    width: 95%;
    background: #EEE;
    color: #444;
    padding: 15px 10px;
    font-size: 1.2rem;
    text-align: left;
    border: 0.5px solid #777;
    transition: all ease 0.2s;
    cursor: pointer;
}

.eqpn section button:not(:last-child) {
    margin-bottom: 10px;
}

#quiz-trivia-itemscope,
#lista-itemscope {
    transition: all ease 1s;
}

.p-sem-imagem {
    top: 0;
    left: 0;
    right: 0;
    display: grid !important;
    place-content: center;
    font-size: 1.4rem !important;
}

.alternativas-trivia {
    text-align: center;
    margin: 0;
    padding: 10px;
}

.alternativas-trivia button {
    width: 100% !important;
}

.trivia-correta {
    background: rgb(0, 255, 0, 0.8) !important;
    color: white !important;
}

.trivia-errada {
    background: rgb(255, 0, 0, 0.8) !important;
    color: white !important;
}

/** Fim estilos padrão */

/** Quiz sobre mim */

.anti-click:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#ordem-perguntas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    background: var(--tema-site-claro) !important;
}

#ordem-perguntas li {
    opacity: 0.4;
    background: var(--tema-site);
    margin: 5px 0;
    padding: 10px 0;
    width: 80%;
    place-self: center;
    border-radius: 5px;
    color: white;
    font-weight: 900;
    font-size: 1rem;
}

#ordem-perguntas .atual {
    opacity: 1 !important;
    background: var(--tema-site-escuro) !important;
}

#ordem-perguntas .ok {
    background: var(--tema-site) !important;
}

#quiz-sobre-mim {
    position: relative;
    text-align: center;
    margin: 20px 0;
    box-shadow: 0px 0px 5px 1px black;
    background: #FFFFFF;
}

#carregando-padrao {
    display: block;
    width: 50px;
    height: 50px;
    vertical-align: text-bottom;
    border: 0.25em solid var(--tema-site);
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: gira-load .75s linear infinite;
    animation: gira-load .75s linear infinite;
    margin: 10px auto;
}

@-webkit-keyframes gira-load {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes gira-load {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#quiz-sobre-mim header {
    box-shadow: none;
    padding-bottom: 10px;
}

#quiz-sobre-mim h1 {
    background: var(--tema-site-escuro);
    padding: 20px;
    font-size: 2rem;
    color: white;
    font-weight: 100;
    margin-bottom: 0;
}

#quiz-sobre-mim h2 {
    font-size: 0.8rem;
    font-weight: 500;
    display: block;
    color: #555;
    text-align: center;
    margin: 10px 0;
}

#quiz-sobre-mim h1 span {
    font-size: 1rem;
    display: block;
}

#quiz-sobre-mim header div {
    padding: 10px;
}

#quiz-sobre-mim header input {
    padding: 10px;
    resize: none;
    border: solid 0.5px #666;
    border-radius: 3px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
}

#quiz-sobre-mim header button {
    background: var(--tema-site-claro);
    color: white;
    padding: 10px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 20px;
}

#quiz-sobre-mim section {
    transition: all ease;
}

.container-troca-pergunta {
    background: var(--tema-site-escuro);
    text-align: center;
    padding: 10px 0 1px;
}

.container-troca-pergunta button {
    background: black;
    padding: 10px;
    color: white;
    font-weight: 500;
    transition: all ease 0.5s;
}

.container-troca-pergunta button i {
    margin-right: 5px;
}

#quiz-sobre-mim ul,
#votacao-enquete ul,
#resultado-enquete ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #CACACA;
}

.pergunta-sobre-mim {
    margin: 0;
    padding: 20px 10px 30px;
    background: var(--tema-site-escuro) !important;
    color: white;
    font-size: 2rem;
}

.pergunta-sobre-mim span {
    text-decoration: underline;
    text-underline-position: under;
}

.botoes-alternativas {
    padding: 5px 0 !important;
    display: grid;
    font-size: 1rem;
    overflow: auto;
}

.botoes-alternativas li {
    padding: 3px;
}

.botoes-alternativas li span {
    padding: 10px 3px;
    background: #EEEEEE;
    font-size: 1rem;
    color: #222;
    font-weight: 500;
    border: 0.5px outset #999;
    display: grid;
    border-radius: 3px;
    place-content: center;
    transition: all ease 0.2s;
    word-break: break-word;
    height: 100%;
}

.botoes-alternativas li span:hover,
.botoes-alternativas li span:focus,
.botoes-alternativas li span:visited,
.botoes-alternativas figure:hover span,
.botoes-alternativas figure:focus span,
.botoes-alternativas figure:visited span {
    background: var(--tema-site-claro);
    color: white;
    cursor: pointer;
}

.botoes-alternativas img {
    max-width: 100%;
    cursor: pointer;
    width: auto;
    max-height: 50vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.botoes-alternativas figure {
    margin: 0;
    transition: all ease 0.2s;
}

.botoes-alternativas figure:hover,
.botoes-alternativas li.alternativa-selecionada figure img {
    filter: brightness(1.2);
}

.alternativa-selecionada {
    filter: brightness(0.7);
    background: var(--tema-site-claro) !important;
    color: white !important;
}

.alternativa-correta {
    background: rgb(0, 200, 0, 0.9) !important;
    color: white !important;
}

.alternativa-errada {
    background: rgb(255, 0, 0, 0.8) !important;
    color: white !important;
}

.alternativa-selecionada span {
    filter: brightness(0.7);
    background: var(--tema-site-claro) !important;
    color: white !important;
}

.alternativa-correta span {
    background: rgb(0, 200, 0, 0.9) !important;
    color: white !important;
}

.alternativa-errada span {
    background: rgb(255, 0, 0, 0.8) !important;
    color: white !important;
}

.qt-x2 {
    grid-template-columns: 1fr 1fr;
}

.qt-x3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.qt-x3-1,
.qt-x3-2 {
    display: flex !important;
    flex-wrap: wrap;
}

.qt-x3-1 li,
.qt-x3-2 li {
    width: 33.33%;
}

.qt-x3-1 li:last-child {
    width: 100% !important;
}

.qt-x3-2 li:nth-last-child(-n + 2) {
    width: 50% !important;
}

.show {
    display: block !important;
}

.hide {
    display: none;
}

.container-carregando {
    padding: 20px 10px;
    font-size: 1.5rem;
}

/** Quiz sobre mim - Customizado */

#quiz-sobre-mim #situacao-quiz .requisitos {
    padding-bottom: 10px;
}

#quiz-sobre-mim #situacao-quiz p {
    font-size: 1.5rem;
    padding: 10px;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 100;
}

#quiz-sobre-mim #criar-pergunta textarea,
#quiz-sobre-mim #editar-pergunta textarea {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: 100;
    resize: none;
}

#quiz-sobre-mim #criar-pergunta,
#quiz-sobre-mim #editar-pergunta {
    padding: 10px;
}

#quiz-sobre-mim #btn-criar-perguntas,
#quiz-sobre-mim #btn-seguir-perguntas {
    margin: 10px auto;
}

#quiz-sobre-mim #criar-pergunta span,
#quiz-sobre-mim #editar-pergunta span {
    padding-bottom: 10px;
}

#quiz-sobre-mim #btn-seguir-perguntas,
#quiz-sobre-mim #criar-pergunta #registrar,
#quiz-sobre-mim #editar-pergunta #salvaedit {
    background: rgb(0, 150, 0, 0.7);
    color: white;
}

#quiz-sobre-mim #btn-seguir-perguntas:disabled {
    filter: brightness(0.7);
}

/** Fim Quiz sobre mim */

/** Enquetes */

.escolhe-capa {
    padding-bottom: 10px;
    background: white;
    box-shadow: 0px 3px 5px 0px #777;
    font-size: 1rem;
    font-weight: 400;
    color: #555;
    text-align: left;
    border-radius: 10px;
    margin-bottom: 20px;
}

.escolhe-capa p {
    font-size: 1.2rem;
    margin-bottom: 10px;
    background: rgb(255, 0, 0, 0.7);
    color: white;
    font-weight: 500;
    padding: 5px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.escolhe-capa .tipos-capa div {
    place-items: center;
    display: grid;
    padding: 5px 10px 5px 0;
    grid-template-columns: 1fr 10fr;
    text-align: justify;
    font-size: 1rem;
}

.escolhe-capa .container-inputs {
    margin: 20px 0 0;
}

.input-e-label {
    font-size: 1rem;
    color: initial;
    display: grid;
    grid-template-columns: 1fr 10fr;
    place-items: center;
    text-align: left;
    font-weight: 500;
    padding: 15px 0;
    background: #CCC;
}

.input-e-label span {
    font-weight: 900;
}

.input-e-label input {
    height: 30px;
}

#container-tipo-capa-1,
#container-tipo-capa-2 {
    padding: 0 10px;
}

#container-tipo-capa-2 {
    display: none;
}

.link-enquete-texto {
    padding-top: 75%;
    position: relative;
    display: block;
}

.titulo-enquete {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    padding: 0 10px 10%;
    align-items: center;
    place-content: center;
    border-radius: 10px;
    background: #353535;
    color: white;
    overflow: hidden;
    word-break: break-word;
}

.capa-enquete-select {
    display: grid;
    grid-template-columns: 1fr 2fr;
    color: black;
    font-weight: 100;
    font-size: 1rem;
    align-items: center;
    text-align: left;
    padding: 10px 0;
}

#enquete-container {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}

#enquete-container h2 {
    text-align: center;
    font-size: 1.3rem;
}

#enquete-container i {
    color: white;
    padding-left: 5px;
}

#resultado-enquete {
    padding: 10px 20px;
}

.sem-votos-enquetes i {
    color: var(--enquetes) !important;
    font-size: 4rem;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

#votacao-enquete {
    display: none;
}

#votacao-enquete span {
    grid-template-rows: 1fr auto 1fr;
    align-content: space-between;
}

.ctn-capa .titulo-enquete {
    font-size: 1.5rem;
    border-radius: 0;
}

.info-alternativa-enquete {
    display: grid;
    place-content: center;
}

.titulo-alternativa-enquete {
    color: black;
    font-size: 1.2rem;
    margin: 10px 5px 5px;
}

.descricao-alternativa-enquete {
    font-size: 0.9rem;
    color: #222;
    margin: 0;
}

.votos-alternativa-enquete {
    padding: 10px;
    display: block;
    margin: 5px auto 10px;
    width: fit-content;
    background: black;
    color: white;
    align-self: baseline;
}

#confirmar-voto {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    width: fit-content;
    max-width: 90%;
    transition: all ease 1s;
    z-index: 1;
}

#confirmar-voto i {
    color: white;
    font-size: inherit !important;
}

.no-hover:hover,
.no-hover:active,
.no-hover:focus,
.no-hover:visited,
.no-hover:focus-within {
    background: #EEEEEE !important;
    color: #222 !important;
    cursor: unset !important;
}

#resultado-enquete ul {
    margin-bottom: 20px;
}

.compartilhar-enquete {
    text-align: center;
    padding: 15px 0 0;
}

/** Fim Enquetes */

.erro-acesso {
    text-align: center;
    padding: 20px;
    font-size: 1.5rem;
    background: white;
}

.erro-acesso a {
    font-size: 1rem;
}

.erro-acesso i {
    padding-right: 5px;
}

.btn-padrao {
    padding: 20px;
    color: white;
    font-size: 2rem;
    background-image: linear-gradient(transparent, rgb(0, 0, 0, 0.3));
    border: unset;
    box-shadow: 0 0 7px 0px black;
}

.resultado-trivia {
    text-align: center;
    background: white;
    padding-bottom: 20px;
}

.resultado-trivia p {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px;
}

.resultado-trivia p span,
.resultado-trivia p a {
    color: rgb(255, 0, 0, 0.7);
    font-weight: 500;
    text-decoration: unset;
}

.resultado-trivia .foto-pergunta {
    opacity: 1 !important;
}

.compartilhar-trivia,
.compartilhar-lista {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    font-weight: 600;
    color: #555;
}

.link-refazer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgb(255, 70, 70, 1);
    padding: 10px;
    font-size: 1rem;
    color: white;
    margin: 0 0 10px 10px;
}

.compartilhar-resultado div:first-child {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 10px 10px 0;
    text-align: center;
}

.dados-resultado {
    position: relative;
    background: white;
}

.dados-resultado img {
    max-width: 100%;
    width: 100%;
}

.dados-resultado .result {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(255, 70, 70, 1);
    padding: 10px;
    font-size: 2rem;
    font-weight: 400;
    color: white;
    z-index: 10;
    border-top-left-radius: 10px;
}

.dados-resultado .result span {
    font-size: 2.5rem;
    color: white !important;
}

.dados-resultado .msg-trivia {
    margin: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    place-content: center;
    background: rgb(0, 0, 0, 0.6);
    padding: 5px;
    font-size: 1.1rem;
    font-weight: 400;
    color: white;
}

/** Eu nunca pesado **/

#botoes-ja-nunca {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#numero-pergunta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    place-content: center;
    font-size: 1rem;
}

.ordem {
    background: #3f3f3f;
    color: white;
    font-weight: 900;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid #AFAFAF;
    padding: 5px;
}

.ativo {
    background: #AFAFAF;
    border: 2px solid #3f3f3f;
    color: black;
}

.pronto {
    border: 2px solid rgb(0, 255, 0, 0.4);
    background: rgb(0, 255, 0, 0.3);
    color: black;
}

#botoes-ja-nunca button {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 15px;
    border: unset;
    color: white;
    transition: all ease 0.5s;
}

.marcador-certo {
    background: rgb(0, 200, 0, 0.3) !important;
}

.marcador-errado {
    background: rgb(200, 0, 0, 0.3) !important;
}

.eu-nunca {
    background: rgb(200, 0, 0, 0.8) !important;
}

.eu-ja {
    background: rgb(0, 200, 0, 0.8) !important;
}

.eu-nunca:active {
    background: rgb(200, 0, 0, 0.5) !important;
}

.eu-ja:active {
    background: rgb(0, 200, 0, 0.5) !important;
}

#pergunta {
    background: #3f3f3f;
    padding: 70px 10px;
    color: white;
    font-weight: 100;
}

#pergunta p {
    margin: 0;
    font-weight: 500;
}

.versao-responder button {
    background-color: #3F3F3F;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
    border: 1px solid #DDD !important;
    font-weight: 100 !important;
}

#trocar-pergunta {
    background: black;
    padding: 15px;
    color: white;
    font-weight: 500;
    transition: all ease 0.5s;
    font-size: 1rem;
}

#trocar-pergunta i {
    padding-right: 10px;
}

#trocar-pergunta:active,
#trocar-pergunta:hover {
    background: #555555;
    cursor: pointer;
}

.sugestao {
    font-size: 1rem;
}

.input-nome {
    padding: 10px;
    resize: none;
    border: solid 0.5px #666;
    border-radius: 3px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 20px;
}

/** Fim eu nunca pesado **/

.sem-overflow {
    overflow: hidden;
    padding: 5px;
}

.tipo-quiz {
    margin-top: 15px;
    color: white;
    font-size: 1.9rem;
    padding: 10px 0;
}

.area-criar-quiz {
    font-size: 1.5rem;
    text-align: center;
}

.p-instrucao {
    font-size: 1.2rem;
}

.partes {
    background: white;
    margin: 20px 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px black;
}

.cabecalho-canal {
    text-align: center;
    padding: 15px 0;
    background: #1F1F1F;
    color: white;
    font-size: 1rem;
    font-weight: 400;
}

.cabecalho-canal img {
    width: 90%;
    box-shadow: 0px 15px 13px 5px black;
}

.cabecalho-canal h1 {
    background-image: linear-gradient(transparent, rgb(0, 0, 0, 0.6));
    background-color: rgb(255, 0, 0, 0.6);
    font-weight: 200;
}

.links-listas a {
    color: black;
    font-size: 1.3rem;
    text-decoration: underline;
    text-decoration-color: red;
    line-height: 2;
    font-weight: 400;
}

.links-listas {
    margin: 15px 0;
}

.tipo-lista-canal {
    font-size: 1.5rem;
    font-weight: 100;
    color: black;
    position: relative;
}

.tipo-lista-canal p {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px rgb(255, 0, 0, 0.6) solid;
    margin: 10px;
    padding: 0 10px;
}

.videos-lista p {
    font-size: 1.5rem;
    text-align: left;
    padding: 10px;
    font-weight: 500;
}

.videos-lista p span {
    font-size: 1.2rem;
    font-weight: 100;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tip-criacao {
    background: rgb(0, 0, 0, 0.6);
    margin: 5px;
    padding: 5px;
    color: white;
}

.tip-criacao p {
    margin: 0;
    font-size: .9rem;
}

.tip-criacao span {
    border-radius: 5px;
    font-weight: 600;
    text-decoration: underline;
}

.link-erro button {
    background: rgb(255, 0, 0, 0.7);
    font-size: 1.5rem;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500;
    margin: 10px 0;
    color: white;
}

.textarea-padrao {
    font-weight: 100;
    padding: 10px;
    width: 100%;
    font-size: 1.3rem;
}

.fundo-canal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-youtuber {
    margin: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgb(20, 20, 20, 0.8);
    padding: 10px;
    font-size: 1.3rem;
    font-weight: 400;
    color: white;
    display: grid;
    align-items: center;
}

.ctn-video,
.l-item {
    padding-bottom: 10px;
}

.indice {
    font-size: 1.6rem;
}

.ctn-video>*,
.l-item>* {
    margin: 0;
}

.ctn-video h2,
.l-item h2 {
    font-size: 1.5rem;
    font-weight: 800;
    padding: 10px;
    text-align: left;
}

.ctn-video p,
.l-item p {
    font-size: 1rem;
    font-weight: 500;
    padding: 10px;
    color: #444;
    text-align: justify;
}

.ctn-video p:last-of-type {
    padding-bottom: 10px;
}

#mostrarProdutos,
#notificacao-teuquiz {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5vh 5vw;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
}

#mostrarProdutos>div {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: justify;
}

#mostrarProdutos button {
    display: block;
    text-align: end;
    color: #555;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 0 auto;
    background: none;
    outline: none;
}

#mostrarProdutos p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

#mostrarProdutos p:first-of-type,
#mostrarProdutos p:last-of-type {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.25;
}

#mostrarProdutos p:first-of-type {
    margin: 0 0 20px;
}

#mostrarProdutos p:first-of-type strong,
#mostrarProdutos span {
    color: var(--tema-site-claro);
    font-weight: 600;
    display: contents;
}

#mostrarProdutos a {
    display: block;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
    background: var(--tema-site-claro);
    color: white;
    font-weight: 500;
    margin-bottom: 10px;
}

#notificacao-teuquiz {
    display: block;
    text-align: center;
    padding: 0;
}

#notificacao-teuquiz>div {
    display: block;
    padding: 3vh 3vw;
    position: relative;
    height: 100%;
}

#notificacao-teuquiz button:hover {
    box-shadow: none;
}

#notificacao-teuquiz button {
    color: white;
    background: none;
    outline: none;
    padding: 0;
    height: 5%;
}

#notificacao-teuquiz img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

#notificacao-teuquiz a {
    display: inline-block;
    height: 95%;
    margin: auto;
}

/** Responsividade **/

@media (min-width: 992px) {
    #quiz-sobre-mim {
        border-radius: 10px;
    }

    #quiz-sobre-mim header h1 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .center {
        display: flex;
        place-content: center;
        place-items: center;
        text-align: center;
    }

    .container-troca-pergunta button:hover {
        background: var(--tema-site);
    }

    #ordem-perguntas {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .botoes-alternativas {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .tipo-criacao-novo {
        width: 50%;
    }

    #infos-basicas div:first-child {
        height: 50%;
    }

    #infos-basicas div:last-child {
        height: 100%;
    }

    .bg-input-trivia,
    .bg-capa-trivia {
        margin: 0;
    }

    .bg-capa-trivia {
        margin: 0px !important;
    }

    .container-foto-pergunta {
        display: grid;
    }

    .container-foto-pergunta #acoes-ft-pergunta,
    .container-foto-pergunta #acoes-ft-pergunta-edit {
        margin-top: 0;
    }

    .tipo-criacao {
        width: 50%;
    }

    .buscar-pagina {
        display: none;
    }

    .buscar-quiz {
        display: flex;
        flex: 0.5;
    }

    .bloco-item {
        max-width: 33.333333%;
    }

    .subcategorias_simu i {
        height: 50px;
    }

    .sociais-mobile {
        display: none;
    }

    .pre-prop {
        font-size: 20px;
    }

    .ad_educativo {
        display: none !important;
    }

    .engloba {
        display: none;
    }

    .desc_pagina {
        display: grid;
        justify-content: center;
        align-content: center;
    }
}

@media (min-width: 992px) and (max-width: 1150px) {
    .rolar-enquete {
        bottom: 15%;
    }
}

/** Até tela do iPad */
@media (max-width: 767px) {
    .alternativas-enquetes {
        grid-template-columns: unset;
    }

    .alternativas-enquetes li {
        width: 100% !important;
    }

    .alternativas-enquetes span {
        grid-template-rows: unset !important;
    }
}

@media (max-width: 991px) {
    .slider-destaque::-webkit-scrollbar {
        height: 20px;
    }

    #recomendados .bloco-item,
    #secao-carrega .bloco-item {
        max-width: 50%;
    }

    .descricao-link-quiz {
        font-size: .9rem;
    }

    .slider-destaque::-webkit-scrollbar {
        height: 10px;
    }

    .container-troca-pergunta button:active {
        background: var(--tema-site);
    }

    #form-trivia h1 {
        font-size: 1.5rem;
    }

    .slider-destaque .bloco-item {
        flex: 0 0 auto;
        max-width: 90%;
        margin: 0 3px !important;
    }

    .slider-destaque img {
        max-height: 35vh;
        width: auto;
    }

    .bloco-item img {
        border: none;
    }

    .bloco-item a {
        border-radius: 5px;
    }

    .opcao-enquete,
    .opcao-enquete-voto {
        width: 50%;
    }

    .descricao-regra {
        margin-bottom: 15px !important;
    }

    .aviso-em-breve {
        font-size: 2.5vh;
    }

    .rolar-enquete {
        bottom: 10px;
    }

    .sessao_enquetes {
        font-size: 3vh;
    }

    .slider-destaque {
        overflow-x: auto;
    }

    .mover {
        display: none;
    }

    .bloco-enquete {
        flex: 0 0 80%;
    }

    .nome {
        font-size: 3.5vh;
    }

    .sub-nome {
        font-size: 3vh;
    }

    .adiciona_margem {
        margin-top: 1vh;
    }

    .r_media {
        margin-top: 0;
    }

    .muda-display {
        display: flex;
        margin-top: 20px;
    }

    #botao-desk-menu-lateral {
        display: none;
    }

    .altera_tamanho {
        margin: 10px 0px;
    }

    .sociais-desktop {
        display: none;
    }

    .menu_principal {
        padding-bottom: 10px;
    }

    .menu-lateral,
    .menu-lateral-edu,
    .ad-lat {
        display: none;
    }

    .responsivo_ad {
        display: grid !important;
        overflow: auto;
    }

    .primeiro_desk {
        display: none !important;
    }

    #sas_26300 {
        display: none;
    }

    .imagem_resp {
        width: 80%;
    }

    .guarda_dois {
        display: block;
    }

    /**
	body{
		margin-top: 5rem !important;
	}
	 
	.responsivo_ad{
		height: 100px !important;
	}
	
	**/
}

@media (max-width: 550px) {
    .quizes-enem .bloco-enquete {
        min-height: 200px;
    }
}

@media (max-width: 550px) {
    .cabecalho-enquete-info h1 {
        font-size: 3vh;
    }

    .cabecalho-enquete-info p {
        font-size: 2vh;
    }
}

@media (max-width: 280px) {

    .container-fluid {
        padding: 0;
    }

    .resultados {
        margin-left: 0;
        margin-right: 0;
    }

    .no-col {
        padding-right: 0;
        padding-left: 0;
    }

    .padrao {
        display: none;
    }

    .navbar-toggler {
        display: block !important;
    }

    .respo {
        padding: 10px;
        border-bottom-style: outset;
        border-bottom-width: 1px;
    }

}

@media (min-width: 281px) and (max-width: 379px) {

    .container-fluid {
        padding: 0;
    }

    .menu-lateral {
        display: none;
    }

    .resultados {
        margin-left: 0;
        margin-right: 0;
    }

    .no-col {
        padding-right: 0;
        padding-left: 0;
    }

    .padrao {
        display: none;
    }

    .navbar-toggler {
        display: block !important;
    }

    .respo {
        padding: 10px;
        border-bottom-style: outset;
        border-bottom-width: 1px;
    }

}


@media (min-width: 512px) and (max-width: 1024px) {

    .dois-itens,
    .ultimos-itens,
    .central-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1025px) {

    .central-item,
    .ultimos-itens {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .dois-itens {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 780px) {

    #recomendados .bloco-item:nth-child(5n+0),
    #secao-carrega .bloco-item:nth-child(5n+0) {
        max-width: 100%;
    }

    .campo-busca {
        width: 90%;
    }

    .buscar-padrao {
        display: none;
        position: absolute;
        background: #2f2f2f;
        width: 100%;
        z-index: 2000;
        padding: 25px 10px;
    }
}

@media (min-width: 380px) and (max-width: 780px) {
    .container-fluid {
        padding: 0;
    }

    .menu-lateral {
        display: none;
    }

    .resultados {
        margin-left: 0;
        margin-right: 0;
    }

    .no-col {
        padding-right: 0;
        padding-left: 0;
    }

    .padrao {
        display: none;
    }

    .navbar-toggler {
        display: block !important;
    }

    .respo {
        padding: 10px;
        border-bottom-style: outset;
        border-bottom-width: 1px;
    }
}

@media(min-width: 560px) {
    .foto-pergunta.foto-pergunta-youtube {
        padding-top: unset !important;
        min-height: 40vh !important;
    }
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-search:before {
    content: "\f002";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-camera:before {
    content: "\f030";
}

.fa-book:before {
    content: "\f02d";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-user:before {
    content: "\f007";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-edit:before {
    content: "\f044";
}

.fa-poll:before {
    content: "\f681";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-plus:before {
    content: "\f067";
}

.fa-sort-amount-up-alt:before {
    content: "\f885";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-random:before {
    content: "\f074";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-head-side-brain:before {
    content: "\f808";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-bug:before {
    content: "\f188";
}

.fa-search:before {
    content: "\f002";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-home:before {
    content: "\f015";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-file-alt:before {
    content: "\f15c";
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-regular-400.eot");
    src: url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-regular-400.woff2") format("woff2"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-regular-400.woff") format("woff"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-regular-400.ttf") format("truetype"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-solid-900.eot");
    src: url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-solid-900.woff2") format("woff2"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-solid-900.woff") format("woff"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-solid-900.ttf") format("truetype"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web//webfonts/fa-brands-400.eot");
    src: url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web//fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web//webfonts/fa-brands-400.woff2") format("woff2"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web//webfonts/fa-brands-400.woff") format("woff"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web//webfonts/fa-brands-400.ttf") format("truetype"), url("https://teuquiz.com/arquivos/css/fontawesome-free-5.9.0-web//webfonts/fa-brands-400.svg#fontawesome") format("svg");
}


.fab {
    font-family: 'Font Awesome 5 Brands';
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}