.leaflet-popup-content-wrapper {
    padding: 0 !important;
    border-radius: 8px !important;
    background: transparent !important; 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18) !important;
    overflow: hidden; 
}


.leaflet-popup-content {
    margin: 0 !important;
    width: 260px !important;
}

.leaflet-popup-close-button {
    color: #ffffff !important;
    font-weight: bold;
    padding: 12px 16px 0 0 !important;
    font-size: 20px !important;
    z-index: 10;
}

.leaflet-popup-close-button:hover {
    color: #e1bdc9 !important;
    background: transparent !important;
}

.leaflet-popup-tip-container {
    margin-top: -1px;
}
.leaflet-popup-tip {
    background: #ffffff !important;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1) !important;
}
.banco-popup-body{
    background-color: #fff;
}

.bg-gradient-gob {
    background: linear-gradient(90deg, var(--Presidencia-800, #781838) 0%, var(--Presidencia-500, #A84565) 100%);
    min-height: 123px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bg-verde-light{
    background:#F0FAF5;
    border:2px solid #2A872A;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background-color: rgba(97, 18, 50, 0.6) !important;
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
    background-color: rgba(97, 18, 50, 0.9) !important;
    color: white !important;
    font-family: "Noto Sans", Arial, sans-serif !important;
    font-weight: 700;
}