/*!
 * Copyright 2025 Alessandro baffioni Bansystems.
 */
 /* Stili personalizzati */
    body {
      font-family: Arial, sans-serif;
      color: #444;
      margin: 0;
      padding: 0;
      text-align: center;
    }
    .logo {
      color: #fff;
      font-size: 33px;
      font-weight: 700;
    }
    .logo a:link, a:visited, a:hover, a:active{
      color: #fff;/* bianco se non visitato, se visitato, blu al passaggio del mouse, nero se attivo*/
      text-decoration: none;/* non sottolineato*/
    }
    nav {
      text-align: center;
      background-color: #02597e;
    }
    header {
      background: linear-gradient(to right, #0056b3, #77b5f1);
      color: #fff;
      padding: 20px 0;
      margin-bottom: 20px;
    }
    main {
      max-width: 90%;
      margin: 0 auto;
      text-align: left;
    }
    .image-container {
      text-align: center;
      margin-bottom: 20px;
    }
      .image-container img {
      max-width: 100%;
      height: auto;
    }
    h1 {
      font-size: 36px;
      margin-bottom: 20px;
    }
    h2 {
      font-size: 24px;
      margin-bottom: 30px;
    }
    p {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    .titolosmall {
      font-size: 32px;
      font-weight: 400;
      text-align: center;
      color: #fff;
    }
    .pretitleh2-2 {
      font-weight: 700;
    }
    .link-menu {
      font-size: 17px;
      border-right: 2px solid #599cc1;
      padding: 5px 25px 5px 0px;
      position: relative;
      line-height: 2;
    }
    .evidenziatobianco {
      color: #fff;
    }
    .section2 {
      background: linear-gradient(to bottom, #d4e9ff, #f0f5ff);
      padding: 20px;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .section3 {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
    }
    .bottoneintestazioneriquadro a {
      font-weight: 500;
      background: #006100;
      border-bottom: 5px solid #578307;
      display: block;
      margin: 30px auto 20px auto;
      max-width: 300px;
      padding: 15px;
      font-size: 18px;
      color: #fff;
      text-align: center;
      border-radius: 13px;
    }
    .container {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
    }
    .box {
      flex-basis: 23%;
      margin: 10px;
      background: linear-gradient(to bottom, #d4e9ff, #f0f5ff);
      padding: 50px;
      border-radius: 23px;
      text-align: center;
    }
    footer {
      background-color: #000;
      color: #fff;
      padding: 20px 0;
    }
    footer a {
      color: #fff;
      text-decoration: none;
      margin: 0 10px;
    }
    .license {
      font-size: 12px;
      margin-top: 20px;
    }
    @media (max-width: 768px) {
      .box {
      flex-basis: 100%;
        }
    }
    @media(max-width: 590px){
      h1 {
      font-size: 27px;
        }
    }
    @media(max-width: 590px){
      .logo {
      font-size: 23px;
        }
    }