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

#system-message-container {
    display: none;
}

.article-details .article-can-edit {
    display: none !important;
}

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


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


/* COLORI */

.red {
    color: #CB3130;
}

.purple {
    color: #574F9D;
}

.yellow {
    color: #E3B43B;
}

.orange {
    color: #CE7034;
}

.blu {
    color: #569BCB;
}

.green {
    color: #55964E;
}

.text-gray {
    color: rgba(71, 71, 71, 0.75);
}

/* FINE COLORI */


/* ICONE */

.elenco-cerchio {
    width: 35px;
    float: left;
    padding-right: 10px;
}

#freccia-blu-alto,
#lampadin,
#scrivici,
#note,
#fiducia150,
#stampante,
#scanner,
#computer,
#cerchio-freccia-arancione,
#server,
#sicurezza,
#arredamento,
#centralino-cloud,
#software-documentale,
#software-kyocera,
#net-manager,
#noleggio-monitor,
#cerchio-piccolo-viola,
#freccia-viola-giu,
#ingranaggi,
#solo-mani,
#freccia-azzura-alto,
#toner-consumabili,
#wifi,
#software-gestione {
    width: 150px;
}

.cerchio-animato {
    fill: none;
    stroke: #119ECE;
    stroke-width: 2;
    stroke-linecap: round;
}

#freccia path {
    stroke: rgb(89, 78, 161);
    stroke-width: 3;
}

#fiducia {
    width: 250px;
    height: auto;
}

#freccia-viola-sinistra {
    width: 50px;
    height: auto;
}

#cerchio-giallo {
    width: 300px;
    fill: none;
    stroke: #F3B229;
    stroke-width: 2;
    stroke-linecap: round;
    position: absolute;
    height: 300px;
    top: -110px;
    left: -25px;
}

.cerchio-scanner {
    fill: none;
    stroke: #119ECE;
    stroke-width: 2;
    stroke-linecap: round;
}

.cerchio-freccia-arancione {
    fill: none;
    stroke: #E8712B;
    stroke-width: 2;
    stroke-linecap: round;
}

.punta-freccia2 {
    fill: none;
    stroke: #E8712B;
    stroke-width: 2;
    stroke-linecap: round;
}

.cerchio-piccolo-viola {
    fill: none;
    stroke: rgb(89, 78, 161);
    stroke-width: 1;
    stroke-linecap: round;
}

/* FINE ICONE */

.sppb-panel-title {
    color: rgba(71, 71, 71, 0.75);
    ;
}

.blog {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.servizi-items {
    box-shadow: 0 8px 12px 0 rgba(0, 15, 30, .039), 0 2px 4px 0 #000f1e05 !important;
}

.pop-whatsapp {
    z-index: 9;
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
    background: #25d366;
    color: #fff;
    font-size: 30px;
}

@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li>span {
        padding: 0 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .sp-menu-item .far,
    .sp-menu-item .fas {
        display: none;
    }

    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li>span {
        padding: 0 8px;
    }

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

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

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

@media (max-width: 767.98px) {
    .breadcrumb {
        font-size: 12px;
    }

    .sfondo-mobile {
        background: transparent !important;
    }

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

    .sppb-addon-animated-heading .sppb-addon-title {
            font-size: 2.0rem;
        }

        /* ICONE 768px*/
        #freccia-blu-alto,
        #lampadin,
        #scrivici,
        #note,
        #fiducia150,
        #stampante,
        #scanner,
        #computer,
        #cerchio-freccia-arancione,
        #server,
        #sicurezza,
        #arredamento,
        #centralino-cloud,
        #software-documentale,
        #software-kyocera,
        #net-manager,
        #noleggio-monitor,
        #cerchio-piccolo-viola,
        #freccia-viola-giu,
        #ingranaggi,
        #solo-mani,
        #freccia-azzura-alto,
        #toner-consumabili,
        #wifi,
        #software-gestione {
            width: 100px;
        }

        #fiducia {
            width: 150px;
        }
    }

    /* Form modal */
    .rsfpmodal-container.rsfpopen .rsfpmodal .rsfpmodal-title {
        display: none !important;
    }

    .rsfpmodal-container.rsfpopen .rsfpmodal .rsfpmodal-content {
        border-top: 0 !important;
        padding-top: 30px !important;
    }

    .rsfpmodal-overlay {
        background: rgb(15, 23, 42) !important;
        opacity: 0.8 !important;
    }