.titolo {
    font-family: 'Caveat', cursive;

}

.img-test img {
    object-fit: cover;
    width: 100%;
}

.i1 {
    rotate: 4deg;
}

.i2 {
    rotate: -4deg;
}

.i3 {
    rotate: 3deg;
}

.i4 {
    rotate: -2deg;
}

.mosaico img:hover {
    transform: scale(1.1);
}

.mosaico img {
    transition: all .4s;
}

.swiper {
    width: 100%;
}


.swiper-slide img {
    width: 100%;
}

.servizio {
    display: flex;
}

body {}

.box-mappa {
    transition: transform .4s ease-out;
}

.box-mappa:hover {

    /*ransform: scale(1.06);*/
}

.box-mappa .zoom-onhover {
    transition: transform .4s ease-out;
}

.box-mappa:hover .zoom-onhover {
    /*transform: scale(1.2);*/
}

.box-mappa .show-onhover {
    transition: opacity .2s ease-out;
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 1;
}

.box-mappa:hover .show-onhover {
    opacity: 1;
}



.swiper-slide {
    max-height: 40rem;
}

.swiper-slide img {
    object-fit: cover;
    height: 100%;
}

.img-container {
    height: 18rem;
    max-height: 18rem;
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 1rem;
    border: solid .4rem white;
}


.distanza img {
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .distanza {
        height: 18rem;
    }
}


.banner-container {
    overflow: hidden;
    position: relative;
}

#form_disponibilita__container {
    /*
    position: absolute;
    bottom: 6rem;
    z-index: 1;
    */
}

@media screen and (max-width: 768px) {


    .swiper-slide img {
        height: 28rem;
    }

    .banner-container {
        display: block !important;
    }

    #form_disponibilita__container {
        position: initial;
        width: 16rem;
        margin: auto;
        margin-top: 2rem;
    }

    .swiper {
        border-radius: 0 !important;
    }
}


.logo {
    max-width: 20rem;
    width: 100%;
}