:root {
    --tamanho-w: 90px;
    --tamanho-h: 140px;
    --tamanho-gap: 17px 5px;
}
.card-3d-box > a {
    text-decoration: none;
}
.card-3d-box{
    margin: 2.5rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tamanho-gap);
    justify-content: center;
}
.card-3d-div {
    position: relative;
    border-radius: 6px;
    border: 0.5px solid #ffb11581;
}
.card-3d-div:hover{
    border: 0.5px solid #ffb215;
}
.card-3d-View {
    position: absolute;
    bottom: 0.8rem;
    /* position: absolute;
    top: 88%; 
    bottom: 0;*/
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    text-shadow: black 0 0 0 2px;

    max-width: 14ch;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.card-3d{
    width: var(--tamanho-w);
    height: var(--tamanho-h);
    position: relative;
    padding: 0.5rem 0.5rem 1.5rem;

    border-radius: 12px;
    background-size: 200%;
    filter: blur(6px);
}


.card-3d-container{
    width: var(--tamanho-w);
    height: var(--tamanho-h);
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
    border: 0.5px solid #dadce02b;
    z-index: 2;
    display: flex;
}
.card-3d-container img {
    position: absolute;
    filter: none;
    width: -webkit-fill-available;
    height: -webkit-fill-available;

}
.card-3d-container-box {
    z-index: 99;
    position: absolute;
    display: grid;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    
    /* background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 1%, rgba(0,206,248,0) 100%); */
    background: linear-gradient(0deg, rgb(2 0 36) 0%, rgba(0,0,0,1) 0%, rgb(0 206 248 / 0%) 38%);
}

.material-play-3d {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    color: red;
    font-size: 1.5rem;
    transition: all .52s;
}
.card-3d-container-box:hover > .material-play-3d, a:hover > .material-play-3d{
    visibility: visible;
    font-size: 4.5rem;
}
.material-play-3d:hover{
    color: rgba(255, 0, 0, 0.76);
}

.card-3d-container-conteudo{
    padding: 0.6rem 0 0.8rem 0.6rem;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
}
.card-3d-h3 {
    font-weight: 500;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.card-3d-ano {
    z-index: 3;
    cursor: pointer;
    padding: 3px 2.5px;
    font-weight: 700;
    right: 0;
    position: absolute;
    top: 5px;
    border-radius: 2px;
    font-size: 8px;
    background: #ffb215;
    transition: all 1.2s;
}
.card-3d-ano:hover{
    transform:  scale(1.1);
}
.card-3d-ano a {
    color: #000;
}
@media (max-width:500px) {
    .card-3d-h3 {
        font-size: 8px;
    }
    .card-3d-View{
        font-size: 10px;
    }
}

@media (min-width: 336px) {
    /* .card-3d-h3 {
        bottom: -6em;
    } */
    :root {
        --tamanho-w: 110px;
        --tamanho-h: 166px;
        --tamanho-gap: 19px 20px;
    }

}
@media (min-width: 420px) {
    /* .card-3d-h3 {
        bottom: -8em;
    } */
    :root {
        --tamanho-w: 140px;
        --tamanho-h: 198px;
    }

}
@media (min-width: 500px) {
    /* .card-3d-h3 {
        bottom: -4.8em;
    } */
}
@media (min-width: 700px) {
    /* .card-3d-h3 {
        bottom: -7em;
    } */
    .card-3d-h3 {
        font-size: 0.7rem;
    }
    .card-3d-View {
        font-size: 14px;
    }
    .card-3d-ano {
        border-radius: 6px;
    }
    .card-3d{
        padding: 1.5rem 1rem 2.5rem;
    }
    .card-3d-ano {
        top: 15px;
        right: 10px;
        padding: 0.3rem 0.4rem;
        font-size: 12px;
    }
    :root {
         /* width: 10.875rem; */
        /* height: 16.2rem; */
        --tamanho-w: 10.875rem;
        --tamanho-h: 16rem;
        --tamanho-gap: 2.8rem;
    }
}
