BODY {

}
#Container {
	display: block;
	position: relative;

    flex-direction: unset;
    max-width: unset;
    height: unset;
    margin-left: unset;
    margin-right: unset;
    gap: unset;
	font-size: 1rem;
    font-family: 'Urbanist', sans-serif !important;
}

#Container * {
    font-family: 'Urbanist', 'sans-serif' !important;
}

.main-container H1.Titolo {
    margin: 0;
    padding:0;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 2rem;
    font-family: 'Urbanist', sans-serif !important;
}
#Container #ScaricaPdf {
	display: block;
    position: absolute;
    left: 30rem;
    top: 18.8rem;
    width: 13vw;
    overflow: hidden;
    font-size: 0.9em;
    line-height: 1.1em;
}
#Container #ScaricaPdf A {
    text-decoration: none;
    color: #e9801d !important;
}
#Container #ScaricaPdf A.Butt {
    text-decoration: none;
    background-color: #e9801d !important;
    padding: 0.6vw;
    line-height: 1vw;
    font-size: 1.2em;
    color: #ffffff !important;
    white-space: normal;
    display: block;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1em;
}


#Container #BoxCalend {
	width: calc(100% - 25rem);
    min-height: 26rem;
    font-size: 0.6vw;
    display: block;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 10rem;
}
#Container #BoxCalEvents {
	display: block;
	width: 100%;
	clear: both;
}
#Container #BoxCalEvents I.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}
@media screen and (max-width: 767px) {

    #HeaderMenu {
        display: block;
        position: absolute;
        left: 0;
        top: 3.7rem;
        bottom: 0;
        margin: 0;
        background-color: white;
        z-index: 1111;
    }
    #HeaderMenu UL {
        display: block;
    }
    #HeaderMenu UL LI {
        display: block;
    }

}

@media screen and (max-width: 767px) {

    #Container #ColonnaFiltri {
        display: block;
        width: 100%;
        position: relative;
        left: unset;
        top: unset;
        min-height: unset;
    }
    #Container #ColonnaFiltri DIV {
        display: none;
    }
    #Container #ColonnaFiltri #Tch {
        display: block;
        font-size: 1.5rem;
        outline: none;
        text-decoration: none;
        width: 100%;
        padding: 1.3vw;
        margin-bottom: 2rem;
    }
    #Container #BoxCalend {
        display: block;
        width: 100%;
        margin: 0;
        float: none;
        min-height: unset;
        max-height: unset;
        font-size: 3.2vw;
        margin-bottom: 3rem;
    }
    #Container #BoxCalEvents {
        display: block;
        width: 100%;
        margin: 0;
        float: none;
        min-height: unset;
        max-height: unset;
    }
    #Container #ScaricaPdf {
        display: block;
        position: relative;
        right: unset;
        left: unset;
        top: unset;
        width: 100%;
        max-width: unset;
        font-size: 1.2rem;
        margin-bottom: 3rem;
    }
    #Container #ScaricaPdf A {
        text-decoration: none;
        color: #e9801d !important;
    }
    #Container #ScaricaPdf A.Butt {
        padding: 0.7em;
        line-height: 1.1em;
    }
    #Container TABLE#Calend {
        min-height: 24rem;
    }

    #BoxCalEvents .Boxes .Event {
        width: 100%;
        height: unset;
    }
    #BoxCalEvents .Boxes .Event IMG {
        width: 100%;
        height: auto;
        float: none;
    }
    #BoxCalEvents .Boxes .Texts {
        display: block;
        padding-left: unset;
        color: #333333;
        height: 100%;
        position: relative;
        padding-bottom: 2rem;
    }
    #BoxCalEvents .Boxes .Texts .Titolo {
        font-size: 2.5rem;
        color: #ffffff;
        letter-spacing: -0.03rem;
        line-height: 2.9rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        padding-top: 1.6rem;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #BoxCalEvents .Boxes .Texts .Descrizione {
        font-size: 1.7rem;
        letter-spacing: -0.03rem;
        line-height: 2.1rem;
        font-weight: 400;
        margin-bottom: 0.5rem;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #BoxCalEvents .Boxes .Texts .DataDalAl {
        left: unset;
        top: unset;
        position: relative;
        font-size: 1.4rem;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #BoxCalEvents .Boxes .Texts .Categoria {
        left: unset;
        top: unset;
        bottom: unset;
        position: relative;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
    }
    #BoxCalEvents .Boxes .Texts .Action {
        position: absolute;
        right: 0;
        left: 0;
        width: 39vw;
        margin-left: auto;
        margin-right: auto;
        top: -6.3rem;
        font-size: 1.5rem;
        text-transform: uppercase;
        letter-spacing: -0.03rem;
        line-height: 1.1em;
        font-weight: 600;
        background-color: #ffffff;
        color: #222222;
        line-height: 3.9rem;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

}