* {
    margin: 0;
    padding: 0;
}

#map {
    width: 100%;
    height: 500px;
    position:relative;
}

.container-Botoes-Endereco{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    gap: 10px;
    background-color: rgba(0, 42, 90, 0.7);
    position: absolute;
    z-index: 999;
    padding: 8px 0px 8px 0px;
}
.bt-localizacao{
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 20px 10px 20px;
    color: #fff;
    border-radius: 10px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    height: 50px;
    width: 150px;
    font-size: 16px;
}
.bt-Localizacao-Selecionado{
    background-color: #fff;
    color: black;
}
