.box-filmes-card-titulo{
    border-left: 4px solid #FF3131;
    padding-left: 0.5rem;
    margin: 2.5rem 0 2rem 1rem;
}
.box-filmes-card{
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
    box-sizing: border-box;
    margin-bottom: 1.50rem;
}
.box-filme{
    width: min-content;
}
.box-filmes-box-img{
    width: 229px;
    height: 324px;
    overflow: hidden;
}
.box-filmes-img{
    object-fit: cover;
    width: 100%;
}
.box-filmes-titulo{
    width: 30vh;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 300px) {
    .box-filmes-box-img{
        width: 129px;
        height: 210px;
    }
    .box-filmes-titulo{
        width: 18vh;
    }
}


@media (min-width: 460px) {
    .box-filmes-box-img{
        width: 25vw;
        height: 35vw;
    }
    .box-filmes-card{
        justify-content: start;
    }
    .box-filmes-card{
        column-gap: 1.6rem;
    }
}


 @media (min-width: 600px) {
    .box-filmes-card{
        column-gap: 2.6rem;
    }
    .box-filmes-titulo{
        width: 21vh;
    }
}

/* @media (min-width: 700px) {
    .box-filmes-card{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        box-sizing: border-box;
        align-items: center;
    }
    /* .box-filmes-box-img{
        width: 280px;
        height: 390px;
    } 
} 
*/

@media (min-width: 700px) {
    .box-filmes-card{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        box-sizing: border-box;
    }
    .box-filmes-box-img{
        width: 125px;
        height: 175px;
    }
    .box-filmes-titulo{
        width: 18vh;
    }
}

@media (min-width: 780px) {
    .box-filmes-box-img{
        width: 160px;
        height: 219px;
    }
    .box-filmes-titulo{
        width: 23vh;
    }
}

@media (min-width: 1000px) {
    .box-filmes-card{
        padding: 0 4rem;
    }
}
@media (min-width: 1200px) {
    .box-filmes-card{
        width: 80%;
        margin: 0 auto 2.5rem auto;
        /* margin: 0 10%; */
    }
    .box-filmes-card-titulo{
        margin: 2.5rem 0 2rem 13%;
    }
}