h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    color: #232727;
}

#sp-footer h1,
#sp-footer .h1,
#sp-footer h2,
#sp-footer .h2,
#sp-footer h3,
#sp-footer .h3,
#sp-footer h4,
#sp-footer .h4 {
    color: #ffffff;
}

h1,
.h1 {
    font-size: 3.353rem;
    font-weight: 700;
    line-height: 1.09em;
    letter-spacing: -1.8px;
}

h2,
.h2 {
    font-size: 2.765rem;
    font-weight: 500;
    line-height: 1.1em;
}

h3,
.h3 {
    font-size: 2.059rem;
    font-weight: 500;
    line-height: 1.086em;
}

h4,
.h4 {
    font-size: 1.647rem;
    font-weight: 500;
    line-height: 1.214em;
}

h5,
.h5 {
    font-size: 1.412rem;
    font-weight: 500;
    line-height: 1.208em;
}

h6,
.h6 {
    font-size: 1.118rem;
    font-weight: 500;
    line-height: 1.474em;
}

.fs-7 {
    font-size: 0.8rem;
}

.numero-animato {
    font-size: 3rem;
}

.btn {
    border-radius: 0px !important;
}

.text-blu {
    color: #004899;
}

.text-blu2 {
    color: #232727;
}

.text-giallo {
    color: #ffed00;
}

.bg-bluscuro {
    background-color: #0C1E21;
}

body {
    color: #707677;
}

.article-details .article-can-edit {
    margin-bottom: 0px;
}

.article-can-edit {
    display: none;
}

#sp-main-body {
    padding: 0px 0;
}

#sp-footer ul.menu {
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    float: left;
    line-height: 28px;
}

#sp-footer #sp-footer2 {
    text-align: left;
}

.svgservizi {
    max-width: 30%;
    margin: 0 auto;
}

.servizi-home.centrale {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

#partner img {
    opacity: 30%;
}

#partner img:hover {
    opacity: 100%;
}

.form-control {
    border-top: 0px;
    border-left: 0px;
    border-bottom: 1px;
    border-right: 0px;
    border-style: solid;
    color: rgb(221, 221, 221);
    border-radius: 0px;
}

#ModalBodyNoleggio.modal-body {
    padding: 50px;
}

#sp-header.header-sticky {
    z-index: 1050;
}

.scelta-noleggio>.sppb-container-inner>.sppb-nested-row>.sppb-row-column>.sppb-column>.sppb-column-addons>.sppb-section {
    display: none;
}

/* Frecce centrali per Owl Carousel nella modal */
.owl-modal-slider.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 50;
}

.owl-modal-slider.owl-theme .owl-nav button.owl-prev,
.owl-modal-slider.owl-theme .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.35) !important;
    color: #fff !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    transition: 0.25s ease;
}

.owl-modal-slider.owl-theme .owl-nav button.owl-prev:hover,
.owl-modal-slider.owl-theme .owl-nav button.owl-next:hover {
    background: rgba(0, 0, 0, 0.6) !important;
}

/* Dots sotto (opzionale) */
.owl-modal-slider.owl-theme .owl-dots {
    margin-top: 20px;
}

@media (max-width: 767.98px) {

    h1,
    .h1 {
        font-size: 2.353rem;
    }

    h2,
    .h2 {
        font-size: 2rem;
    }

    h3,
    .h3 {
        font-size: 1.8rem;
    }

    h4,
    .h4 {
        font-size: 1.4rem;
    }

    h5,
    .h5 {
        font-size: 1.2rem;
    }

    h6,
    .h6 {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    .menu-with-offcanvas {
        order: 1;
    }

    .social-wrap {
        order: 0;
    }

    #sp-header.full-header-center .menu-with-offcanvas #offcanvas-toggler {
        display: flex !important;
    }
    #sp-menu.menu-center .sp-megamenu-wrapper {
        justify-content: end;
      }
}