.mt-5 {
    margin: 5px 0;
}
.containerFoto {
    height: 400px; 
    position: relative;
}
.imgPost {
    height: auto !important; 
    margin: auto !important; 
    max-height: 100% !important; 
    position: absolute; 
    bottom: 0;
}
.titulo {
    padding: 0 10px !important; 
    min-height: 70px;
}
.footerPost {
    height: 50px; 
    border-top: 1px solid #cacaca;
}

@media screen and (max-width: 1200px) {
    .footerPost {
        height: 80px;
    }
    .containerFoto {
        height: 330px;
    }
    .titulo{
        height: 110px;
    } 
    .tag_noticias {
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .containerFoto {
        height: auto; 
        position: static;
    }
    .imgPost {
        width: 100% !important; 
        height: auto;
        position: static; 
        bottom: 0;
    }
    .titulo {
        padding: 0 10px; 
        min-height: 50px;
        height: auto;
    }
    .footerPost {
        height: auto; 
        border-top: 1px solid #cacaca;
    }
    .tags_noticias {
        height: auto;
    }
    .titulo h4 {
        font-size: 16px;
    }
}