
#blog .card{
    background-color: #101010;
    border-radius: 15px;

}
#blog .col-md-8{
    text-align: left;
}
.bg-blog{
    width: 100%;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.bg-blog {
    background-image: url(../storage/img/redesociales/blog.jpg)
}
.bg-blog .opaco{
  width: 100%;
    height: 50vh;
  background: rgba(0, 0, 0, 0.4);
}
.bg-blog h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 5vw;
    font-weight: 900!important;
    text-shadow: 5px 5px 5px #000;
}
.card {
    border: none;
    background-color: #252836;
    color: #fff;
    border-radius: 12px
}

.user-timing {
    right: 9px;
    bottom: 9px;
    color: #fff
}

.views-content {
    color: #606271
}

.views {
    font-size: 12px
}

.dots {
    display: flex;
    height: 10px;
    width: 10px;
    background-color: green;
    border-radius: 50%;
    margin-left: 5px;
    margin-bottom: 6px
}

.days-ago {
    margin-top: -10px;
    color: #606271
}

#blog img {
    width: 100%;
    height: 250px;
    object-fit:cover;
}


