html, body {
overflow-x: hidden;
overflow-y: auto}

.font-nav {font-size: 25px;
                    }


		
		.logo {
			height: 60px;
			width: 106,67px
		} 
        
        
        .barriecito-regular {
            font-family: "Barriecito", system-ui;
            font-weight: 400;
            font-style: normal;
        
        }


#map {
            width: 100%;
            height: 500px;
            border: 6px solid;
            border-color: #7eb0cb;
            position: relative;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
            
    
}
            
        



 


.footer{
        background-image: url(../HOMEPAGE/IMG-HOME/footer.jpg);
        background-repeat: no-repeat;
        width: 100%;
        aspect-ratio: 2 / 1;
        position: relative;
        background-size: cover;
        background-position: center; 
        margin-top: 5%;  
        }
            
        .footer{
        display: block;
        unicode-bidi: isolate;  
        }
        
        .dati{
        text-align: center;
        color: whitesmoke;
        }    
    
     .dati{
        font-size: 20px;
        text-align: center;
        margin-right: 20px;
        margin-top: 50px;
    }
    
     .dati2{
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-right: 80px;
    }

    
         @media screen and (max-width: 992px) {
    .dati {
        font-size: 15px;} 
            
    .dati2 {
        font-size: 15px;}     
    }
    
      @media screen and (max-width: 576px) {
    .dati {
        font-size: 10px;} 
            
    .dati2 {
        font-size: 10px;}  
    }