#map-container {
    width: 100vw;
    height: 93vh;
    position: relative;
    display: flex;
}

#map {
    width: 100vw;
    height: 100%;
    position: absolute;
}

#product-dev {
    position: fixed;
    text-align: center;
    font-size: small;
    width: 30%;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3); /* Fondo semitransparente */
    padding: 10px;
    z-index: 1000; /* Asegura que se muestre por encima de otros elementos */
    border-radius: 6px 0 0 0;
}