.leaflet-container {
    cursor: default;
}

/*LEGENDA DEL MAPA*/

.legend-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.legend-item {
    margin: 5px 5px;
    color: #2c2c2c;
}

.legend-key {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.legend-title {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0px;
    color: #2c2c2c;
}

.legend-line {
    margin-top: 4px;
    margin-bottom: 4px;
}

.map-float-table.active {
    left: 0 !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    color: #000000 !important;
    background: #fafafa;
}

.nav-pills .nav-link.active.nivel-1,
.nav-pills .nav-link.active.nivel-2,
.nav-pills .nav-link.active.nivel-3,
.nav-pills .nav-link.active.nivel-4 {

    color: #000000 !important;

}

.nav > li > a {

    color: #c9c9c9;

}

#leaflet-control-layers-group-1 {
    display: none !important;
}

.accordion .card-header a.cambio:after {
    content: "Anteriores";
    /*content: "V";*/
}

.accordion .card-header a.cambio.collapsed:after {
    content: "Anteriores";
    /*content: "\039b";*/
}

.miaccordionNC {
    background: rgba(0, 0, 0, 0) !important;
}

.leaflet-control-layers-scrollbar {
    overflow-y: hidden !important;
    padding-right: 0px !important;
}

/**************************************************/

.custom-layer-control {
    background-color: rgba(255, 255, 255, 0.6); /* Fondo blanco con 80% de opacidad */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); /* Sombra */
    border-radius: 5px; /* Bordes redondeados */
    padding: 5px; /* Espaciado interno */
}