
 .barriecito-regular{
            font-family: "Barriecito", system-ui;
            font-weight: 400;
            font-style: normal;
            font-size: 25px;
        }




.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;}  
    }