body {
    margin: 0px !important;
}

.containerPage {
    display: flex;
    margin: 0;
    padding: 0;
    min-height: 95vh;
    height: auto;
}

.containerPage2 {
    height: 95vh;
}

.leftDiv60 {
    flex: 0 0 60%;
    padding: 1vh;
    text-align: center;
    max-width: 60%;
}

.rightDiv40 {
    flex: 1;
    max-width: 40%;
}

.leftDiv50 {
    flex: 0 0 50%;
    padding: 1vh;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 50%;
}

.rightDiv50 {
    flex: 1;
    margin: auto;
    padding: 10vh;
    max-width: 50%;
}

.leftImg {
    position: relative;
    width: 90% !important;
    margin-left: 10%;
}

@font-face {
    font-family: lasticaFont;
    src: url(font/lastica.ttf);
}

.lastica {
    font-family: lasticaFont;
}

@font-face {
    font-family: agrandirFont;
    src: url(font/agrandir.otf);
}

.agrandir {
    font-family: agrandirFont;
}

.lasticaBold {
    font-family: lasticaFont !important;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}


/*===============================  LOGO  ===============================*/

.containerPageLogo {
    display: flex;
    width: 100%;
    max-width: 65%;
    margin: 0px auto;
    margin-top: 17%;
    margin-left: 4%;
}

.imgLogo {
    flex: 0 0 30%;
    padding: 1vh;
    text-align: center;
    max-width: 100%;
}

.testoLogo {
    flex: 1;
    max-width: 70%;
}

.logo {
    max-width: 100%;
}

.riga1 {
    min-height: 33%;
    max-height: 40%;
    display: flex;
}

.riga2 {
    min-height: 33%;
    max-height: 40%;
    font-size: 60pt;
    font-weight: bold;
}

.riga3 {
    min-height: 33%;
    max-height: 40%;
    font-size: 32pt;
    margin-top: 2%;
    white-space: nowrap ;
}

.web {
    font-size: 60pt;
    text-align: left;
    font-weight: bold;
    flex: 0 0 65%;
}

.containerPageltd {
    flex: 1;
    max-width: 35%;
}

.ltd {
    font-size: 45pt !important;
    font-weight: bold;
}

.sottoltd {
    font-size: 13.5pt !important;
}
.logoMobile{
    display: none;
}

.ltd{
    position: relative;
    margin-left: -40% !important;
    top: 5% !important;
    font-size: 10pt;
    opacity: 0.8;
}
.ltdFooter{
    margin-left: 50% !important;

}

@media screen and (max-width: 1300px) {
    .imgLogo {
        flex: 0 0 50%;
        padding: 1vh;
        text-align: center;
        max-width: 100%;
    }
    #sottoTitoloHome {
        
        margin-left: 20% !important;
    
    }
 
}

@media screen and (max-width: 1300px) {

    #sottoTitoloHome {
        
        margin-left: 30% !important;
    
    }
 
}


/*===============================  NAVBAR  ===============================*/
.nav {
    min-height: 6vh;
    background-color: black;
    color: white;
    padding-top: 2%;
    display: flex;
    min-width: 100%;
    z-index: 1;
}

.navItem {
    width: 25%;
    text-align: center;
    font-weight: bold;
    transition: all 1000ms;
    font-size: 15pt;
}

.navItem:hover {
    transition: all 500ms !important;
    cursor: pointer;
    color: gray;
}

.underline {
    text-decoration: underline;
    font-weight: bold;
}

#containerNavBar {
    background-color: black;
}

/*===============================  HOMEPAGE  ===============================*/
.containerPageHome {
    background-image: url(img/sfondoHome.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    margin-top: 4.9%;
}

#sfumatura {
    width: 100%;
    min-height: 100%;
    background: linear-gradient(black 0%, transparent 6%, transparent 60%, rgb(0, 0, 0) 100%);
}

#logoHome {
    width: 25%;
}

#sottoTitoloHome {
    font-size: 25pt;
    margin-top: 8%;
    padding-right: 5%;
    text-align: center;
    margin-left: 2%

}

.leftDiv60 {
    animation: 2s leftDiv60;
}

@keyframes leftDiv60 {
    0% {
        margin-left: -60%;
        opacity: 0;
    }

    20% {
        opacity: 0.1%;
    }

    40% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    75% {
        opacity: 0.7;
    }

    100% {
        margin-left: 0%;
        opacity: 1;
    }
}

/*===============================  DESCRIZIONE  ===============================*/
.containerPageDescrizione {
    background-color: black;
    color: white;
}

#titoloDesc {
    font-size: 42pt;
    text-align: center;
    font-weight: bold;
}

#sottoTitoloDesc {
    font-size: 20pt;
    text-align: center;
}

#descrizione {
    font-size: 20pt;
}



/*===============================  OUR SERVICES  ===============================*/
.containerPageOur {
    background-color: black;
    color: white;
}

#titoloOurServices {
    font-size: 80pt;
    margin-left: 10%;
    font-weight: bold;
}

.divLeft10 {
    flex: 0 0 10%;
    padding: 0.5vh;
    text-align: center;
    font-size: 40pt;
    font-weight: bold;
    height: 25vh;
    opacity: 0.5;
    margin-right: 1%;
}

.divLeft90 {
    flex: 1;
    margin: auto;
    text-align: left;
    height: 25vh;
}

.containerPageElenco {
    display: flex;
    margin: 0;
    padding: 0;
    height: 27vh;
}

.titoloElenco {
    font-size: 35pt;
    font-weight: bold;
}

.sottoTitoloElenco {
    font-size: 20pt;
    margin-top: 1%;
    margin-bottom: 2%;
}

/*===============================  3 SCHEDE  ===============================*/
.containerPage2 {
    height: 95vh;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3%;
}

.containerPageSchede {
    display: flex;
    min-height: 50%;
}

.div33 {
    flex: 0 0 33%;
    text-align: center;
    min-height: 100%;
    margin-top: 4%;

}

.imgSchede {
    max-width: 100%;
}

.upcontainerPage {
    min-height: 50%;
}

.containerPageImg {
    max-width: 70%;
    background-color: black;
    margin: 0px auto;
    height: 100%;
    color: white;
}

.titleSchede {
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin-left: 5%;
    font-size: 15pt;
}

.descSchede {
    margin-top: 3%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;

}

#titleTreSchede {
    font-size: 50pt;
    font-weight: bold;
    text-align: center;
}

#descTreSchede {
    text-align: center;
    font-size: 22pt;
    margin-top: 4%;
}

.boldText {
    font-size: 26pt;
}

/*===============================  FOOTER  ===============================*/
.containerPageFooter {
    color: white;
    background-color: black;
}

.marginFooter {
    margin: 7%;
    width: 100%;
}

#titleFooter {
    font-size: 40pt;
    font-weight: bold;
    min-height: 20%;

}

.schedeFooter {
    flex: 0 0 25%;
    text-align: center;
    min-height: 100%;
    margin-top: 4%;
}

.schede {
    max-width: 55%;
    margin: 0px auto;
}

.schedaSinistra {
    text-align: left !important;
    margin: 0px !important;
}

.schedaDestra {
    text-align: right !important;
    margin-right: 0px !important;
}

#logoFooter {
    width: 60%;
}

.containerPageLogoFooter {
    display: flex;
    width: 100%;
    max-width: 65%;
    margin: 0px auto;
    margin-top: 17%;
    margin-left: 0%;
}

.rigaFooter {
    font-size: 29pt !important;
    text-align: center;
    min-height: 33%;
    max-height: 40%;
}

.imgCirillico {
    max-width: 70%;
}

.link {
    color: #FFFFFF;
    text-decoration: none;
}

.cookicontainer {
    max-width: 55%;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.linkCookie{
    color: blue;
}
.imgFooter{
    width: 5rem;
}
#vatMobile{
    display: none;
}


@media screen and (max-width: 1700px) {
    .containerPageElenco {
        display: flex;
        margin-top: 22% !important;
        margin-bottom: 20% !important;
        padding: 0;
        height: 27vh;
    }

    .containerPageFooter {
        color: white;
        background-color: black;
        margin-top: 10%;
    }

    #titoloOurServices {
        font-size: 60pt;
        margin-left: 10%;
        font-weight: bold;
    }
    .ltd{
        margin-left: 10% !important;
    }

}

@media screen and (max-width: 1300px) {
    .containerPageElenco {
        display: flex;
        margin-top: 30% !important;
        margin-bottom: 30% !important;
        padding: 0;
        height: 27vh;
    }

    .containerPageFooter {
        color: white;
        background-color: black;
        margin-top: 20%;
    }
    .ltd{
        margin-left: 10%;
    }
}

@media screen and (max-width: 1210px) {
    .containerPageFooter {
        color: white;
        background-color: black;
        margin-top: 35%;
    }

}


@media screen and (max-width: 1050px) {
    .containerPageFooter {
        color: white;
        background-color: black;
        margin-top: 45%;
    }

}

@media screen and (max-width: 950px) {  
    .containerPageFooter {
        color: white;
        background-color: black;
        margin-top: 55%;
    }

}
@media screen and (max-width: 1300px) {
    #sottoTitoloHome {
        font-size: 25pt;
        margin-top: 15%;
        padding-right: 5%;
    }

    .riga3 {
        min-height: 33%;
        max-height: 40%;
        font-size: 32pt;
        margin-top: 2%;
        width: 100%;
    }

    .containerPageOur {
        display: block;
    }

    .containerPageDescrizione {
        display: block;
        width: 100% !important;
    }


    .containerPageOur>.rightDiv50 {
        min-width: 80%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .containerPageElenco {
        margin-top: 5% !important;
        margin-bottom: 5% !important;
    }

    .containerPageOur>.leftDiv50 {
        padding: 0;
        max-width: 100% !important;
        display: grid;
        place-items: center;
    }

    #titoloOurServices {
        margin: 0 !important;
        text-align: center;
    }

    .leftImg {
        margin: 0 !important;
        width: 80% !important;
    }

    .containerPageDescrizione>.leftDiv50 {
        padding: 0;
        max-width: 100% !important;
        display: grid;
        place-items: center;
    }

    .containerPageDescrizione>.rightDiv50 {
        min-width: 80%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center;
    }


}
@media screen and (max-width: 1100px) {  
    .schedaSocial{
        margin-left: 5%;
    }

}


/*====================== POPUP ==================================*/



#popupContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.popup {
    background-color: #222;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin: 15px;
}

#closePopup {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

#closePopup:hover {
    color: #ff0000;
}





@media screen and ( max-height: 930px ) { 
    .containerPageHome {
        margin-top: 4.4%;
    }
    .containerPageElenco {
        margin-top: 30% !important;
        margin-bottom: 30% !important;
    }
    .containerPageFooter {
        color: white;
        background-color: black;
        margin-top: 20%;
    }
}
@media screen and ( max-height: 800px ) { 
    .containerPageHome {
        margin-top: 4%;
    }

}
@media screen and ( max-height: 650px ) { 
    .containerPageHome {
        margin-top: 3.9%;
    }
    .nav{
        min-height: 8vh;
    }
    .containerPageFooter {
        color: white;
        background-color: black;
        margin-top: 35%;
    }
}
@media screen and ( max-height: 450px ) { 
    .containerPageHome {
        margin-top: 3.5%;
    }
    .nav{
        min-height: 10vh;
    }

}
@media screen and ( max-height: 350px ) { 
    .containerPageHome {
        margin-top: 3%;
    }
    

}