/*google font*/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Kaushan+Script&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
/*google font*/
*{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
strong, span, em, br{
    position: unset;
    float: unset;
    margin: unset;
    padding: unset;
}
footer{
    width:100vw;
    float: left;
    padding: 0px;
    margin: 0px;
    background: white;
    padding-top: 25px;
    height: auto;
    min-height: unset;
    max-height: 120vh;
    margin-top: 25px;
    font-family: 'Mulish', sans-serif;
}
#footerContainer{
    width: 80%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
}
/*sedi*/
h1.sediTitle{
    height: auto;
    width: 100%;
    font-size: 4.5em;
    text-align: center;
    font-weight: 200;
    font-family: 'Mulish', sans-serif;
    color: rgb(100,100,100);
    margin-top: 50px;
    margin-bottom: 25px;
}
span.elegantStyle{
    font-family: 'DM Serif Display', serif;
    color: rgb(0,0,0);
    font-size: 2em;
}
.sediSectionFooter{
    --sedi-section-base-width: calc(100vw - 50px);
    --sedi-section-base-height: calc(40vh - 50px);
    border-top: 1px solid rgb(40,40,40);
    border-bottom: 1px solid rgb(40,40,40);
    width: var(--sedi-section-base-width);
    padding: 25px;
    height: 40vh;
}
.singleSedeFooter{
    width: calc(var(--sedi-section-base-width) / 2);
}
.sediTextContainer{
    width:calc((var(--sedi-section-base-width) / 4) - 50px);
    height: calc((var(--sedi-section-base-height) - 20vh) - 50px);
    padding: 25px;
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.sedeTitleFooter{
    width: 100%;
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase;
    color: rgb(40,40,40);
    float: left;
    clear: both;
    letter-spacing: 3px;
}
.sedetextFooter{
    width: 100%;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    color: rgb(100,100,100);
    float: left;
    clear: both;
    margin-top: 25px;
    line-height: 2em;
    letter-spacing: 1.5px;
}
.padova{
    text-align: right;
}
.milano{
    text-align: right;
}
.backgroundFooterSedi{
    width: calc(var(--sedi-section-base-width) / 4);
    background-position: center;
    background-size: cover;
    height: 20vh;
    margin-top: 10vh;
    margin-top: 10vh;
}
/*sedi*/
/*footer end*/
#footerEnd{
    width:100vw;
    float: left;
    clear: both;
    background-color: rgb(0,0,0);
    min-height: 50px;
    max-height: 50px;
    text-align: center;
    line-height: 50px;
}
#footerEnd a{
    width: 50vw;
    padding: 0;
    text-align: center;
    color: rgb(255,255,255);
    font-weight: normal;
    letter-spacing: 0px;
    transition: 0.5s;
    text-transform: uppercase;
    text-decoration: none;
}
#footerEnd a:hover{
    letter-spacing: 2px;
    transition: 0.2s;
}
/*gestione footer*/
#footerPreEnd{
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
    text-align: center;
}
.footerPreEndOne, .footerPreEndTwo{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*gestione footer*/
img.footerLogo{
    width: calc(10vw - 50px);
    margin-left: 45vw;
    margin-right: 45vw;
    filter: invert(100%);
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}
/*gestione social*/
.socialContainer{
    width: calc(100vw - 50px);
    height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 25px;
}
.instaContainer,.facebookContainer{
    width: calc(50% - 30px);
    height: 100%;
    min-height: 25px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
}
.instagramIcon{
    position: absolute;
    min-height: 25px;
    right: 0;
}
.facebookIcon{
    position: absolute;
    min-height: 25px;
    left: 0;
}
.singleSocial{
    filter: invert();
    cursor: pointer;
    float: left;
}
/********/
/*mobile*/
/********/
@media (min-width: 279px) and (max-width: 823px) {
    /*sedi*/
    h1.sediTitle{
        height: auto;
        width: calc(100% - 50px);
        padding: 25px;
        font-size: 3em;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 25px;
        line-height: 1.2em;
    }    
    span.elegantStyle{
        font-family: 'DM Serif Display', serif;
        color: rgb(0,0,0);
        font-size: 2em;
    }
    .sediSectionFooter{
        --sedi-section-base-width: calc(100vw - 50px);
        border-top: 1px solid rgb(40,40,40);
        border-bottom: 1px solid rgb(40,40,40);
        width: var(--sedi-section-base-width);
        padding: 25px;
        height: auto;
    }
    .singleSedeFooter{
        width: calc(var(--sedi-section-base-width));
    }
    .sediTextContainer{
        width:calc((var(--sedi-section-base-width)) - 50px);
        height: auto;
        padding: 25px;
        margin-top: 25px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .sedeTitleFooter{
        width: 100%;
        font-weight: 600;
        font-size: 1.5em;
        text-transform: uppercase;
        color: rgb(40,40,40);
        float: left;
        clear: both;
        letter-spacing: 3px;
    }
    .sedetextFooter{
        width: 100%;
        font-weight: 400;
        font-size: 1em;
        text-transform: uppercase;
        color: rgb(100,100,100);
        float: left;
        clear: both;
        margin-top: 25px;
        line-height: 1.5em;
        letter-spacing: 1.5px;
    }
    .padova{
        text-align: right;
        padding-top: 25px;
        border-top: 1px solid rgb(100,100,100);
    }
    .milano{
        text-align: right;
    }
    .backgroundFooterSedi{
        width: calc(var(--sedi-section-base-width));
        background-position: center;
        background-size: cover;
        height: 20vh;
        margin-top: 15px;
        margin-top: 25px;
    }
    /*sedi*/
    /*footer end*/
    #footerEnd{
        width:100vw;
        float: left;
        clear: both;
        background-color: rgb(0,0,0);
        min-height: 50px;
        max-height: 50px;
        text-align: center;
        line-height: 50px;
    }
    #footerEnd a{
        width: 50vw;
        padding: 0;
        text-align: center;
        color: rgb(255,255,255);
        font-weight: normal;
        letter-spacing: 0px;
        transition: 0.5s;
        text-transform: uppercase;
        text-decoration: none;
    }
    #footerEnd a:hover{
        letter-spacing: 2px;
        transition: 0.2s;
    }
    /*gestione footer*/
    #footerPreEnd{
        width: calc(100vw - 50px);
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 30px;
        text-align: center;
    }
    .footerPreEndOne, .footerPreEndTwo{
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        clear: both;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /*gestione footer*/
    img.footerLogo{
        width: calc(50vw - 50px);
        margin-left: 25vw;
        margin-right: 25vw;
        filter: invert(100%);
        margin-top: 25px;
        margin-bottom: 15px;
    }
    /*gestione social*/
    .socialContainer{
        width: calc(50vw - 50px);
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 25vw;
        margin-right: 25vw;
    }
    .singleSocial{
        width: 100% !important;
        margin-right: 10px;
        margin-left: 10px;
        filter: invert();
        text-align: center;
        float: unset;
    }
}

/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni DESKTOP */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 1024px) and (max-width: 1279px){
    .sedeTitleFooter {
        font-size: 1em;
    }
    .sedetextFooter {
        font-size: 0.7em;
        line-height: 1em;
        letter-spacing: 1.5px;
        margin-top: 5px;
    }
}
@media (min-width: 1280px) and (max-width: 1365px){
    .sedetextFooter {
        font-size: 0.7em;
        line-height: 1em;
        letter-spacing: 1.5px;
    }
}
@media (min-width: 1366px) and (max-width: 1439px){
    .sedetextFooter {
        font-size: 0.8em;
        line-height: 1.5em;
        letter-spacing: 1.5px;
    }
}