.body-div {
    background: #f8f9fa;
    box-sizing: border-box;
}

/* // Blog container//------------------------- */

.blog-container {
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 2px -2px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 100;
    margin: 48px auto;
    width: 20rem;
}

@media screen and (min-width: 480px) {
    .blog-container {
        width: 28rem;
    }
}

@media screen and (min-width: 767px) {
    .blog-container {
        width: 40rem;
    }
}

@media screen and (min-width: 959px) {
    .blog-container {
        width: 70rem;
        /* width: 50rem; */
    }
}

.blog-container a {
    color: #4d4dff;
    text-decoration: none;
    transition: 0.25s ease;
}

/* // Blog header
  //------------------------- */
  
.blog-author, .blog-author--no-cover {
    padding-bottom: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.blog-author-img {
    border-radius: 50%;
    height: 50px;
    margin-right: 0.5rem;
    width: 50px;
}

.blog-author h3 {
    color: #fff;
    font-weight: 100;
}

.blog-author--no-cover h3 {
    color: #999999;
    font-weight: 100;
}

/* 
  // Blog body
  //------------------------- */

.blog-body {
    margin: 0 auto;
    width: 80%;
}

.video-body {
    height: 100%;
    width: 100%;
}

.blog-title h1 a {
    color: #333;
    font-weight: 100;
}

.blog-summary p {
    color: #4d4d4d;
}

.blog-tags ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.blog-tags li+li {
    margin-left: 0.5rem;
}

.blog-tags a {
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    font-size: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    padding: 0 0.5rem;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 5rem;
}

/* // Blog footer
  //------------------------- */

.blog-footer {
    border-top: 1px solid #e6e6e6;
    margin: 0 auto;
    padding-bottom: 0.125rem;
    width: 80%;
}

.blog-footer ul {
    list-style: none;
    display: flex;
    flex: row wrap;
    justify-content: flex-end;
    padding-left: 0;
}

.blog-footer li:first-child {
    margin-right: auto;
}

.blog-footer li+li {
    margin-left: 0.5rem;
}

.blog-footer li {
    color: #999999;
    font-size: 0.75rem;
    height: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}

.comments {
    margin-right: 1rem;
}

.published-date {
    border: 1px solid #999999;
    border-radius: 3px;
    padding: 0 0.5rem;
}

.numero {
    position: relative;
    top: -0.5rem;
}

/* // Icons//------------------------- */

.icon-star, .icon-bubble {
    fill: #999999;
    height: 24px;
    margin-right: 0.5rem;
    transition: 0.25s ease;
    width: 24px;
    /* &:hover {
        fill: #ff4d4d;
    } */
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* With arrow tabs */

.with-arrow .nav-link.active {
    position: relative;
}

.with-arrow .nav-link.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2b90d9;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

/* lined tabs */

/*
  *
  * ==========================================
  * FOR DEMO PURPOSE
  * ==========================================
  *
  */

/* 
body {
    background: #304352;
    background: -webkit-linear-gradient(to right, #304352, #d7d2cc);
    background: linear-gradient(to right, #304352, #d7d2cc);
    min-height: 100vh;
} */

.nav-pills .nav-link {
    color: #555;
}

.text-uppercase {
    letter-spacing: 0.1em;
}

.paddingDiv {
    padding: 2.5rem;
}

.topPadding {
    padding-top: 2rem;
}

.text-justify {
    text-align: justify;
}

.product-first-blog {
    margin-top: 5.5rem!important;
}