    #map { top: 0; bottom: 0; width: 100%; height: 650px; }

    .bombardeo-red {
        background-image: url('http://www.ayudaparamiweb.com/icons/bombardeo-red.svg');
        background-size: cover;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
    }
    
    .bombardeo-blue {
        background-image: url('http://www.ayudaparamiweb.com/icons/bombardeo-blue.svg');
        background-size: cover;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
    }

    .mapboxgl-popup {
        max-width: 200px;
    }
