
.container.vida-en-bibliotecas {
    padding: 40px;
}
.vida-en-bibliotecas  .card {
    padding: 6px;
}

.vida-en-bibliotecas .padding-general{
    padding-top: 0px !important;
}

.vida-en-bibliotecas .card .card-img-overlay {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
    margin-top: -60px;

    
    text-align: left;
    height: 60px;

    background: rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
}

.vida-en-bibliotecas .card .card-img-overlay .card-title{
    font-size: 16px;
    color: #fff;
}
