.world{
    color: #ff6e0d;
}
.brazil{
    color: #007dff;
}
.geography{
    color: #4ab106;
}
.curiosities{
    color: #ab1129;
}
.variety{
    color: #2c2c2c;
}
.destaque_principal{
    background-color:#f2f2f2; 
    border-radius: 10px;
}

.trending-category .trending .trending-post li a .number {
    position: absolute;
    z-index: 1;
    font-size: 5rem;
    left: -10px;
    top: -20px !important;
    font-weight: 700;
    font-family: var(--heading-font);
    color: #0b8e0b;
    opacity: 0.1;

}
.tie-dropcap::first-letter {
    float: left;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    padding: 12px 16px;
    margin-right: 10px;
    margin-top: 6px;
    background: #000;
    color: #fff;
    border-radius: 6px;
}
.content p:first-of-type::first-letter {
    float: left;
    font-size: 5.5rem;
    line-height: 0.9;
    font-weight: 700;
    margin-right: 8px;
    margin-top: 5px;
    color: #b5b3b3;
}
.bi-search:hover {
    color: #ff6e0d;
    cursor: pointer;
    
}
.category-all-side {
    a{
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
        gap: 10px;

        border: 1px solid #ddd;
        border-radius: 5px;
    }
    
}

