#leaflet-map-view-municipios-participantes-block-mapa {
  width: 1083px;
  height: 626px;
}

.view-municipios-participantes .cards-municipios-container {
  overflow-y: auto;
  scrollbar-width: none;
  height: 626px;
}

.block-views-blockmunicipios-participantes-block-mapa {
  display: flex;
  justify-content: center;
}

.block-views-blockmunicipios-participantes-block-mapa .content {
  width: 1640px;
}

.leaflet-popup-content {
  margin: unset;
  padding: 1rem;
  min-width: 301px;
  width: auto !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
}

.leaflet-popup-tip-container {
  display: none;
}

.cuadricula-municipios .views-row {
  margin-bottom: 3rem;
}

.cuadricula-municipios__pager {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.cuadricula-municipios__pager .page-item.active .page-link {
  background-color: #3463AC;
  border-color: #3463AC;
  color: #FFFFFF;
}

.cuadricula-municipios__pager .page-link {
  color: #717384;
  border-color: #C8C9D0;
}

/* Moviles - SM */
@media (max-width: 575.98px) {
  .cuadricula-municipios{
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }

  .view-municipios-participantes .view-filters{
    padding-left: 24px;
    padding-right: 24px;
  }

  .leaflet-popup-content{
    min-width: unset;
  }

  .cuadricula-municipios__pager .page-link{
    font-size: 14px;
  }
}
/* Tablets en vertical - MD */
@media (min-width: 576px) and (max-width: 767.98px) {
}
/* Tablets en horizontal - LG */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* Portátiles pequeños - XL */
@media (min-width: 992px) and (max-width: 1199.98px) {
}
