section#locate-selector {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11; /* z-index 10 é referente ao seletor de idioma */
    display: none;
}

section main .locateSelector {
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    padding: 20px;
    margin: auto;
    overflow-y: auto;
    position: absolute;
}

section main .locateSelector ul {
    height: 80%;
    margin: 10px 0;
    line-height: 40px;
}

section main .locateSelector ul li {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    max-width: 500px;
    min-width: 250px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}

section main .locateSelector ul li a {
    display: block;
    text-decoration: none;
    padding: 20px;
    width: 100%;
}

section main .locateSelector ul li div {
    display: flex;
    align-items: center;
}

section main .locateSelector ul li div span {
    margin: 0 10px;
}

section header {
    text-align: center;
    background-color: white;
    width: 100%;
    padding: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

section header a {
    position: absolute;
    left: 30px;
}

section footer {
    text-align: center;
    background-color: white;
    width: 100%;
    padding: 30px;
    font-weight: 800;
    position: absolute;
    bottom: 0;
}

section footer button {
    width: 100%;
    color: white;
    background-color: rgba(42, 108, 122, 1);
    padding: 10px;
    border-radius: 20px;
}
