.info {
    padding: 10px 12px;
    font: 12px/16px Arial, Helvetica, sans-serif;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    max-height: 570px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #333;
}

.info h4 {
    margin: 0 0 10px;
    color: #555;
    font-weight: bold;
    font-size: 14px;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #444;
    margin-top: 10px;
}

.legend i {
    width: 18px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 6px;
    vertical-align: middle;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
}

.legtitle {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
}

.itemleg {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.legend-items {
    display: block;
}

.imgleg {
    width: 20px;       /* ou qualquer valor que desejar */
    height: auto;      /* mantém a proporção da imagem */
    margin-right: 8px;
    vertical-align: middle;
}