html, body {
    height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Evita scroll orizzontale */
}

body {
    font-family: 'Arial', sans-serif;
    }

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/base/sfondo_orizzontale_prova.jpg') no-repeat center center / cover;
    z-index: -1;
    }






.clear{
    clear: both;
    line-height: 0.01px;
    font-size: 00.01px;
    }

.logo_play_store{
    width: 60%;
    padding: 10%;
}


/*Loading*/
#Load{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

#Load img{width: 20%;}

#Page{
    width: 100%;
    display: none;
    animation:fadeIn 1s ease;
    }

@keyframes fadeIn {
    0%{opacity: 0; filter: blur(10px);}
    10%{opacity: 0.1; filter: blur(9px);}
    20%{opacity: 0.2; filter: blur(8px);}
    30%{opacity: 0.3; filter: blur(7px);}
    40%{opacity: 0.4; filter: blur(6px);}
    50%{opacity: 0.5; filter: blur(5px);}
    60%{opacity: 0.6; filter: blur(4px);}
    70%{opacity: 0.7; filter: blur(3px);}
    80%{opacity: 0.8; filter: blur(2px);}
    90%{opacity: 0.9; filter: blur(1px);}
    100%{opacity: 1;}
    }


.menu1{display: block;}
.menu2{display: none;}   


/*Hearer*/
#Header{
    width: 100%;
    min-height: 140px;
    padding-top: 30px;
    margin-bottom: 70px;
    margin: 0 auto;
    }
   
#Header .label{display: none;}

.subMenu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }

/*Impostazioni logo*/
#Logo{
    background-image: url("../img/base/logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 100px;
    }

.logo1{display: none;}
.logo2{display: block;}
.men2{float: none !important;}

/*Voci menu*/
#upMenu{
    margin-top: 20px;
    }

#upMenu ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.75), 1px -1px 0 rgba(0, 0, 0, 0.75), -1px 1px 0 rgba(0, 0, 0, 0.75), 1px 1px 0 rgba(0, 0, 0, 0.75);
    }

#upMenu ul li{
    position: relative;
    float: left;
    margin-top: 0;
    height: 60px;
    line-height: 60px;
    width: auto;
    padding: 0 5px;
    }

#upMenu ul li a{
    text-decoration: none;
    font-size: 150%;
    padding: 15px;
    border-radius: 10px;
    margin: 0;
    text-align: center;
    color: white;
    background-color: none;
    }

/*Sottolineamento testo menu*/
#upMenu ul li a::after{
    content: "";
    display: block;
    margin-top: -18px;
    margin-left: 4px;
    position: absolute;
    width: 80%;
    height: 1px;
    background: white;
    transition: transform 0.2s ease-in-out;
    transform: scale(0);
    }

#upMenu ul li a:hover::after{
    transform: scale(1);
    }

#upMenu ul li.active > a{
    color: white;
    background-color: #1A2D4B;
    }

#upMenu ul li.active > a:hover::after{
    transform: scale(0);
    }


/*Menu*/
.hamburger{display: none;}
#Header .menu{width: 50%; margin: 0 auto;}

#Header .menu ul{
    padding: 0;
    margin:  0;
    list-style-type: none;
    }

#Header .menu ul li{
    position: relative;
    float: left;
    margin-top: 0;
    height: 60px;
    line-height: 60px;
    width: auto;
    padding: 12px 15px;
    
    }
    
#Header .menu ul li a{
    text-decoration: none;
    font-size: 150%;
    padding: 15px;
    margin: 0;
    text-align: center;
    color: #fafafa;
    }

#Header .menu ul li:hover{
    transition: all .4s;
    height: 82px;
    background-color: #1a2d4b;
    }

.attivo{
    height: 82px !important;
    background-color: #1a2d4b;
    }

.testi_menu{
    font-family: none;
    }

input[type="checkbox"]{display: none;}


/*Body|Home*/
#Body{
    width: 50%;
    margin: 150px auto;
    }

.intro {
    text-align: center;
    padding: 100px 20px;
    background: url('hero.jpg') no-repeat center center/cover;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    }

.intro p {
    max-width: 600px;
    margin: 20px auto; 
    line-height: 1.8; 
    font-size: 1.2em;
    text-align: center; 
    }

.intro h1 {
    font-size: 3em;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    }

.container_home {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
    width: 70%;
    margin: 40px auto; 
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.75), 1px -1px 0 rgba(0, 0, 0, 0.75), -1px 1px 0 rgba(0, 0, 0, 0.75), 1px 1px 0 rgba(0, 0, 0, 0.75);
    }

.box_home {
    display: flex;
    flex-direction: inherit;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px;
    transition: transform 0.3s;
    }

.box_home:hover {
    transform: scale(1.05);
    background-color: rgba(26, 45, 75, 1);
    }

.box_home div{
    display: flex;
    align-items: center;
    }

.box_home img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
    }

.box_home a {
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    font-family: sans-serif;
    }

.gallery_home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 10px;
    max-width: 700px;
    width: 70%;
    margin: 100px auto;
    }

.gallery_home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: white solid 3px;
    border-radius: 5px;
    transition: transform 0.3s;
    }

.gallery_home img:hover{
    transform: scale(1.05);
    }

.img1_home {
    grid-column: span 2;
    grid-row: span 1;
    }

.img2_home {
    grid-column: span 1;
    grid-row: span 2;
    }

.img3_home {
    grid-column: span 1;
    grid-row: span 1;
    }

.img4_home {
     grid-column: span 2;
    grid-row: span 1;
    }

.img5_home, .img6_home {
    grid-column: span 1;
    grid-row: span 1;
    }

/* Stile per l'immagine ingrandita */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    }

.modal-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    }

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    }

.subtitle {
    color: white; /* Colore del testo */
    font-size: 24px; /* Dimensione del testo */
    font-weight: bold; /* Grassetto per maggiore evidenza */
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8); /* Ombra più morbida e ampia */
    }

/*sezione news*/
  * { box-sizing: border-box; }

  .news-wrapper{
    width: 100%;
    padding: 0 12px;          /* spazio laterale, ma senza sballare la width */
    display: flex;
    justify-content: center;
  }

  .news-card{
    width: 100%;
    max-width: 520px;
    margin: 18px 0;           /* niente margini laterali */
    background:#fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
    font-family: Arial, sans-serif;
    position: relative;
  }

  .news-badge{
    position:absolute;
    top:12px;
    left:12px;
    background:#e53935;
    color:#fff;
    padding:6px 12px;
    font-size:12px;
    font-weight:700;
    border-radius:6px;
    z-index:2;
  }

  .news-img{
    display:block;
    width:100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .news-title{
    margin:0;
    padding: 16px 18px 18px;
    font-size: clamp(16px, 2.2vw, 22px);
    color:#222;
    text-align:center;
  }

  .news-title a {
    color: inherit;          /* stesso colore del titolo */
    text-decoration: none;   /* niente sottolineatura */
  }

  .news-title a:hover {
    text-decoration: underline; /* feedback al passaggio */
  }

  @media (min-width: 992px) {
  .news-fixed-center {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .news-card {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  @media (max-width: 700px) {

  html, body { overflow-x: hidden; }

  .news-fixed-center{
    width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .news-fixed-center .news-card{
    width: calc(100vw - 36px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
}












/*Stile Titoli*/
.inBdiv{
    box-shadow: 3px 2px 20px 0px #fafafafa;
    }

.title{
    text-align: center;
    background-color: #fafafa;
    border: 1px solid white;
    }

.bordo_dietro{
    width: 100%; box-shadow: -17px -12px 0px 2px #1A2D4B;
}

.text{
    background-color: #1A2D4B;
    padding: 8%;
    border: 1px solid white;
    }

.text p{font-size: 110%; color: #fafafa;}

.scritta_benvenuto {
    font-family: emoji;
    color: #1A2D4B;
}



/*Body|Explore*/
#ExBody{
    width: 80%;
    margin: 150px auto;
    }

#SubDiv{
    width: 100%;
    padding: 0;
    margin: 0;
    }

#SubDiv div{
    width: 30%;
    float: left;
    padding-top: 20px;
    }

#SubDiv div div {
    width: 100%;
    margin: 0 auto;
    }

#SubDiv div div img{
    width: 100%;
    border: 1px solid white;
    }

#SubDiv div div div{
    position: relative;
    width: 100%; 
    height: 10px;
    top: -54px;
    min-height: 10px;
    text-align: center;
    padding-bottom: 20px;
    background-color: rgba(42, 59, 85, 0.8);
    transition: all .3s;
    border: solid 1px white;
    font-family: emoji;
    }   

#SubDiv div div div:hover{
    background-color: rgba(42, 59, 85, 1); 
    }

#SubDiv div div div a{
    color: white;
    opacity: 400;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: none;
    }

#Croce{
    width: 100% !important;
    }

.croce{
    width: 50% !important;
    float: none !important;
    margin-top: -50px !important;
    }

/*Body|Explor ..explore*/
#Immagine{
    width: 100%;
    margin: 0 auto;
    }

#Immagine img{
    width: 100%;
    }

#Paragrafo{
    margin: 0 auto;
    width: 100%;
    text-align: left;
    background-color: white;
    color: #1A2D4B;
    border: solid 1px #1A2D4B;
    }

    #testi_esplora{
        margin-left: 20px;
    }
    
.indietro{
    display: flex;
    justify-content: space-between;
    float: left;
    border: white solid 1px;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #1A2D4B;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    }

.maps{
    display: flex;
    justify-content: space-between;
    float: right;
    border: white solid 1px;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #1A2D4B;
    color: white;
    border-radius: 5px;
    font-size: 14px;
}

.tasto_maps_explore {
    text-decoration: none;
    color: white;
    background-color: #1A2D4B;
    padding: 10px;
    font-size: 30px;
    float: right;
    width: 10%;
    height: 30px;
    border: white solid 1px;
}

.foto_maps {
    width: 100%;
}


/*Body|Feeds*/
#Cont{
    width: 100%;
    float: left;
    margin-bottom: 160px;
    }

#SubFeed{
    width: 100%;
    padding: 0;
    margin: 0;
    }

#SubFeed div{
    width: 30%;
    float: left;
    padding-top: 20px;
    }

#SubFeed div a{
    width: 100%;
    margin: 0 auto;
    }

#SubFeed div a img{
    width: 100%;
    height: 220px;
    border: 1px solid white;
    }



/*Body|History*/
.text img{
    width: 100%;
    }

.text iframe{width: 100%;}





/*Body|Contacts*/
#socials{
    float: right;
    }

#socials div{
    position: relative;
    float: left;
    width: 51px;
    height: 51px;
    margin: 0 15px 0 0;
    }

#socials div a img{
    width: 50px;
    height: 50px;
    }

#socials div a img:hover{
    width: 54px;
    height: 54px;
    }

/*Body|Login*/
#Contact{
    width: 100%;
    margin: 0 auto;
    }

textarea{resize: none;}

input[type=text],input[type=password],input[type=email],textarea{
    width: 80%;
    padding: 12px 20px;
    margin: 12px auto;
    display: inline-block;
    border: solid 1px #1a2d4b;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #f2f2f2;
    transition: all .2s;
    }

/*Animazioni*/
input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,textarea:focus{
    outline: none;
    color: #fff;
    background-color: #1A2D4B;
    border-radius: 4px;
    border-bottom: 1px solid black;
    }

input[type=text]:hover,input[type=password]:hover,input[type=email]:hover,textarea:hover{
    background-color: #1A2D4B;
    border-radius: 2px;
    }

/*Pulsante*/
input[type=submit]{
    width: 20%;
    float: right;
    color: #1A2D4B;
    padding: 12px;
    margin: 12px 0;
    border: 1px solid #1a2d4b;
    border-radius: 2px;
    cursor: pointer;
    transition: all .6s;
    }

input[type=submit]:hover{
    background-color: #1A2D4B;
    color: white;
    }

.no{display: none;}

.inviati{    
    width: 70%;
    color:rgb(60 165 60);
    font-size:18px;
    padding:10px;
    margin: 8px auto;
    text-align:center;
    background:#1a2d4b
    }
    
.errore{
    width: 70%;
    color:#ad4442;
    font-size:18px;
    padding:10px;
    margin: 8px auto;
    text-align:center;
    background:#1a2d4b;
    }

/*Iscriviti*/
.iscriviti_from{
    text-decoration: none;
    color: #1a2d4b;
    padding: 4px;
    font-weight: bold;
    font-size: 12px;
    background-color: #fafafa;
    border-radius: 2px ;
    }

/*Middle*/
.middle{margin: 0 5%;}

/*Footer*/
.footer {
    border-top: solid;
    background-color: #1A2D4B;
    color: white;
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    }

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    }

.footer-section {
    flex: 1;
    min-width: 200px;
    }

.footer-logo {
    max-width: 150px;
    height: auto;
    }

.contacts h3,.menu h3 {
    margin-bottom: 15px;
    font-size: 18px;
    }

.contact-list a {
    color: white;
    text-decoration: none;
    font-family: cursive;
}

.contact-list,.menu-list {
    list-style: none;
    padding: 0;
    }

.contact-list li,.menu-list li {
    margin-bottom: 10px;
    font-size: 14px;
    }

.contact-list li i {
    margin-right: 10px;
    } 

.menu-list a {
    color: white;
    text-decoration: none;
    }

.menu-list a:hover {
    text-decoration: underline;
    }

.social-media {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    }

.social-media img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
    }

.social-media img:hover {
    transform: scale(1.2);
    }

.copyright {
    border-top: solid 1px white;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: white;
    }

.copyright a{
    text-decoration: none;
    color: white;
}

.copyright p{
    margin-top: 20px !important;
    }

/*Logo PlayStore*/
.sh_1{
    display: block;
    }

.sh_2{
    display: none;
    }


/*Paragrafo copyright*/
#fine{
    background-color: #1A2D4B;
    width: 100%;
    float: left;
    margin-top: 30px;
    border-top: solid #ccc 2px;
    text-align: center;
    }

#fine p{
    color: #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
    }


/*testimonianze*/
.autore_testimonianze{
    margin-top: 10%; font-size: x-large; text-align: center;
}

.testo_giallo{
    color: yellow !important;
    line-height: 150%;
}

.foto_profilo_testimonianze{
    width: 40% !important; float: right; margin: 1%;
}

.seconda_immagine_testimonianze{
    width: 40% !important; float: left; margin: 1%;
}

.clicca_qui_per{
    line-height: 150%;
    text-align: left;
    padding: 2%;
    text-align: justify;
}


.testo_viola{
    color: violet !important;
    line-height: 150%;
}

.testo_bianco{
    color: white !important;
    line-height: 150%;
}


.testo_arancione{
    color: orangered !important;
    line-height: 150%;
}

.testo_giallo_chiaro{
    color: chartreuse !important;
    line-height: 150%;
}


/*Middle*/
.middle{margin: 0 5%;}

.titoli_footer {
    font-family: monospace;
    }

.nome_indirizzo_footer{
    font-family: none;
    }

.telefono_email_footer{
    font-family: none;
    }



/*Responsive*/
@media screen and (max-width: 768px){

    .menu1{display: none;}
    .menu2{display: block;}   
    #Load img{width: 30% !important;}

    .background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        background: url('../img/base/sfondo_verticale_prova.jpg') no-repeat center center / cover;
        z-index: -1;
        }

    h1,h2,h3{font-size: 32px;}
    p{font-size: 20px !important;}


    /*Header*/
    #Header{
        position: relative;
        width: 100%;
        background-color: rgba(42, 59, 85, 0);
        }

    .divi{
        width: 30%;
        margin-top: 10%;
        height: 100%;
        float: left;
        }

    .divi img{
        width: 100% !important;
        height: auto !important;
        }
    
    /*Menu navigazione*/
    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 25px;
        cursor: pointer;
    }
    
    .hamburger span {
        width: 100%;
        height: 4px;
        background-color: white;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    #Header input[type="checkbox"][id^="check"] {
        display: none;
        }
 
    #Header .label{
        position: relative;
        display: block;
        float: right;
        margin-top: 18%;
        margin-right: 15px;
        }

    #Header .menu{
        position: absolute;
        z-index: 9999;
        margin-top: 30% !important;
        display: none;
        }
    
    #Header input[type="checkbox"]:checked ~ .menu{
        display: flex;
        width: 100%;
        overflow: hidden;
        animation: slide .5s ease-in;
        }

    #check:checked + .label .hamburger span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
        }
        
    #check:checked + .label .hamburger span:nth-child(2) {
        opacity: 0;
        }
        
    #check:checked + .label .hamburger span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
        }
    
    @keyframes slide {
        from{display: none;width: 0px;}
        to{display: block; width: 100%;}
        }
    
    .menu ul{
        padding: none;
        margin: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        }

    .menu ul li{
        width: 80% !important;
        height: 10px !important;
        line-height: 10px !important;
        text-align: center;
        border: solid 1px white;
        border-radius: 20px;
        padding: 30px 15px !important;
        background-color: #1a2d4b;
        margin-bottom: 5px;
        }
        
    .menu ul li a{
        color: black;
        padding: 0 !important;
        animation: textno .5s ease-in;
        }
        
    .menu ul li:hover a{
        border: none;
        margin-left: 0px;       
        }
    
    @keyframes textno {
        from{opacity: 0;}
        to{opacity: 1;}
        }
    
    .attivo{
        background-color: white !important;
        }
    
    .menu ul li.attivo a{
        font-weight: bolder;
        background-color: white !important; 
        color: #1a2d4b !important;
        }


    /*Body|Home*/
    #Body{
        width: 90%;
        }
    
    
    /*Body|Explore*/
  
    #ExBody{
        width: 80%;
        margin: 150px auto;
        }

    #SubDiv div{
        width: 100%;
        float: left;
        padding-top: 20px;
        }

    .middle{margin: 0;}

    .croce{
        width: 100% !important;
        float: none !important;
        margin-top: 20px !important;
        }

    
    /*Feed*/
    #SubFeed div{
        width: 100%;
        float: left;
        padding-top: 20px;
        }


    #SubFeed div a img{
        width: 100%;
        height: auto !important;
        border: 1px solid white;
        }

    /*Contacts*/
    input[type=text],input[type=email],textarea{
        width: 100%;
        padding: 12px 20px;
        margin: 12px 0;
        display: inline-block;
        border: solid 1px #1a2d4b;
        
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
        background-color: #f2f2f2;
        transition: all .2s;
        }

    input[type=submit]{

        width: 20%;
        float: right;
        color: #1A2D4B;
        padding: 12px;
        margin: 12px 0;
        border: 1px solid #1a2d4b;
        border-radius: 2px;
        cursor: pointer;
        transition: all .6s;
        }

    .contatti-text{font-size: 20px !important;}

    /*Footer*/
    .footer-container {
        flex-direction: column;
        align-items: center;
        }

    .footer-section {
        text-align: center;
        }

    .footer-logo {
        margin-bottom: 20px;
        }

    .contacts,.menu {
        margin-bottom: 20px;
        }
    
    .menu .menu-list li{ padding: 15px 15px !important;}
    .menu .menu-list li a{color: white;}

    .copyright p{font-size: 15px !important;}
    }


/*Container generali*/
.container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Tre colonne */
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    margin: 40px auto; /* Centra rispetto alla pagina */
}

.more_container {
    grid-template-columns: repeat(2, 1fr) !important;
    }



.box {
    display: flex;
    align-items: center;
    background: #1A2D4B;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    transition: transform 0.3s;
    border: 1px solid white;
}

.box:hover {
    transform: scale(1.05);
}

.box img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
}

.box a {
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    transition: color 0.3s;
    font-family: sans-serif;
}

.box a:hover {
    color: #007BFF;
}

@media (max-width: 768px) {

    .intro {
        padding: 40px 15px;
        font-size: 1em;
        }

    .intro h1 {
        font-size: 1.8em;
        }

    .container_home {
        width: 100%;
        }

    .box_home {
        flex-direction: column;
        text-align: center;
        padding: 6px;
        }

    .box_home img {
        margin-bottom: 8px;
        width: 40px;
        height: 40px;
        }

    .container {
        grid-template-columns: 1fr; /* Una colonna su dispositivi mobili */
        display: flex;
        flex-direction: column;
        align-items: center;
        }
    
    .container_more {
        grid-template-columns: (1fr); 
        }
    
    .box {
        width: 80%;
        max-width: 400px;
        }

    .gallery_home{ 
        max-width: none !important;
        width: 94% ;
        }

    .contact-list a {
        font-size: 16px;
        font-family:Arial, Helvetica, sans-serif; 
    }
}

@media (max-width: 1024px) {
    .container {
        grid-template-columns: repeat(2, 1fr); /* Due colonne su tablet */
    }
}


    
    