header {
    width: 100vw;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.24);
} 

.banner-carrossel-container {
    width: 100%;
    color: #fff;

}

.banner-carrossel-carrossel {
    display: flex;
    /* padding: 10px;
    overflow-y: hidden;
    width: 100%; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner-carrossel {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 60vh;
    position: relative;
}

.banner-carrossel span,
.banner-carrossel-info span {
    font-size: 0.69rem;
}

.banner-carrossel-IMDb::after,
.banner-carrossel-ano::after,
.banner-carrossel-duracao::after {
    content: "|";
    color: #e7e7e796;
}

.banner-carrossel-categoria::after {
    content: "...";
}

.banner-carrossel-info {
    width: -webkit-fill-available;
    position: absolute;
    padding: 20px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0/73%) 83%);
}

.banner-carrossel-tutilo {
    font-size: 1.2rem;
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.banner-carrossel-IMDb {
    color: #ffb215;
}

.material-star {
    font-size: 800;
}

.material-star::after {
    content: "/";
}

.banner-carrossel-sinopse {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.banner-carrossel-botao {
    margin: 1.5em 0 0 0;
    display: flex;
    justify-content: end;
}

.banner-carrossel-botao-botao {
    display: flex;
    align-items: center;
    gap: 0.35em;
    width: fit-content;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 2.25em;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    backdrop-filter: blur(2px);
}

.banner-carrossel-botao-botao:hover {
    background-color: rgba(255, 0, 0, 0.849);
}

/* bootstrap */
.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

/* bootstrap */

@media (min-width:500px) {
    .banner-carrossel {
        height: 70vh;
    }

    .banner-carrossel-tutilo {
        font-size: 1.5rem;
    }

    .banner-carrossel span,
    .banner-carrossel-info span {
        font-size: 0.9rem;
    }
}

@media (min-width:650px) {
    .banner-carrossel {
        height: 75vh;
    }

    .banner-carrossel-info {
        padding: 20px 60px 20px 60px;
    }
}

@media (min-width:900px) {
    .banner-carrossel-info {
        padding: 20px 60px 20px 75px;
    }
    .banner-carrossel {
        height: 85vh;
        background-size: cover;
    }
}

@media (min-width:1000px) {
    .banner-carrossel {
        /* background-size: 100%; */
        background-position-y: 26%;
    }

    .banner-carrossel-info {
        /* width: 100px; */
        padding: 20px 12em 20px 10em;
    }
}

@media (min-width:1100px) {
    .banner-carrossel-info {
        padding: 20px 25em 20px 12em;
    }
}

@media (min-width:1200px) {
    .banner-carrossel {
        /* height: 75vh; */
        /* background-size: 100%; */
        background-position-y: 22%;
    }
}