* {
    margin: 0;
    padding: 0;
}

html {
    /* scroll-behavior: smooth; */
}

body {

    /* background-image: url(../imgs/targhe.jpg); */
    background-image: url(../imgs/pikwizard-4abeefd1dc4eef9e939d9c54ebcde475.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

}

.attivo {

    color: white !important;

}

.div-servizi2 {

    background: tomato;
    height: 100vh;
    width: 100vw;

}

.border {
    border: 1px solid black;
}

.m0 {
    margin: 0 !important;
}

.mr3vw {
    margin-right: 3vw;
}

.mt3vh {
    margin-top: 3vh;
}

.ml3vw {
    margin-left: 3vw;
}

.ml4vw {
    margin-left: 4vw;
}

.ml5vw {
    margin-left: 5vw;
}

.ml6vw {
    margin-left: 6vw;
}

.ml7vw {
    margin-left: 7vw;
}

.ml8vw {
    margin-left: 8vw;
}

.ml9vw {
    margin-left: 9vw;
}

.ml10vw {
    margin-left: 10vw;
}

.ml11vw {
    margin-left: 11vw;
}

.ml12vw {
    margin-left: 12vw;
}

.ml12dot5vw {
    margin-left: 12.5vw;
}

.ml13vw {
    margin-left: 13vw;
}

.ml14vw {
    margin-left: 14vw;
}

.ml15vw {
    margin-left: 15vw;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ib {
    display: inline-block !important;
}

.h11vh {
    height: 11vh !important;
}

.p-abs {
    position: absolute !important;
}


.icona-fb-fixed {
    
    position: fixed;
    top: 3vh;
    right: 40vh;

    z-index: 10000;

}

.icona-tw-fixed {

    position: fixed;
    bottom: 3vh;
    right: 30vh;

    z-index: 10000;

}

.icona-inst-fixed {

    position: fixed;
    bottom: 3vh;
    right: 20vh;

    z-index: 10000;

}

.icona-phone-fixed {

    position: fixed;
    bottom: 3vh;
    right: 10vh;

    z-index: 10000;

}

.btn-mail-fixed {

    position: fixed;
    bottom: 2.5vh;
    right: 2.5vh;

    width: 50px;
    height: 50px;

    background-color: #074590;

    border-radius: 50%;

    z-index: 1000;

}

.btn-phone-fixed {

    position: fixed;
    bottom: 12.5vh;
    right: 2.5vh;

    width: 50px;
    height: 50px;

    background-color: #074590;

    border-radius: 50%;

    z-index: 1000;

}

.btn-twitter-fixed {

    position: fixed;
    bottom: 27.5vh;
    right: 2.5vh;

    width: 50px;
    height: 50px;

    background-color: #074590;

    border-radius: 50%;

    z-index: 1000;

}

.btn-instagram-fixed {

    position: fixed;
    bottom: 37.5vh;
    right: 2.5vh;

    width: 50px;
    height: 50px;

    background-color: #074590;

    border-radius: 50%;

    z-index: 1000;

}

.btn-fb-fixed {

    position: fixed;
    bottom: 47.5vh;
    right: 2.5vh;

    width: 50px;
    height: 50px;

    background-color: #074590;

    border-radius: 50%;

    z-index: 1000;

}

.text-white {

    color: white !important;

}