.mediciones-container {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 0.625rem;
    height: 90vh;
    overflow: auto;
    width: 100%;
}

.mediciones-imagen {
    display: flex; 
    flex-direction: column;
    margin: 0 auto;
    z-index: 9999; 
    border: 1px solid lightgray;
    background-color: white;
    padding: 0.3125rem;
    position: absolute;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
}
