﻿/*************************** STYLE PAGINE INTERNE */
.azienda {
    margin-bottom: 80px;
}

    .azienda img {
        width: 100%;
    }

.aziendaContenuti {
    margin-top: 310px;
    background: var(--bgSection);
}

.no-webp .divFotoAzienda {
    background: url('/images/pagine/azienda3.png') no-repeat center;
    background-size: cover;
    position: relative;
    margin: auto;
    margin-top: -310px;
    padding: 50px;
    width: 100%;
}

.webp .divFotoAzienda {
    background: url('/images/pagine/azienda3.webp') no-repeat center;
    background-size: cover;
    position: relative;
    margin: auto;
    margin-top: -310px;
    padding: 50px;
    width: 100%;
}

.divFotoAziendaInterno {
    width: auto;
    max-width: 700px;
    margin: 50px auto;
    padding: 50px;
    text-align: center;
    background: rgba(253,203,47,0.8);
}

    .divFotoAziendaInterno p {
        margin: 0;
        font-weight: var(--fontweightbold);
        font-size: 24px;
        font-style: italic;
    }

.boxPremi {
    margin-top: 80px;
}

    .boxPremi .well {
        background: var(--white);
        border: none;
        border-radius: 15px;
        box-shadow: none;
        text-align: center;
        height: 400px;
        margin-bottom: 30px;
    }

        .boxPremi .well .iconaContainer {
            width: 100%;
            height: 82px;
            margin: 30px auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .boxPremi .well img {
            margin: auto;
        }

        .boxPremi .well p {
            font-size: 18px;
            margin-bottom: 50px;
        }

.titleContenuti {
    text-align: center;
}

    .titleContenuti p:after {
        content: "";
        display: block;
        margin: 20px auto 0 auto;
        width: 200px;
        height: 3px;
        border-radius: var(--borderradius);
        background: var(--yellow);
    }

.subtitleContenuti {
    text-align: center;
    margin-top: -20px;
}

.loghi-network {
    margin-top: 40px;
    margin-bottom: 80px;
}

.loghi-network-container {
    height: 100px;
    position: relative;
}

    .loghi-network-container img {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        max-width: 100%;
        height: auto;
        margin: auto;
    }

.no-webp .network-primi {
    background: url('/images/pagine/network-bg.png') no-repeat center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.webp .network-primi {
    background: url('/images/pagine/network-bg.webp') no-repeat center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.split {
    background: var(--yellow);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.split-riservata {
    padding-top: 40px;
    padding-bottom: 40px;
}

.split h3,
.split .h3 {
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
}

.no-webp .split .split-absolute {
    position: absolute;
    top: 0;
    left: calc(50% + 15px);
    right: 0;
    bottom: 0;
    background: url('/images/pagine/network3-desktop.png') no-repeat center left;
    background-size: cover;
}

.webp .split .split-absolute {
    position: absolute;
    top: 0;
    left: calc(50% + 15px);
    right: 0;
    bottom: 0;
    background: url('/images/pagine/network3-desktop.webp') no-repeat center left;
    background-size: cover;
}

.no-webp .split .split-absolute2 {
    position: absolute;
    top: 0;
    left: calc(50% + 15px);
    right: 0;
    bottom: 0;
    background: url('/images/pagine/cosasono1-desktop.png') no-repeat center center;
    background-size: cover;
}

.webp .split .split-absolute2 {
    position: absolute;
    top: 0;
    left: calc(50% + 15px);
    right: 0;
    bottom: 0;
    background: url('/images/pagine/cosasono1-desktop.webp') no-repeat center center;
    background-size: cover;
}

.no-webp .split .split-absolute3 {
    position: absolute;
    top: 0;
    left: calc(50% + 15px);
    right: 0;
    bottom: 0;
    background: url('/images/pagine/firmadigitale1-desktop.png') no-repeat center center;
    background-size: cover;
}

.webp .split .split-absolute3 {
    position: absolute;
    top: 0;
    left: calc(50% + 15px);
    right: 0;
    bottom: 0;
    background: url('/images/pagine/firmadigitale1-desktop.webp') no-repeat center center;
    background-size: cover;
}

.no-webp .split .split-absolute4 {
    position: absolute;
    top: 0;
    left: calc(50% + 15px);
    right: 0;
    bottom: 0;
    background: url('/images/pagine/pec1-desktop.png') no-repeat center center;
    background-size: cover;
}

.webp .split .split-absolute4 {
    position: absolute;
    top: 0;
    left: calc(50% + 15px);
    right: 0;
    bottom: 0;
    background: url('/images/pagine/pec1-desktop.webp') no-repeat center center;
    background-size: cover;
}


.column-text {
    padding-bottom: 0;
}

    .column-text .col-md-4 {
        min-height: 570px;
    }

    .column-text img {
        display: block;
        margin: auto;
        margin-bottom: 20px;
        width: 290px;
        height: 270px;
    }

hr.yellow {
    margin: 30px auto 0 auto;
    border-top: solid 3px var(--yellow);
    border-radius: var(--borderradius);
    width: auto;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
    margin-left: -40px;
}

    ul.timeline:before {
        content: ' ';
        background: var(--yellow);
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 96px;
        width: 4px;
        height: 97%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 0;
        padding: 0;
        display: table;
    }

        ul.timeline > li .timeline-left {
            display: table-cell;
            width: 150px;
            padding: 0;
            vertical-align: top;
        }

            ul.timeline > li .timeline-left > .timeline-number {
                color: var(--yellow);
                border: solid 4px var(--yellow);
                width: 116px;
                height: 116px;
                line-height: 116px;
                font-size: 30px;
                font-weight: var(--fontweightblack);
                text-align: center;
                position: relative;
                background-color: var(--white);
                z-index: 100;
                border-radius: 50%;
                z-index: 400;
            }

        ul.timeline > li .timeline-right {
            display: table-cell;
            vertical-align: top;
            padding-bottom: 80px;
        }

            ul.timeline > li .timeline-right > p {
                margin-top: 10px;
            }

.link-in-evidenza {
    margin: 50px;
}

    .link-in-evidenza li {
        list-style-image: url(/images/pagine/referenze-marker.svg);
        padding-bottom: 8px;
        text-transform: uppercase;
        font-weight: var(--fontweightbold);
    }

        .link-in-evidenza li:after {
            font-family: 'fontawesome';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            margin: 0;
            margin-left: 7px;
            content: "\f08e";
            color: var(--greytext);
        }

.split-small {
    background: var(--yellow);
    margin-top: 50px;
    margin-bottom: 50px;
}

    .split-small div {
        min-height: 374px;
    }

    .split-small h3,
    .split-small .h3 {
        font-size: 35px;
        text-transform: uppercase;
        font-weight: var(--fontweight);
        text-align: left;
        padding: 50px;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        .split-small h3 strong,
        .split-small .h3 strong {
            font-weight: var(--fontweightbold);
        }

.no-webp .split-small .bgFoto {
    background: url('/images/pagine/referenze1-desktop.png') no-repeat center;
    background-size: cover;
}

.webp .split-small .bgFoto {
    background: url('/images/pagine/referenze1-desktop.webp') no-repeat center;
    background-size: cover;
}

.no-webp .divFotoCertificazioni {
    background: url('/images/pagine/certificazioni1-desktop.png') no-repeat center;
    background-size: cover;
    position: relative;
    margin: auto;
    padding: 50px;
    width: 100%;
}

.webp .divFotoCertificazioni {
    background: url('/images/pagine/certificazioni1-desktop.webp') no-repeat center;
    background-size: cover;
    position: relative;
    margin: auto;
    padding: 50px;
    width: 100%;
}

.divFotoCertificazioniInterno {
    width: auto;
    max-width: 700px;
    margin: 50px auto;
    padding: 50px;
    text-align: center;
    background: rgba(253,203,47,0.8);
}

    .divFotoCertificazioniInterno h3,
    .divFotoCertificazioniInterno .h3 {
        margin: 0;
        margin-bottom: 20px;
        font-weight: var(--fontweightbold);
        font-size: 24px;
        font-style: italic;
    }

    .divFotoCertificazioniInterno p {
        margin-bottom: 0;
    }

.cert-text {
    padding-bottom: 0;
}

    .cert-text .col-md-4 {
        margin-bottom: 100px;
        min-height: 630px;
    }

    .cert-text .btn {
        position: absolute;
        bottom: 30px;
    }

.modalitaVendita {
    margin-top: 80px;
}

    .modalitaVendita .row {
        margin-bottom: 40px;
    }

    .modalitaVendita img {
        width: 95%;
    }

.subtitle {
    margin-top: 0;
    border-bottom: solid 3px var(--yellow);
    padding-bottom: 3px;
    margin-bottom: 15px;
}

.comeAssistere {
    margin-top: 80px;
    margin-bottom: 80px;
}

    .comeAssistere img {
        display: block;
        margin: auto;
        margin-bottom: 40px;
    }

.boxGrigio {
    width: 100%;
    background: var(--greybg);
    border: none;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
}

    .boxGrigio p {
        margin-bottom: 0;
        font-size: 22px;
        font-weight: var(--fontweightbold);
        font-style: italic;
    }

.headerFoto {
    width: 100%;
    margin-top: 80px;
    margin-bottom: -40px;
}

    .headerFoto img {
        display: block;
        width: 100%;
    }

    .headerFoto h2 {
        display: block;
        min-width: 520px;
        position: absolute;
        background: var(--yellow);
        margin: 0;
        padding: 10px;
        padding-left: 50px;
        text-transform: uppercase;
        font-size: 28px;
    }

.panel-alternative {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel-alternative .panel-heading {
        padding: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .panel-alternative h3 {
        font-size: 16px;
        margin-top: 25px;
        line-height: 1.5em;
    }

        .panel-alternative h3 a,
        .panel-alternative h3 a:visited,
        .panel-alternative h3 a:hover {
            text-decoration: none;
            display: table;
        }

.panel-group .panel-alternative .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-alternative .panel-body {
    padding: 0;
    padding-left: 20px;
}

.panel-alternative .fa {
    color: var(--yellow);
    font-size: 14px;
    display: inline-block;
    width: 20px;
    display: table-cell;
}

.panel-alternative span {
    display: table-cell;
}

.spacer {
    margin-bottom: 80px;
}

.titGiallo {
    display: block;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--yellow);
    padding: 8px;
}

.imgNormativa {
    display: block;
    margin: 60px auto 30px auto;
}

.link-normativa {
    list-style-type: none;
    margin-left: -40px;
}

    .link-normativa li {
        margin-bottom: 3px;
    }

        .link-normativa li a {
            display: table;
            text-decoration: none;
        }

    .link-normativa a:before {
        font-family: 'fontawesome';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        margin: 0;
        content: "\f08e";
        color: var(--greytext);
        width: 30px;
        display: table-cell;
    }

    .link-normativa a.spec:before {
        font-family: 'fontawesome';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        margin: 0;
        content: "\f019";
        color: var(--black);
        width: 30px;
        display: table-cell;
    }

.no-webp .divFotoPiattaforma {
    background: url('/images/pagine/piattaforma1-desktop.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    margin: auto;
    padding: 50px;
    width: 100%;
}

.webp .divFotoPiattaforma {
    background: url('/images/pagine/piattaforma1-desktop.webp') no-repeat center;
    background-size: cover;
    position: relative;
    margin: auto;
    padding: 50px;
    width: 100%;
}

.divFotoPiattaformaInterno {
    width: auto;
    max-width: 800px;
    margin: 50px auto;
    padding: 50px;
    text-align: center;
    background: rgba(253,203,47,0.8);
}

    .divFotoPiattaformaInterno h2,
    .divFotoPiattaformaInterno h3 {
        margin: 0;
        margin-bottom: 20px;
        font-weight: var(--fontweightbold);
        font-size: 30px;
    }

    .divFotoPiattaformaInterno p {
        margin-bottom: 0;
        font-weight: var(--fontweightbold);
        font-size: 24px;
        font-style: italic;
    }

.no-webp .divFotoPromozione {
    background: url('/images/pagine/promozione1-desktop.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    padding: 50px;
    width: 100%;
}

.webp .divFotoPromozione {
    background: url('/images/pagine/promozione1-desktop.webp') no-repeat center;
    background-size: cover;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    padding: 50px;
    width: 100%;
}

.divFotoPromozioneInterno {
    width: auto;
    max-width: 800px;
    margin: 50px auto;
    padding: 60px 80px;
    text-align: center;
    background: rgba(253,203,47,0.8);
}

    .divFotoPromozioneInterno h2 {
        margin: 0;
        margin-bottom: 0;
        font-weight: var(--fontweightbold);
        font-size: 30px;
    }

.no-webp .divFotoROS {
    background: url('/images/pagine/ROS1-desktop.jpg') no-repeat center left;
    background-size: cover;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    padding: 50px;
    width: 100%;
}

.webp .divFotoROS {
    background: url('/images/pagine/ROS1-desktop.webp') no-repeat center left;
    background-size: cover;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    padding: 50px;
    width: 100%;
}

.divFotoROSinterno {
    width: auto;
    max-width: 850px;
    margin: 50px auto;
    padding: 50px 30px;
    text-align: center;
    background: rgba(253,203,47,0.8);
}

    .divFotoROSinterno h2 {
        margin: 0;
        margin-bottom: 0;
        font-weight: var(--fontweightbold);
        font-size: 30px;
    }

.titPromozione {
    text-align: center;
    font-size: 21px;
    font-weight: var(--fontweightbold);
    margin-bottom: 60px;
}

.imgPiattaforma {
    width: 80%;
    height: auto;
    margin: auto;
    padding: 0;
}

    .imgPiattaforma img {
        display: block;
        width: 100%;
    }

.testo-in-evidenza {
    margin-left: -20px;
}

    .testo-in-evidenza li {
        list-style-image: url(/images/pagine/referenze-marker.svg);
        padding-left: 10px;
        padding-bottom: 15px;
    }

        .testo-in-evidenza li ul {
            margin-top: 15px;
            margin-bottom: 0;
        }

            .testo-in-evidenza li ul li {
                list-style-image: none;
                list-style-type: disc;
                padding-left: 0;
            }


hr.piattaforma {
    margin-top: 85px;
    margin-bottom: 100px;
}

.cta {
    margin: 100px 0 50px 0;
    padding: 30px 0;
    font-size: 22px;
    font-weight: var(--fontweightbold);
    font-style: italic;
    border-top: solid 3px var(--yellow);
    border-bottom: solid 3px var(--yellow);
    text-align: center;
}

    .cta p {
        margin-bottom: 0;
    }

.btnBig,
.btnBig:hover,
.btnBig:focus,
.btnBig:active,
input[type="submit"].btnBig,
input[type="submit"].btnBig:hover,
input[type="submit"].btnBig:focus,
input[type="submit"].btnBig:active {
    padding: 15px 45px;
    font-size: 20px;
    letter-spacing: 1px;
}


.no-webp .divFotoPVP {
    background: url('/images/pagine/pvp1-desktop.png') no-repeat center;
    background-size: cover;
    position: relative;
    margin: auto;
    padding: 50px;
    width: 100%;
}

.webp .divFotoPVP {
    background: url('/images/pagine/pvp1-desktop.webp') no-repeat center;
    background-size: cover;
    position: relative;
    margin: auto;
    padding: 50px;
    width: 100%;
}

h2.pvp,
h3.pvp {
    line-height: 1.3em;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0;
}

.no-webp .divFotoModelli {
    background: url('/images/pagine/modelli1-desktop.png') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
}

.webp .divFotoModelli {
    background: url('/images/pagine/modelli1-desktop.webp') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
}

.no-webp .divFotoSoftware {
    background: url('/images/pagine/software1-desktop.png') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
}

.webp .divFotoSoftware {
    background: url('/images/pagine/software1-desktop.webp') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
}

.bozzeAvviso {
    background: var(--bgSection);
    padding-top: 80px;
    margin-bottom: -40px;
}

    .bozzeAvviso .box,
    .bozzeAvviso .box:focus,
    .bozzeAvviso .box:hover,
    .bozzeAvviso .box:active {
        display: block;
        width: 100%;
        height: 270px;
        background: var(--white);
        border: solid 1px var(--yellow);
        padding: 30px;
        margin-bottom: 30px;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
    }

        .bozzeAvviso .box .col1,
        .bozzeAvviso .box .col2,
        .bozzeAvviso .box .col3 {
            display: block;
            width: 100%;
        }

        .bozzeAvviso .box .col2,
        .bozzeAvviso .box .col3 {
            margin-top: 25px;
        }

        .bozzeAvviso .box h3 {
            font-size: 19px;
            margin: 0;
        }

        .bozzeAvviso .box .col1 img {
            width: 16px;
        }

        .bozzeAvviso .box .col3 img {
            width: 139px;
        }

.btn-download,
.btn-download:focus,
.btn-download:active,
.btn-download:hover {
    padding: 3px 5px;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

    .btn-download::before {
        font-family: 'fontawesome';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\f063";
        padding-right: 5px;
    }

.agent-group {
    margin-top: 20px;
}

.agent {
    background-color: var(--white);
    display: block;
    border: solid 1px var(--greyborder);
    margin-bottom: 30px;
}

.agent-name {
    padding: 15px;
    background: var(--greybg);
    border-bottom: solid 1px var(--greyborder);
    min-height: 130px;
}

    .agent-name h4 {
        margin: 0;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: -0.01em;
    }

    .agent-name span {
        margin: 4px 0 -2px 0;
        display: block;
    }

.agent-contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    padding: 15px;
    min-height: 190px;
}


    .agent-contact-details li {
        position: relative;
        margin-left: 25px;
        padding: 3px 0;
        word-break: normal;
    }

        .agent-contact-details li i {
            position: relative;
            top: 6px;
            left: -25px;
            position: absolute;
        }

.FAQ_bg {
    width: 100%;
    border: none;
    padding-top: 20px;
    background: url('../../images/bgFAQcrop.png') no-repeat center right;
    background-size: cover;
}

    .FAQ_bg h2 {
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
        margin-top: -15px;
    }

    .FAQ_bg .form-control {
        height: 55px;
        font-size: 20px;
        margin: 0;
        padding: 10px 16px;
        line-height: 1.3333333;
    }

    .FAQ_bg .input-group {
        margin-bottom: 20px;
    }

    .FAQ_bg .p-center {
        text-align: center;
    }

    .FAQ_bg .btn-cerca,
    .FAQ_bg .btn-cerca:hover,
    .FAQ_bg .btn-cerca:focus,
    .FAQ_bg .btn-cerca:active {
        background: var(--black);
        color: var(--white);
        content: "";
        /*border-radius: 0;*/
        height: 55px;
    }

        .FAQ_bg .btn-cerca:after {
            font-family: 'fontawesome';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            font-size: 20px;
            -webkit-font-smoothing: antialiased;
            margin: 0;
            content: "\f002";
        }


.FAQ_box {
    background: var(--bgSection);
    margin-bottom: -70px;
}

    .FAQ_box h2 {
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
    }

    .FAQ_box .box,
    .FAQ_box .box:focus,
    .FAQ_box .box:hover,
    .FAQ_box .box:active {
        display: block;
        width: 100%;
        height: 270px;
        background: var(--white);
        border: solid 1px var(--yellow);
        padding-top: 40px;
        margin-bottom: 30px;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
    }

    .FAQ_box .noMargin,
    .FAQ_box .noMargin:focus,
    .FAQ_box .noMargin:hover,
    .FAQ_box .noMargin:active {
        margin-bottom: 10px;
    }

    .FAQ_box .box img {
        height: 115px;
    }

    .FAQ_box .box h3,
    .flip-box-front h3 {
        font-size: 20px;
        margin-top: 40px;
    }

    .FAQ_box .arrowUP {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid var(--greybg);
        position: absolute;
        top: 1px;
        right: 50%;
        transform: translate(50%);
    }

    .FAQ_box .well {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
        border: none;
        padding: 30px;
    }



/**************************************************** RESPONSIVE */
@media (max-width: 1200px) {
    .column-text .col-md-4 {
        min-height: 600px;
    }

    .cert-text .col-md-4 {
        min-height: 700px;
    }

    .bozzeAvviso .box,
    .bozzeAvviso .box:focus,
    .bozzeAvviso .box:hover,
    .bozzeAvviso .box:active {
        padding: 30px 10px;
    }

        .bozzeAvviso .box h3 {
            font-size: 17px;
        }

    .agent-contact-details {
        min-height: 210px;
    }
}

@media (max-width: 991px) {
    .azienda {
        margin-bottom: 20px;
    }

    .aziendaContenuti {
        margin-top: 30px;
        padding-top: 0;
    }

    .containerMobile {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .no-webp .divFotoAzienda,
    .webp .divFotoAzienda {
        background: var(--yellow);
        margin-top: 0;
    }

    .divFotoAziendaInterno {
        width: auto;
        max-width: none;
        background-color: transparent;
        margin: 0;
        padding: 0;
    }

        .divFotoAziendaInterno p {
            font-size: 22px;
        }

    .boxPremi {
        margin-top: 50px;
    }

        .boxPremi .well {
            height: 330px;
        }

    .no-webp .network-primi,
    .webp .network-primi {
        background: var(--white);
        padding-top: 0;
        padding-bottom: 30px;
    }

    .network-primi img {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .split {
        padding-top: 40px;
        padding-bottom: 0;
        text-align: center;
    }

        .split h3,
        .split .h3 {
            font-size: 20px;
            padding: 0 15px;
            text-align: center;
        }

        .split p {
            padding: 0 30px;
        }

    .no-webp .split .split-absolute {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('/images/pagine/network3-tablet.png') no-repeat center left;
        background-size: cover;
        min-height: 280px;
        margin-top: 30px;
    }

    .webp .split .split-absolute {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('/images/pagine/network3-tablet.webp') no-repeat center left;
        background-size: cover;
        min-height: 280px;
        margin-top: 30px;
    }

    .no-webp .split .split-absolute2 {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('/images/pagine/cosasono1-tablet.png') no-repeat center left;
        background-size: cover;
        min-height: 290px;
        margin-top: 30px;
    }

    .webp .split .split-absolute2 {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('/images/pagine/cosasono1-tablet.webp') no-repeat center left;
        background-size: cover;
        min-height: 290px;
        margin-top: 30px;
    }

    .no-webp .split .split-absolute3 {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('/images/pagine/firmadigitale1-tablet.jpg') no-repeat center left;
        background-size: cover;
        min-height: 290px;
        margin-top: 30px;
    }

    .webp .split .split-absolute3 {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('/images/pagine/firmadigitale1-tablet.webp') no-repeat center left;
        background-size: cover;
        min-height: 290px;
        margin-top: 30px;
    }

    .no-webp .split .split-absolute4 {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('/images/pagine/pec1-tablet.jpg') no-repeat center left;
        background-size: cover;
        min-height: 290px;
        margin-top: 30px;
    }

    .webp .split .split-absolute4 {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('/images/pagine/pec1-tablet.webp') no-repeat center left;
        background-size: cover;
        min-height: 290px;
        margin-top: 30px;
    }

    hr.yellow {
        width: 200px;
        margin-bottom: 40px;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .column-text .col-md-4 {
        min-height: unset;
    }

    .link-in-evidenza {
        margin-left: -20px;
        margin-right: 0;
    }

    .split-small div {
        min-height: 280px;
    }

    .split-small h3,
    .split-small .h3 {
        font-size: 25px;
        text-align: center;
        padding: 0 50px;
    }

    .no-webp .split-small .bgFoto {
        background: url('/images/pagine/referenze1-tablet.png') no-repeat center;
        background-size: cover;
    }

    .webp .split-small .bgFoto {
        background: url('/images/pagine/referenze1-tablet.webp') no-repeat center;
        background-size: cover;
    }

    .cert-text .col-md-4 {
        margin-bottom: 60px;
        min-height: unset;
    }

    .cert-text img {
        display: block;
        margin: auto;
    }

    .cert-text .btn {
        display: block;
        position: relative;
        bottom: auto;
        margin: auto;
        width: 210px;
    }

    .cert-text hr.yellow {
        display: none;
    }

    .webp .divFotoCertificazioni,
    .no-webp .divFotoCertificazioni {
        background: transparent;
        padding: 0;
    }

    .divFotoCertificazioniInterno {
        width: 100%;
        max-width: none;
        margin: 0;
        background: rgba(253,203,47,1);
    }

        .divFotoCertificazioniInterno h3,
        .divFotoCertificazioniInterno .h3 {
            font-size: 22px;
        }

    .no-webp .FotoCertificazioniMobile {
        width: 100%;
        min-height: 250px;
        background: url('/images/pagine/certificazioni1-tablet.png') no-repeat center;
        background-size: cover;
    }

    .webp .FotoCertificazioniMobile {
        width: 100%;
        min-height: 250px;
        background: url('/images/pagine/certificazioni1-tablet.webp') no-repeat center;
        background-size: cover;
    }

    .modalitaVendita {
        margin-top: 40px;
    }

        .modalitaVendita img {
            display: block;
            margin: auto;
            margin-bottom: 20px;
        }

    .comeAssistere img {
        display: block;
        margin: 0;
        margin-bottom: 50px;
    }

    .comeAssistere p {
        margin-top: 10px;
    }

    .boxGrigio p {
        font-size: 20px;
    }

    .headerFoto h2 {
        min-width: 390px;
        font-size: 24px;
        padding-left: 25px;
    }

    .spacer {
        margin-bottom: 40px;
    }

    .titGiallo {
        font-size: 20px;
    }

    .no-webp .divFotoPiattaforma {
        background: url('/images/pagine/piattaforma1-tablet.jpg') no-repeat center;
        background-size: cover;
    }

    .webp .divFotoPiattaforma {
        background: url('/images/pagine/piattaforma1-tablet.webp') no-repeat center;
        background-size: cover;
    }

    .no-webp .divFotoPromozione {
        background: url('/images/pagine/promozione1-tablet.png') no-repeat center;
        background-size: cover;
        margin-bottom: 0;
    }

    .webp .divFotoPromozione {
        background: url('/images/pagine/promozione1-tablet.webp') no-repeat center;
        background-size: cover;
        margin-bottom: 0;
    }

    .no-webp .divFotoROS {
        background: url('/images/pagine/ROS1-tablet.png') no-repeat center left;
        background-size: cover;
        margin-bottom: 0;
    }

    .webp .divFotoROS {
        background: url('/images/pagine/ROS1-tablet.webp') no-repeat center left;
        background-size: cover;
        margin-bottom: 0;
    }

    .divFotoPiattaformaInterno,
    .divFotoPromozioneInterno,
    .divFotoROSinterno {
        padding: 30px;
    }

        .divFotoROSinterno h2 {
            font-size: 24px;
        }

    .imgPiattaforma {
        max-width: 320px;
        margin-bottom: 30px;
    }

    hr.piattaforma {
        margin-top: 0;
        margin-bottom: 60px;
        border-color: var(--white);
    }

    .cta {
        margin: 60px 0;
        padding: 30px 0;
        font-size: 20px;
    }

    .no-webp .divFotoPVP {
        background: url('/images/pagine/pvp1-tablet.png') no-repeat center;
        background-size: cover;
        min-height: 450px;
    }

    .webp .divFotoPVP {
        background: url('/images/pagine/pvp1-tablet.webp') no-repeat center;
        background-size: cover;
        min-height: 450px;
    }

    h2.pvp,
    h3.pvp {
        font-size: 24px;
        margin-left: 0;
        margin-right: 0;
    }

    .no-webp .divFotoModelli {
        background: url('/images/pagine/modelli1-tablet.png') no-repeat center;
        background-size: cover;
        height: 270px;
    }

    .webp .divFotoModelli {
        background: url('/images/pagine/modelli1-tablet.webp') no-repeat center;
        background-size: cover;
        height: 270px;
    }

    .no-webp .divFotoSoftware {
        background: url('/images/pagine/software1-tablet.png') no-repeat center;
        background-size: cover;
        height: 270px;
    }

    .webp .divFotoSoftware {
        background: url('/images/pagine/software1-tablet.webp') no-repeat center;
        background-size: cover;
        height: 270px;
    }

    .bozzeAvviso .box,
    .bozzeAvviso .box:focus,
    .bozzeAvviso .box:hover,
    .bozzeAvviso .box:active {
        height: 110px;
        display: flex;
        flex-direction: row-reverse;
    }

        .bozzeAvviso .box .col1,
        .bozzeAvviso .box .col2,
        .bozzeAvviso .box .col3 {
            display: flex;
            align-items: center;
            margin: 0;
        }

            .bozzeAvviso .box .col3 img {
                width: 95px;
            }

        .bozzeAvviso .box .col1,
        .bozzeAvviso .box .col3 {
            flex: 1 0;
            justify-content: center;
        }

        .bozzeAvviso .box .col2 {
            flex: 3 0;
            justify-content: flex-start;
        }

        .bozzeAvviso .box h3 {
            font-size: 20px;
            text-align: left;
        }

    .agent-contact-details {
        min-height: 190px;
    }
}

@media (max-width: 767px) {
    .no-webp .divFotoAzienda,
    .webp .divFotoAzienda {
        padding: 30px 45px;
        margin-top: -10px;
    }

    .divFotoAziendaInterno p {
        font-size: 16px;
    }

    .boxPremi {
        margin-top: 40px;
    }

        .boxPremi .well {
            height: auto;
        }

            .boxPremi .well .iconaContainer {
                margin: 15px auto;
            }

            .boxPremi .well p {
                font-size: 16px;
                margin-bottom: 30px;
            }

    .loghi-network {
        margin-bottom: 40px;
    }

    .loghi-network-container {
        height: 120px;
    }

        .loghi-network-container img {
            max-width: 95%;
        }

    .no-webp .split .split-absolute {
        background: url('/images/pagine/network3-smartphone.png') no-repeat center left;
        background-size: cover;
        min-height: 230px;
    }

    .webp .split .split-absolute {
        background: url('/images/pagine/network3-smartphone.webp') no-repeat center left;
        background-size: cover;
        min-height: 230px;
    }

    .no-webp .split .split-absolute2 {
        background: url('/images/pagine/cosasono1-smartphone.png') no-repeat center left;
        background-size: cover;
        min-height: 220px;
    }

    .webp .split .split-absolute2 {
        background: url('/images/pagine/cosasono1-smartphone.webp') no-repeat center left;
        background-size: cover;
        min-height: 220px;
    }

    .no-webp .split .split-absolute3 {
        background: url('/images/pagine/firmadigitale1-smartphone.png') no-repeat center left;
        background-size: cover;
        min-height: 220px;
    }

    .webp .split .split-absolute3 {
        background: url('/images/pagine/firmadigitale1-smartphone.webp') no-repeat center left;
        background-size: cover;
        min-height: 220px;
    }

    .no-webp .split .split-absolute4 {
        background: url('/images/pagine/pec1-smartphone.png') no-repeat center left;
        background-size: cover;
        min-height: 220px;
    }

    .webp .split .split-absolute4 {
        background: url('/images/pagine/pec1-smartphone.webp') no-repeat center left;
        background-size: cover;
        min-height: 220px;
    }

    ul.timeline::before {
        display: none;
    }

    ul.timeline > li .timeline-left,
    ul.timeline > li .timeline-right {
        display: block;
        width: 100%;
        clear: both;
    }

        ul.timeline > li .timeline-left > .timeline-number {
            border: solid 3px var(--yellow);
            width: 84px;
            height: 84px;
            line-height: 84px;
            font-size: 26px;
            font-weight: var(--fontweightblack);
            margin: auto;
            margin-bottom: 20px;
        }

    ul.timeline > li .timeline-right {
        padding-bottom: 40px;
    }

        ul.timeline > li .timeline-right > p {
            margin-top: 0;
        }

    .link-in-evidenza {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .split-small {
        margin-top: 0;
    }

        .split-small div {
            min-height: 180px;
        }

            .split-small div.bgFoto {
                min-height: 280px;
            }

        .split-small h3,
        .split-small .h3 {
            font-size: 20px;
            padding: 0 30px;
        }

    .no-webp .split-small .bgFoto {
        background: url('/images/pagine/referenze1-smartphone.png') no-repeat center;
        background-size: cover;
    }

    .webp .split-small .bgFoto {
        background: url('/images/pagine/referenze1-smartphone.webp') no-repeat center;
        background-size: cover;
    }

    .no-webp .FotoCertificazioniMobile {
        width: 100%;
        min-height: 225px;
        background: url('/images/pagine/certificazioni1-smartphone.png') no-repeat center;
        background-size: cover;
    }

    .webp .FotoCertificazioniMobile {
        width: 100%;
        min-height: 225px;
        background: url('/images/pagine/certificazioni1-smartphone.webp') no-repeat center;
        background-size: cover;
    }

    .comeAssistere {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .comeAssistere img {
            margin: auto;
            margin-bottom: 20px;
        }

        .comeAssistere p {
            margin-bottom: 40px;
        }

    .headerFoto {
        margin-top: 40px;
    }

        .headerFoto .container {
            padding-right: 0;
            padding-left: 0;
        }

        .headerFoto h2 {
            position: relative;
            width: 100%;
            min-width: unset;
            font-size: 20px;
            text-align: center;
            padding-left: 10px;
        }

    .titGiallo {
        font-size: 18px;
    }

    .webp .divFotoPiattaforma,
    .no-webp .divFotoPiattaforma,
    .webp .divFotoPVP,
    .no-webp .divFotoPVP,
    .webp .divFotoPromozione,
    .no-webp .divFotoPromozione,
    .webp .divFotoROS,
    .no-webp .divFotoROS {
        background: transparent;
        padding: 0;
        min-height: unset;
    }

    .divFotoPiattaformaInterno,
    .divFotoPromozioneInterno,
    .divFotoROSinterno {
        width: 100%;
        max-width: none;
        margin: 0;
        background: rgba(253,203,47,1);
    }

        .divFotoPiattaformaInterno h2,
        .divFotoPiattaformaInterno h3,
        .divFotoPromozioneInterno h2,
        .divFotoROSinterno h2 {
            font-size: 19px;
        }

        .divFotoPiattaformaInterno p {
            font-size: 17px;
        }

    .no-webp .FotoPiattaformaMobile {
        width: 100%;
        min-height: 200px;
        background: url('/images/pagine/piattaforma1-smartphone.png') no-repeat center;
        background-size: cover;
    }

    .webp .FotoPiattaformaMobile {
        width: 100%;
        min-height: 200px;
        background: url('/images/pagine/piattaforma1-smartphone.webp') no-repeat center;
        background-size: cover;
    }

    .no-webp .FotoPromozioneMobile {
        width: 100%;
        min-height: 200px;
        background: url('/images/pagine/promozione1-smartphone.png') no-repeat center;
        background-size: cover;
    }

    .webp .FotoPromozioneMobile {
        width: 100%;
        min-height: 200px;
        background: url('/images/pagine/promozione1-smartphone.webp') no-repeat center;
        background-size: cover;
    }

    .no-webp .FotoROSmobile {
        width: 100%;
        min-height: 200px;
        background: url('/images/pagine/ROS1-smartphone.png') no-repeat center left;
        background-size: cover;
    }

    .webp .FotoROSmobile {
        width: 100%;
        min-height: 200px;
        background: url('/images/pagine/ROS1-smartphone.webp') no-repeat center left;
        background-size: cover;
    }

    .titPromozione {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .imgPiattaforma {
        max-width: 230px;
        margin-bottom: 20px;
    }

    hr.piattaforma {
        margin-bottom: 40px;
    }

    .cta {
        padding: 30px;
        font-size: 20px;
    }

    .no-webp .FotoPVPmobile {
        width: 100%;
        min-height: 200px;
        background: url('/images/pagine/pvp1-smartphone.png') no-repeat center;
        background-size: cover;
    }

    .webp .FotoPVPmobile {
        width: 100%;
        min-height: 200px;
        background: url('/images/pagine/pvp1-smartphone.webp') no-repeat center;
        background-size: cover;
    }

    .modalitaVendita img {
        width: auto;
    }

    .btnBig,
    .btnBig:hover,
    .btnBig:focus,
    .btnBig:active {
        padding: 15px 20px;
        white-space: normal;
    }

    .titleMobileCenter {
        text-align: center;
    }

    .no-webp .divFotoModelli {
        background: url('/images/pagine/modelli1-smartphone.png') no-repeat center;
        background-size: cover;
        height: 200px;
    }

    .webp .divFotoModelli {
        background: url('/images/pagine/modelli1-smartphone.webp') no-repeat center;
        background-size: cover;
        height: 200px;
    }

    .no-webp .divFotoSoftware {
        background: url('/images/pagine/software1-smartphone.png') no-repeat center;
        background-size: cover;
        height: 200px;
    }

    .webp .divFotoSoftware {
        background: url('/images/pagine/software1-smartphone.webp') no-repeat center;
        background-size: cover;
        height: 200px;
    }

    .bozzeAvviso {
        padding-top: 50px;
        padding-bottom: 40px;
    }

        .bozzeAvviso .box .col3 img {
            width: 80px
        }

        .bozzeAvviso .box h3 {
            font-size: 15px;
            padding: 0 15px;
        }

    .agent-name,
    .agent-contact-details {
        min-height: initial;
    }

    .FAQ_box h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .FAQ_box .btn-primary.btn-margin {
        margin-bottom: 30px;
    }
}
