.caf_temas_apertura h4 {
    font-size: 1.4em;
    font-weight: 700;
}

@media (min-width: 992px) {
    .caf_tit_temas_sm {
        font-size: 1.1em !important;
    }
}

.caf_tit_temas_sm {
    font-size: 1.4em;
}

.caf_temas_apertura .card-img {
    opacity: 0.5;
}

.btn.btn-outline-dark {
    min-width: 170px;
}

.btn {
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: 0rem !important;
}

.form-control {
    height: calc(2em + .95rem + 4px);
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c59e1e;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* UTILIDADES PARA IMAGENES */

.caf-object-fit {
    object-fit: cover;
}

.caf_fech_span {
    font-size: 1.3em;
}

.caf_ficha_temas img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
}

.caf_ficha_temas picture {
    margin-right: 20px;
}

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