#map {
    width: 100%;
    height: 500px;
}

@media (min-width: 1700px) {
    #map {
        height: 800px;
    }
}

.mapboxgl-popup-content {
    padding: 0 !important;
}

.mapboxgl-marker {
    cursor: pointer;
}

section#mapa .mapboxgl-popup-content h3 {
    padding: 16px 12px 10px;
    background-color: #0a498e;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

section#mapa .mapboxgl-popup-content p {
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 700;
}

section#mapa .mapboxgl-popup-content p:last-child {
    font-weight: 400;
    color: #0a498e;
}

.mapboxgl-popup-close-button {
    color: #fff;
    font-size: 19px;
    right: 5px;
}

.mapboxgl-marker {
    background-color: #0a498e;
    width: 21px;
    height: 21px;
    border-radius: 30px;
}

.mapboxgl-marker svg {
    display: none;
}