.block-cantut-map {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

.block-cantut-map #button_fullscreen
{
    color: #553c3c;
}

#cantut_map {
    z-index: 0;
}

.leaflet-popup-content {
    color: #553c3c;
    line-height: normal;
    font-family: 'Lora', serif;
}

.wrp--cantut-map {
    width: 100%;
    height: 1000px;
   
}
.wrp--block-map {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.wrp--block-map .btn {
  border: 1px solid var(--grays-50);
  background-color: var(--complementary-color50);
  padding: 0.4rem 1rem;
  font-size: 0.75rem;
  color: #553c3c;
}

.wrp--block-map .popup--image {
  width: 100%;
  margin: 0.8rem 0;
}

.leaflet-popup {
  margin-bottom: 55px;
}

.popupCustom a {
    color: #553c3c;
    text-decoration: underline;
}
.popupCustom a:hover {
  color: #000;
}

.leaflet-popup-content {
    font-size: 1rem;
}
.popupCustom h3
{
    font-size: 1rem;
    margin-bottom: 0;
}

h2.popup--title
{
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1.1rem;
}

.popupCustom img {
    max-width: 250px;
    height: auto;
    max-height: 150px;
  }

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

.popup--song-list
{
    list-style: none;
    padding: 0;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    color: #553c3c;
    text-decoration: none;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button span {
    font-size: 36px;
    font-family: 'Ginter';
    font-weight: 150;
}

/* Legend */
.wrp--legend {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.wrp--legend .child {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.wrp--legend .child:first-child {
  flex: 0 1 100%;
}
.wrp--legend h6.child {
  font-size: 1.126rem;
  margin-bottom: 1rem;
}

.wrp--legend .cantut:before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: var(--complementary-color400);
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
}

@media (min-width: 992px) {
  .wrp--legend {
    flex-direction: row;
  }
  .wrp--legend .child {
    flex: 1 0 50%;
    margin: 0;
  }
}

.popup--song-list-title {
    color: #553c3c;
    font-size: 1.15rem;
    margin-top:1rem;
    font-weight: bold;
}

.popup-list-data {
    padding-left:0;
    list-style-type: none;
}

.popup-label {
    display: block;
    font-weight: bold;
}

.marker-cluster-small {
    background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-small div {
    background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
    background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-large div {
    background-color: rgba(240, 194, 12, 0.6);
}

.leaflet-popup-scrolled
{
    overflow-x: hidden;
    overflow-y: auto;
}




