.conteinerGaleria {
    display: flex;
    place-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    border: 0;
    justify-content: center;
}

.itemGaleria {
    width: 21vw;
    height: 25vh;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
    margin: 1vh 1vw 0 1vw;

    @media (max-width: 1023px) {
        width: 30vw;
        height: 30vh;
    }

    @media (max-width: 799px) {
        width: 46.5vw;
        height: 50vh;
    }

    @media (max-width: 639px) {
        width: 90dvw;
        height: 50vh;
    }
}

.linkImagem {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
    transition: 200ms;
}

.linkImagem:hover,
.linkImagem:focus {
    transition: 200ms;
    background-color: var(--bs-secondary-bg);
    border-radius: var(--bs-card-inner-border-radius);

    & img {
        transition: 200ms;
        filter: brightness(1.1);
    }
}

.imgEmConteiner {
    object-fit: contain;
    object-position: top;
    display: flex;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    place-self: flex-start;
}

.centralizarConteudo {
    place-content: center;
}

.miniaturaGaleria {
    width: 100%;
    max-height: 100%;
    image-rendering: pixelated;
    height: 100%;
    text-align: center;
    place-content: center;
}

.miniaturaGaleriaComTexto {
    width: 100%;
    height: calc(100% - 40px);
    image-rendering: pixelated;
    text-align: center;
    place-content: center;
}

.conteudoGaleria {
    min-height: 40px;
    text-align: center;
}

.textoGaleria {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    align-content: center;
}

.pai-artplayer-app {
    height: calc(100dvh - 56px);
    width: 100vw;
}

.artplayer-app {
    height: 100%;
    width: 100%;
}

.iframeTela {
    height: calc(100vh - 164px);
}