h5,
.caf_titulosh5 {
    font-weight: 100;
}

.caf_noti_content a {
    color: #000000;
}

.caf_noti_content h6, .caf_container_list h6 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .5px;
    font-size: 1.1em;
}

.caf_noti_content h4 {
    font-weight: 700;
}


@media (max-width: 767.98px) {
    .caf_noti_foto img {
        width: 100%;
        height: 20.5rem;
        object-fit: cover;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .caf_noti_foto img {
        width: 100%;
        height: 6.5rem;
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .caf_noti_foto img {
        width: 100%;
        height: 8.5rem;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .caf_noti_foto img {
        width: 100%;
        height: 10.5rem;
        object-fit: cover;

    }
}