


.lista-box{
    display: block;
    margin: 70px 0px 70px;
}
.lista-box:last-child{
    border-bottom: 0px;
}
.lista-box,
.lista-box:focus,
.lista-box:hover{
    text-decoration: none;
    color: #3c3c3b;
}
.lista-box .img-box{
    box-shadow: 4px 8px 10px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.lista-box .img-box img {
    background: #f0f1f1;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.lista-box .img-box:hover img {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}


@media (min-width: 768px){
    .lista-box .text-box{
        padding-left: 20px;
    }
}
@media (min-width: 992px){
    .lista-box .text-box{
        padding-left: 45px;
    }
}
@media (max-width: 767px){
    .lista-box .text-box{
        margin-top: 20px;
    }
}

.lista-box .date{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #2f3138;
    margin: 0px 0px 10px;
}

.lista-box .title{
    color: #d22402;
    margin: 0px 0px 5px;
    padding: 0px;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-transform: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.lista-box:hover .title{
    color: #d22402;
}

.lista-box .intro{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}

@media (max-width: 767px){
    .lista-box .btn{
        
    }
}

.loader{
    height: 48px;
}
.loader img{
    margin-top: 6px;
}


