@font-face{
    src: url(fonts/Roboto-VariableFont_wdth,wght);
    font-family: Roboto-VariableFont_wdth,wght;
}
*{
    box-sizing:border-box;
    zoom: 106%;
    font-family:arial;
}
img{
    border-radius: 5px;
}
body{
    margin: 0px;
}
.navbar{
    height: auto;
}
.navbar ul{
    list-style-type: none;
    background-color:  hsl(219, 87%, 39%);
    padding: 0px;
    margin:0px;
    overflow: hidden;
}
.navbar #logo{
    width:10%;
    padding:3px;
    float:left;
}
.navbar #home{
    text-decoration: none;
    margin-left:1%;
    font-family: arial;
    margin-top: 3.5%;
    font-weight: bold;
    font-size: 1em;
    color: white;
    display: block;
    text-align: center;
    height: auto;
    width: 7%;
    float:left;
}
.navbar #iniziative{
    font-family: arial;
    margin-top: 3.5%;
    font-weight: bold;
    font-size: 1em;
    color: white;
    text-decoration: none;
    text-align: center;
    height: auto;
    width: 16%;
    float:left;
}
.navbar #tesseramento{
    font-family: arial;
    margin-top: 3.5%;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    height: auto;
    width: 19%;
    float:left;
}
.navbar #contattaci{
    font-family: arial;
    margin-top:3.5%;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    height: auto;
    width: 18%;
    float:left;
}
.navbar #norme_links{
    font-family: arial;
    margin-right:2%;
    margin-top:3.5%;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    height: auto;
    width: 20%;
    float:left;
}
.navbar a:hover{
    color: #fff6f6;
}
.navbar #uisp_coni{
    margin-top: 0.5%;
    background-color: hsl(219, 87%, 39%);
    box-sizing:border-box;
    height:auto;
    width: 8%;
    margin-left: 2%;
    float: left;
}

.navbar .image{
    margin-top:0px;
    margin-right: 10%;
    margin-left: 10%;
    width: 80%;
    height: auto;
}




.dropdown3{
    float:left;
    display: block;
    width:50%;
}
.dropdown3 button{
    background-color: rgb(89, 114, 250);
    color:white;
    font-size: 1em;
    border:none;
    border-radius: 10px;
    padding: 5px 5px;
    cursor: pointer;
}
.dropdown3 a{
    font-family: arial;
    display:block;
    text-decoration: none;
    padding:10px 10px;
    font-size: 0.7em;

}
.dropdown3 .content3{
    display:none;
    position:absolute;
    background-color: rgb(89, 114, 250);
    box-shadow: 2px 2px 4px black;
}
.dropdown3:hover .content3{
    display:block;
}
.dropdown3 a:hover{
    background-color: rgb(84, 241, 69);
}


.dropdown4{
    float:left;
    display: block;
    width:50%;
}
.dropdown4 button{
    background-color: rgb(89, 114, 250);
    color:white;
    font-size: 1em;
    border:none;
    border-radius: 10px;
    padding: 5px 5px;
    cursor: pointer;
}
.dropdown4 a{
    font-family: arial;
    display:block;
    text-decoration: none;
    padding:10px 10px;
    font-size: 0.7em;

}
.dropdown4 .content4{
    display:none;
    position:absolute;
    background-color: rgb(89, 114, 250);
    box-shadow: 2px 2px 4px black;
}
.dropdown4:hover .content4{
    display:block;
}
.dropdown4 a:hover{
    background-color: rgb(84, 241, 69);
}






.dropdown{
    float:left;
    display:none;
}
.dropdown #button1{
    background-color: rgb(255, 89, 89);
    color:white;
    border:none;
    border-radius: 10px;
    padding: 5px 5px;
    cursor: pointer;
}
.dropdown a{
    font-family: arial;
    display:block;
    color:white;
    text-decoration: none;
    padding:5px 10px;

}
.dropdown .content{
    display:none;
    font-size:0.6em;
    position:absolute;
    background-color: rgb(89, 114, 250);
    box-shadow: 2px 2px 4px black;
}
.dropdown:hover .content{
    display:block;
}
.dropdown a:hover{
    background-color: rgb(53, 182, 21);
}




.dropdown2{
        font-family: arial;
    margin-right:0%;
    margin-top:3%;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    height: auto;
    width: 17.5%;
    float:left;
    
}
.dropdown2 button{
    background-color: hsl(219, 87%, 39%);
    color:white;
    font-weight: bold;
    font-family: arial;
    font-size:1em;
    border:none;
    border-radius: 10px;
    padding: 5px 5px;
    cursor: pointer;
}
.dropdown2 a{
    font-family: arial;
    display:block;
    color:white;
    text-decoration: none;
    padding:10px 10px;

}
.dropdown2 .content2{
    display:none;
    position:absolute;
    background-color: rgb(89, 114, 250);
    box-shadow: 2px 2px 4px black;
}
.dropdown2:hover .content2{
    display:block;
}
.dropdown2 a:hover{
    background-color: rgb(53, 182, 21);
}
#scritta2{
    display:none;
}





#txt1{
    color:red;
    font-size: 1.8em;
    width:50%;
    margin-right:25%;
    margin-left:25%;
        text-align: center;
}
#txt2{
    text-align: center;
}




#box2{
    width:80%;
    margin-right:10%;
    margin-left:10%;
    float: left;
}

#img12{
    width:47.5%;
    margin-right: 5%;
    float:left;
    border-radius: 15px;
    margin-bottom:3%;
}
#img13{
    width:47.5%;
    float:left;
    border-radius: 15px;
    margin-bottom:3%;
}
#txt9{
    text-align: center;
    font-size:1.3em;
    float:left;
        width:80%;
    margin-left:10%;
    margin-right:10%;
    
}




#txt10{
    text-align: center;
}
#a8{
    text-decoration: none;

    color:rgb(22, 0, 119);
}
#a9{
    text-decoration: none;

    color:rgb(22, 0, 119);
}
#a12{
    text-decoration: none;

    color:rgb(22, 0, 119);
}
#a8:hover,#a9:hover,#a12:hover{
    text-decoration: underline;
}







#burocrazia{
    width:50%;
    margin-right:25%;
    margin-left:25%;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
        text-align: center;
    display:none;
}








#corsi{
    margin-top:2%;
    float:left;
    width: 100%;
    text-align:center;

}
    #txt3{
    padding:10px;
    text-align: center;
    background-color: rgba(27, 61, 255, 0.884);
    color:white;
    font-weight:bold;
    font-size:1.5em;
    border-radius:30px;
}
#box3{
    width:80%;
    margin-left: 10%;
    margin-right: 10%;

}
#img7{
    width:55%;
    margin-right:0%;
    float:left;
    margin-bottom:3%;
}

#img4{
    margin-left:5%;
    width:40%;
        float:left;
        margin-bottom:3%;

}
#txt6{ 
    text-align:center;
    text-decoration: underline;
    float:left;
    width:100%;
}



#img5{
    width:70%;
    margin-left:15%;
    margin-right:15%;
}






#box4{
text-align: center;
    float:left;
    margin-bottom: -2%;
    width: 100%;
}
#txt16{

        padding:10px;
    text-align: center;
    background-color: rgba(27, 61, 255, 0.884);
    color:white;
    font-weight:bold;
    font-size:1.5em;
    border-radius:30px;

}
#txt11{
    text-align:center;
}
#box10{
    margin-top:3%;
}





#box6{
    width:100%;
    float:left;
    margin-top:5%;
    margin-bottom:5%;
}
#img19{
    width:18%;
    margin-left:2%;
    margin-right:3%;
    float:left;
    margin-top:3%;
}
#box5{
        margin-right: 23%;
    width:54%;
    float:left;
}
#img16{
    mARGIN-TOP:0%;
    width:38.5%;
        border-radius:10px;
    margin-left:10%;
    margin-right:3%;
    float:left;
}
#img17{
    mARGIN-TOP:0%;
    width:38.5%;
    border-radius:10px;
    margin-left: 0%;
    margin-right:10%;
    float:right;
}




#img18{
    mARGIN-TOP:0%;
    width:38.5%;
    border-radius:10px;
    margin-left:10%;
    margin-right:3%;
    float:left;
}
#img6{
    mARGIN-TOP:0%;
    width:38.5%;
    border-radius:10px;
    margin-left: 0%;
    margin-right:10%;
    float:right;
}







#gite{
    width:80%;
    margin-left:10%;
    margin-right:10%;
    float:left;
    margin-bottom: 3%;
}
#img8{
    margin-left:3%;
    border-radius:10px;
    margin-right:3.5%;
    width:58%;
    float:left;
}
#img9{
    margin-left:0%;
    border-radius:10px;
    margin-right:3%;
    width:32.5%;
    float:left;
}
#txt4{
    text-align:center;
}
#txt29{
    text-align:center;
}




#box7{
    width:80%;
    margin-left:10%;
    margin-right:10%;
}
#img20{
    width:47.5%;
    margin-right: 5%;
    float:left;
}
#img21{
    width:47.5%;
    float:left;
  
}




#gite_weekend{
    margin-top:5%;

    text-align:center;
    float:left; 
}
#box8{
    width:80%;
    margin-left:10%;
    margin-right:10%;
}
#img22{
    width:47.5%;
margin-top:2.5%;
margin-bottom: 2.5%;
border-radius:10px;
    float:left;
}
#img23{
    border-radius:10px;
        width:47.5%;
        margin-bottom: 2.5%;
        margin-top:2.5%;
            margin-right: 5%;
    float:left;
}
#img25{
    width:45.5%;
margin-top:2.5%;
    float:left;
}
#img24{
        width:49.5%;
        margin-top:2.5%;
            margin-right: 5%;
    float:left;
}





#agonistica{
    width:80%;
    margin-left:10%;
    margin-right:10%;
    float:left;
    margin-top:3%;
}
#a3{
    font-weight: bold;
    color:black;
    text-decoration: none;
}
#a3:hover{
    text-decoration: underline;
}
#txt12{
    font-style: italic;

}





#gite_plurigiornaliere{

    text-align:center;
    float:left;
}
#img10{
    width:80%;
    margin-right:10%;
    margin-left:10%;
}
#img11{
    width:100%;
    margin-right:0%;
    margin-left:0%;
}
#txt7{
    font-style:italic;
    text-align:center;
    width:40%;
    margin-left:30%;
    float:left;
}
#a7{
    font-weight: bold;
    text-decoration: none;
}
#a7:hover{
    text-decoration: underline;
}


.icone{
    margin-top: 2%;
    width:100%;
    float:left;
    background-color: rgba(27, 61, 255, 0.884);
}
.icone p{
    font-family:arial;
}
.icone #social{
    margin-top:2.5%;
    color:white;
    width: 30%;
    margin-right:1%;
    margin-left:3%;
    float:left;
    margin-bottom:2.5%;

}
.icone #mappa{
    margin-top:4.5%;
    color:white;
    text-align: center;
    margin-right:1%;
    margin-left:1%;
    width:30%;
    float:left;
    margin-bottom:2.5%;
}
.icone #fine{
    margin-top:4.5%;
    float:left;
    width:30%;
    margin-left:1%;
    margin-right:3%;
    margin-bottom:2.5%;
}
#fine p{
    text-align:center;
    color:white;
}
#img3{
    width:15%;
}
.fa-brands.fa-square-whatsapp.fa-3x{
    color: rgb(0, 241, 40);
}
#a4{
    text-decoration: none;
    color:white;
    font-family:arial;
}
#a5{
    color:white;
    font-family:arial;
}
#txt17{
    display:none;
}
#txt19,#txt27{
    color:red;
    text-decoration: none;
    font-size:1.5em;
    font-weight: bold;
}
#txt19:hover{
    text-decoration: underline;
}
#txt20{
    text-align:center;
    width:95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    float: left;
}
#a10{
    color:black;
    text-decoration: none;
    font-weight: normal;
}
#a10:hover{
    text-decoration: underline;
}


#txt25{
    margin-bottom: -50px;
}



@media screen and (max-width:1000px){
.navbar #home,.navbar #tesseramento,.navbar #contattaci,.navbar #iniziative,.navbar #norme_links{
    font-size: 0.6em;
}
p{
    font-size:0.85EM;
}
#txt25{
    margin-bottom: 0px;
}
.dropdown{
    display:block;
    margin-left:0%;
    width:10%;
}
.dropdown2{
    display:none;
}
.navbar #logo{
    width: 18%;
    margin-right:0%;
    margin-left:-4%;
}
.navbar #home{
    display:none;
}
.navbar #tesseramento{
    display:none;
}
.navbar #contattaci{
    display:none;
}
.navbar #iniziative{
    display:none;
}
.navbar #norme_links{
    display:none;
}
.navbar #uisp_coni{
    width:18%;
    background-color: rgba(255, 255, 255, 0);
    margin-right:0%;
    margin-left:2%;
}
.dropdown{
    display:block;
    margin-left:0%;
    width:10%;
}
#scritta2{
    display:unset;
    text-align:center;
    color:red;
    font-family:arial;
    
    width:56%;
    margin:0%;
    margin-top:20px;
    float:left;

}
#scritta3{
    width:20%;
    font-size:0.8em;
}
#poliuisp1{
    width:45%;
}


.icone #social{
    margin-left:2%;
    width:32%;
}
.icone #mappa{
    margin-left:0%;
}
.icone #fine{
    margin-right:2%;
    width:31%;
}
 #social, #fine, #mappa{
    font-size:0.7em;
}



#txt1{
    font-size:0.9em;
    width:80%;
    margin-left:10%;
    margin-right:10%;

}
#txt2{
    font-size:1em;
    width:95%;
    margin-left:2.5%;
    margin-right:2.5%;

}
#corsi, #bimbi, #adulti, #gite, #gite_weekend, #gite_plurigiornaliere{
   width:95%;
   margin-bottom:2.5%;
    margin-left:2.5%;
    margin-right:2.5%;
}


#txt7{
    font-style:italic;
    text-align:center;
    width:80%;
    font-size: 0.7em;
    margin-left:10%;
    float:left;
}

#box2{
    width:95%;
    margin-left:2.5%;
    margin-right:2.5%;
}
#txt9{
    font-size:0.8em;
}
#txt3{
    font-size:1.2em;
    width:100%;
}

#box3{
    width:95%;
    margin-left:2.5%;
    margin-right:2.5%;
}
#box4{
    width:100%;
    margin-left:0%;
    float:left;
}
#txt16{
    font-size:1em;
}

#img16{
    mARGIN-TOP:3%;
    width:46%;
    margin-left:2.5%;
    margin-right:3%;
    float:left;
}
#img17{
    mARGIN-TOP:3%;
    width:46%;
    margin-left: 0%;
    margin-right:2.5%;
    float:right;
}
#img18{
    mARGIN-TOP:3%;
    width:46%;
    margin-left:2.5%;
    margin-right:3%;
    float:left;
}
#img6{
    mARGIN-TOP:3%;
    width:46%;
    margin-left: 0%;
    margin-right:2.5%;
    float:right;
}
#box7, #box8, #agonistica{
    margin-left:2.5%;
    margin-right: 2.5%;
    width: 95%;
}

#txt17{
    text-align: center;
    float: left;
        margin-left:2.5%;
    margin-right: 2.5%;
    width: 95%;
    display:unset;

}
#img14, #img19{
    display:none;
}
#box5{
    margin-left:23%;
}

#a13{
    font-size:0.8em;
    font-weight: normal;
}
#txt2{
    font-size:0.8em;
}
#txt27{
    font-size:0.9em;
}
#txt19{
    font-size:0.9em;
}
#txt29{
    font-size: 0.8em;
}

footer{
    font-size:0.6em;
}
#txt4,#txt11{
    font-size:0.8em;
}
#box3{
    margin-top:5%;
}
.box11 p{
    font-size: 0.8em;
}
}