/* stili personali*/

.nascondi {
    display: none;
}
.vedi {
    display: block;
}

.form-check-input {
    position: absolute;
    margin-top: 0.8rem!important;
    margin-left: -2rem!important;
}

.page-footer {
    font-size: 16px;
font-weight: bold;
}

.minuscolo {
    text-transform: none!important;
    margin-bottom: 2rem;
}

#section-3 {
    display:none;
}

@media screen and (max-width: 767px) { 
 #footer {
     display: none;
 }
}