.fundo-tema {
    background-color: #ebebec !important;
}

#navbarPrincipal.navbar-collapse .navbar-sidenav>.nav-item .sidenav-second-level>li>a:focus,
#navbarPrincipal.navbar-collapse .navbar-sidenav>.nav-item .sidenav-second-level>li>a:hover,
#navbarPrincipal.navbar-collapse .navbar-sidenav>.nav-item .sidenav-third-level>li>a:focus,
#navbarPrincipal.navbar-collapse .navbar-sidenav>.nav-item .sidenav-third-level>li>a:hover {
    color: #f9f9f9;
    background-color: #2e363f !important;
}

.bg-primary {
    background-color: #FFC20E !important;
    /*background-color: #0D426B !important;*/
}

body {
    color: #343d46;
    background-color: #141414;
}

.content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f5f3f0;
    /*background-color: #dedede;*/
    /*background-color: #e4e4e4;*/
}

.container-fluid {
    padding-bottom: 3.5rem !important;
    /*padding-right: 1rem;*/
    /*padding-left: .4rem;*/
    padding-right: .5rem;
    padding-left: .5rem;
}

/* ========================= Resumo Postagem (versão clara) ========================= */
.resumo-postagem-card {
    position: fixed;
    right: 5.5rem;
    bottom: 2.2rem;
    width: 20.5rem;
    max-width: calc(100vw - 2rem);
    background: #ffffff;
    color: #2c2c2c;
    border-radius: 0.8rem;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.25);
    z-index: 1040;
    /* acima de modais pequenos e flutuantes do app */
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.resumo-postagem-card.collapsed .rp-body {
    display: none;
}

.resumo-postagem-card .rp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0.8rem;
    background: #343d46;
    color: #f8f9fa;
    cursor: move;
    /* indica que é arrastável */
    user-select: none;
    /* evita seleção de texto durante o arraste */
    -webkit-user-select: none;
    -ms-user-select: none;
    touch-action: none;
    /* melhora gesto de arrastar em touch */
}

.resumo-postagem-card .rp-title {
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.resumo-postagem-card .rp-toggle {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: none;
    background: #dedede;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resumo-postagem-card .rp-toggle i {
    color: #333;
    font-size: 1.1rem;
    line-height: 1;
}

.resumo-postagem-card .rp-body {
    padding: 0.8rem;
    background: #ffffff;
}


.resumo-postagem-card .rp-section {
    border-radius: 0.8rem;
    background-color: #f8f9fa;
    padding: 0.4rem 0.8rem;
    margin: 0rem -0.2rem 0.6rem -0.4rem;
}

.resumo-postagem-card .rp-section:last-child {
    margin-bottom: 0;
}

.resumo-postagem-card .rp-section-title {
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
    color: #0d426b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.resumo-postagem-card .rp-line {
    font-size: 0.82rem;
}

.resumo-postagem-card .rp-label {
    color: #555;
    font-weight: 600;
}

.resumo-postagem-card .rp-value {
    color: #222;
}

.resumo-postagem-card .rp-badge {
    display: inline-block;
    margin-top: 0.25rem;
    padding: 0.12rem 0.4rem;
    background: #f1f3f5;
    color: #495057;
    border-radius: 0.5rem;
    font-size: 0.72rem;
    font-weight: 600;
}

/* Quando a badge estiver no título, manter na mesma linha, à direita */
.resumo-postagem-card .rp-section-title .rp-badge {
    margin-top: 0;
    /* remove o deslocamento para baixo */
    margin-right: 14rem;
    /* garante alinhamento à direita se faltar espaço */
}

.card-body-enderecamento-completo {
    background-color: #ebebec;
}

@media (max-width: 480px) {
    .resumo-postagem-card {
        right: 5.5rem;
        bottom: 2.1rem;
        width: calc(100vw - 10rem);
    }
}

/* ======================= Fim Resumo Postagem (claro) ======================= */

div#tela-inicial.card {
    margin: 0 !important;
    padding: 0;
    width: 100% !important;
    border: 0;
    box-shadow: none;
    /* height: 100% !important; */
    /* min-height: 41rem !important; */
    min-height: calc(100vh - 3.5rem - 5.6875rem);
    background-color: transparent;
}

#sticky-footer {
    white-space: nowrap;
    /* background            : red; */
    /* width                 : 6.25rem; */
    /* width                 : 100% !important; */
    /* width                 : calc(100% - 3.4375rem) !important; */
    transition: height 300ms;
    background-color: #343d46;
}

#sticky-footer.is-active {
    height: 31.25rem !important;
    transition: height 300ms;
}

/* tira o absolute do footer e ajusta só com flex */
footer.sticky-footer {
    position: absolute;
    margin-top: auto;
    /* “empurra” pro fim da coluna */
    width: 100%;
    height: 3.5rem;
    background-color: #F5F3F0;
    line-height: 1.625rem;
}

.card-header-console-log {
    /* padding: 0rem 0rem; */
    margin-bottom: 0;
    /*background-color: #343d46;*/
    /*background-color: #242424;*/
    background-color: #f5f3f0;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, .125);
}

a.text-primary:focus,
a.text-primary:hover {
    color: #062842 !important;
}

.bg-secondary {
    background-color: #FFC20E !important;
    /*background-color: #0D426B !important;*/
}

.bg-success {
    background-color: #0083ca !important;
}

.bg-info {
    background-color: #1da4ec !important;
}

.bg-warning {
    background-color: #FFD400 !important;
}

.bg-danger {
    background-color: #b01524 !important;
}

.bg-bege-escuro {
    background-color: #d3cbc6 !important;
}

a.bg-bege-escuro:focus,
a.bg-bege-escuro:hover {
    background-color: #bdb6b2 !important;
}

.bg-bege-claro {
    background-color: #f7f3f0 !important;
}

.bg-bege-cinza {
    background-color: #bdb4ab !important;
}

.bg-cinza-escuro {
    background-color: #5d6369 !important;
}

.bg-cinza-escuro-dark {
    background-color: #222222 !important;
}

a.bg-cinza-escuro:focus,
a.bg-cinza-escuro:hover {
    background-color: #43474b !important;
}

.bg-dark-bs {
    background-color: #343a40 !important;
}

a.bg-dark-bs:focus,
a.bg-dark-bs:hover {
    background-color: #1d2124 !important;
}

.bg-cinza-claro {
    background-color: #ebebec !important;
}

.bg-cinza {
    background-color: #e9ecef !important;
}

a.bg-secondary-bs:focus,
a.bg-secondary-bs:hover {
    background-color: #6c757d !important;
}

.bg-item-postagem {
    background-color: #00416B !important;
    border-color: #00416B !important;
}

.bg-item-postagem a {
    border: 0;
}

.bg-item-postagem>a:focus {
    border: 0.0625rem;
    border-color: #ffba00;
}

.bg-item-carta {
    background-color: #ffba00 !important;
    /*FFBF14*/
    border-color: #ffba00 !important;
    color: #f8f8f9;
}

.bg-item-carta:hover {
    background-color: #f9aa33 !important;
    /*FFBF14*/
    border-color: #f9aa33 !important;
    color: #f8f8f9;
}

.bg-item-carta>a:hover {
    border: 0.0625rem;
    border-color: #ac8008;
}

.bg-item-postagem-a-faturar {
    background-color: #708080 !important;
    /*807569 202C52 708080 E95420 E88709 7B8381 243f57 2f568a 768a74*/
    border-color: #708080 !important;
}

.bg-item-postagem-a-faturar a {
    border: 0;
}

.bg-item-postagem-a-faturar>a:hover {
    border: 0.0625rem;
    border-color: #ffba00;
}

.bg-item-postagem-a-faturar>a:focus {
    border: 0.0625rem;
    border-color: #ffba00 !important;
}

.bg-item-servicos {
    background-color: #FFBF14;
}

.bg-item-postagem-contrast {
    background-color: #03A9F4;
}

.bg-item-produtos {
    background-color: #0083CA;
    border-color: #0083CA;
}

.bg-item-produtos-contrast {
    background-color: #05DAF5 !important;
    /*color         : #444!important;*/
}

.bg-item-servicos-contrast {
    background-color: #F8F9FA !important;
}

.bg-item {
    background-color: #092C47 !important;
}

.bg-item-contrast {
    background-color: #FFFFFF !important;
}

.bg-card-theme {
    background-color: #f2f2f3 !important;
    /*background-color: #efefef !important;;*/
}

.text-blue {
    color: #0d426b !important;
}

.text-success {
    color: #036DA7 !important;
}

.text-primary {
    color: #0D426B !important;
}

.text-amarelo-correios {
    color: #ffba00 !important;
}

a.text-amarelo-correios:focus,
a.text-amarelo-correios:hover {
    color: #F9AA33 !important;
}

.text-amarelo-correios2 {
    color: #F9AA33 !important;
}

a.text-amarelo-correios2:focus,
a.text-amarelo-correios2:hover {
    color: #c67802 !important;
}

a:hover {
    color: inherit !important;
}

.text-danger {
    color: #b01524 !important;
}

.text-bege-claro {
    color: #f7f3f0 !important;
}

a.text-bege-claro:focus,
a.text-bege-claro:hover {
    color: #dedad8 !important;
}

.text-gelo {
    color: #f3f5f0 !important;
}

a.text-gelo:focus,
a.text-gelo:hover {
    color: #dedad8 !important;
}

.text-bege-cinza {
    color: #bdb4ab !important;
}

a.text-bege-cinza:focus,
a.text-bege-cinza:hover {
    color: #aaa299 !important;
}

.text-laranja {
    color: #f69721 !important;
}

a.text-laranja:focus,
a.text-laranja:hover {
    color: #dd871d !important;
}

.text-azul-claro {
    color: #0083ca !important;
}

a.text-azul-claro:focus,
a.text-azul-claro:hover {
    color: #0062cc !important;
}

.text-azul-correios {
    color: #00416b !important;
}

a.text-azul-correios:focus,
a.text-azul-correios:hover {
    color: #105e96 !important;
}

.text-azul-auxiliar {
    color: #3d6788 !important;
}

.text-azul-auxiliar:hover {
    color: #365c7a;
}

.text-light-blue {
    color: #3d6788 !important;
}

.text-light {
    color: #373e48 !important;
}

.text-darkblue {
    color: #003253 !important;
}

a.text-darkblue:focus,
a.text-darkblue:hover {
    color: #002d4a !important;
}

.text-confirmacao {
    color: #587441 !important;
}

i.text-confirmacao:hover {
    color: #455E31 !important;
}

i.text-confirmacao:focus {
    color: #587441 !important;
    border: 0.125rem solid #455E31;
}

.text-alternativo {
    color: #807569 !important;
}

i.text-alternativo:hover {
    color: #52473B !important;
}

i.text-alternativo:focus {
    color: #807569 !important;
    border: 0.125rem solid #52473B;
}

.text-alternativo-escuro {
    color: #5e5e5e !important;
}

.label-remetente {
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
    color: #195479;
}

.label-destinatario {
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
    color: #195479;
}

.label-objeto {
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
    color: #195479;
}

.text-remetente {
    font-weight: 600;
    line-height: 1.5;
    font-size: 0.8125rem;
    color: #647a90;
}

.text-destinatario {
    font-weight: 600;
    line-height: 1.5;
    font-size: 0.8125rem;
    color: #647a90;
}

.text-objeto {
    /* font-weight: 600; */
    line-height: 1.5;
    font-size: 0.8125rem;
    color: #343d46;
}

.alert-total {
    font-size: 0.85em !important;
    /* font-weight  : 600; */
    background-color: #365c7a;
    /*3f5666 344955 515151 c5c6c7 636363*/
    color: #eaeaeb;
    padding: 0.5rem;
    margin: 0rem 0rem 0rem 0rem;
    /*line-height   : -0.3rem;
    padding         : 0.4rem;
    margin-left     : -0.4rem;
    margin-right    : -1.1rem;
    margin-top      : 0.2rem;*/
    min-height: 2.8rem;
    /* font-family  : "Roboto Slab", sans-serif; */
    /* box-shadow   : 0.0625rem 0.0625rem 0 0 #3d6788; */
}

.cifrao-total-servico {
    font-weight: 600 !important;
    line-height: 1.5 !important;
    font-size: 0.8rem !important;
    color: #cccccc;
    /* margin  : 0.4rem 0.5rem 0rem 0rem; */
}

.valor-total-servico {
    font-weight: 600;
    margin: 0.4rem 0.5rem 0rem 0rem;
    line-height: 1.5;
    font-size: 1rem !important;
    color: #ffba00;
    /*eaeaeb 4b6473*/
}

#navbarColor02 {
    color: #1c7430;
}

#navbarColor01 {
    color: #0d426b;
}

.bg-dark {
    background-color: #343a40 !important;
}

.btn.disabled,
.btn:disabled {
    opacity: .85;
    /*opacity: 100; */
}

.btn-warning {
    color: #111;
    background-color: #F5D928;
    border-color: #F5D928;
}

.btn-amarelo-correios {
    color: #fff !important;
    background-color: #f9aa33 !important;
    box-shadow: 0.0625rem 0.0625rem 0 0 #BF9626;
}

.btn-amarelo-correios:hover {
    color: #fff !important;
    background-color: #E6A800 !important;
    box-shadow: 0.0625rem 0.0625rem 0 0 #E6A800;
}

.btn-marrom {
    color: #fff !important;
    background-color: #5e5e5e !important;
    /*box-shadow: 0.0625rem 0.0625rem 0 0 #94897c;*/
}

.btn-marrom:hover {
    color: #fff !important;
    background-color: #948a7d !important;
    box-shadow: 0.0625rem 0.0625rem 0 0 #343d46;
}

.btn-marrom-claro {
    color: #fff !important;
    background-color: #948a7d !important;
    box-shadow: 0.0625rem 0.0625rem 0 0 #94897c;
}

.btn-marrom-claro:hover {
    color: #fff !important;
    background-color: #5e5e5e !important;
    box-shadow: 0.0625rem 0.0625rem 0 0 #343d46;
}


.btn-primary2 {
    color: #f8f8f9;
    background-color: #F9AA33;
    border-color: #F9AA33;
}

.btn-primary2:hover {
    color: #f8f8f9;
    background-color: #c67802;
    border-color: #c67802;
}

/* .btn-primary {
    color           : #ffffff !important;
    background-color: #00416b;
    border-color    : #00416b;
    border-width    : 0;
}

.btn-primary:hover {
    color           : #fff;
    background-color: #0c3a5e;
    border-color    : #0c3a5e;

}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 66, 107, 0.54);
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color           : #fff;
    background-color: #0c3a5e;
    border-color    : #0c3a5e;
    box-shadow      : 0.0625rem 0.0625rem 0 0 #365c7a;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #3d6788 !important;
    border-color    : #3d6788 !important;
    box-shadow      : 0.0625rem 0.0625rem 0 0 #182936;
}

.btn-primary.disabled:hover {
    color           : #fff;
    background-color: #0D426B;
    border-color    : #0D426B;
} */

.btn-azul-auxiliar {
    color: #fff !important;
    background-color: #3d6788;
    /*006698*/
    border-color: #3d6788;
}

.btn-azul-auxiliar:active {
    border-width: .5rem;
}

.btn-azul-auxiliar:hover {
    color: #fff;
    background-color: #365c7a;
    border-color: #365c7a;
}

.btn-azul-auxiliar:focus,
.btn-azul-auxiliar.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 66, 107, 0.54)
}

.btn-azul-auxiliar:not([disabled]):not(.disabled):active,
.btn-azul-auxiliar:not([disabled]):not(.disabled).active,
.show>.btn-azul-auxiliar.dropdown-toggle {
    color: #fff;
    background-color: #00416b;
    /*#08527f*/
    border-color: #00416b;
    box-shadow: 0 0 0 0.2rem rgba(13, 66, 107, 0.54)
}

.btn-azul-auxiliar.disabled,
.btn-azul-auxiliar:disabled {
    background-color: #3d6788;
    border-color: #3d6788;
}

.btn-azul-auxiliar.disabled:hover {
    color: #fff;
    background-color: #365c7a;
    border-color: #365c7a;
}

.btn-outline-primary {
    color: #092C47;
    /* background-color: transparent; */
    /* background-image: none; */
    border-color: #092C47;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3d6788;
    /*092C47 005b88*/
    border-color: #3d6788;
    /*092C47*/
}

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0d426b;
    /*0c3a5e*/
    border-color: #0d426b;
    /*0c3a5e*/
    box-shadow: 0 0 0 0.2rem rgba(13, 66, 107, 0.54)
}

.btn-sombra {
    border-width: 0;
    border-color: inherit !important;
    background-color: inherit;
    box-shadow: 0.0625rem 0.0625rem 0 0 #9a9ea3;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343d46;
}

.btn-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #3c3b3b;
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #3c3b3b;
    border-color: #353535;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}

.btn-secondary {
    /*0d426b*/
    border-width: 0;
    color: #6B737C !important;
    border-color: #c5c6c7 !important;
    background-color: #d2d2d3;
    box-shadow: 0.0625rem 0.0625rem 0 0 #9a9ea3;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #c5c6c7;
    border-color: #c5c6c7;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #d2d3d4;
    border-color: #d2d3d4;
}

.btn-secondary.disabled:hover {
    color: #0d426b;
    background-color: #c5c6c7;
    border-color: #c5c6c7;
}

.btn-outline-secondary {
    color: #c5c6c7;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}

.btn-outline-secondary:hover {
    color: #0d426b;
    background-color: #c5c6c7;
    border-color: #c5c6c7;
}

.btn-success {
    color: #fff;
    background-color: #0083ca;
    border-color: #0083ca;
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0083ca;
    border-color: #0083ca;
    box-shadow: 0 0 0 0.2rem rgba(0, 131, 202, 0.56);
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 131, 202, 0.56)
}

.btn-success:hover {
    color: #fff;
    background-color: #036DA7;
    border-color: #036DA7;
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #036DA7;
    border-color: #036DA7;
    box-shadow: 0 0 0 0.2rem rgba(0, 131, 202, 0.56);
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #0083ca;
    border-color: #0083ca;
}

.btn-success.disabled:hover {
    color: #fff;
    background-color: #036DA7;
    border-color: #036DA7;
}

.btn-outline-success {
    color: #036DA7;
    background-color: transparent;
    background-image: none;
    border-color: #036DA7;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #036DA7;
    border-color: #036DA7;
}

.btn-info {
    color: #fff;
    background-color: #1da4ec;
    border-color: #1da4ec;
}

.btn-info:hover {
    color: #fff;
    background-color: #007bbe;
    border-color: #007bbe;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 164, 236, 0.50)
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007bbe;
    border-color: #007bbe;
    box-shadow: 0 0 0 0.2rem rgba(29, 164, 236, 0.50)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #1da4ec;
    border-color: #1da4ec;
}

.btn-info.disabled:hover {
    color: #fff;
    background-color: #007bbe;
    border-color: #007bbe;
}

.btn-outline-info {
    color: #007bbe;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #007bbe;
    border-color: #007bbe;
}

.btn-warning {
    color: #0d426b;
    background-color: #FFEB3B;
    border-color: #FFEB3B;
}

.btn-warning:hover {
    color: #0d426b;
    background-color: #f5d928;
    border-color: #f5d928;
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #FFEB3B;
    border-color: #FFEB3B;
}

.btn-warning.disabled:hover {
    color: #0d426b;
    background-color: #f5d928;
    border-color: #f5d928;
}

.btn-outline-warning {
    color: #FFC20E;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #0d426b;
    background-color: #f5d928;
    border-color: #f5d928;
}

.btn-danger {
    color: #fff;
    background-color: #dc4415;
    border-color: #dc4415;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ce390b;
    border-color: #ce390b;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc4415;
    border-color: #dc4415;
}

.btn-danger.disabled:hover {
    color: #fff;
    background-color: #ce390b;
    border-color: #ce390b;
}

.btn-outline-danger {
    color: #ce390b;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ce390b;
    border-color: #ce390b;
}

.btn-alternativo-ativo {
    font-size: 1rem !important;
    line-height: 1.6rem;
    background-color: #373e48 !important;
    color: #f8f8f9 !important;
    border-color: #0000;
}

.btn-alternativo {
    /* padding-top  : 0.8rem; */
    /* font-size: 1rem !important; */
    line-height: 1.6rem;
    background-color: #898a8b !important;
    /*807569 5F666D 767d85 dadbdb BDB4AB*/
    color: #f8f8f9 !important;
    border-color: transparent;
}

.btn-alternativo:hover {
    background-color: #767677 !important;
    /*665d54 4f555a 767d85 cccece 807569 807569*/
    color: #ebebec;
    opacity: 0.95;
}

.btn-alternativo:focus,
.btn-alternativo.focus {
    background-color: #646363 !important;
    /*665d54 5F666D 767d85*/
    box-shadow: 0 0 0 0.2rem rgb(218, 219, 219);
    opacity: 0.85;
}

.btn-alternativo.disabled,
.btn-alternativo:disabled {
    background-color: #777878;
    border-color: #777878;
}

.btn-alternativo:not([disabled]):not(.disabled):active,
.btn-alternativo:not([disabled]):not(.disabled).active,
.show>.btn-alternativo.dropdown-toggle {
    color: #f8f8f9;
    /*6B737C ffbc00 373E48*/
    background-color: #777878 !important;
    /*545a60 8e9298 5E646C b7b9b9*/
    border-color: transparent;
    opacity: .85;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-confirmacao {
    /* padding-top  : 0.8rem; */
    font-size: 1rem !important;
    line-height: 1.6rem;
    background-color: #587441 !important;
    /*807569 5F666D 767d85 dadbdb BDB4AB*/
    color: #f8f8f9 !important;
    border-color: transparent;
}

.btn-confirmacao:hover {
    background-color: #455E31 !important;
    /*665d54 4f555a 767d85 cccece 807569 807569*/
    color: #ebebec;
    opacity: 0.95;
}

.btn-confirmacao:focus,
.btn-confirmacao.focus {
    background-color: #587441 !important;
    /*665d54 5F666D 767d85*/
    border: 0.125rem solid #455E31;
    /*box-shadow    : 0 0 0 0.2rem rgb(218, 219, 219);*/
    /*opacity       : 0.85;*/
}

.btn-outline-marrom {
    color: #5e5e5e;
    /* background-color: transparent; */
    /* background-image: none; */
    border-color: #5e5e5e;
}

.btn-outline-marrom:hover {
    color: #fff;
    background-color: #948a7d;
    /*092C47 005b88*/
    border-color: #948a7d;
    /*092C47*/
}

.btn-outline-marrom:not([disabled]):not(.disabled):active,
.btn-outline-marrom:not([disabled]):not(.disabled).active,
.show>.btn-outline-marrom.dropdown-toggle {
    color: #fff;
    background-color: #5e5e5e;
    /*0c3a5e*/
    border-color: #5e5e5e;
    /*0c3a5e*/
    box-shadow: 0 0 0 0.2rem #948a7d;
}

/*.btn-confirmacao.disabled, .btn-confirmacao:disabled {
    background-color: #777878;
    border-color    : #777878;
}*/

/*.btn-confirmacao:not([disabled]):not(.disabled):active, .btn-confirmacao:not([disabled]):not(.disabled).active,
.show > .btn-confirmacao.dropdown-toggle {
    color           : #f8f8f9;
    background-color: #777878 !important;
    border-color    : transparent;
    opacity         : .85;
    box-shadow      : 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}*/

.card.bg-primary {
    background-color: #092C47 !important;

}

.card.border-primary {
    border-color: #092C47 !important;
}

.card.bg-secondary {
    background-color: #d2d3d4 !important;
}

.card.bg-success {
    background-color: #036DA7 !important;
}

.card.bg-danger {
    background-color: #ce390b !important;
}

.card.bg-warning {
    background-color: #FFC20E !important;
}

.card.bg-info {
    background-color: #1da4ec !important;
}

button.navbar-toggler {
    border: none;
    outline: none;
    padding: 0rem 0rem 0rem 0rem !important;
}

.dropdown-header {
    padding: 0.5rem 8.5rem 0.8rem 0.5rem;
}

.dropdown-footer {
    padding: 0.4rem 0 0 0;
}

.dropdown-divider-no-margin {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 0.0625rem solid #e9ecef;
}

.divider {
    height: 0;
    overflow: hidden;
    margin: 0.5rem 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d426b;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff !important;
    background-color: #0d426b;
    border-color: #0d426b;
}

.badge-primary {
    color: #fff;
    background-color: #0d426b;
}

.badge-secondary {
    color: #000;
    background-color: #d2d3d4;
}

.badge-success {
    color: #fff;
    background-color: #0083ca;
}

.badge-danger {
    color: #fff;
    background-color: #b01524 !important;
}

.text-danger {
    color: #b01524;
}

.badge-warning {
    color: #000;
    background-color: #FFEB3B;
}

.badge-amarelo-correios {
    color: #111;
    background-color: #FFD400;
}

.badge-info {
    color: #fff;
    background-color: #1da4ec;
}

.progress-bar {
    color: #fff;
    background-color: #0d426b;
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #0d426b;
    color: #fff;
}

.table-hover .table-primary:hover {
    background-color: #092c47;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #092c47;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d2d3d4;
}

.table-hover .table-secondary:hover {
    background-color: #b8b8b9;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #b8b8b9;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #0083ca;
}

.table-hover .table-success:hover {
    background-color: #036da7;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #036da7;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #dc4415;
}

.table-hover .table-danger:hover {
    background-color: #c13105;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #c13105;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #FFEB3B;
}

.table-hover .table-warning:hover {
    background-color: #f5d928;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #f5d928;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #1da4ec;
}

.table-hover .table-info:hover {
    background-color: #0075b4;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #0075b4;
}

/*.form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {*/
/*border-color                                         : #0083ca;*/
/*}*/

/*.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {*/
/*box-shadow                  : 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
/*border-color                : #80bdff;*/
/*}*/

/*.valid-feedback {*/
/*display   : none;*/
/*margin-top: .25rem;*/
/*font-size : .875rem;*/
/*color     : #0083ca;*/
/*}*/

.form-control {
    /*display: block;*/
    /*width  : 100%;*/
    /* height: 2.6875rem; */
    /*padding: 0.625rem 1.125rem;*/
    font-size: 1rem;
    /*0.9375rem*/
    /*line-height  : 1.42857143;*/
    /*color        : #333333;*/
    border-radius: 0;
    /* border-radius: 1.6rem; */
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(134, 142, 150, 0.34);
    border: 0.0625rem solid #d2d3d4;
}

.sem-sombra {
    box-shadow: none !important;
}

.alert-warning {
    color: #856404;
    background-color: #FFEB3B;
    border-color: #ecda33;
}

.alert-warning .alert-link {
    color: #533f03;
    text-decoration: none;
}

.alert-danger {
    color: #ffffff;
    background-color: #dc4415;
    border-color: #dc4415;
}

.alert-danger .alert-link {
    color: #eae5e5;
    text-decoration: none;
}

.alert-primary {
    color: #004085;
    background-color: #0d426b;
    border-color: #093252;
    color: #ffffff;
}

.alert-primary .alert-link {
    color: #eae5e5;
    text-decoration: none;
}

.alert-success {
    background-color: #0083ca;
    border-color: #0083ca;
    color: #ffffff;
}

.alert-success .alert-link {
    color: #eae5e5;
    text-decoration: none;
}

.alert-info {
    background-color: #1da4ec;
    border-color: #1da4ec;
    color: #ffffff;
}

.alert-info .alert-link {
    color: #eae5e5;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d426b;
    border-color: #0a3556;
}

.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item:last-child {
    border-radius: 0;
}

.custom-select:focus {
    border-color: #0d426b;
    /*outline   : none;*/
}

a {
    /* color                      : #092C47 !important; */
    text-decoration: none !important;
    /*background-color            : transparent;*/
    /*-webkit-text-decoration-skip: objects;*/
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #e9ecef;
    /* background-color: transparent !important; */
    background-clip: border-box;
    border: transparent;
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
    /*box-shadow: 0 0.375rem 1.25rem -0.25rem rgb(0 0 0 / 20%);*/
    box-shadow: 0.25rem 0.25rem 0.5rem -0.375rem rgb(0 0 0 / 20%);
    /* padding        : 0.625rem; */
}

.tamanho-card-botoes-inicio {
    max-width: 14.4rem;
    min-height: 9.5rem;
    border-radius: 0.6rem;
}

.tamanho-card-botoes-inicio .card-footer {
    border-top: 0;
    padding: 0rem 0rem 0 1rem !important;
    text-align: start;
}

.list-group-item:first-child {
    /*border-top-left-radius : 0;*/
    /*border-top-right-radius: 0;*/
    /* border-right          : 0; */
    /* border-left           : 0; */
    /* border-top            : 1rem; */
    /* border-bottom         : 0; */
    border-radius: 0;
}

.no-border {
    border: 0;
}

.no-radius {
    border-radius: 0;
}

.flex-grow {
    flex: 1 0 auto;
}

.control-label {
    padding-bottom: 0.125rem;
    margin-top: 0.125rem;
}

.col-form-label {
    padding-bottom: 0.125rem;
    /* margin-top : 0; */
}

.modal-content {
    border-radius: 0.625rem !important;
}

.modal-header {
    border-radius: 0.625rem !important;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified .btn,
.btn-group-justified .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified .btn .btn,
.btn-group-justified .btn-group .btn {
    width: 100%;
}

.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
    left: auto;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #e0ab18 !important;
}

.list-group-carrinho {
    padding-right: 0;
}

.list-group-item-carrinho {
    position: relative;
    display: block;
    padding: 0.5em 0.5em 0 0.5em;
    margin-bottom: 0.25rem;
    background-color: #fff;
    border: 0.0625rem solid rgba(0, 0, 0, .125);
}

.accordion {
    margin-left: 0;
}

.btn-identificadores {
    /* width: 100%;
    height: 6rem; */
    min-width: 12rem !important;
    max-width: 20rem !important;
    height: 5.3rem;
    padding: 1rem 0rem 0rem 0rem;
    margin: 0rem 0.3rem 0rem 0rem !important;
}

.btn-identificadores-sm {
    width: 36%;
    height: 2rem;
    margin-top: 0rem !important;
    /* padding: 1rem 0rem 0rem 0rem; */
}

.btn-footer-servico {
    height: 3.9375rem;
}

/* .modal-header {
    min-height: 5rem;
} */

.texto-temporizador-pix {
    font-size: 2rem;
}

.texto-ou-recebe-pix {
    font-size: 2rem;
}

.botao-pix-copia-cola {
    font-size: 4rem !important;
}

.div-codigo-gerado-pelo-atendente-identificador {
    font-size: 1.2rem;
}

.codigo-gerado-pelo-atendente-identificador {
    font-size: 3rem;
    max-width: 12rem;
    text-align: center;
}

.codigo-pix {
    font-size: 3rem !important;
    /* max-width: 12rem; */
    /* text-align: center; */
}

#divExtratoAgencia {
    height: 100%;
    margin-right: -0.4rem;
}

.texto-tipo-servico {
    font-size: 0.9rem;
}

.sombra:hover {
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
    /*box-shadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,.1);*/
}

.sombra-escura:hover {
    box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.5);
}

.word-wrap {
    white-space: normal;
    /* vertical-align: baseline; */
    /* margin-bottom : 0.1875rem; */
    /* line-height: 1.3em; */
}

.altura-opces-remetente {
    height: 6.1rem;
    /* width  : 14rem; */
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
    overflow-y: hidden;
}

.icones-remetente {
    padding-top: 0.8rem;
    font-size: 1.1rem !important;
    background-color: #d2d2d3;
    /*efedea dedbd7 e3e0dd d6d8da dadbdb cdd0d3 006698 3d6788 cdd0d3 dadbdb*/
    color: #6B737C;
    /*f8f8f9 6B737C*/
    border-color: transparent;
    /* font-weight  : 600; */
    /* box-shadow   : 0.0625rem 0.0625rem 0 0 #6B737C; */
}

.icones-remetente:hover {
    background-color: #bdbdbd;
    /*D1CCC7 c1c4c9 cccece*/
    border-color: transparent;
    color: #6B737C;
    /* box-shadow: 0.0625rem 0.0625rem 0 0 #6B737C; */
}

.icones-remetente:focus,
.icones-remetente.focus {
    background-color: #dadbdb;
    box-shadow: 0 0 0 0.2rem rgb(218, 219, 219);
}

.icones-remetente.disabled,
.icones-remetente:disabled {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.icones-remetente:not([disabled]):not(.disabled):active,
.icones-remetente:not([disabled]):not(.disabled).active,
.show>.icones-remetente.dropdown-toggle {
    color: #ebebec;
    /*ebebec cdd0d3 ebebec dadbdb 60676f 6B737C ffbc00 373E48*/
    background-color: #373e48;
    /*bdbdbd c6bfb9 BDB4AB D1CCC7 87acc9 adb1b5 3d6788 336699  006698 3d6788 909398 8e9298 5E646C b7b9b9*/
    border-color: #373e48;
    /*bdbdbd c6bfb9 D1CCC7 adb1b5 3d6788 dadbdb*/
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    /* font-weight  : 600; */
    font-size: 0.8rem;
}

.icones-remetente-primary {
    padding-top: 0.8rem;
    font-size: 1.1rem !important;
    background-color: #d2d2d3;
    /*efedea dedbd7 e3e0dd d6d8da dadbdb cdd0d3 006698 3d6788 cdd0d3 dadbdb*/
    color: #6B737C;
    /*f8f8f9 6B737C*/
    border-color: transparent;
    font-weight: 600;
}

.icones-remetente-primary:hover {
    background-color: #bdbdbd;
    /*bdbdbdD1CCC7 c1c4c9 cccece*/
    color: #ebebec;
}

.icones-remetente-primary:focus,
.icones-remetente-primary.focus {
    background-color: #dadbdb;
    box-shadow: 0 0 0 0.2rem rgb(218, 219, 219);
}

.icones-remetente-primary.disabled,
.icones-remetente-primary:disabled {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.icones-remetente-primary:not([disabled]):not(.disabled):active,
.icones-remetente-primary:not([disabled]):not(.disabled).active,
.show>.icones-remetente-primary.dropdown-toggle {
    color: #ebebec;
    /*ebebec cdd0d3 ebebec dadbdb 60676f 6B737C ffbc00 373E48*/
    background-color: #3d6788;
    /*bdbdbd c6bfb9 BDB4AB D1CCC7 87acc9 adb1b5 3d6788 336699  006698 3d6788 909398 8e9298 5E646C b7b9b9*/
    border-color: #3d6788;
    /*bdbdbd c6bfb9 D1CCC7 adb1b5 3d6788 dadbdb*/
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    font-weight: 600;
    font-size: 0.8rem;
}

.titulo-pagina {
    padding: 0rem 0.5rem 0.5rem 1.3rem;
    font-weight: bold;
    font-size: 0.9rem;
    margin-top: 0.8rem;
    text-transform: uppercase;
}

.subtitulo-pagina {
    /* padding    : 0rem 0.5rem 0rem 0rem; */
    font-weight: normal;
    font-size: 0.85rem !important;
    /* line-height: 2rem; */
    text-transform: uppercase;
    /* border     : solid 0.0625rem red; */
    /* font-weight: 500; */
}

.spanIdAtendimento {
    color: #0D426B !important;
}

.texto-titulo-card {
    color: #6b737c !important;
}

a .card-body {
    text-decoration: none;
}

.card-telegrama {
    color: #3d6788 !important;
    background-color: #f2f2f3 !important;
    /*border-color: #e9ecef !important;*/
    /*box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);*/
    min-height: 2.5rem !important;
}

.bg-343434 {
    background-color: #343434 !important;
    /*ebebec 2D2F36*/
}

.azul6 {
    background-image: linear-gradient(to bottom, #16364A 0, #16364A 100%);
    background-repeat: repeat-x;
    border-color: #16364A;
    /* box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05) inset, 0 0.0625rem 0 rgba(255, 255, 255, 0.1); */
    color: #fff !important;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.card-escuro {
    /* background-color: #343a40; */
    color: #DFE0E1;
}

.b-escuro {
    background-color: #dbdcdd;
    /*dedede d6d6d6 c5c6c7 515151 9c9c9d*/
}

.i-escuro {
    color: #F9AA33;
}

.i-escuro-inverse {
    color: #FFFFFF;
    /*767677*/
}

.text-escuro {
    color: #343A40;
    margin-bottom: 0.125rem;
}

.text-secundario-escuro {
    color: #484D53;
    font-size: 1em;
    font-weight: 300;
}

.text-valor-escuro {
    color: #707579 !important;
    font-size: 1.2rem;
}

.btn-escuro {
    font-weight: 700 !important;
    color: #343a40 !important;
}

/*.btn-escuro:hover {
     background-color: #ca8925;
}*/

.nome-servico-adicional-escuro {
    font-size: 0.625rem !important;
    font-weight: 600;
    color: #929293;
}

.valor-servico-adicional-escuro {
    font-size: 0.625rem !important;
    font-weight: 600;
    color: #929293;
}

.label-cores-escuro {
    font-size: .85rem !important;
    font-weight: 600;
    text-align: center;
    /*line-height   : -0.3rem;*/
    background-color: #eceeef;
    /*515151 c5c6c7 636363*/
    color: #929293;
    padding: 0.4rem;
    margin: 0.25rem;
    padding: 0.3125rem;
}

.label-cores-escuro:hover {
    color: #ededed;
    background-color: #adb0b2;
    transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -webkit-transition: all .40s ease-in-out;
}

.label-cores-escuro:focus {
    box-shadow: 0 0 0 0.2rem #f8f9fa;
}

.label-cores-escuro i {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: #484d53;
    margin-top: 0.2em;
}

.label-cores-escuro i:hover {
    transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -webkit-transition: all .40s ease-in-out;
}

.label-cores-escuro-marcado {
    background-color: #343a40;
    /*939393 A3A191 777777*/
    color: #afafaf !important;
    /*5f5f5f f9aa33 f59c00*/
    font-size: 0.75625rem !important;
    font-weight: 600;
    text-align: center;
    padding: 0.4rem;
    margin-left: 0.2rem;
}

.label-cores-escuro-marcado i {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: #f9aa33;
    /*5f7481 f9aa33 f59c00*/
    margin-top: 0.2em;
    /* margin-left: 0.1em; */
}

.label-cores-escuro-marcado a {
    background-color: #777878;
}

.label-cores-escuro-marcado a:hover {
    background-color: #646363;
}

.card-claro {
    background-color: #F8F9FA;
    color: #343A40;
}

.b-claro {
    background-color: #F8F9FA;
}

.i-claro {
    color: #344955;
    /*365c7a 3f5666 344955*/
    /*color: #343A40;*/
}

.text-claro {
    color: #344955;
    /*787879*/
}

.footer-claro {
    background-color: #343A40;
    background-color: #344955;
    /*365c7a 3f5666 344955*/
    color: #f8f9fa;
    /*F8F9FA*/
    height: 4em !important;
}

.footer-claro:hover {
    background-color: #30526d;
    /*293a44*/
    color: #F8F9FA;
    font-weight: 700 !important;
    height: 4em;
}

.btn-claro {
    /*color: #F9AA33;*/
    /*f59c00*/
    background-color: #344955;
    color: #F8F9FA;
    margin: auto;
}

.btn-claro:hover {
    /*color: #F9AA33;*/
    /*f59c00*/
    background-color: #2e414c;
}

.label-cores-claro a {
    background-color: #d2d2d3;
}

.label-cores-laranja-claro {
    font-size: .8rem !important;
    font-weight: 600;
    text-align: center;
    background-color: #f9aa33;
    /*515151 c5c6c7 636363*/
    color: #647a90;
    padding: 0.4rem;
    /* margin-left: 0.2rem; */
    /* margin-top: 0.2rem; */
}

.label-cores-claro {
    font-size: .8rem !important;
    font-weight: 600;
    text-align: center;
    background-color: #ebebec;
    /*515151 c5c6c7 636363*/
    color: #647a90;
    padding: 0.4rem;
    margin-left: 0.2rem;
    margin-top: 0.2rem;
}

.label-cores-claro:hover {
    background-color: #e0e0e0;
    /*939393 A3A191 777777*/
    color: #5f7481 !important;
    /*5f5f5f f9aa33 f59c00*/
    transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -webkit-transition: all .40s ease-in-out;
}

.label-cores-claro:focus {
    box-shadow: 0 0 0 0.2rem #f8f9fa;
}

.label-cores-claro i {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: #3d6788;
    margin-top: 0.2em;
}

.label-cores-claro i:hover {
    transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -webkit-transition: all .40s ease-in-out;
}

.label-cores-claro-marcado {
    font-size: 0.9rem !important;
    font-weight: 600;
    text-align: center;
    background-color: #e0e0e0;
    /*c5c6c7*/
    color: #5f7481;
    padding: 0.4rem;
    margin-left: 0.2rem;
    margin-top: 0.2rem;
    border-color: #c7c2c2;
}

.label-cores-claro-marcado i {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: #f9aa33;
    margin-top: 0.2em;
    /* margin-left: 0.1em; */
}

.label-cores-claro-marcado a {
    background-color: #344955;
}

.label-cores-claro-marcado a:hover {
    background-color: #293a44;
}

.label-cores-claro a {
    background-color: #d2d2d3;
}

.i-marrom-escuro {
    color: #948a7d;
    /*365c7a 3f5666 344955*/
    /*color: #343A40;*/
}

.i-marrom-claro {
    color: #5e5e5e;
    /*365c7a 3f5666 344955*/
    /*color: #343A40;*/
}

.footer-escuro {
    padding: 0.7rem 0rem 0rem 0rem !important;
    background-color: #343a40;
    color: #bdbfc1 !important;
    font-weight: 700 !important;
    height: 3rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}

.footer-escuro:hover {
    background-color: #343a40;
    color: #bdbfc1 !important;
    font-weight: 700 !important;
    /* height: 3rem !important; */
}

.footer-marrom {
    background-color: #5e5e5e;
    color: #f8f9fa;
    height: 3rem !important;
}

.footer-marrom:hover {
    background-color: #948a7d;
    color: #F8F9FA;
    font-weight: 700 !important;
    /* height: 3rem !important; */
}

.custom-label {
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    color: #647a90;
}

.isync {
    color: #f9aa33 !important;
    line-height: 1.8rem;
    /* background-color: #365c7a; */
}

.tarifa-valor-declarado {
    margin-top: 0.125rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    /* color        : #647a90; */
    background-color: #365c7a;
    color: #eaeaeb;
    padding: 0.5rem;
    margin: 0rem 0rem 0rem 0rem;
    min-height: 3em;
    font-family: "Roboto Slab", sans-serif;
}

.cifrao {
    font-weight: 600;
    line-height: 1.5;
    font-size: 0.9rem;
    color: #373e47;
    /* margin  : 0.3rem 0rem 0rem 0rem; */
}

.cifrao-saldo {
    font-weight: 600;
    font-size: 0.8rem !important;
    color: #b5b9bd;
    padding-bottom: 0.125rem;
}

.pesquisa-geral-correiosatende {
    /* color: #343d46 !important; */
    color: #f8f8f9 !important;
}

.pesquisa-geral-correiosatende:focus {
    box-shadow: none;
    border: none;
}

.modal-content-micro-servico-atendimento-fora.modal-content {
    background-color: #000;
}

.texto-caixa-alta {
    font-size: 0.75rem !important;
    text-transform: uppercase;
}

#wrapper-mensagem-principal {
    position: fixed;
    /* display: block; */
    /* display: flex; */
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0 !important;
    /* position: absolute; */
    /* left: 0; */
    z-index: 9998;
    justify-content: flex-start;
    margin-top: 2.6rem;
}

#support-backdrop-filter {
    display: none;
    /* display: flex; */
    width: 100%;
    color: #343d46;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0%, 0%, 0);
    height: 100%;
    z-index: 9997;
    -webkit-backdrop-filter: grayscale() blur(0.625rem);
    backdrop-filter: blur(.3rem);
    background-color: rgb(55 62 72 / 34%);
}

#close-mensagem-principal {
    /* display: flex; */
    position: relative;
    top: -1.125rem;
    right: -0.375rem;
    font-size: 1.7rem;
    /* padding: .7rem; */
}

#icone-mensagem-principal {
    font-size: 1.1rem;
    display: flex;
    /*position: absolute;*/
    /*top: 1.25rem;*/
    /*left: 1.375rem;*/
    /*margin-right: 0.625rem !important;*/
}

#texto-mensagem-principal {
    /* display: flex; */
    position: relative;
    top: -0;
    /*right: -0.375rem;*/
    font-size: 1rem;
    /* padding: .7rem; */
}

#close-mensagem-principal-inline {
    /* display: flex; */
    position: absolute;
    top: 0.4375rem;
    right: 1.875rem;
    font-size: 1.4rem;
    /* padding: .7rem; */
}

#icone-mensagem-principal-inline {
    font-size: 1.1rem;
    display: flex;
    position: absolute;
    top: 1.25rem;
    left: 1.375rem;
    /*margin-right: 0.625rem !important;*/
}

#texto-mensagem-principal-inline {
    /*position: relative;*/
    /*top: 0;*/
    /*min-width: 90%;*/
    /*max-width: 90%;*/
    /*font-size: 1rem;*/
    min-width: 98%;
    max-width: 98%;
    margin-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}


.msgDark {
    background-color: #373e48 !important;
    color: white !important;
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

.msgInformacao {
    background-color: #365c7a !important;
    color: white !important;
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

.msgAlerta {
    background-color: #f9aa33 !important;
    color: #000 !important;
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

.msgErro {
    background-color: #b01524 !important;
    /* background-color: #c3330f !important; */
    color: white !important;
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

.fade-in-out {
    transition: opacity 0.75s;
    display: block;
}

.fade-in-out.fade-out {
    opacity: 0;
    display: none;
}

dialog:not([open]) {
    display: none;
}

dialog {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    color: -internal-light-dark(black, white);
    margin: auto;
    border-width: initial;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    padding: 1em;
    background: -internal-light-dark(white, black);
}

.header-iframe {
    min-height: 1rem !important;
    height: 1.2rem !important;
}

.footer-iframe {
    padding-top: 0;
    height: 3.4rem;
    margin-bottom: 0.2rem;
}

.card-header {
    border-bottom: 0;
}

.card-dentro-mensagem-modal {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #e9ecef;
    background-clip: border-box;
    border: transparent;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    margin: 0 -1.2rem 0 -2.5rem;
    min-width: 28.3rem;
}

.card-header-dentro-mensagem-modal {
    background-color: rgb(0 0 0 / 0%);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}

.botao-checklist-primary {
    background-color: #d2d2d3;
    color: #6b737c;
    border: #d2d2d3;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}

.botao-checklist-primary.botao-escolhido {
    background-color: #3d6788;
    color: #dedee0;
    border: #3d6788;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    outline: 0;
}

.botao-checklist-md {
    width: 14rem;
    height: 2.5rem;
    border-radius: 0.6875rem;
    margin: 0 0.1rem 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botao-forma-envio-telegrama-primary {
    background-color: #d2d2d3;
    color: #6b737c;
    border: #d2d2d3;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}

.botao-forma-envio-telegrama-primary.botao-escolhido {
    background-color: #3d6788;
    color: #dedee0;
    border: #3d6788;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    outline: 0;
}

.botao-forma-envio-telegrama {
    width: 10rem;
    height: 2.5rem;
    border-radius: 0.6875rem;
    margin: 0 0.1rem 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iframeImprimirDocsEfi {
    min-height: 57rem !important;
    width: 100%;
    /*height: 50.6rem;*/
    /*margin-top: -1rem;*/
    /*margin-left: -0.9rem;*/
    /*padding-right: 0rem;*/
    /*padding-bottom: 0rem;*/
    /*margin-bottom: 0;*/
    border: 0;
}

.modal-imprimir-docs-efi {
    /*min-height: -webkit-fill-available;*/
    min-height: 99%;
    max-width: 99%;
    /*height: 50.6rem;*/
    margin-top: 0.5rem;
    /*margin-left: -0.9rem;*/
    /*padding-right: 0rem;*/
    /*padding-bottom: 0rem;*/
    /*margin-bottom: 0;*/
    /*border: 0;*/
}

.alert-envio {
    font-size: 0.8rem !important;
    font-weight: 600;
    text-align: center;
    background-color: #F0F0F0 !important;
    /* padding: 0.1rem; */
    margin: 0rem 0.2rem 0rem 0.1rem;
    border-bottom-style: solid;
    border-bottom-width: 0.04em;
    border-bottom-color: #f0f0f0 !important;
}

.alert-envio i {
    font-size: 1.8rem !important;
    font-weight: 600;
    /*background-color: #e1e1e1;*/
    /*515151 c5c6c7 636363*/
    color: #3f5666;
    /*f9aa33*/
    line-height: 1.2em;
}

.texto-registro-datatable {
    color: #343a40 !important;
}

.info-feedback {
    color: #0D426B !important;
}

.badge-danger {
    color: #fff;
    background-color: #b01524 !important;
}

.text-danger {
    color: #b01524;
}

.btn-group.d-flex.btn-group-toggle {
    overflow: auto !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-header {
    display: block;
    margin-bottom: 0;
    color: #6c757d;
    white-space: nowrap;
}

.pulse-el {
    transition: transform 0.2s ease;
    animation: pulse 0.6s ease forwards;
}

@keyframes pulse {
    /*0% {*/
    /*    transform: scale(1);*/
    /*}*/

    /*50% {*/
    /*    transform: scale(1.2);*/
    /*}*/

    /*100% {*/
    /*    transform: scale(1);*/
    /*}*/
}

/* Defina o estilo inicial do elemento */
.blink {
    animation: blinkTwice 1s ease-in-out forwards;
}

/* Crie a animação com 4 etapas: visível -> invisível -> visível -> invisível */
@keyframes blinkTwice {
    0%, 25%, 50%, 75%, 100% {
        opacity: 1;
        /* Visível */
    }

    12.5%, 37.5%, 62.5%, 87.5% {
        opacity: 0;
        /* Invisível */
    }
}

.imagem-recibo {
    width: inherit;
}

small {
    color: #343a40;
}

#main-nav.navbar-user .navbar-collapse .navbar-sidenav>.nav-item>.nav-link {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.nav-link-text {
    margin-left: 0.5rem;
}

#main-nav .navbar-collapse .navbar-nav>.nav-item.dropdown>.nav-link {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.d-lg-none {
    margin-left: 0.5rem;
}

#navbarPrincipal ul {
    /*background: #343d46 !important;*/
    background: #242424 !important;
}


#main-nav.navbar-user .navbar-collapse .navbar-sidenav {
    /*background: #343d46 !important;*/
    background: #242424 !important;
}

.label-menu-inicial.par {
    /*background-color: #373C42 !important;*/
    background-color: #323232 !important;
    color: #f8f9fa !important;
    /*background-color: #91131f !important;*/
    /*color: #f8f9fa !important;*/
}

.label-menu-inicial.par:hover {
    background-color: #454545 !important;
    color: #f8f9fa !important;
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%);
    top: 0.15rem !important;
}

.texto-descricao-informacoes-objeto {
    color: #262626 !important;
}

.card-paper {
    background-color: #f9f7f6;
}

.card-paper-body-carrinho {
    background-color: #f9f7f6;
    /*background-color: #ebebec;*/
}

.card-paper-carrinho {
    margin-right: 1.7rem;
}

.valor-servico-carrinho {
    color: #636363;
}

.nome-servico-carrinho {
    color: #3d6788 !important;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #b01524;
}

label.status-solicitacao-recolhimento {
    color: #6b737c;
    padding: 0.2rem 0.6rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 3rem;
}

label.status-solicitacao-recolhimento.selecionado {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #6b737c !important;
    border-radius: 3rem !important;
    padding: 0.2rem 0.6rem;
}

.card-body-atendimentos-abertos {
    background-color: #ebebec !important;
}

.card-carrinho-atendimentos-abertos {
    border: solid #202125 !important;
    margin-top: 1.2rem;
    background-color: #ebebec;
    color: #f8f9fa;
}

.cabecalho-card-objetos-claro-atendimentos-abertos {
    background: #dfe0e1 !important;
    font-weight: bold !important;
    padding-top: 0.9rem;
    padding-bottom: 1rem;
}

.card-header-atendimentos-abertos {
    background-color: #d2d2d3;
    color: #343a40;
}

.altura-div-objetos-atendimentos-abertos {
    overflow-y: auto;
    overflow-x: hidden;
    height: 13.3rem;
    margin: 0;
    padding: 0;
}

.altura-card-objetos-body-atendimentos-abertos {
    height: 13.5rem;
    padding: 1px 2px;
    background-color: #dfe0e1;
}

.label-itens-atendimentos-abertos {
    font-size: 12.1px !important;
    font-weight: 600;
    text-align: center;
    background-color: #ebebec;
    color: #f8f9fa;
    margin: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.alert-envio-atendimentos-abertos {
    background-color: #dfe0e1 !important;
    margin-bottom: 0;
}

.texto-codigo-objeto-atendimentos-abertos {
    color: #6c757d;
    font-weight: bold !important;
    font-size: small;
}

.footer-atendimentos-abertos {
    background-color: #5e5e5e;
    color: #f8f9fa;
    /* height: 4em !important; */
}

.bg-theme {
    background-color: #f5f3f0 !important;
}

.bg-theme-darker {
    background-color: #ebebec !important;
}

#acesso-integracao-smt {
    color: #212529 !important;
}

.bola-flutuante-afaturar {
    background: #6c757d;
    z-index: 1001;
}

.bola-flutuante {
    background: #343d46;
    z-index: 1050 !important;
    /* z-index: 3000 !important; */
}

.bola-flutuante:hover {
    background: #5F666D;
}

.titulo-modal, .modal-title {
    color: #0D426B !important;
}

.container-lista-objetos {
    background-color: #ebebec;
}

.lista-objetos .alert.active {
    background-color: #373e48 !important;
}

.lista-objetos .alert {
    background-color: #d2d2d3 !important;
    color: #5f5f5f;
}

#container-codigo-objeto {
    background-color: #373e48;
}

#tituloCodigoObjeto {
    color: #f8f9fa;
}

#botao-adicionar-pre-atendimento-carrinho {
    background-color: #373e48;
    color: #f8f9fa;
}

#botao-adicionar-servico-carrinho {
    background-color: #373e48;
    color: #f8f9fa;
}

#colunaMenor .card-paper-body-carrinho {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
}

.label-produto-perigoso {
    background-color: #ebebec;
    margin-top: 1rem;
    border-radius: 0.5rem;
}

.card-objetos-perigosos {
    background-color: #d2d2d3;
    border-radius: 0.8rem;
}

.card-consultar-servicos-adicionais {
    background-color: #d2d2d3;
    border-radius: 0.8rem;
}

#buscarPrecoAdicional {
    background-color: #373e48 !important;
}

#btn-checklist-produtos-perigosos {
    background-color: #3d6788 !important;
    color: #f8f9fa;
}

.btn-marrom-claro {
    background-color: #373e48 !important;
}

.breadcrumb-item a {
    color: #0d426b !important;
}

#modal-carrinho-reduzida .card-paper-carrinho {
    margin: 0 !important;
}

#modal-carrinho-reduzida .card-paper-body-carrinho {
    margin: 0 0.3rem 0 0.3rem !important;
}

.is-invalid {
    color: #b01524 !important;
}

#container-lista-servicos {
    background-color: #ebebec;
}

.container-servico-selecionado {
    background-color: #ebebec;
}

.titulo-codigo-servico {
    color: #373737;
    font-size: 1.2rem;
    font-weight: 600;
}

.titulo-nome-servico {
    color: #373737;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.card-servicos-adicionais-header {
    background-color: #373e48;
    padding: 1.25rem 1.25rem;
    height: 50px;
    color: #f8f9fa !important;
}

.titulo-servico-adicionais-card {
    font-size: 90%;
    font-weight: 700 !important;
    color: #f8f9fa;
}

.card-servicos-adicionais-body {
    background-color: #dbdcdd;
}

.label-cores-claro-marcado {
    background-color: #c5c6c6 !important;
}

.card-servicos-adicionais-footer {
    background-color: #373e48;
    height: 3rem;
}

.alert-remetente-destinatario {
    background-color: #373e48;
    color: #f8f9fa;
}

.text-light {
    color: #373e48 !important;
}

/* @media (min-width: 62rem) {} */

/*Extra small devices (portrait phones, less than 36rem) - xs */
@media (max-width: 35.99875rem) {

    .tamanho-card-botoes-inicio {
        max-width: 22.4rem;
        min-height: 5.5rem;
        max-height: 7.5rem;
        border-radius: 0.6rem;
        margin: 0 0 0 0 !important;
    }

    .tamanho-card-botoes-inicio .card-footer {
        border-top: 0;
        padding: 0rem 0rem 0 1.4rem !important;
    }

    .altura-card-botoes-inicio {
        max-height: 5.5rem !important;
        min-height: 2.5rem !important;
        padding-bottom: 0.5rem;
    }

    .fa-3x {
        font-size: 2em;
    }

    .modal-full {
        width: 0;
        min-width: 100%;
        margin: 0;
    }

    .modal-full .modal-content {
        min-height: 100vh;
    }

    footer.sticky-footer {
        line-height: 1.5;
        font-size: 0.8rem;
        padding-top: 0.5rem;
        white-space: normal;
        vertical-align: baseline;
    }

    .altura-opces-remetente {
        height: 5rem;
    }

    .icones-remetente {
        height: 5rem;
    }

    .i-remetente {
        font-size: 1.5em;
    }

    .i-remetente-label {
        font-size: 0.7em !important;
    }

    .img-dimensoes {
        /* min-width: 8rem; */
        width: 15rem;
        /*max-width : 100%;*/
        height: auto;
    }

    #imagem-embalagem {
        display: none;
    }

    #dimensoes-pacote {
        width: 90% !important;
        flex: 0 0 90% !important;
    }

    #modal-dados-adicionais-objeto-cartao>.modal-dialog {
        max-width: 100% !important;
    }

    /*    body:after {
            content         : "###### Extra small devices (portrait phones, less than 36rem) - xs";
            background-color: red;
        }

        body {
            background-color: red;
        }*/
}

/*Small devices (landscape phones, 36rem and up) - sm */
@media (min-width: 36rem) and (max-width: 47.99875rem) {

    .fa-3x {
        font-size: 2em;
    }

    .card-columns {
        column-count: 2;
    }

    .card-columns .card {
        min-width: 18rem;
        max-width: 24rem;
    }

    .modal-full {
        width: 0;
        min-width: 100%;
        margin: 0;
    }

    .modal-full .modal-content {
        min-height: 100vh;
    }

    .altura-opces-remetente {
        height: 5rem;
    }

    .icones-remetente {
        height: 5rem;
    }

    .i-remetente {
        font-size: 1.5em;
    }

    .i-remetente-label {
        font-size: .77em;
    }

    .img-dimensoes {
        /* min-width: 8rem; */
        width: 15rem;
        /*max-width : 70%;*/
        height: auto;
    }

    #imagem-embalagem {
        display: none;
    }

    #dimensoes-pacote {
        width: 90% !important;
    }

    #modal-dados-adicionais-objeto-cartao>.modal-dialog {
        max-width: 90% !important;
    }

    .label-cores-claro {
        font-size: 0.73rem !important;
    }

    .label-cores-escuro {
        font-size: 0.73rem !important;
    }

    .label-cores-claro-marcado {
        font-size: 0.73rem !important;
    }

    .label-cores-escuro-marcado {
        font-size: 0.73rem !important;
    }

    /*    body:after {
            content         : "###### Small devices (landscape phones, 36rem and up) - sm";
            background-color: blue;
        }

        body {
            background-color: blue;
        }*/
}

@media (max-width: 48rem) {
    body {
        -ms-overflow-style: none !important;
        /* Para Internet Explorer e Edge */
        scrollbar-width: none !important;
        /* Para Firefox */
    }

    body::-webkit-scrollbar {
        width: 0 !important;
        background: transparent !important;
        /*display: none;             !* Para Chrome, Safari e Opera *!*/
    }

    body::-webkit-scrollbar-thumb {
        background: transparent !important;
    }

    html {
        overflow: scroll;
        overflow-x: auto;
        overflow-y: auto;
    }

    .content-wrapper {
        overflow-y: auto;
        overflow-x: auto;
    }

    .card-footer::-webkit-scrollbar,
    .content-wrapper::-webkit-scrollbar,
    .btn-group::-webkit-scrollbar {
        width: 0 !important;
        background: transparent !important;
    }

    .content-wrapper {
        scrollbar-width: none !important;
        /* Firefox */
    }

    .btn-group {
        scrollbar-width: none !important;
        /* Firefox */
    }

    .card-footer {
        scrollbar-width: none !important;
        /* Firefox */
    }


    .card-footer::-webkit-scrollbar-thumb,
    .content-wrapper::-webkit-scrollbar-thumb,
    .btn-group::-webkit-scrollbar-thumb {
        background: transparent !important;
    }

    .modal.left {
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
    }

    .modal.left .modal-dialog {
        margin: 0;
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

    .modal.left .modal-content {
        height: 100vh;
        border-radius: 0;
        border: none;
    }
}

/*Medium devices (tablets, 48rem and up) - md*/
@media (min-width: 48rem) and (max-width: 61.99875rem) {

    .card-columns {
        column-count: 2;
    }

    .card-columns .card {
        min-width: 20rem;
        max-width: 25rem;
    }

    .img-dimensoes {
        /* min-width: 8rem; */
        width: 15rem;
        /*max-width : 80%;*/
        height: auto;
    }

    /*.modal-full {*/
    /*    !* min-height: 90vh; *!*/
    /*    min-width: inherit;*/
    /*}*/

    /*.modal-full .modal-content {*/
    /*    min-height: inherit;*/
    /*}*/

    #modal-dados-adicionais-objeto-cartao>.modal-dialog {
        max-width: 85% !important;
    }

    .label-cores-claro {
        font-size: 0.73rem !important;
    }

    .label-cores-escuro {
        font-size: 0.73rem !important;
    }

    .label-cores-claro-marcado {
        font-size: 0.73rem !important;
    }

    .label-cores-escuro-marcado {
        font-size: 0.73rem !important;
    }

    #navbarPrincipal ul {
        /*background: #343d46 !important;*/
        background: #2c2c2c !important;
        padding-left: 0.625rem !important;
    }


    #main-nav.navbar-user .navbar-collapse .navbar-sidenav {
        /*background: #343d46 !important;*/
        background: #2c2c2c !important;
        width: 100%;
    }

    /*    body:after {
            content         : "###### Medium devices (tablets, 48rem and up) - md";
            background-color: orange;
        }

        body {
            background-color: orange;
        }*/

}

/*Large devices (desktops, 62rem and up) - lg */
@media (min-width: 62rem) and (max-width: 74.99875rem) {

    #main-nav.navbar-light .navbar-collapse .navbar-sidenav {
        background: none;
        /*background: #C5C6C7;*/
        /*background: #FFC20E;*/
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 1.6875rem;
        left: auto;
    }

    #main-nav .navbar-collapse .navbar-sidenav {
        margin-top: 3.5rem;
        background: none;
    }

    .card-columns {
        column-count: 3;
    }

    .card-columns .card {
        min-width: 16rem;
    }

    .img-dimensoes {
        /* min-width: 8rem; */
        /* width    : 15rem; */
        max-width: 75%;
        height: auto;
    }

    #modal-dados-adicionais-objeto-cartao>.modal-dialog {
        max-width: 90% !important;
    }

    .label-cores-claro {
        font-size: .85rem !important;
    }

    .label-cores-escuro {
        font-size: .85rem !important;
    }

    .label-cores-claro-marcado {
        font-size: .85rem !important;
    }

    .label-cores-escuro-marcado {
        font-size: .85rem !important;
    }

    /*    body:after {
            content         : "###### Large devices (desktops, 62rem and up) - lg";
            background-color: green;
        }

        body {
            background-color: green;
        }*/

}

@media (min-width: 75rem) and (max-width: 93.74938rem) {}

/*Extra large devices (large desktops, 75rem and up) - xl*/
@media (min-width: 75rem) {

    .card-columns {
        column-count: 4;
    }

    .card-columns .card {
        max-width: 30rem;
    }

    .img-dimensoes {
        /* min-width: 8rem; */
        width: 15rem;
        /*max-width : 40%;*/
        height: auto;
    }

    #modal-dados-adicionais-objeto-cartao>.modal-dialog {
        max-width: 70% !important;
    }

    /* body:after {
        content         : "###### Extra large devices (large desktops, 75rem and up) - xl";
        background-color: cyan;
    }

    body {
        background-color: cyan;
    } */

}

/* Backdrop effect for #card-perigoso */
#card-perigoso {
    position: relative;
}

#card-perigoso.backdrop-active::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #d2d2d300;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    z-index: 999;
    border-radius: inherit;
    pointer-events: all;
    /* block interactions inside the card */
}

/* Optional smooth transition if class toggles often */
#card-perigoso,
#card-perigoso::after {
    transition: backdrop-filter 180ms ease, -webkit-backdrop-filter 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

.botoes-navegacao-links {
    display: block;
    background: none !important;
    border: none !important;
    color: #343d46 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 0;
    text-decoration: none !important;
}

.botoes-navegacao-links * {
    font-size: 0.8rem !important;
    color: inherit !important;
}

.botoes-navegacao-links:hover {
    text-decoration: underline !important;
}

.card-header .lista-item-par {
    border-radius: .9rem .9rem .9rem .9rem !important;
}

.card-header .lista-item-impar {
    border-radius: .9rem .9rem .9rem .9rem !important;
}

.lista-item-par {
    background-color: #f9f9f9 !important;
    color: #333333 !important;
}

.lista-item-impar {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.lista-item-titulo {
    background-color: #e9ecef !important;
    color: #333333 !important;
}

/* Ajuste global: em telas md (>=48rem) ou superiores, .modal-lg ocupa a largura da tela menos 3.75rem de margem em cada lado */
@media (min-width: 48rem) {
    .modal-lg {
        min-width: calc(100% - (3.75rem * 2));
    }
}