/* Estilos para o ícone de água */
.custom-water-icon {
    background: #00bfff;
    color: #fff;
    border-radius: 50%; /* Deixa ele redondo */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px; /* Tamanho da fonte do emoji */
    line-height: 1; /* Ajusta o alinhamento vertical do emoji */
    /* Leaflet vai definir width/height via iconSize do JS */
}

/* Estilos para o marcador de KM */
.km-marker {
    justify-self: center;
    background: #15781b;
    color: #fff;
    padding: 2px 3px;
    border-radius: 7px;
    border: 1px solid #fff;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Leaflet vai definir width/height via iconSize do JS */
}

.altimetria-info p {
    margin-bottom: 7px;
    font-size: 16px;
    color: #000000;
    line-height: 23px;
}


.altimetria-info em {
    font-size: 14px;
    color: #666666;
}

.altimetria-info ul {
    margin-bottom: 10px;
    font-size: 16px;
}

.row #btn{
    justify-content: center;
}

.totlen{
    display: none;
}

.tottime {
    display: none;
}

.elevation-toggle-icon{
    display: none;
}

.elevation-summary{
    justify-self: center;
}