.blog-banner {
    height: 400px;
    margin-top: 80px;
}

section.blog-banner:before {
    content: '';
    background: #ffffff66;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.blog-card-img-container {
    height: 250px;
    margin-bottom: -50px;
}

.blog-figure {
    width: 50px;
    height: 50px;
    background: #ff6c00;
    color: #FFF;
    top: -30px;
    right: 20px;
    transition: 0.3s all;
    cursor: pointer;
}

.blog-card-title {
    transition: 0.3s all;
}

.blog-card-reja:hover .blog-card-title {
    color: #ff6c00 !important;
}

.blog-card-reja:hover .blog-figure {
    background: #000;
}

/*Paginacion*/
.page-item .page-link {
    background: none !important;
    color: #ff6c00 !important;
    border: 1px solid #ff6c00 !important;
}

.page-item.active .page-link {
    color: white !important;
    background: #ff6c00 !important
}