@media (min-width: 768px) {
    .caf_documentos_tit {
        height: 70px;
    }
}

.caf_documentos_figure img {
    width: 100%;
    height: 320px !important;
    object-fit: cover;
}

.caf_documentos_wrap h4 {
    text-transform: uppercase;
    font-size: min(max(20px, 1vw), 25px);
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 992px) {
    .caf_documentos_figure img {
        width: 50%;
    }
}

.caf_documentos {
    flex-direction: row;
    display: flex;
}

/* modulo de eventos */
.caf-doc {
    margin-right: 20px;
}

.caf_docu_txt {
    font-size: 1rem;
}

.caf_docu_txt p {
    margin-bottom: 10px;
}

.caf_docu_txt h6 {
    font-size: .8rem;
    font-weight: 100;
    line-height: 1.4;
}

.caf_docu_txt span {
    border-left: 1px solid;
    padding-left: 7px;
}

/* publicaciones scioteca*/
.caf_docu_antetitulo {
    font-size: .8em;
    text-transform: uppercase;
    line-height: .5;
    margin-bottom: .2rem;
}

.caf_documentos_wrap h3 {
    font-size: min(max(20px, 1vw), 25px);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caf_documentos_figure img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.caf_verserie_wrap .btn {
    font-size: .6rem;
    font-weight: 700;
    border: 1px solid #9e9e9e;
    text-transform: uppercase;
    padding: .15rem .25rem;
    border-radius: 0.25rem;
    background-color: white;
    transition: 0.3s;
}

.btn_caf_docu:hover {
    color: white;
    background-color: #f31156;
    border: 1px solid #f31156;
}

.btn_caf_serie:hover {
    color: white;
    background-color: #f31156;
    border: 1px solid #f31156;
}