@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

body {
    font-size: 16px;
    font-family: Fustat, Roboto, Arial, Tahoma;
    font-weight: 500 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Calistoga, Roboto, Arial, Tahoma;
    font-weight: 400 !important;
}

h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
    font-family: Fustat, Roboto, Arial, Tahoma;
}

.form-group.captcha {
    background-color: #cccccc;
    border-radius: 4px;
    padding: 2px;
}

a {
    color: #4a55e0;
}

.btn-primary {
    background-color: #4a55e0;
    border-color: #4a55e0;
}

.btn-primary.btn-link {
    background-color: transparent;
    border-color: transparent;
}

body.app {
    overflow: hidden;
}

.material-symbols-outlined {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
}

.grecaptcha-badge {
    display: none !important;
}

img.pagamentos {
    max-width: 100%;
}

pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

select {
    background-color: #FFF;
}

.grecaptcha-badge {
    z-index: 10;
}

.tour-overlay {
	display: none;
	background: #000;
	opacity: 0.5;
	z-index: 9997;
	position: fixed;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tour-highlight {
    position: relative;
	background-color: #FFF;
	z-index: 9998 !important;
    box-shadow: 0px 0px 7px 7px #fff !important;
}

.tourbus-leg {
    max-width: 400px;
    text-align: center;
}

.panel-default.opcoes-modal {
    border: none;
    box-shadow: none;
    margin-top: 8px;
    margin-bottom: 0;
}

.panel-default.opcoes-modal .panel-heading {
    color: #333;
    border: none;
    background: none;
    padding: 0;
    text-align: right;
}

.panel-default.opcoes-modal .panel-body {
    background-color: #f5f5f5;
}

.open>.dropdown-menu {
    max-width: 64vw;
    max-height: 70vh;
    overflow: auto;
}

.area-admin {
    background-color: #E2E2E2;
    padding: 15px;
    border-radius: 5px;
    border: 1px dotted #724530;
}

.area-admin h3 {
    margin-top: 0;
}

.area-admin .table-responsive {
    max-height: 274px;
    overflow-y: auto;
}

.area-admin table {
    background-color: #FFF;
    margin-bottom: 0;
}

div.form-inline {
    display: flex;
    gap: 5px;
}

div.form-inline .form-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

div.form-inline .form-group label {
    font-weight: normal;
    font-size: 11px;
    margin: 0;
}

.center {
    text-align: center;
}

.label {
    font-size: 60%;
    vertical-align: middle;
}

.navbar, .footer {
    padding: 15px;
    background: #FFF;
    border-radius: 0;
    box-shadow: 2px 100px 50px 100px rgba(74, 86, 224, 0.5);
}

body.app .navbar {
    margin-bottom: 0;
    height: 85px;
    background: #e2e2e2;
}

body.app .footer {
    display: none;
}

.container {
    position: relative;
}

.container #notificacoes {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    z-index: 99;
    overflow-y: auto;
    background-color: #fcf8e3;
    padding: 12px;
    display: none;
}

.container #notificacoes:before {
    content: '';
    position: fixed;
    top: 0;
    right: 250px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .75);
}

.container #notificacoes a.fechar {
    position: fixed;
    top: 0;
    right: 248px;
    color: #FFF;
    font-size: 20pt;
}

.container #notificacoes h3 {
    margin-top: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

.container #notificacoes ul {
    list-style: none;
    padding: 0;
}

.container #notificacoes li {
    padding-top: 12px;
    border-top: 1px solid #CCC;
    margin-bottom: 12px;
    font-size: 12px;
}

.container #notificacoes li .label {
    font-size: 10px;
}

body.app .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.form-group {
    position: relative;
}

.modal-footer .acoes {
    display: flex;
    justify-content: space-between;
}

.modal-footer .acoes .secundarias a {
    color: silver;
    display: flex;
    gap: 9px;
}

.disabled-function {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: help;
}

table tr.alerta {
    border-top: 2px solid #a94442 !important;
    background-color: #ffdddc !important;
    text-align: center !important;
}

table tr.creditos {
    border-top: 2px solid #d3b434 !important;
    background-color: #fff9e1 !important;
    text-align: center !important;
}

table tr.creditos p {
    margin: 0 !important;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

#loading.reload {
    background-color: rgba(255,255,255,0.7);
}

#loading.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#loading img {
    max-width: 200px;
}

.ads-sem-assinatura {
    width: 100vw;
    max-height: 102px;
    position: relative;
    z-index: 9;
    background-color: rgba(186,190,245,0.31);
    padding: 5px 0 0 0;
    margin: 0 -20px;
    text-align: center;
    box-shadow: 0 0 6px 0px;
}

.ads-sem-assinatura.mobile {
    padding: 0;
    display: none;
}

.ads-sem-assinatura a#ocultando-ads {
    position: absolute;
    top: -17px;
    left: 0;
    background-color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.ads-sem-assinatura a.btn {
    transform: rotate(-90deg);
    position: absolute;
    top: 34px;
    right: -34px;
    border-radius: 0;
    width: 101px;
}

.info-dica {
    position: relative;
    background-color: #eaebfc;
    padding: 10px;
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.info-dica a.close-dica {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 5px 10px;
    color: #8890ef;
}

.info-dica ul {
    padding: 10px 0 0 16px;
    margin: 0;
}

.footer {
    margin-top: 50px;
    padding-top: 45px;
    padding-bottom: 85px;
}

.footer .matie {
    text-align: right;
}

.footer .matie img {
    max-height: 40px;
}

.footer hr {
    border-color: #337ab7;
}

.footer .doacao {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer .doacao a {
    margin-left: 14px;
    background-color: #26cc26;
    padding: 8px;
    border-radius: 5px;
    color: #FFF;
}

#lgpd {
    background-color: #000;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #FFF;
    text-align: center;
    display: none;
}

#form-tags .checkbox {
    display: inline-block;
    margin-top: 0;
    padding: 2px 5px;
    font-size: 13px;
    color: #FFF;
    border-radius: 5px;
    background-color: #789ac9;
}

#form-tags a {
    cursor: pointer;
}

.navbar .container .row {
    display: flex;
}

.navbar img {
    max-width: 100%;
    max-height: 60px;
}

body.app .navbar img {
    max-height: 44px;
    margin-bottom: 10px;
}

.navbar img.logo-custom {
    display: none;
}

.navbar.custom img.logo-custom {
    display: block;
}

.navbar.custom img.logo-default {
    display: none;
}

.navbar .acao {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar .acao #btn-notificacoes {
    color: #000;
    display: flex;
    align-items: center;
}

.navbar .acao #btn-notificacoes:hover {
    text-decoration: none;
}

.navbar .acao #detalhes-conta {
    padding: 5px 0 0;
}

.navbar .acao #detalhes-conta li {
    padding: 0px 19px;
}

.home {
    text-align: center;
}

.home hr {
    margin: 0;
    border-color: #337ab7;
}

.home .chamada-home {    
    padding: 50px 50px 260px;
    margin: 50px 10px;
    background-color: #fcf8e3;
    background-image: url(imagens/img-chamada.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.home .chamada-home.pro {
    background-image: none;
    padding: 50px;
}

.home .chamada-home img {
    width: 130%;
    margin-left: -15%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.home .chamada-home h1 {
    font-size: 71px;
    font-weight: 700;
    margin: 0;
}

.home .chamada-home h2 {
    font-size: 44px;
    font-weight: 100;
    margin: 0;
}

.home .chamada-home .btn {
    margin-top: 40px;
    padding: 20px 40px;
    box-shadow: 0 0 20px 9px #FFF;
}

.home .chamada-home:hover .btn {
    animation: waggle 1s 0s forwards ease-out;    
}

.home .chamada-home.pro .btn {
    margin-top: 0;
}

.home .educacao {
    text-align: left;
    padding: 15px 50px;
    margin: 50px 0;
}

.home .beneficios {
    padding: 50px;
    margin: 50px 10px;
}

.home .beneficios h2 {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 50px;
}

.home .beneficios .listBeneficios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home .beneficios .beneficio {
    width: 29%;
    margin: 15px 2%;
    text-align: center;
}

.home .beneficios .beneficio img {
    width: 76px;
    height: auto;
    margin-bottom: 15px;
}

.home .beneficios .beneficio p {
    font-size: 18px;
    line-height: 27px;
    max-width: 500px;
    margin: 0 auto;
}

.home .beneficios .beneficio p span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #337ab7;
}

.home .beneficios a {
    margin-top: 30px;
}

.home .blogs {
    padding: 30px;
    margin: 30px 0px;
    background-color: #f1f1f1;
}

.home .blogs h2 {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 20px;
}

.home .blogs .listBlogs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home .blogs .blog {
    width: 29%;
    margin: 15px 2%;
    text-align: center;
}

.home .blogs .blog p {
    font-size: 18px;
    line-height: 27px;
    max-width: 500px;
    margin: 0 auto;
}

.home .blogs .blog p span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #337ab7;
}

.home .blogs a {
    margin-top: 20px;
}

.home .como-funciona {
    padding: 50px;
    margin: 50px 10px;
    background-color: #fcf8e3;
}

.home .como-funciona h2 {
    font-size: 44px;
    font-weight: 700;
    margin:50px 0;
}

.home .como-funciona :first-of-type h2 {
    margin-top: 0;
}

.home .como-funciona .passos {
    display: flex;
    flex-wrap: wrap;
}

.home .como-funciona .passo {
    width: 21%;
    margin: 15px 2%;
}

.home .como-funciona .passo img {
    width: 76px;
    height: auto;
    margin-bottom: 15px;
}

.home .como-funciona .passo p {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
}

.home .como-funciona .passo p span {
    font-size: 26px;
    font-weight: 700;
    margin-right: 15px;
    color: #337ab7;
    float: left;
}

.home .como-funciona .tutoriais {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home .como-funciona .tutorial {
    width: 21%;
    margin: 15px 2%;
}

.home .como-funciona .tutorial:hover {
    box-shadow: 0 0 10px 5px #d4d4d4;
}

.home .como-funciona .tutorial img {
    max-width: 100%;
    height: auto;
}

.home .como-funciona a {
    margin-top: 30px;
}

.home .recursos-adicionais {
    padding: 50px;
    margin: 50px 10px 0;
}

.home .recursos-adicionais h2 {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 50px;
}

.home .recursos-adicionais .recursos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home .recursos-adicionais .recurso {
    width: 29%;
    margin: 15px 2%;
}

.home .recursos-adicionais .recurso span, .home .recursos-adicionais .recurso img {
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin-bottom: 15px;
    color: #337ab7;
}

.home .recursos-adicionais .recurso p {
    font-size: 14px;
    line-height: 25px;
}

.home .recursos-adicionais p.planos {
    margin-top: 30px;
}

.limite #intro {
    text-align: center;
}

.limite #intro h1 {
    font-size: 55px;
    font-weight: 700;
    margin: 50px 0;
}

.limite #intro .recursos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

.limite #intro .recurso {
    width: 29%;
    margin: 15px 2%;
}

.limite #intro .recurso span, .limite #intro .recurso img {
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin-bottom: 15px;
    color: #337ab7;
}

.limite #intro .recurso p {
    font-size: 14px;
    line-height: 25px;
}

.limite #quero {
    padding: 50px;
    margin: 50px 10px;
    background-color: #fcf8e3;
    text-align: center;
}

.limite #quero .btn {
    margin-top: 31px;
    padding: 20px 40px;
    box-shadow: 0 0 20px 0px #d3b434;
}

.limite #quero:hover .btn.btn-iniciar {
    animation: waggle 1s 0s forwards ease-out;    
}

.planos a {
    cursor: pointer;
}

.planos #intro {
    text-align: center;
}

.planos #intro h1 {
    font-size: 55px;
    font-weight: 700;
    margin: 50px 0;
}

.planos #intro .recursos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

.planos #intro .recurso {
    width: 29%;
    margin: 15px 2%;
}

.planos #intro .recurso span, .planos #intro .recurso img {
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin-bottom: 15px;
    color: #337ab7;
}

.planos #intro .recurso p {
    font-size: 18px;
    line-height: 27px;
}

.planos #intro p.planos {
    margin-top: 30px;
}

.planos #tabela-planos {
    padding: 50px;
    margin: 50px 10px;
    background-color: #fcf8e3;
}

.planos #tabela-planos h2 {
    margin-top: 0;
}

.planos #tabela-planos table {
    margin: 30px 0 0;
    background-color: #FFF;
    border-top: 5px solid #d3b434;
    border-bottom: 5px solid #d3b434;
}

.planos #tabela-planos table .glyphicon-ok {
    color: green;
}

.planos #tabela-planos table .glyphicon-remove {
    color: red;
}

.planos #tabela-planos table .glyphicon-minus {
    color: silver;
}

.planos #tabela-planos, #tabela-planos th, #tabela-planos td {
    text-align: center;
    vertical-align: middle;
}

.planos #tabela-planos span.custo {
    font-size: 10px;
    display: block;
    margin-left: 21px;
}

.planos #tabela-planos .left {
    text-align: left;
}

.planos #tabela-planos #btn-premium {
    margin-top: 31px;
    padding: 20px 40px;
    box-shadow: 0 0 20px 0px #d3b434;
}

.planos #tabela-planos:hover .btn.btn-iniciar {
    animation: waggle 1s 0s forwards ease-out;    
}

.planos #tabela-planos table.table-mobile {
    display: none;
}

.planos #tabela-planos th#mais-vendida {
    position: relative;
}

.planos #tabela-planos th#mais-vendida:before {
    content: 'Mais contratada';
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    background-color: #d3b434;
    font-size: 12px;
    padding: 5px;
}

.planos #perguntas h4.panel-title {
    font-weight: 700;
}

.alterar-conta .saldo-premium {
    background-color: #e6e6e6;
    padding: 30px;
    border-radius: 5px;
    margin: 30px 0 0;
}

.alterar-conta .saldo-premium h2 {
    margin-top: 0;
}

.alterar-conta .saldo-premium a {
    margin-bottom: 15px;
}

.alterar-conta .saldo-premium img {
    max-width: 100%;
}

.alterar-conta .header-historico {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.alterar-conta .header-historico a {
    margin-bottom: 0;
}

.alterar-conta .anuncio {
    background-color: #fcf8e3;
    border: 1px solid #e6e6e6;
    padding: 30px;
    border-radius: 5px;
    margin: 30px 0 0;
}

.alterar-conta .anuncio h2 {
    margin-top: 0;
}

.alterar-conta .anuncio img {
    max-width: 100%;
    margin-bottom: 15px;
}

.alterar-conta .anuncio a {
    margin-bottom: 15px;
}

.alterar-conta .historico-compra table th, .alterar-conta .historico-compra table td {
    vertical-align: middle;
}

.alterar-conta .historico-compra #navegacao-historico-compra {
    text-align: right;
}

.alterar-conta .historico-uso h2 {
    margin-top: 0;
}

.alterar-conta .historico-uso #dadosHistorico {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px;
}

.alterar-conta .historico-uso table th, .alterar-conta .historico-uso table td {
    vertical-align: middle;
}

.alterar-conta .historico-uso #navegacao-historico {
    text-align: right;
}

.alterar-conta .exclusao {
    background-color: #e6d4d4;
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
}

.alterar-conta .exclusao hr {
    margin: 5px 0 16px;
}

.alterar-conta .exclusao p {
    margin: 0px;
}

.alterar-conta .exclusao a {
    color: #d9534f;
}

.alterar-conta ul.nav.nav-tabs {
    margin: 30px 0 -30px 0;
    border-bottom: 0;
}

.alterar-conta .abas a {
    cursor: pointer;
}

.alterar-conta .abas .aba {
    display: none;
}

.alterar-conta .abas .aba.active {
    display: block;
}

.alterar-conta .permissoes-lista #dadosHistorico {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px;
}

.form-login, .form-conta {
    background-color: #e6e6e6;
    padding: 30px;
    border-radius: 5px;
}

.alterar-conta .form-conta {
    margin: 30px 0 0;
}

.form-conta.customizacoes h2 {
    display: flex;
    gap: 10px;
    margin: 0;
    align-items: center;
}

.form-conta.customizacoes h2 #logo-empresa {
    position: relative;
    min-width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-conta.customizacoes h2 #logo-empresa a {
    font-size: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.login .btn-login-google, .criar-conta .btn-login-google {
    width: 100% !important;
    height: auto !important;
    background-color: #204d74;
    color: #FFF;
    box-shadow: none;
    border-radius: 3px;
    margin: 15px 0;
}

.login .nova-conta {
    padding: 30px;
    margin: 50px 0;
    text-align: center;
}

.login .nova-conta a {
    margin: 15px 0;
}

.meus-eventos .sem-eventos {
    text-align: center;
    padding: 50px 0;
    color: #949494;
}

.meus-eventos .eventos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.meus-eventos .eventos #dados-eventos {
    max-width: 100%;
}

.meus-eventos .eventos #navegacao-eventos {
    text-align: right;
}

.meus-eventos .eventos .evento {
    position: relative;
    display: flex;
    width: 100%;
    margin: 15px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.meus-eventos .eventos .evento a:hover {
    text-decoration: none;
}

.meus-eventos .eventos .evento .dados {
    padding: 30px;
    width: 100%;
}

.meus-eventos .eventos .evento .dados:first-of-type {
    background-color: #f5f5f5;
    width: 480px;
}

.meus-eventos .eventos .evento .dados h2 {
    margin-top: 0;
}

.meus-eventos .eventos .evento .dados .table-responsive {
    max-height: 320px;
}

.meus-eventos .eventos .evento .dados .table {
    margin-bottom: 0;
} 

.meus-eventos .eventos .evento .dados .table tr.dia {
    background-color: #f5f5f5;
}

.meus-eventos .acoes {
    text-align: center;
}

#form-dados-evento textarea#descricao {
    height: 110px;
}

#form-dados-evento textarea#estrutura {
    height: 338px;
}

#form-dados-evento #datas-off .pagination {
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
}

#form-dados-evento #datas-off .pagination li {
    flex: 1;
}

#form-dados-evento #datas-off .pagination li a {
    border-color: #CCC;
    color: initial;
    width: 100%;
}

#form-dados-evento #datas-off .pagination .checkbox {
    margin: 0;
}

#form-dados-evento #datas-off .pagination .checkbox label {
    line-height: 22px;
}

#form-campos-lista #dados {
    margin-bottom: 5px;
}

#form-campos-lista .dados {
    display: flex;
}

#form-campos-lista .dados input {
    width: 80%;
    margin: 5px 5px 5px 0;
}

#form-campos-lista .dados input[disabled='disabled']{
    width: 79%;
}

#form-campos-lista .dados .acoes {
    text-align: left;
    width: 20%;
    margin: 5px 5px 5px 0;
}

#form-participantes #dados {
    margin-bottom: 5px;
}

#form-participantes .dados {
    display: flex;
    gap: 5px;
    margin: 5px 0;
}

#form-participantes .dados input {
    width: 40%;
}

#form-participantes .dados .acoes {
    text-align: left;
    width: 20%;
}

#form-participantes #num-add-linhas {
    font-size: small;
    color: silver;
}

#form-participantes #num-add-linhas input {
    border: none;
    border-bottom: 1px solid silver;
    width: 45px;
    text-align: center;
}

#form-participantes #num-add-linhas a {
    cursor: pointer;
}

#info-participante {
    font-size: 10px;
    color: silver;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 10px;
}

#info-participante span.material-symbols-outlined {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}

#form-config-campos .dados {
    display: flex;
}

#form-config-campos .dados input, #form-config-campos .dados select {
    width: 30%;
    margin: 5px 5px 5px 0;
}

#form-config-campos .dados .acoes {
    text-align: left;
    width: 20%;
    margin: 5px 5px 5px 0;
}

.carrinho #intro img {
    float: right;
    max-width: 40%;
    margin: 15px 0 15px 15px;
}

.carrinho #intro h3 {
    color: #337ab7;
    margin: 30px 0;
}

.carrinho #form-carrinho, .carrinho #form-carrinho-modelo {
    padding: 50px;
    margin: 50px 10px;
    background-color: #fcf8e3;
}

.carrinho #form-carrinho-modelo .ciencias {
    margin-bottom: 20px;
}

.carrinho #form-carrinho-modelo .ciencias label {
    cursor: pointer;
    font-weight: 100;
}

.carrinho #form-carrinho hr {
    border-top: 1px dotted #8a8a8a;
}

.carrinho #form-carrinho hr:last-of-type {
    border-top: 2px solid #8a8a8a;
}

.carrinho #form-carrinho .row {
    display: flex;
}

.carrinho #form-carrinho .resp {
    display: flex;
    align-items: center;
}

.carrinho #form-carrinho label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.carrinho #form-carrinho label h3 {
    margin: 0 10px 0 0;
}

.carrinho #form-carrinho .aviso-minimo {
    color: red;
}

.top-aplicacao {
    background: #FFF;
    padding: 18px 0;
    flex: none;
}

.top-aplicacao .breadcrumb-lista {
    margin-top: -30px;
}

.top-aplicacao .breadcrumb-lista h4 {
    font-family: Fustat, Roboto, Arial, Tahoma;
    font-size: 14px;
}

.top-aplicacao h4.breadcrumb {
    display: table;
    font-family: Fustat, Roboto, Arial, Tahoma;
    font-size: 14px;
    margin-top: -30px;
    margin-left: -7px;
    background-color: #FFF;
    padding: 7px 7px 2px;
    border-radius: 4px;
}

.top-aplicacao h4.breadcrumb select {
    border: none;
    outline: none;
    cursor: pointer;
}

.top-aplicacao .btn-aplicacao {
    height: 34px;
    padding-top: 7px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: space-between;
}

.top-aplicacao #acoes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -30px;
    padding-right: 12px;
    gap: 5px;
}

.top-aplicacao #form-busca-evento {
    position: relative;
}

.top-aplicacao #form-busca-evento span.material-symbols-outlined {
    position: absolute;
    top: 7px;
    left: 4px;
}

.top-aplicacao #form-busca-evento input {
    width: 206px;
    padding: 6px 25px 4px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.top-aplicacao #form-busca-evento a.limpar {
    position: absolute;
    top: 9px;
    right: 6px;
}

.top-aplicacao #info-save {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    width: 154px;
}

#form-novo-nome {
    display: none;
    margin-bottom: 10px;
}

.controle-alfabeto {
    display: grid;
    grid-template-columns: 27px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 13px;
}
.controle-alfabeto .icon-filtros {
    grid-area: 1 / 1 / 3 / 2;
    border: 1px solid #ccc;
    color: #7c7c7c;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.controle-alfabeto .linha1-filtros {
    grid-area: 1 / 2 / 2 / 3;
    display: flex;
    height: 22px;
}
.controle-alfabeto .linha2-filtros {
    grid-area: 2 / 2 / 3 / 3;
    display: flex;
    height: 22px;
}

.controle-alfabeto .form-group {
    margin-bottom: 0;
}

.controle-alfabeto ul.pagination {
    width: 100%;
    margin: 0;
}

.controle-alfabeto .pagination>li>a {
    font-size: 11px;
    line-height: 15px;
    padding: 3px 6px 2px;
	cursor: pointer;
}

.controle-alfabeto .pagination>li:last-child>a {
    border-radius: 0;
}

.controle-alfabeto .pagination>li>a.vazio {
	color: #ccc;
}

.controle-alfabeto .pagination>li>a.ativo {
	background-color: #337ab7;
	color: #FFF;
}

.controle-alfabeto .pagination>li:first-child>a {
    border-radius: 0;
}

.controle-alfabeto input[type="text"] {
    width: 200px;
    height: 22px;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 4px;
}

.controle-alfabeto select { 
    border-radius: 0;
    border: 1px solid #ccc;
    height: 22px;
}

.controle-alfabeto .input-group-addon .material-symbols-outlined {
    width: 13px;
    height: 13px;
    font-size: 13px;
    line-height: 13px;
}

.controle-alfabeto a.limpar {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.dica-clique {
    color: red;
    display: none;
}

.destaque-link-publico {
    background-color: #fcf8e3;
    padding: 0 0 20px;
    margin-top: 13px;
    border-radius: 12px;
}

body.app .aplicacao {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.aplicacao-lista {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    margin-right: -20px;
    flex-grow: 1;
}

.aplicacao-lista .aplicacao-content {
    margin-top: 18px;
    margin-bottom: 0;
}

.aplicacao-lista .content {
    overflow: auto;
    margin-top: -18px;
}

.aplicacao-lista #tables {
    display: flex;
}

.aplicacao-lista #tables .table-responsive {
    flex-grow: 1;
    padding-top: 18px;
    position: relative;
    overflow-y: hidden;
    min-width: 340px;
}

.aplicacao-lista #tables .table-responsive.oculta { 
    flex-grow: initial;
    min-width: 0;
    max-width: 0;
}

.aplicacao-lista #tables .table-responsive.vazia {
    flex: none;
    width: 50px;
    min-width: 50px !important;
    min-height: 320px;
    background-color: #efefef;
    border: 2px dotted #b3b3b3;
    border-radius: 4px;
}

.aplicacao-lista #tables .table-responsive.with-scroll .scroll {
    content: '';
    width: 26px;
    height: 50px;
    position: absolute;
    z-index: 9;
    top: 35%;
    background-repeat: no-repeat;
    display: none;
    cursor: pointer;
}

.aplicacao-lista #tables .table-responsive.with-scroll.with-scroll-left .scroll.scroll-left {
    left: 0;
    background-image: url('imagens/table-resp-left.svg');
    background-position-x: left;
    display: block;
}

.aplicacao-lista #tables .table-responsive.with-scroll.with-scroll-right .scroll.scroll-right {
    right: 0;
    background-image: url('imagens/table-resp-right.svg');
    background-position-x: right;
    display: block;
}

.aplicacao-lista #tables .table-responsive .btn-iniciar-carga {
    position: absolute;
    top: 288px;
    left: 23px;
    transform: rotate(-90deg);
    transform-origin: left;
    width: 300px;
    text-align: right;
}

.aplicacao-lista #tables .table-responsive .top-fix {
    position: absolute;
    top: 18px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
}

.aplicacao-lista #tables .table-responsive .top-fix th {
    background-color: #FFF;
}

.aplicacao-lista #tables .table-responsive th {
    position: relative;
}

.aplicacao-lista #tables .table-responsive th .resumos {
    position: absolute;
    top: -19px;
    left: 3px;
    right: 3px;
    font-size: 10px;
    background-image: linear-gradient(#ebebeb, white);
    text-align: center;
    padding: 2px;
    border-radius: 3px 3px 0 0;
}

.aplicacao-lista #tables .table-responsive th.sel .resumos {
    display: flex;
    justify-content: center;
    gap: 3px;
    min-width: 90%;
    width: max-content;
    z-index: 1;
    padding-right: 4px;
}

.aplicacao-lista #tables .table-responsive th.sel .resumos #sels-checkeds {
    display: none;
}

.aplicacao-lista #tables .table-responsive th .resumos .progress {
    position: relative;
    margin: 0;
    height: 14px;
    box-shadow: none;
    background: none;
}

.aplicacao-lista #tables .table-responsive th .resumos .progress .progress-bar {
    font-size: inherit;
    line-height: inherit;
}

.aplicacao-lista #tables .table-responsive th .resumos .progress .legenda {
    position: absolute;
    width: 100%;
    left: 0;
}

.aplicacao-lista #tables .table-responsive th .resumos span.sim {
    color: #5cb85c;
}

.aplicacao-lista #tables .table-responsive th .resumos span.nao {
    color: #d9534f;
}

.aplicacao-lista #tables .table-responsive th .resumos span.talvez {
    color: #f0ad4e;
}

.aplicacao-lista #tables .table-responsive .top-fix th .resumos {
    display: none;
}

.aplicacao-lista table th .label {
    position: absolute;
    left: 9px;
    bottom: -2px;
    background-color: silver;
    color: black;
}

.aplicacao-lista #tables th.dado, .aplicacao-lista #tables td.dado {
    position: relative;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aplicacao-lista .sel {
    width: 39px;
    min-width: 39px;
    text-align: center;
}

.aplicacao-lista .sel input {
    margin: 0;
}

.aplicacao-lista a.btn-th {
    position: absolute;
    top: 11px;
    right: 5px;
    border: none;
    color: #9f9f9f;
}

.aplicacao-lista th.nome {
    min-width: 255px;
}

.aplicacao-lista th.nome .acoes-lote {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #babef5, white);
    padding: 8px;
    display: none;
}

.aplicacao-lista th.nome .acoes-lote .btn {
    font-size: 10px;
    padding: 3px 7px;
}

.aplicacao-lista th.doc {
    width: 140px;
    min-width: 140px;
}

.aplicacao-lista th.email {
    min-width: 95px;
}

.aplicacao-lista.certificados th.email {
    min-width: 205px;
}

.aplicacao-lista td.nome .pcPresenca {
    display: inline-block;
    background-color: silver;
    padding: 1px 5px;
    font-size: 11px;
    border-radius: 3px;
    margin-left: -55px;
    margin-right: 5px;
    width: 47px;
    text-align: center;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
}

.aplicacao-lista td.nome:hover .pcPresenca, .aplicacao-lista.certificados  td.nome .pcPresenca {
    margin-left: 0;
}

.aplicacao-lista td.nome .tags {
    position: absolute;
    bottom: -17px;
}

.aplicacao-lista td.nome .tags.fixed {
    position: fixed;
    z-index: 1;
}

.aplicacao-lista td.nome .tags .label-default {
    background-color: #789ac9;
}

.aplicacao-lista #presencas th, .aplicacao-lista #presencas td {
    width: 125px;
    min-width: 125px;
}

.aplicacao-lista #presencas:not(.grande) {
    flex-grow: 0 !important;
    min-width: fit-content !important;
}

.aplicacao-lista #presencas.grande {
    min-width: 340px !important;
}

.aplicacao-lista #presencas td {
    cursor: default;
    text-align: center;
}

.aplicacao-lista #presencas .passado {
    background-color: rgba(233, 233, 233, 0.57);
}

.aplicacao-lista #presencas .hoje {
    background-color: rgba(207, 227, 208, 0.57);
}

.aplicacao-lista #presencas .btn-group-sm>.btn, .btn-sm {
    padding: 4px 6px;
    margin: -4px 0;
}

.aplicacao-lista tr.linha.hover {
    background-color: #e4e5f9;
    cursor: pointer;
}

.aplicacao .certificados form.form-inline, .aplicacao .certificados p.small {
	text-align: center;
}

.aplicacao .anuncio {
    padding: 26px;
    margin-top: 50px;
    border-radius: 25px;
    background-color: #fcf8e3;
    border: 3px dotted #ffa700;
    text-align: center;
}

.aplicacao .anuncio h3 {
    margin-top: 0;
}

.politica-termos, .meus-eventos, .aplicacao, .alterar-conta, .busca-participante, .carrinho, .faq, .docsApi {
    background-color: #FFF;
    margin-top: 30px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 20px 20px #FFF;
}

.login, .criar-conta, .recuperar-senha, .meus-eventos, .aplicacao, .faq, .docsApi {
    min-height: 70vh;
}

p.chamada-tutorial {
    background-color: #eaeaea;
    padding: 5px 10px;
    border-radius: 5px;
}

p.chamada-tutorial a span {
    color: red;
}

.busca-participante form {
    margin-bottom: 15px;
    text-align: right;
}

.busca-participante form .form-group, .busca-participante form .form-group input {
    width: 210px;
}

.busca-participante a {
    cursor: pointer;
}

@keyframes waggle {
    0% {
      transform: none;
    }
    50% {
      transform: rotateZ(-20deg) scale(1.2);
    }
    60% {
      transform: rotateZ(25deg) scale(1.2);
    }
    67.5% {
      transform: rotateZ(-15deg) scale(1.2);
    }
    75% {
      transform: rotateZ(15deg) scale(1.2);
    }
    82.5% {
      transform: rotateZ(-12deg) scale(1.2);
    }
    85% {
      transform: rotateZ(0) scale(1.2);
    }
    100% {
      transform: rotateZ(0) scale(1);
    }
}

@media screen and (max-width : 1199px) {

    .home .chamada-home {    
        padding-bottom: 220px;
    }

    .home .recursos-adicionais .recurso {
        width: 46%;
    }

    .home .recursos-adicionais .recurso p {
        text-align: center;
    }

    .planos #intro .recurso {
        width: 43%;
    }

    .planos #intro .recurso p {
        text-align: center;
    }

    .carrinho #form-carrinho .col-md-2:first-of-type, .carrinho #form-carrinho .col-md-2:last-of-type {
        display: none;
    }

    .carrinho #form-carrinho .col-md-6 {
        width: 75%;
    }

    .carrinho #form-carrinho .col-md-2 {
        width: 25%;
    }

}

@media screen and (max-width : 991px) {

    .home .chamada-home {    
        padding-bottom: 176px;
    }

    .home .beneficios .beneficio {
        width: 46%;
    }

    .home .blogs .blog {
        width: 46%;
    }

    .home .como-funciona .passo {
        width: 46%;
    }

    .home .como-funciona .passo p {
        text-align: center;
    }  

    .home .como-funciona .tutorial {
        width: 46%;
    }

    .footer .col-md-7 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer .col-md-7 br {
        display: none;
    }

    .alterar-conta .saldo-premium p.small {
        margin-top: 15px;
    }

    .plugin #intro h1 {
        font-size: 40px;
    }

    .planos #intro h1 {
        font-size: 40px;
    }

    .planos #tabela-planos {
        padding: 30px;
    }

    .aplicacao .btn-group-justified {
        display: flex;
        flex-wrap: wrap;
    }

    .aplicacao .btn-group-justified>.btn-group {
        width: 48%;
        margin: 1%;
        flex-grow: 1;
    }

    .aplicacao .btn-group-justified .btn-group.order1-sm {
        order: 1;
    }

    .aplicacao .btn-group-justified .btn-group.order2-sm {
        order: 2;
    }

    .aplicacao .btn-group-justified .btn-group.order3-sm {
        order: 3;
    }

    .aplicacao .btn-group-justified .btn-group.order4-sm {
        order: 4;
    }

    .aplicacao .btn-group-justified .btn-group.order5-sm {
        order: 5;
    }

    .aplicacao .btn-group-justified>.btn-group a {
        border-radius: 5px !important;
    }

    .aplicacao .coluna-2 {
        margin-top: 50px;
    }

    .meus-eventos .eventos .evento {
        width: 100%;
        margin: 3% 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .meus-eventos .eventos .evento .capa, .meus-eventos .eventos .evento .dados {
        width: 100% !important;
    }

}

@media screen and (max-width : 830px) {

    .ads-sem-assinatura {
        display: none;
    }

    .ads-sem-assinatura.mobile {
        display: block;
    }

    .controle-alfabeto {
        grid-template-columns: 27px 1fr;
    }
    .controle-alfabeto .icon-filtros {
        grid-area: 1;
    }

    .controle-alfabeto select {
        display: none !important;
    }

    .controle-alfabeto ul.pagination {
        display: none;
    }

    .top-aplicacao #acoes {
        margin-top: auto;
        margin-bottom: -23px;
    }

    .top-aplicacao #acoes .material-symbols-outlined {
        width: 13px;
        height: 13px;
        font-size: 13px;
        line-height: 13px;
    }

    .top-aplicacao #acoes .btn-aplicacao {
        padding: 5px 8px;
        height: auto;
    }

    .top-aplicacao #form-busca-evento span.material-symbols-outlined {
        top: 6px;
        left: 6px;
    }

    .top-aplicacao #form-busca-evento input {
        width: 190px;
        padding: 2px 25px 1px;
        font-size: 14px;
    }

    .top-aplicacao #form-busca-evento a.limpar {
        top: 4px;
        right: 4px;
        font-size: 14px;
    }
    
}

@media screen and (max-width : 790px) {

    .carrinho #form-carrinho .row {
        display: initial;
    }

    .carrinho #form-carrinho label h3 {
        margin: 0 0 15px 0;
    }

    .carrinho #form-carrinho label span.glyphicon {
        display: none;
    }

    .carrinho #form-carrinho .col-md-6, .carrinho #form-carrinho .col-md-2 {
        width: 100%;
    }

}

@media screen and (max-width : 767px) {

    .info-dica {
        display: none;
    }

    .planos #tabela-planos table.table-desktop {
        display: none;
    }

    .planos #tabela-planos table.table-mobile {
        display: inline-table;
    }

    .alterar-conta .header-historico {
        display: block;
    }

    form#select-modelo .modelo p {
        font-size: 12px;
    }

    body.app .top-aplicacao {
        padding-right: 20px;
    }

    body.app .top-aplicacao .row {
        display: flex;
    }

    body.app .aplicacao {
        padding-left: 20px !important;
    }

    body.app .aplicacao .aplicacao-lista {
        background-color: #FFF;
        margin-right: 0;
    }

    body.app .aplicacao .aplicacao-lista #tables .table-responsive {
        min-width: fit-content;
    }

    body.app .aplicacao .aplicacao-lista #presencas:not(.oculta) {
        min-width: 248px !important;
    }

    body.app .aplicacao .aplicacao-lista #presencas:not(.grande):not(.oculta) {
        min-width: 130px !important;
    }

}

@media screen and (max-width: 660px) {

    .navbar .acao .btn.btn-assinaturas {
        display: none;
    }

    .home .exemplos .conteudo {
        width: 46%;
    }
    
    .aplicacao #arquivos-evento {
        padding: 30px 0 0 0;       
    }

    .aplicacao #arquivos-evento #links-arquivos {
        flex-direction: column;
    }

    .aplicacao #arquivos-evento #links-arquivos .link-arquivo {
        transform: scale(0.6);
    }

    .aplicacao #form-arquivo-evento {
        display: block;
        overflow: hidden;
    }

    .carrinho #form-carrinho {
        padding: 15px;
    }

}

@media screen and (max-width : 600px) {

    .dropdown-menu-left-mobile {
        right: auto !important;
        left: 0 !important;
    }

    .home .chamada-home, .home .beneficios, .home .blogs, .home .exemplos, .home .como-funciona {
        padding: 30px;
    }

    .home .chamada-home {    
        padding-bottom: 144px;
    }

    .home .chamada-home h1 {
        font-size: 48px;
    }

    .home .chamada-home h2, .home .beneficios h2, .home .blogs h2, .home .exemplos h2, .home .como-funciona h2, .home .recursos-adicionais h2 {
        font-size: 33px;
    }

    .home .beneficios, .home .blogs, .home .exemplos, .home .como-funciona, .home .recursos-adicionais {
        padding: 50px 0;
    }

    .home .beneficios .beneficio, .home .blogs .blog, .home .como-funciona .passo, .home .recursos-adicionais .recurso {
        width: 100%;
    }

    .home .como-funciona .tutorial {
        width: initial;
    }

    .planos #intro h1 {
        font-size: 30px;
        margin: 30px 0;
    }

    .planos #intro h2 {
        font-size: 21px;
        margin: 30px 0;
    }

    .planos #intro .recurso {
        width: 100%;
    }
    
    .politica-termos, .aplicacao, .alterar-conta, .busca-participante, .carrinho, .sucesso, .faq, .docsApi {
        padding: inherit;
    }

    .aplicacao .btn-group-justified>.btn-group .btn-lg {
        font-size: 15px !important;
    }

}

@media screen and (max-width : 580px) {

    .navbar img {
        margin: 0 auto;
    }

    .navbar .container .row {
        display: block;
        text-align: center;
    }

    .navbar .col {
        width: 100%;
    }

    .navbar .acao {
        justify-content: center;
        margin-top: 15px;
    }    

    body.app .navbar .acao {
        display: none;
    }

    body.app .top-aplicacao .row {
        flex-direction: column;
        align-items: center;
    }

    body.app .top-aplicacao .row .col-xs-8, body.app .top-aplicacao .row .col-xs-4 {
        width: 100%;
    }

    body.app .top-aplicacao .controle-alfabeto {
        display: none;
    }

    body.app .top-aplicacao #acoes {
        margin-bottom: auto;
    }
    
}

@media screen and (max-width : 550px) {

    .modal-footer .acoes .secundarias {
        opacity: 0;
        width: 0;
    }

    .form-conta.customizacoes h2 #logo-empresa {
        display: none;
    }  
    
    .alterar-conta ul.nav.nav-tabs {    
        display: none;
    }   

}

@media screen and (max-width : 450px) {

    .home .chamada-home, .home .como-funciona {
        padding: 30px 15px 60px;
    }

    .home .educacao {
        padding: 0;
        margin: 0;
    }

    .plugin .como-funciona {
        padding: 30px 15px 60px;
    }

    .aplicacao .btn-group-justified>.btn-group {
        width: 100%;
        margin: 1% 0;
    }
    
}

@media screen and (max-width : 400px) {
    
    .navbar .container {
        display: block;
    }

    .home .chamada-home h1 {
        font-size: 40px;
    }

    .home .chamada-home h2 {
        font-size: 25px;
    }

    .top-aplicacao #form-busca-evento {
        display: none;
    }
    
}