.image-container,
.image-content {
    position: relative;
}
.bloque-lupa-cartel {
    overflow: hidden;
}
.image-content {
    display: flex;
    img:not(.fixedSign) {
        width: 100%;
    }
}

.floating-text {
    position: absolute;
    pointer-events: none;
}

.fixedSign {
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: auto;
    height: 100%; */
}

.zoom-lens {
    position: absolute;
    border: 2px solid #000;
    /* border-radius: 50%; */
    /* width: 150px;
    height: 150px; */
    overflow: hidden;
    visibility: hidden;
    cursor: none;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;

    img:not(.fixedSign) {
        width: 100%;
    }

    .zoom-content {
        position: absolute;
        top: 0;
        left: 0;
    }
}
