﻿#coordenadasRaton {
    background-color: rgba(0,60,136,0.3);
    left: 5px;
    bottom: 60px;
    position: fixed;
    border-radius: 15px;
    padding: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: azure;
    display: none;
}

@media (min-width: 500px) {
    #coordenadasRaton {
        background: rgba(0,60,136,.3);
        border-radius: 4px;
        bottom: 35px !important;
        left: 20px !important;
        padding: 3.5px;
        position: absolute;
        color: azure;
        display: block;
    }
}
