#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;
    }
}

