/* Spazio dall'alto per la pagina come arrivare */
.map{
    padding-top:8rem;
    max-width:150%;
    margin:0 auto;
    line-height:1.6;
    text-align:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
}

.map h1{
    margin:0 0 1.5rem;
    text-align:center;
}

.map-container{
    min-width:102%;
    background:#f0f0f0;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.map-container p{
    max-width:600px;
    margin:0 auto;
    padding:2rem 1rem;
    font-size:clamp(1rem, 2.5vw, 1.25rem);
    line-height:1.6;
    color:#fffafa;
    text-align:center;
}

.map-container img{
    cursor: url('../img/link.png') 96 96, pointer;
}

.map-container img{
    display:block;
    max-width:40%;
    height:auto;
    margin:2rem auto 0;
    border-radius:16px;
    box-shadow:0 4px 12px rgba(0,0,0,0.1);
    margin-bottom:2rem;
}

.map-container img:hover{
    transform:scale(1.05);
    transition:transform 0.3s ease;

}