body, html{
    background-color: #F9FAFC !important
}


.article{
    width: 33.3%;
    padding: 0.7rem
}

#div_flows .article{
    width: 50%;
}

.long-and-truncated {
    flex: 1;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }




.article .content{
    background-color: #fff;
    border-radius: 0.2rem;
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
    max-height: 80px;
    height: 80px;
    padding: 2px;
}

.article .content:hover{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}



.article:hover{
    text-decoration: none !important;
}


.article .div_img{
    min-width: 76px;
    min-height: 76px;
    width: 76px;
    height: 76px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../assets/churnbusterio.jpg")
}

.article .div_info_c{
    width: calc(100% - 95px);
    margin-left: 15px;

}

.article .title{
    font-size: 1rem;
    color: rgba(0,0, 0, 0.9);
    margin-bottom: 0.2rem;
    width: 100%;
}


.article .subtitle{
    font-size: 0.77rem;
    color: rgba(0,0, 0, 0.6);
    margin-bottom: 0;
    width: 100%;
}

.article .p_price{
    text-align: right;
    color: #5aa02c;
    width: 100%;
}



@media only screen and (max-width: 1000px) {
    .container{
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
}

@media only screen and (max-width: 1200px) {
    .article{
        width: 33.3%;
    }
}

@media only screen and (max-width: 1100px) {   
    .article{
        width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    .container{
        max-width: 100% !important;
        width: 90% !important;        
    }

    #div_flows .article{
        width: 100%;
    }    
}


@media only screen and (max-width: 680px) {
    .container{
        width: 90% !important;        
    }

    .article{
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .container{
        width: 95% !important;        
    }
}

@media only screen and (max-width: 450px) {
    .container{
        width: 100% !important;        
    }
}
