html .modo-dark,
body.modo-dark{
    background: #161616 !important;
}

.modo-dark .logo-light{
    display: none !important;
}
.modo-dark .logo-dark{
    display: block !important;
}

body.modo-dark header.principal{
    background: #000;
}

body.modo-dark header.principal .menus-targets nav ul li.normal a,
body.modo-dark header.principal .menus-targets nav ul li.normal a:hover{
    color: #fff;
}

body.modo-dark .normal img.wp-smiley, 
body.modo-dark .normal img.emoji{
    filter: invert(1);
    opacity: 1;
}

body.modo-dark .storiesDiogenes .container-box{
    background: #000;
}

body.modo-dark .storiesDiogenes .nav-btn{
    filter: invert(1);
}

body.modo-dark section.work .caixa-branca {
    background: #000;
}

body.modo-dark .close-stories-diogenes button img{
    filter: invert(1);
}

body.modo-dark .fullscreen-stories-diogenes.aberto{
    background: rgba(000, 000, 000, 0.70);
}

body.modo-dark .sugestoes-tags-102 {
    transition: background-color 0.1s linear;
    background-color: #3f81e8;
    color: #fff;
    padding: 5.6px 16px;
    border-radius: 24px;
    margin: 4px 5.6px;
    font-size: 15px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    overscroll-behavior: contain;
}

body.modo-dark section.work .caixa-branca{
    background: #000;
    color: #f2f2f2;
}

body.modo-dark section.work .caixa-branca-header .coluna-um .nome-perfil h4 a,
body.modo-dark section.work .caixa-branca-header .coluna-um .nome-perfil h4 a:hover{
    color: #f2f2f2 !important;
    font-weight: bold !important;
}

body.modo-dark section.work .caixa-branca-header .coluna-um .nome-perfil h4 small {
    color: #c2c2c2;
    font-weight: 500;
    font-size: 12px;
    opacity: 0.5;
    display: block;
    padding-top: 2px;
}

body.modo-dark section.work .caixa-branca p {
    color: #f2f2f2;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 13px;
}

body.modo-dark #menuFixoMobile {
    background: #000;
    padding-top: 22px !important;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    bottom: -300px;
    z-index: 999;
}

body.modo-dark #menuFixoMobile a, 
body.modo-dark #menuFixoMobile a:hover {
    text-decoration: none;
    color: #fff !important;
}

body.modo-dark #menuFixoMobile button {
    background: none !important;
    border: none !important;
    outline: none !important;
    color: #fff;
}

body.modo-dark footer.principal{
    filter: invert(1);
}


body.modo-dark header.principal .menus-targets nav ul li.offcanvas-action button, 
body.modo-dark header.principal .menus-targets nav ul li.offcanvas-action button:hover, 
body.modo-dark header.principal .menus-targets nav ul li.offcanvas-action button:active, 
body.modo-dark header.principal .menus-targets nav ul li.offcanvas-action button:focus{
    filter: invert(1);
}

body.modo-dark .social-novo-feed-profile-info h1 {
    color: #fff;
}

body.modo-dark .social-novo-feed-profile-info p {
    color: #fff;
    opacity: 0.9;
    font-size: 14px;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); */
}

body.modo-dark .social-novo-feed-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #fc3441;
}

body.modo-dark .social-novo-feed-bio h3 {
    margin-bottom: 10px;
    color: #fff;
}

body.modo-dark .social-novo-feed-bio p {
    color: #f2f2f2;
    margin-bottom: 8px;
}

body.modo-dark .social-novo-feed-main {
    background: #000;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:540px){
    body.modo-dark .social-novo-feed-main {
        width: 99%;
    }
}

body.modo-dark .social-novo-feed-language {
    background: #000;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    color: #f2f2f2;
    border: 1px solid #747474;
}

body.modo-dark .social-novo-feed-tabs {
    border-bottom: 1px solid #747474;
    margin-bottom: 20px;
}

body.modo-dark .social-novo-feed-post-info h4 {
    font-size: 14px;
    font-weight: 600;
    color: #f2f2f2;
}

body.modo-dark .social-novo-feed-post-info p {
    font-size: 12px;
    color: #f2f2f2;
}

body.modo-dark .social-novo-feed-post-content {
    margin-bottom: 15px;
    color: #f2f2f2;
}

body.modo-dark .social-novo-feed-post {
    background: #000;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #212121;
}

body.modo-dark .social-novo-feed-tab-buttons{
    filter: invert(1);
}

body.modo-dark .social-novo-feed-post h3,
body.modo-dark .social-novo-feed-post p{
    color: #f2f2f2;
}


body.modo-dark .preparar-feed-skeleton-item {
    background: #000;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

body.modo-dark .sugestoes-opacidade{
    background-color: #3f81e8 !important;
    color: #fff !important; 
}