.caf_entrada_ficha {
    color: #000;
}

.caf_ficha_keywords, .caf_ficha_keywords a {
    color: #fff;
    /*color: #000;*/
}

.caf_entrada_ficha h1 {
    font-size: 1.4em;
    font-weight: 800;
}

.caf_entrada_ficha h3 {
    font-size: .7em;
    font-weight: 200;
}

.caf_ficha_keywords h3 {
  font-size: 0.4em;
  font-weight: 200;
}

.caf_ficha_keywords {
    position: relative;
    z-index: 1;
}

.caf_ficha_keywords .btn.btn-rte {
    border: 1px solid;
    margin-top: 10px;
}

/*.text-dark {
  color: #000 !important;
}*/

.caf_apertura_fullimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caf_apertura_fullimage {
    background: #fff;
}

@media (max-width: 575.98px) {
    .caf_ficha_bground {
        position: absolute;
        height: 100%;
        width: 200%;
        left: -50%;
        top: 0;
        z-index: -1;
    }

    .caf_entrada_ficha p {
        font-size: .5em;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .caf_ficha_bground {
        position: absolute;
        height: 100%;
        width: 300%;
        left: -200%;
        top: 0;
        z-index: -1;
    }

    .caf_entrada_ficha p {
        font-size: .5em;
        width: 35ch;
    }
}