/* Estilos específicos para a página Mapa do Tesouro */

#hero-mapa {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1585664811087-47f65abbad64?q=80&w=2070&auto=format&fit=crop') no-repeat center center/cover;
    color: #ffffff;
    text-align: center;
    padding: 120px 0;
}

#hero-mapa h1 {
    color: #ffffff;
    font-size: 3.5rem;
}

#hero-mapa p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
}
.city-list {
    text-align: center;
    margin-top: 40px;
}

.city-list p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
}
