/****** BLOCK MUNDO ******/
#globeContainer {
    width: 100%;
    height: 500px;
    position: relative;
    /* border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    
}

#globeViz {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.tooltip {
    position: absolute;
    background: white;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    display: none;
    font-size: 14px;
}

/****** END BLOCK MUNDO ******/