body {
    color: #fff;
}
.header-bg {
    background-color: #C0690A;
}
.box-blog {
    background: url("../../img/lp/blog_banner.jpg") no-repeat;
    background-size: cover;
    /* min-height: 2000px; */
    padding: 80px 0;
}
.box-mainPost {
    margin-top: 64px;
}
.box-categories {
    margin-top: 88px;
    margin-bottom: 64px;
}
.categories .btn {
    border: none;
    color: white;
    background: none;
    height: auto;
}
.categories .btn:not(.active):hover {
    transition: ease-in-out 0.2s;
    background-color: #777777 !important;
}
.btn-category {
    border-radius: 50px;
    padding: auto 16px;
}
.btn-category.active {
    background-color: #C0690A;
}

.search-box {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.search-box input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #fff;
    padding-left: 45px;
    width: 100%;
    height: 45px;
    font-size: 16px;
}

.search-box input:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #c0690a;
    box-shadow: 0 0 0 .25rem rgba(192, 105, 10, .25);
    color: #fff;
}

.search-box input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-box .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
}

.boxImg {
    width: 48px;
    height: 48px;
}

.boxImg img {
    border-radius: 50%;
}

.box-pagination {
    padding: 40px 0;
    background-color: #000;
}

.btn-loadMore ,
.btn-loadMore:hover {
    background-color: #C0690A;
    color: #fff;
}

.pagination .page-link {
    background-color: #181816;
    border-color: #C0690A;
    color: #fff;
}
.pagination .active span.page-link {
    background-color: #C0690A;
    border-color: #C0690A;
    color: #fff;
}

.btn-loadMore:active {
    background-color: #777777 !important;
}
@media (min-width: 992px) {
    .h1-title {
        font-size: 3em;
    }
    .blog-conteudo {
        font-size: 17.5px;
    }
}