#contenedor_mapa {
    /* position: fixed;
    top: 0;
    right: 0;
    margin-top: 7.2em; */
}

#mapa {
    height: calc(100vh - 13em);
    border-radius: 2em !important;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--color-texto);
    width: calc(100% - 1em);
    margin: 0px !important;
}


.card_seleccionado{
    border: 1px solid var(--color-rojo) !important;
}

#contenedor_simple_bar{
    max-height: calc(100vh - 7em) !important;
}

.page-content{
   height: 100vh !important;
}