/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/* Estilo carrusel de imágenes */

#ac-vimeo-continue-watching .owl-item {
    height: 200px;
    background: #ccc;
    cursor: pointer;
}

#ac-vimeo-continue-watching .owl-item .item {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#ac-vimeo-continue-watching .owl-item .item::after {
    content: '';
    background-image: url('../images/owl.video.play2.png');
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
}

.progress {
    /* padding: 2% 12% 0; */
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    -moz-transition: opacity 350ms;
    transition: opacity 350ms;
    /* z-index: 1000; */
}

.progress .progress-bar, .progress .progress-completed {
    height: 5px;
}

.progress-bar {
    display: block;
    position: relative;
    height: 2px;
    background-color: rgb(44 44 44 / 30%);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.progress-completed {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #e50914;
}

.owl-carousel .owl-stage {
    height: 220px;
}