a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.c-pointer {
    cursor: pointer;
}


.ratio-3x4 {
    --bs-aspect-ratio: 133%;
}

.ratio-9x16 {
    --bs-aspect-ratio: 177%;
}

#aguarde {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000000e;
    display: none;
}

#aguarde div {
    background-color: #ffffffa1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.d-none-soft {
    display: none;
}

.ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}