.owl-carousel {
    display: none;
    position: fixed;
/*    top: 63px; */
    left: 0;
    opacity: 1;
    transition: opacity 0.1s;
    background: #fff;
    z-index: 9950;
    width: 100%;
    display: none;
}

.owl-carousel.owl-loaded.owl-drag {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #ccc;
}

.film-strip-item {
    height: 70px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    border: 0px solid #ccc;
}

.film-strip-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--e-global-color-c69890c);
}

.film-strip-item .thumbnail-film-strip {
    width: 70px;
    height: 70px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
}

.film-strip-item .thumbnail-film-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.titulo-film-strip {
    width: 50%;
    padding: 5px;
}

.titulo-film-strip h2 {
    margin: 0;
    font-size: 12px;
    text-align: center;
    overflow-wrap: break-word;
    white-space: normal;
}
