@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
#checkprivacy span, .privacy p { font-size: 8px; }
.privacy a { font-weight: bold; font-size: 8px;}
#gdpr-cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    color: #fff;
    font-size: 9px;
    height: auto;
    background-color: #000;
    padding: 5px 30px;
}
#gdpr-cookie-message p, #gdpr-cookie-message a {  font-size: 9px; }
#gdpr-cookie-message button {
    background: none;
    color: #fff;
    border: none;
}
.wrapper { background-image: url(../../sfondo.jpg); background-size: cover; }
.header.mobile { display: none;}

.col-lg-4 {
    margin-right: 1% !important;
}
#iscrivibtn { background-color: #28A6DF; margin-top: 25px; font-weight: bold; font-size: 2em; border:none; padding: 7px 10%; border-radius: 7px; }
#headtop { text-align: center; }
 .mobile { display: none;}
@media only screen and (max-width: 900px) {
 .header.mobile { display: block;}
    .header.desktop { display: none;}
    #headtop p { font-size: 3em !important; }
    section .header h1, section .header h2 {
    font-size: 2.5em;
}
    .logoc { width: 80px !important; }
  .logon { width: 90px !important; }
    .mobile { display: block;}
}

#programma p { font-size: 1.5em !important}

option {
    color: #000 !important;
    background-color: #fff !important; 
}