.bs-wrapper { 
    display: flex; 
    gap: 40px;
}
.bs-list { 
    cursor: pointer;
    border-radius: 8px;
    background: #656D36;
    max-height: 695px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 !important;
}
/* Ancho del scroll */
.bs-list::-webkit-scrollbar {
    width: 10px;
}

/* Fondo del scroll */
.bs-list::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #33400A;
}

/* Barra desplazable */
.bs-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #b9c559;
}

/* Hover sobre la barra */
.bs-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bs-item { 
    display: flex;
    padding: 15px;
    border-radius: 8px;
}
.bs-item:hover{ 
    background: #464c22;
}
.bs-preview { 
    width: 60%;
}
.cont_imgpreview{
    width: 170px;
}
.bs-thumb img{
    max-width: 100% !important;
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
    border-radius: 8px;
}
.bs-meta{
    width: calc(100% - 170px);
    padding-left: 15px;
}
.titulolist_blog{
    color: #F1EFDB;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.txtlist_blog{
    color: #F1EFDB;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
.bs-cats{
    margin-top: 17px;
    display: flex;
}
.bs-cats span{
    padding: 10px 13px;
    margin-right: 7px;
    color: #F1EFDB;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 5px;
    background: transparent;
    display: inline-block;
    border: 1px solid #F1EFDB;
}
.bs-categories span{
    padding: 14px 17px;
    margin-right: 7px;
    color: #F1EFDB;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 5px;
    background: #656D36;
}
.bs-like {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}
.bs-like.liked {
    opacity: 0.6;
    pointer-events: none;
}
.contpost_blog{
    border-radius: 8px;
    background: #F1EFDB;
}
.slider_img .swiper img{
    width: 100% !important;
    border-radius: 8px 8px 0 0;
    height: 500px !important;
    object-fit: contain;
    max-width: 100% !important;
}
.info_data_blog{
    display: flex;
    align-items: center;
    padding: 24px 25px;
}
.categorias_blog{
    width: 65%;
}
.data_blog{
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.bs-date{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}
.info_data_texto{
    padding: 15px 25px 30px;
}
.spndata{
    color: #33400A;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.titulo_blog{
    color: #33400A;
    font-family: "Nunito Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.bs-excerpt p{
    color: #33400A;
    font-family: "Nunito Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-top: 10px;
}


@media(min-width: 100px){
    .slider_img .swiper img{
        height: 300px !important;
        object-fit: cover;
    }
    .info_data_blog {
        display: block;
        padding: 18px 15px;
    }
    .categorias_blog {
        width: 100%;
    }
    .data_blog {
        width: 35%;
        justify-content: start;
        margin-top: 35px;
    }
    .bs-categories span {
        padding: 10px 13px;
        font-size: 14px;
    }
    .contpost_blog {
        margin-bottom: 20px;
    }
    .bs-item {
        display: block;
    }
    .bs-list {
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .bs-cats {
        display: none;
    }
    .bs-meta {
        width: 100%;
        padding-left: 0;
    }
    .titulolist_blog{
        margin-top: 15px;
    }
}

@media(min-width: 992px){
    .titulolist_blog{
        margin-top: 0;
    }
    .bs-meta {
        width: calc(100% - 170px);
        padding-left: 15px;
    }
    .bs-cats {
        display: flex;
    }
    .bs-list {
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .bs-item {
        display: flex;
    }
    .contpost_blog {
        margin-bottom: 0;
    }
    .bs-categories span {
        padding: 14px 17px;
        font-size: 15px;
    }
    .data_blog {
        width: 35%;
        justify-content: end;
        margin-top: 0;
    }
    .categorias_blog {
        width: 65%;
    }
    .slider_img .swiper img{
        height: 500px !important;
        object-fit: contain;
    }
    .info_data_blog {
        display: flex;
        padding: 24px 25px;
    }
}