/* CARRUSEL */

.caf_item_container {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.caf_item_container .caf_item_col {
    padding: 10px;
}

.caf_item_info {
    min-height: 300px;
}

.caf_item_content {
    min-height: 360px;
}

.caf_item_info img {
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

/*.caf_item_info h4 {
    font-size: .8em;
    font-weight: 700;
    line-height: 1;
}

.caf_item_info h5 {
    font-size: .8em;
    font-weight: 100;
    line-height: 1;
}*/

.caf_ir_link, #carouselCifrasFade a {
    font-family: Raleway,
        sans-serif;
    font-size: min(max(15px, 1.4vw), 20px);
    font-weight: 600;
    /*text-align: right;*/
    color: white;
}

.caf_sum_secciones, .caf_sum_secciones p {
    font-size: min(max(15px, 1.4vw), 20px);
}

h5,
.caf_titulosh5 {
    font-weight: 100;
}

/* CONTROLES CAROUSEL */

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.8;
}

#carouselButtons {
    position: absolute;
    bottom: 0px;
}

.caf_playpause {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0);
    height: 40px;
    background-color: #fff0;
    color: #fff;
    border: 0px;
    margin-top: -8px;
}

.caf_playpause:focus {
    outline: none;
}

.caf_awe_pause:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f04c";
}

.caf_awe_play:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f04b";
    color: #fff;
}

.caf_control_outer {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 20px;
}

.caf_control_inner {
    position: relative;
    margin: 0 20px /*auto*/;
    height: 20px;
}

/*.caf_refill_carousel {
    width: 100%;
    height: 20px;
    display: block;
}*/

@media (min-width: 768px) {

    .caf_item_container {
        width: 100%;
        min-height: 300px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
    }

    .caf_item_container .caf_item_col {
        padding: 10px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .caf_item_content,
    .caf_item_info {
        min-height: 340px;
    }

    .caf_control_outer {
        position: absolute;
        width: 41.666%;
        right: 0;
        bottom: 20px;
    }

    .caf_control_inner {
        position: relative;
        margin: 0 20px /*auto*/;
        height: 20px;
    }
}