header {
    background-color: #EEF5F3;
    padding: 0px 0 162px;
}
a:hover {
    color: #00b987;
}
a, button:not(#cancelar-exclusao), input, textarea, select, span, a div, #menu-fixo, .foto-perfil label, img {
  -webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
body {
    background-color: #F6FBF9;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    color: #404841;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Plus Jakarta Sans", "Arial", "Helvetica", sans-serif;
    color: #034833;
    font-weight: 700;
        margin-bottom: 20px;
}
body:has(.aviso-anuidade) {
    padding-top: 60px;
}
.aviso-login-grande {
    background-color: #ffb40d;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0px 0px 25px #0000000D;
    width: 290px;
    margin: 20px auto 20px;
    padding: 20px;
    color: #533b06;
    font-size: 15px;
}

.aviso-login-grande > :last-child {
    margin: 0;
}
.obter-anuidade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffb40d;
    text-align: center;
    padding: 8px;
    z-index: 10;
}
.obter-anuidade a {
    background-color: #fff;
    padding: 6px 12px;
    color: #9b6f0c;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
}
.anuidade-expirada {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e81010;
    text-align: center;
    padding: 8px;
}
.anuidade-expirada a {
    background-color: #fff;
    padding: 6px 12px;
    color: #e81010;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
}
.anuidade-expirando {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #00b9f1;
    text-align: center;
    padding: 8px;
}
.anuidade-expirando a {
    background-color: #fff;
    padding: 6px 12px;
    color: #50728b;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
}
.aviso-anuidade p {
    margin: 0;
}
.aviso-anuidade {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.aviso-anuidade a {
    font-size: 14px;
}

.aviso-anuidade a:hover {
    opacity: 0.75;
}
a:hover {text-decoration: none;}
a.botao {
color: #748983;
border: 1px solid #748983;
text-transform: uppercase;
font-size: 15px;
line-height: 16px;
font-weight: 400;
padding: 7px 10px;
border-radius: 9px;
}
.botao + .botao {margin-left: 18px;}
.barra-topo {background-color: #E4EFEC;padding: 25px 0;margin: 0 0 8px;}

.barra-topo img {
    width: 180px;
    max-width: 100%;
}

.barra-topo a.botao {
    font-size: 14px;
    padding: 6px 12px;
}

.barra-topo a.botao:not(.escuro) {
    border-color: #c7d3d0;
}

.barra-topo .botao + .botao {
    margin: 0 0 0 6px;
}
.botao.escuro {background-color: #007051;
color: #fefefe;
border-color: #007051;}
.topo {
    background-color: #43534E;
    padding: 18px 18px 18px 120px;
    color: #fff;
    border-radius: 30px 30px 0 0;
    margin: -76px 0 0;
}
.topo.adm {background-color: #007051;}
ul.sub .bloco {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    background-color: #F6FBF9;
    padding: 12px;
    margin: 0;
    border: 0;
}

ul.sub .bloco a {
    font-size: 14px;
}

ul.sub .bloco a:not(:hover) {
    color: #034833;
}

ul.sub {
    position: absolute;
    z-index: 10;
    padding: 10px 0 0 0!important;
    width: 230px;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.topo.adm ul li {
    position: relative;
    width: max-content;
    margin: 0 0 0 auto;
}

.topo.adm ul li > a {
    background-color: #034833;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-flex
;
    column-gap: 10px;
}
.topo.adm ul li > a img {
    width: 20px;
}
.topo.adm ul li:hover > .sub {
    opacity: 1;
    pointer-events: all;
}

.topo.adm ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.conteudo {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 30px 30px;
        /*max-height: 700px;*/
}

.painel {
    box-shadow: 0px 0px 20px #0000000F;
    border-radius: 30px;
}

.bloco {
    border: 1px solid #D5D5D5;
    border-radius: 15px;
    padding: 0 10px 20px 20px;
}
.conteudo-bloco {
    height: calc(100% - 14px);
    overflow: auto;
    padding-right: 10px;
}
div::-webkit-scrollbar {
  width: 6px;
}
div::-webkit-scrollbar-track {
  background: #C7D8D3;
  border-radius: 6px;
}
div::-webkit-scrollbar-thumb {
  background: #819B94;
  border-radius: 6px;
}
div::-webkit-scrollbar-thumb:hover {
  background: #43534E;
}
.bloco + .bloco {margin-top: 45px;}
.bloco > h4 {
    color: #007051;
    font-size: 15px;
    line-height: 16px;
    margin: -9px 0 12px;    
}
.bloco > h4 div {
    display: inline-block;
    background-color: #fff;
    padding: 0 8px;
}
.campo-anexo, input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), textarea {
    background-color: #F5F5F5;
    border-radius: 9px;
    border: 1px solid #DEDEDE;
    padding: 4px 2px 4px 12px;
    width: 100%;
    font-size: 14px;
}
input:not([type="submit"]) {
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
}
label {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
label + [type="submit"] {
    margin: 10px 0 0;
}
#nome-arquivo {float: left;}
.campo-anexo {text-align: right;cursor: pointer;}
.campo-anexo span {
    background-color: #D9D9D9;
    border-radius: 6px;
    color: #43534E;
    font-size: 14px;
    padding: 4px 26px;
}

[type="submit"] {
    background-color: #007051;
    border: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 9px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    padding: 6px 20px;
}
:is(#cadastro-associado, #atualizar-senha, #cadastrar-conteudo, #atualizar-livro-adm, #comunicados, #atualizar-trabalho-adm) [type="submit"] {
    text-align: center;
    text-transform: uppercase;
    width: auto;
    min-width: 180px;
    margin: 30px 0 0;
    border: 0;
    display: block;
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 18px;
}
:is(#cadastro-associado, #atualizar-senha, #cadastrar-conteudo, #atualizar-livro-adm, #comunicados, #atualizar-trabalho-adm) [type="submit"]:not(:hover) {background-color: #E3F2E3;color: #43534E;}
:is(#cadastro-associado, #atualizar-senha, #cadastrar-conteudo, #atualizar-livro-adm, #comunicados, #atualizar-trabalho-adm) label [name] {margin-top: 4px;}
:is(#cadastro-associado, #atualizar-senha, #cadastrar-conteudo, #atualizar-livro-adm, #comunicados, #atualizar-trabalho-adm) label {margin-top: 20px;}
:is(#cadastro-associado, #atualizar-senha, #cadastrar-conteudo, #atualizar-livro-adm, #comunicados, #atualizar-trabalho-adm) :is(.campo-anexo, input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])) {
    background-color: #F5F5F5;
    border: 1px solid #DEDEDE;
    border-radius: 25px;
    font-size: 17px;
    line-height: 22px;
    color: #034833;
    padding: 8px 14px;
    width: 100%;
}
:is(#cadastro-associado, #atualizar-senha, #cadastrar-conteudo, #atualizar-livro-adm, #comunicados, #atualizar-trabalho-adm) .campo-anexo span {
        border-radius: 50em;
}
label + label {
    margin-top: 4px!important;
}
[disabled] {
    pointer-events: none;
    opacity: 0.5;
}
progress {
    border: 0;
    height: 3px;
    display: block;
}
progress[value]::-webkit-progress-bar {
  background-color: #e1e1e1;
}
footer {
font-size: 11px;
    line-height: 14px;
    margin: 15px 0 30px;
}
.status-progresso {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    display: block;
}
.sucesso {
    background-color: #EBEBEB;
    border-radius: 9px;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
    border-left: 3px solid #00b987;
    margin: 20px 0 0;
}
.aguarde {
    background-color: #EBEBEB;
    border-radius: 9px;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
    border-left: 3px solid #ffb205;
    margin: 20px 0 0;
    color: #333;
}
.erro {
    background-color: #EBEBEB;
    border-radius: 9px;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
    border-left: 3px solid #F10649;
    margin: 20px 0 0;
}
.item {
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    color: unset;
    padding: 12px 0 0 0;
    display: flex;
    margin: 0 0 12px;
    column-gap: 10px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.item + .item, .item-lista + .item-lista {
    border-top: 1px solid #D5D5D5;
}
.item-lista {
    display: flex;
}
h3 {
    color: #007051;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin: 30px 0 10px;
}
a.carteirinha {
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    background-color: #667E76;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 9px;
    text-align: center;
}

a.carteirinha img {
    margin: 0 6px 0 0;
    vertical-align: text-top;
}
.dados-usuario img {
    width: 86px;
    height: 113px;
    border-radius: 12px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    object-fit: cover;
}

.dados-usuario {
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin: 0;
}
.dados-usuario h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #034833;
}

.dados-usuario h2::before {
    content: '';
    width: 22px;
    height: 22px;
    opacity: 0.5;
    background-color: #39B54A;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    margin: 0px -2px 0 0;
    flex: none;
    vertical-align: sub;
}

.dados-usuario h2 + p {
    color: #506852;
    font-size: 11px;
    margin: 0 0 0 20px;
}
button {
    border: 0;
    background-color: transparent;
    padding: 0;
}
.fechar {
    flex: 0 0 20px;
    font-size: 12px;
}

img {
    max-width: 100%;
}
button#excluir-conta {
    background-color: #43534E;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    padding: 8px 16px 11px;
    border-radius: 9px;
}

button#cancelar-exclusao {
    color: #F10649;
    border: 1px solid #F10649;
    font-size: 14px;
    line-height: 17px;
    padding: 8px 16px 11px;
    border-radius: 9px;
    width: 100%;
}
button#cancelar-exclusao:hover {
    background-color: #F10649;
    color: #fff;
}
div#confirmar {
    margin: 10px 10px 60px;
}
input[type="radio"] {
    margin: 0 8px 0 8px;
    position: relative;
}
input[type="radio"]::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F5F5F5;
    border: 1px solid #DEDEDE;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
input[type="radio"]:checked::after {
    content: '';
    background-color: #00b987;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}
input[type="checkbox"] {
    margin: 0 8px 0 8px;
    position: relative;
}
input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F5F5F5;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
input[type="checkbox"]:checked::after {
    content: ' \2714';
    color: #00b987;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
}
.arquivo {
    background-color: #ECF1EF;
    color: unset;
    display: block;
    padding: 8px 16px;
    border-radius: 6px;
    display: flex;
    column-gap: 6px;
    align-items: baseline;
}

.arquivo + .arquivo {
    margin: 10px 0 0;
}
th {padding: 14px 12px;width: 240px;max-width: 240px;color: #586D59;font-size: 15px;line-height: 16px;}
th.coluna-menor {width: 50px;}
table .botao-linha {font-size: 10px;}
th[data-tipo-filtro="status"] {width: 90px;}
th[data-tipo-filtro*="data"] {width: 120px;}
table {width: 100%;border-radius: 6px;overflow: hidden;}
tbody tr:nth-child(odd) {background-color: #EFF9F1;}
tbody tr:nth-child(even) {background-color: #F6FCF8;}
td {padding: 8px 12px;font-size: 15px;}
tbody td {
    font-size: 13px;
}
th[data-filtro]::after {content: '';display: inline-block;width: 10px;    vertical-align: text-top;height: 20px;margin: 2px 0 0 5px;background: transparent url('img/filtro.svg') center center no-repeat;background-size: 100%;}
th[data-filtro="DESC"]::after {background-image: url(img/filtro-desc.svg);}
th[data-filtro="ASC"]::after {background-image: url(img/filtro-asc.svg);}
th[data-filtro] {cursor: pointer;}
.indicador-status {width: 50px;height: 8px;max-width: 100%;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.bloco #nivel_cadastro-trocar-ajax option::first-child {display: none!important;}
.bloco-contador {
    font-size: 23px;
    padding: 13px 16px;
    border-radius: 13px;
    border: 1px solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}

.numeros span {
    display: block;
    font-size: 45px;
    font-weight: 700;
    line-height: 40px;
}

.opcoes a {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    border-radius: 9px;
    padding: 6px 12px;
    margin: 10px 0 0;
}
.opcoes a:hover {
    opacity: 0.75;
}
.opcoes {
    text-align: right;
}
.adimplentes {
    background-color: #DDEBF2;
    border-color: #ACD4D4;
    color: #50728B;
}
.adimplentes a {
    background-color: #50728B;
}

.inadimplentes {
    background-color: #F2DDDD;
    border-color: #F5BCBC;
    color: #BE3434;
}

.inadimplentes a {
    background-color: #E59696;
}

.cadastrados {
    background-color: #ECF1EF;
    border-color: transparent;
    color: #007051;
}

.cadastrados a {
    background-color: #43534E;
}
.botao-claro {
    background-color: #E3F2E3;
    display: block;
    border-radius: 6px;
    color: #43534E;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 18px;
}
.botao-claro:hover, .botao-claro.ativa {
  background-color: #00b987;
  color: #fff!important;
}
.botao-claro + .botao-claro {
    margin-top: 10px;
}
.indicador-status {
    width: 50px;
    height: 8px;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.azul {background-color: #00B9F1;}
.vermelho {background-color: #F22C2C;}
.cinza {background-color: #86ABC7;}
.legenda {
    color: #007051;
    font-size: 9px;
    text-transform: uppercase;
    margin: 30px 0 10px;
}

span.legenda-indicador {
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    padding: 4px 12px;
    margin: 0 0 0 6px;
}
thead {
    background-color: #E6F2E9;
}
table button, table a:not([download]) {
    border: 0;
    background-color: #DFE9E1;
    color: #506852;
    border-radius: 50em;
    font-weight: 500;
    font-size: 12px;
    padding: 2px 12px;
}

table button:hover, table a:not([download]):hover {
    background-color: #00B987;
    color: #fff;
}

button.cancelar {
    border-color: #F22C2C;
    color: #F22C2C;
}

button.cancelar:hover {
    background-color: #F22C2C;
    color: #fff;
}
.bloqueado {
    pointer-events: none;
    opacity: 0.3;
}
.foto-perfil label {
    position: absolute;
    margin: 0;
    width: 30px;
    height: 30px;
    top: 4px;
    right: 4px;
    opacity: 0;
}

.foto-perfil {
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    bottom: 0;
}
.foto-perfil label:hover img {
    opacity: 0.75;
}
.foto-perfil label img {
    width: 100%;
    clip-path: unset;
    height: auto;
        cursor: pointer;
}

.foto-perfil:hover label {
    opacity: 1;
}
.titulo-pagina h1 {
    color: #E3F2E3;
    font-size: 22px;
    padding: 0;
    margin: 0;
}

.nome-usuario {
    margin: -120px 0 0;
}
.paginacao button {
    font-size: 18px;
    color: #508B60;
    font-weight: 500;
    border: 1px solid #598B50;
    border-radius: 3px;
    padding: 1px 8px;
}

.paginacao button.current, .paginacao button:hover {
    background-color: #508B60;
    color: #fff;
}

form#selecionar-pagina input {
    border-radius: 3px;
}

form#selecionar-pagina {
    float: right;
    margin: 30px 0 0;
    display: none!important;
}
.login {padding: 120px 0;    color: #007051;}
.produtos {
    font-size: 21px;
    color: unset;
    display: flex;
    justify-content: space-between;
    padding: 10px;
        align-items: flex-start;
}

.produtos div {
    background-color: #C7D8D3;
    display: inline-block;
    padding: 6px 16px;
    font-size: 15px;
    border-radius: 6px;
}

.produtos + a {
    border-top: 1px solid #c7d8d3;
}
.item-produto {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-produto h2 {
    font-size: 18px;
    color: #034833;
    margin: 0;
}

.item-produto .botoes {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.item-produto + .item-produto {
    border-top: 1px solid #c7d8d3;
}

.item-produto {
    padding: 10px 0;
}
.botoes a {
    background-color: #C7D8D3;
    display: inline-block;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    color: #034833;
    padding: 6px 12px;
}
.botoes a:hover {
    background-color: #007051;
    color: #fff;
}
.bloco.degrade {
    background: linear-gradient(to bottom, #ffffff 67%,#efefef 100%);
}
.form-login {
    padding: 32px 27px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 25px #0000000D;
    width: 290px;
    margin: 10px auto 20px;
}
.login img {
    margin: 0 0 30px;
}

.login [type="submit"] {
    background-color: #00B987;
}

.login input {
    border-radius: 25px!important;
    border: 0!important;
}

.login a {
    color: #00B987;
}
.aviso-login {
    text-align: center;
    width: fit-content;
    margin: auto;
}
[type="submit"]:hover {
    background-color: #00b987;
}

a.botao:hover, .botao.ativa {
    background-color: #007051;
color: #fefefe;
border: #007051 1px solid;
}

header a.botao:hover, header .botao.ativa {
    background-color: #00B987;
color: #fefefe;
border-color: #00B987!important;
}

.botao.escuro:hover {
    background-color: #00B987;
}

a.carteirinha:hover {
    background-color: #00b987;
}

.produtos div:hover {
    background-color: #00b987;
    color: #fff;
}

.campo-anexo span:hover {
    background-color: #c1c1c1;
}
.arquivo:hover {
    background-color: #d4dbd8;
    color: unset;
}
#lista-livros {
    max-height: 130px;
    overflow: auto;
        padding-right: 10px;
}
/*.bootstrap-table {
    max-height: 480px;
    overflow: auto;
}*/
select {
    -webkit-appearance: none !important;
    background-color: #fff;
    border: 1px solid #D5D5D5;
    padding: 6px 40px 6px 12px;
    color: #9B9FA2;
    font-size: 15px;
    border-radius: 9px;
    width: 100%;
    cursor: pointer;
}
.personalizado {
    position: relative;
}

.personalizado::after {
    content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: transparent url('img/select.svg') center center no-repeat;
    background-size: 100%;
    pointer-events: none;
}
[id*="filtrar-tabela"] [type="submit"]:not(:hover) {
    background-color: #E3F2E3;
    color: #43534E;
}
[id*="filtrar-tabela"] :is(input, select) {
    height: 40px;
    text-transform: uppercase;
}
[id*="filtrar-tabela"] + #atualizar-tabela-ajax {
    margin-top: 45px;
}
[name="pesquisa"] {
    width: calc(100% - 190px)!important;
    margin: 0 10px 0 0;
}

[name="pesquisa"] + * {
    width: 120px!important;
}
.barra-fixa {
    background-color: #007051;
    top: 0;
    position: fixed;
    padding: 15px;
    z-index: 90;
    width: 100%;
}
img.logo {
    max-height: 45px;
}
.barra-fixa img {
    margin: 0;
}
.opcoes-menu > * {
    width: 50px;
    max-height: 50px;
    background-color: #00B987;
    border-radius: 6px;
    display: inline-block;
    padding: 8px;
}

.opcoes-menu > * img {
    filter: grayscale(1) brightness(5);
    width: 100%;
    vertical-align: sub;
    margin: 0;
}

.opcoes-menu {
    display: flex;
    column-gap: 8px;
    align-items: center;
    justify-content: end;
}
#menu-fixo {
    background-color: #034833;
    z-index: 100;
    position: fixed;
    right: 0;
    top: 0;
    padding: 20px;
    border-radius: 20px 0 0 20px;
    width: calc(100% - 80px);
    text-align: left;
    transform: translateX(100%);
}
.menu-aberto {
    transform: translateX(0)!important;
}
#menu-fixo a {
    display: block;
    background-color: #003726;
    color: #fff;
    border: 0;
    font-size: 13px;
    padding: 8px 12px;
    text-align: right;
    margin: 4px 0 0!important;
}

.menu-gestao .bloco {
    border: 0;
    padding: 0;
}
.bootstrap-table {
    overflow: auto;
}
.menu-gestao .bloco h4 {
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 0 0 4px 0;
    font-weight: 400;
}

.menu-gestao .bloco h4 div {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;
}
#menu-fixo .escuro {
    background-color: #001C13;
    display: inline-block;
    float: right;
}

.menu-gestao {
    margin: 0 0 35px;
}
.menu-gestao .bloco {
    display: block!important;
}
#menu-fixo button {
    background-color: #00B987;
    color: #fff;
    border-radius: 6px;
    padding: 4px 12px;
    margin: 0 0 20px;
    font-size: 12px;
}

.pagamento {
    background-color: #efefef;
    border-radius: 12px;
    padding: 12px 20px;
}
.pagamento a {
    background-color: #C7D8D3;
    display: inline-block;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    color: #034833;
    padding: 6px 12px;
    margin: 10px 0 0;
}
.pagamento a:hover {
    background-color: #007051;
    color: #fff;
}
.pagamento + .pagamento {
    margin: 10px 0 0;
}

.pagamento h2 {
    font-size: 18px;
}

.pagamento p span {
    display: inline-block;
    font-size: 14px;
    margin: 0 30px 0 0;
    line-height: 14px;
}

.pagamento p {
    margin: 0;
    line-height: 19px;
}

.bloco a.botao {
    color: #596b65;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    padding: 7px 10px;
    background: #dae7e3;
    border-radius: 6px;
    margin-top: 10px;
    border: 0;
}
.bloco a.botao:hover {
    background: #c8d7d2;
}
.verificar {
    border-color: red!important;
}
input.verificar::before {
    border-color: red !important;
}
footer a {
    color: #00B987;
}
:is(.apagar-livro, .apagar-trabalho, .apagar-conteudo, .apagar-curriculo, .apagar-especialidade):hover {
    background-color: #d57474;
}
[id*="atualizar-tabela"] {
    margin-top: 35px;
}
@media screen and (min-width: 1260px) {
    .container {        max-width: 1200px;}
}
@media screen and (max-width: 1260px) and (min-width: 992px) {
  a.carteirinha {
    font-size: 12px;
    line-height: 18px;
}
a.carteirinha img {
    width: 20px;
}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    header a.botao {
        font-size: 12px;
        margin: 0 0 0 5px!important;
        padding: 11px 10px;
    }

    .bloco-contador {
        font-size: 13px;
    }

    .numeros span {
        font-size: 26px;
        line-height: 26px;
    }

    .opcoes {
        width: 60px;
        text-align: center;
    }

    .opcoes a {
        font-size: 11px;
        line-height: 14px;
    }

    .botao-claro {
        font-size: 11px;
        padding: 6px;
    }

    .produtos {
        font-size: 16px;
        padding: 10px 0;
    }
    [type="submit"] {
        font-size: 12px;
        line-height: 22px;
        padding: 6px 14px;
    }
    button#excluir-conta {
        padding: 6px;
        font-size: 12px;
        line-height: 15px;
    }
a.carteirinha {
    font-size: 10px;
    line-height: 12px;
    padding: 6px 10px;
}
a.carteirinha img {
    width: 18px;
}
}
@media screen and (max-width: 767px) {
    header {
        text-align: center;
    }

    header .botao {
        font-size: 12px;
        display: block;
        margin: 8px 0 0!important;
        text-align: center;
        padding: 4px 12px;
    }

    .dados-usuario h2 {
        font-size: 18px;
    }

    .dados-usuario h2::before {
        width: 20px;
        height: 20px;
        margin: 0;
    }

    .dados-usuario h2 + p {
        margin: 0;
        font-size: 12px;
    }

    .dados-usuario img {
        height: 125px;
    }

    a.carteirinha {
        font-size: 12px;
        padding: 4px 11px;
    }

    a.carteirinha img {
        width: 18px;
    }

    .bloco.degrade {
        margin: 45px 0 0;
                padding: 0 6px 0 6px;
    }

    .produtos {
               font-size: 14px;
        line-height: 14px;
        column-gap: 10px;
    }

    .produtos div {
               font-size: 10px;
        text-transform: uppercase;
        padding: 4px 8px;
        border-radius: 3px;
    }

    .bloco {
        height: auto;
        margin-top: 45px;
        max-height: max-content;
    }
    .row > :first-child > .bloco, aside > :first-child {
        margin-top: 0;
    }
    footer {
        font-size: 12px;
        line-height: 16px;
    }

    header img {
        margin: 0 0  30px;
    }
    aside {margin-top: 45px;}
    form[id*="filtrar-"] .col-12 {
        margin-top: 10px;
    }

    .conteudo {
        padding: 15px;
    }
    .conteudo > .row > [class*="col-"] {
        padding: 2px;
    }

    .conteudo > .row {
        margin-left: -2px;
        margin-right: -2px;
    }

    .bloco-contador {
        padding: 4px;
        text-align: center;
        display: block;
        font-size: 11px;
        line-height: 13px;
        border-radius: 8px;
    }

    .numeros span {
        font-size: 22px;
        line-height: 24px;
    }

    .opcoes img {
        display: none;
    }

    .opcoes a {
        font-size: 9px;
        border-radius: 6px;
        padding: 2px 8px;
        text-align: center;
        margin: 5px 0 0;
    }
    .topo {
        margin: -80px 0 0;
    }
    [name="pesquisa"] {
        width: calc(100% - 135px) !important;
    }
    [name="pesquisa"]:not(:has(+ input)) {
        width: 100%!important;
    }
    body:has(.aviso-anuidade) .barra-fixa {
        top: 106px;
    }

    .aviso-anuidade {
        display: block;
    }

    .aviso-anuidade a {
        margin: 10px 0 0;
        display: inline-block;
    }

    body:has(.aviso-anuidade) {
        padding-top: 120px;
    }
    .nome-usuario {
        margin: -85px 0 0;
    }

    .titulo-pagina {
        margin: 0 0 10px;
    }

    .conteudo h2 {
        font-size: 24px;
    }
    .titulo-pagina h1 {
        font-size: 16px;
    }
    .foto-perfil {
        top: -60px;
    }
}