.menu-blog {
    display: none;
    background-color: #edeff0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.menu-blog ul {
    list-style-type: none;
}

.menu-blog ul li a {
    font-size: 12px;
    padding: 10px 30px;
    color: #444444; 
    font-weight: 700;
}

@media (max-width: 992px) {
    .menu-blog {
        height: auto !important;
    }
    .menu-blog ul li a {
        padding: 8px 10px;
    }
}
.menu-blog .dropdown-menu.show{
    transform: translate3d(-83%, 28px, 0px);
}

.menu-blog .dropdown-toggle:focus {
    box-shadow: none;
}

.categorias-blog.owl-carousel .owl-dots.disabled,
.categorias-blog.owl-carousel .owl-nav.disabled {
    display: block;
}

.ultimas-postagens {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}

.ultimas-postagens .legenda {
    position: absolute;
    left: 3%;
    bottom: 7%;
    text-shadow: 0px 0px 5px black;
    font-weight: bold;
    max-width: 95%;
}

.ultimas-postagens .legenda p,
.ultimas-postagens .legenda .badge {
    color: white;
}

.ultimas-postagens:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px){
    .ultimas-postagens p{
        font-size: 14px !important;
    }
}

.post-body p {
    font-weight: 500;
    margin-bottom: 1rem;
}

.badge-nosso-conteudo {
    background-color: var(--primary) !important;
    color: #fff;
    font-size: 12px;
}

.nosso-conteudo .postagem{
    border-bottom: 7px solid #f2f2f2;
    position: relative;
}

.nosso-conteudo .postagem::after {
    content: " ";
    position: absolute;
    width: 100vw;
    bottom: -7px;
    height: 7px;
    left: -15px;
    background: #f2f2f2;
}

@media (max-width: 768px){
    .nosso-conteudo h5{
        font-size: 14px !important;
    }

    .skeleton-imagem-grande{
        min-height: 300px !important;
        height: auto;
    }
}

@media (min-width: 768px) {
    .nosso-conteudo .postagem{
        border-bottom: 3px solid #f2f2f2;
    }

    .nosso-conteudo .postagem::after {
        display: none;
    }
}

.postagem {
    padding: 20px 0;
    /* border-bottom: 2px solid #ddd; */
}

.postagem img {
    width: 100%;
    max-width: 370px;
}

.owl-theme .owl-dots {
    margin-top: 1rem;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary) !important;
}

.blog-menu {
    background: #edeff0;
}

.blog-menu-nav {
    list-style: none;
    display: flex;
    padding: 10px;
    align-items: center;
}

.blog-menu-nav li {
    padding: 10px;
    color: var(--texto);
    font-weight: 500;
}

.img-blog {
    border-radius: 5px;
    transition: all .6s;
}

.img-blog:hover {
    filter: brightness(90%);
}


#imagem_principal_post {
    background-image: url(https://cdn.wallpapersafari.com/23/80/ZNy1bj.jpg);
    height: 450px;
    background-size: cover;
    filter: brightness(85%);
    border-radius: 5px;
}

.postagem-titulo {
    margin: 0;
    border-bottom: 2px solid #f2f2f2;
    padding: 50px 0;
}

.postagem-corpo {
    padding: 20px 0;
}

.postagem-corpo p {
    font-size: 13px;
}

.badge-nosso-conteudo {
    background-color: var(--primary) !important;
    color: #fff;
    font-size: 12px;
}

.links-share a {
    padding: 5px;
}

.links-share img {
    width: 30px;
}

.font-small {
    font-size: 11px;
}

.area-like input {
    margin: 0;
    padding: 0;
}

.area-like input:checked+label i {
    color: var(--primary);
}

.area-like label {
    padding: 0px 10px 0 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.area-like span {
    font-size: 0.75rem;
}


.area-like i {
    color: var(--blue-gray);
}

.item-comentario-loading {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.skeleton-name,
.skeleton-text,
.skeleton-imagem,
.skeleton-imagem-post {
    background-color: #ededed;
    background: linear-gradient(100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, .5) 50%,
            rgba(255, 255, 255, 0) 60%) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

.skeleton-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.skeleton-info {
    display: flex;
    flex-direction: column;
}

.skeleton-name {
    width: 8rem;
    height: 1rem;
    margin-bottom: 0.5rem;
    background-color: #ddd;
}

.skeleton-body {
    margin-bottom: 1rem;
}

.skeleton-text {
    width: 100%;
    height: 1rem;
    margin-bottom: 0.5rem;
    background-color: #ddd;
}

.skeleton-imagem {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}

.skeleton-imagem-grande{
    min-height: 500px;
    height: auto;
}


.nosso-conteudo-loading {
    display: flex;
    margin-bottom: 1rem;
    background-color: #fff;
}

.skeleton-imagem-post{
    min-width: 245px; height: 125px; background-color: #ddd;
}

.pesquisa-blog .input-pesquisa {
    position: relative;
}
.pesquisa-blog input{
    padding: 20px;
    padding-right: 50px;
    font-size: 1rem;
    border: 1px solid #e4e7ea;
    width: 100%;
    border-radius: 5px;
    background-color: #f2f2f2;
    font-weight: 600;
}
.pesquisa-blog input :focus {
    position: absolute;
    width: 100%;
    height: auto;
    background: white;
    margin: 0 auto;
    z-index: 101;
    border: 1px solid #e4e7ea;
    border-top: none;
    border-radius: 0 0 7px 7px;
    padding: 10px;
    top: 35px;
}

.dropdown-search {
    position: absolute;
    width: 100%;
    height: auto;
    background: white;
    margin: 0 auto;
    z-index: 101;
    border: 1px solid #e4e7ea;
    border-top: none;
    border-radius: 0 0 7px 7px;
    padding: 10px;
    top: 35px;
}

.pesquisa-blog div{
    position: absolute; 
    right: 0;
    top: 0;
}

.pesquisa-blog img{
    filter: brightness(0) saturate(100%) invert(17%) sepia(6%) saturate(34%) hue-rotate(355deg) brightness(94%) contrast(89%);
}

.pesquisa-blog ::-webkit-input-placeholder,
.pesquisa-blog :-moz-placeholder,
.pesquisa-blog :-ms-input-placeholder {  
    color: #333;  
    font-weight: 600;
}


.outras-historias-postagem {
    border-bottom: 7px solid #f2f2f2;
    margin-left: -15px;
    margin-right: -15px;
}
    
.outras-historias .postagem{
    flex-direction: column;
}

@media (max-width: 768px){
    .outras-historias h5{
        font-size: 14px !important;
    }
}

@media (min-width: 768px) {
    .outras-historias-postagem {
        border-bottom: none;
        margin-left: -10px;
        margin-right: -10px;
    }

    .outras-historias .postagem {
        flex-direction: row;
        border-bottom: 3px solid #f2f2f2;
    }
}

.mais-lidas .numero {
    width: 45px;
    height: 45px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.mais-lidas .mais-lidas-item {
    position: relative;
}

.mais-lidas a:not(:last-child) .mais-lidas-item {
    border-bottom: 5px solid transparent;
}

.mais-lidas a:not(:last-child) .mais-lidas-item::after {
    content: "";
    position: absolute;
    width: calc(100vw - 0.5rem - 15px);
    bottom: -2px;
    height: 5px;
    left: 0.5rem;
    background: #f2f2f2;
}

@media (min-width: 768px) {
    .mais-lidas a:not(:last-child) .mais-lidas-item {
        border-bottom: 3px solid #f2f2f2;
    }
    
    .mais-lidas a:not(:last-child) .mais-lidas-item::after {
        display: none;
    }
}

.figcaption {
    margin-top: -130px;
    color: white;
}

.btn-enviar-comentario {
    flex-grow: 1;
}

@media (min-width: 576px) {
    .btn-enviar-comentario {
        flex-grow: 0;
    }
}

@keyframes open-reacoes {
    0% {
        transform: rotate(-15deg) translate(-5px, -5px) scale(1);
    }

    50% {
        transform: rotate(-8deg) translate(-3px, -3px) scale(1.2);
    }

    100% {
        transform: rotate(0) translate(0, 0) scale(1);
    }
}

.reacoes-postagem {
    display: flex;
    position: relative;
}

.dropdown-reacao-hover:hover ~ .dropdown-menu {
    display: block;
}

.reacoes-post.dropdown-menu:hover {
    display: block;
}

.reacoes-post.dropdown-menu::after {
    content: " ";
    height: 20px;
    display: block;
    position: absolute;
    width: 100%;
}

.dropdown-reacao-hover:hover ~ .dropdown-menu .icone-reacao,
.reacoes-post.dropdown-menu:hover .icone-reacao {
    animation-name: open-reacoes;
    animation-duration: 0.6s;
    animation-timing-function: ease;
}

.reacoes-post.dropdown-menu {
    bottom: calc(100% + 10px);
    top: unset;

    min-width: unset;
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
}

.reacoes-post .dropdown-menu-arrow {
    position: absolute;
    margin-top: -1px;
}

.reacoes-post .dropdown-menu-arrow::before {
    content: " ";
    display: block;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    border-top-color: #fff;
    border-style: solid;

    position: absolute;
    top: 0;
    z-index: 1;
}

.reacoes-post .dropdown-menu-arrow::after {
    content: " ";
    display: block;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    border-top-color: var(--secondary);
    border-style: solid;

    position: absolute;
    top: 1px;
}

.reacoes-post input {
    margin: 0;
    padding: 0;
    display: none;
}

.reacoes-post label {
    margin: .75rem;
    padding: 0;
}

.reacoes-post.reacao-selecionada .icone-reacao {
    filter: saturate(0);
}

.reacoes-post.reacao-selecionada .icone-reacao:hover,
.reacoes-post.reacao-selecionada input:checked ~ label .icone-reacao {
    filter: saturate(1);
}

.icone-reacao {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;

    transition: .3s;
}

.icone-reacao:hover {
    transform: scale(1.2);
}