#mapid svg, #mapid2 svg, #mapid3 svg {
    width: auto;
}

.windspeed path {
    stroke-linejoin: round;
    stroke-miterlimit: 2;
    stroke-linecap: round;
}

.hurricaneLables {
    font-family: Roboto, 'sans-serif';
}

.article .paragraph {
    padding: 0;
}

.ciudades, .countries {
    fill: #979797;
}
.countries {
    text-transform: uppercase;
}

.mapa svg {
    pointer-events: none !important;
}

@media screen and (min-width: 720px) {
    .mapa svg {
        pointer-events: all !important;
    }
}
.leaflet-image-layer, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-pane>svg path, .leaflet-tile-container {
    pointer-events: all !important;
}
.plg-donate > iframe {
    min-height: 1300px;
    border: 0;
  }
  @media (max-width: 682px) {
    .plg-donate iframe {
      min-height: 900px;
      border: none;
    }
  }


.inset path, .inset_inland path {
    stroke: gray;
}

.leyenda {
max-width: 320px;
margin: 15px auto;
}

.parrafo {
max-width: 600px;
margin: 0 auto;
padding: 10px 0;
line-height: 26px;
}
.lluvia {
max-width: 600px;
margin: 0 auto;
}

