#map-locais-sismo {
	height: 80vh;
	width: 100%;
}

#map-locais-sismo .custom-cluster-icon {
    background-color: #B4D755DB;
    border: 4px solid #839d3b5e;
    color: black;
    border-radius: 50%;
    width: 50px; /* Adjust size */
    height: 50px; /* Adjust size */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  	font-weight: 900;
}

#map-locais-sismo .btn {
    margin-top: 20px;
}

#map-locais-sismo a.btn:not(:hover) {
    color: white !important;
}
