.post-meta img{
    width: 28%;
}
.post-image img{
    width:100%;
}
article p{
    font-size:19px !important;
    font-family: 'Khand', sans-serif;
}
article span{
    font-size:19px !important;
    font-family: 'Khand', sans-serif;
}
@media (max-width: 920px){
    .post-image img {
        width: 100%;
    }
    #header .header-logo a img{
        width:172px;
        
    }
    
}

/* styles.css */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #000000 -14%, #0069a6 67%, #0069a6 65%);
    color: white;
    text-align: center;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-consent p {
    margin: 0;
    color:#ffffff;
}

.cookie-consent a {
    color: #FFD700;
    text-decoration: underline;
}

.cookie-consent button {
    background-color: #FFD700;
    color: #333;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}


.thumb-info-type.bg-color-rand{
    background-color: #ccc; /* Cor inicial */
}

/* .sticky-header-negative img{
    width: 200px;
    height: 38px;
    top: 70px;
} */

