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

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

.link-menu-blog:hover a {
    color: #FFD200;
}

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

.main-blog-container {
    position: relative;
}

.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: #ffc33c24 !important;
    color: #fcc13b;
    font-size: 12px;
}
.nosso-conteudo .postagem{
    border-bottom: 3px solid #f2f2f2;
}
@media (max-width: 768px){
    .nosso-conteudo h5{
        font-size: 14px !important;
    }

    .nosso-conteudo .postagem{
        flex-direction: column;
        border-bottom: 7px solid #f2f2f2;
    }

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

.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.active span {
    background: #ffd200 !important;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffdc3f !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: #ffc33c24 !important;
    color: #fcc13b;
    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: 3px solid #f2f2f2;
}

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

    .outras-historias .postagem{
        flex-direction: column;
        border-bottom: 7px 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 {
    border-bottom: 2px solid #ddd;
}
.figcaption {
    margin-top: -130px;
    color: white;
}


/* 
    CSS Para componente de produto único:
*/




.postagem-produto-unico .imagem-produto {
    background: 50% 50% no-repeat;
    height: 255px;
    width: 255px;
}

.produto-post {
    transition: .3s;
    position: relative;
}

.produto-post.imagem-produto {
    margin-top: 1.5rem;
}

div.desconto-produto {
    position: relative;
    top: 35px;
    margin-top: -30px;
    max-height: 30px;
    max-width: 70px;
    float: right;
    border: 1px solid transparent;
    padding: .2rem 1rem;
    border-radius: 5px;
    background-color: var(--danger);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    color: var(--white);
}

/* img.desconto-produto {
    position: relative;
    float: right;
    top: 90px;
    margin-top: -60px;
    max-height: 60px;
    max-width: 60px;
} */

img.desconto-produto.club {
    position: relative;
    float: right;
    top: 35px;
    margin-top: -35px;
    max-height: 60px;
    max-width: 60px;
}

.desconto-produto article {
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
}

.container {
    max-width: 1280px;
}

.produto-post .produto-comprar:first-child {
    left: 0;
    z-index: 2;
}

.produto-post .produto-comprar:last-child {
    left: 0;
    z-index: 1;
}

@media (min-width: 850px) {
    .produto-post:not(.item-search):hover {
        transform: scale(1.03); 
    }

    .produto-post .produto-footer {
        border-top: 1px solid var(--light-hover);
    }

    .produto-post .produto-comprar {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }
   
}

.produto-post .produto-comprar .btn {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 800px) {
    .postagem-produto-unico .imagem-produto {
        height: 255px;
        width: 255px;
    }

    .img-busca {
        width: 100%;
        height: auto;
    }
}


/*
    FIM CSS Para componente de produto único:
*/
