.mapa-site {
    padding-block: 45px;
}

.mapa-site h1 {
    color: #2f2f2f;
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.mapa-site ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mapa-site li {
    border-bottom: 1px solid #d9e7d5;
    margin: 0;
}

.mapa-site a {
    color: #2f2f2f;
    display: block;
    font-weight: 600;
    padding: 14px 0;
    text-decoration: none;
}

.mapa-site a:hover,
.mapa-site a:focus-visible {
    color: #4f8528;
    text-decoration: underline;
}
