body {
    background-color: rgb(11, 5, 20);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    height: 100vh;
}
#mapa {
    width: 100vw;
    height: 100%;
}

.leaflet-control-attribution {
    width: 50vw;
    font-size: x-small;
    font-family: 'Roboto', Helvetica;
}

.leaflet-popup-content-wrapper {
    width: 200px;
    background-color: rgba(200, 20, 0, .8);
    display: flex;
    justify-content: center;
    margin: 0px;
}
.leaflet-popup-content {
    display: flex;
    margin: 10px;
    width: 200px;
}
/* Color de la flecha */
.leaflet-popup-tip {
    background-color: rgba(200, 20, 0, .8);
}
.popup {
    margin: 0;
    padding: 10px;
    width: 100%;
    background-color: rgba(200, 20, 0, .5);
    border-radius: 10px;
}
.popup h3 {
    margin: 10px 0px;
    color: rgb(220 220 220);
}
.popup p {
    margin: 10px 0px;
    color: rgb(240 240 240);
}




.ubicacion {
    width: 30px;
    height: 30px;
    background: linear-gradient(20deg, rgba(120 120 120 /.8) 0%, rgba(140 140 140 /.5) 100%);
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: -29px;
    box-shadow: inset -2px -3px 0px rgba(80 80 80 /.8);
}
.cir {
    width: 15px;
    height: 15px;
    background-color: rgba(250, 250, 250, 1);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 7px;
}
.cirInt {
    width: 9px;
    height: 9px;
    background-color: rgba(140 140 140 /.5);
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}
.punta {
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent; 
    border-right: 6px solid transparent; 
    border-top: 11px solid rgba(250, 250, 250, 1);
    position: absolute;
    top: 14px;
    left: 8px; 
}



.ubicacionDisponible {
    width: 30px;
    height: 30px;
    background: linear-gradient(4deg, rgba(0 120 40 /.8) 0%, rgba(0 200 120 /.9) 100%);
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: -29px;
    box-shadow: inset -2px -3px 0px rgba(0 100 20 /.8);
}
.cirIntDisponible {
    width: 9px;
    height: 9px;
    background-color: rgba(0 200 120 /.8);
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}



/* Acerca de... */
#acerca_de {
    border: none;
    font-size: x-small;
    font-family: 'Roboto', Helvetica;
    background-color: rgba(255 255 255 /.5);
    color: rgb(20 0 255);
    cursor: pointer;
    padding: 0px;
}
.contenedorTextTarjetaAcercaDe {
    position: relative;
    width: 80%;
    height: 90%;
    font-size: initial;
    margin: 20px 10px;
    background-color: rgba(245 245 245 /.8);
    padding: 20px;
    border-radius: 5px;
}





/* Menú con opciones a mostrar */
.gral_opciones {
    position: fixed;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    top: 32px;
    right: 5px;
    background-color: rgba(255 255 255 /.8);
    padding: 5px 5px;
    border-radius: 2px;
    font-size: small;
    font-family: 'Roboto', Helvetica;
    font-weight: 300;
}
#cant_disp {
    color: green;
}
#cant_no_disp {
    color: red;
}
.opciones button {
    border: none;
    font-size: small;
    font-family: 'Roboto', Helvetica;
    font-weight: 300;
    background-color: rgba(255 255 255 /.6);
    color: blue;
    cursor: pointer;
    padding: 0px;
}

.tarjeta {
    width: 80vw;
    height: 80vh;
    background-color: rgba(255 255 255 /.8);
    border-radius: 5px;
}

.btnCierre {
    width: 20px;
    height: 20px;
    position: relative;
    top: -80vh;
    right: -75vw;
    border: solid 1px black;
    border-radius: 2px;
    background-color: rgba(255 255 255 /.8);
    padding: 0;
}

.contenedorTextTarjeta {
    position: relative;
    width: 80%;
    height: 80%;
    font-size: initial;
    margin: 10px;
    background-color: rgba(245 245 245 /.8);
    padding: 20px;
    border-radius: 5px;
}

.linkDea {
    margin: 10px;
    font-size: initial;
}







