
#mapa-container {
    width: 100%;
    height: 40%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#mapa {
    width: 100%;
    height: auto;
    cursor: grab;

}

.container-map {
    position: absolute;
    left: 0%;
    top: 0%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.sub_Container_map {
    width: 100%;
    display: flex;
    justify-content: end;
}

#close {
    width: 5%;
    padding: 0.8rem;
}

.container-map img {
    width: 95%;
}

@media (min-width: 1024px) {
    #mapa-container {
        width: 80%;
    }
}

@media (min-width:1440px) {
       #mapa-container {
        width: 50%;
    }
}