#map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9; /* Asegura que el mapa esté detrás del header y footer */
}


.menu-item.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.menu-item.disabled .menu-link {
    cursor: not-allowed;
    color: grey; /* Cambia el color del texto para indicar que está desactivado */
}

.leaflet-container {
    cursor: auto;
}
.leaflet-container.crosshair-cursor {
    cursor: pointer;
}


@media (min-width: 1024px) {
    .logo-large-screen {
        margin-left: 90px; /* Ajusta este valor según sea necesario */
    }
}

.legend {
    position: absolute;
    bottom: 20px;
    right: 20px; /* Cambiado a right para posicionar a la derecha */
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #c6c6c6;
    z-index: 10;
    opacity: 0; /* Inicialmente invisible */
    visibility: hidden; /* Inicialmente oculto */
    transition: opacity 0.5s ease-in-out;
}

.legend-visible {
    opacity: 1; /* Totalmente visible */
    visibility: visible; /* Visible */
}

.legend h4 {
    margin: 0 0 5px;
    padding: 0;
    font-weight: bold;
    color: #c6c6c6
}

.legend ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.legend li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.legend span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    opacity: 0.7;
    border: 1px solid #0000006d;
}

.form-check-input {
    width: 30px;
    height: 20px;
    cursor: pointer;
}


.swal2-title-p {
    color: #E42855 !important; /* Cambia #FF5733 por el color que prefieras */
}

.swal2-title-p2 {
    color: #638eb6 !important; /* Cambia #FF5733 por el color que prefieras */
}

.swal2-title-p3 {
    color:  #019c5e !important; /* Cambia #FF5733 por el color que prefieras */
}


