body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 2rem;
    font-weight: 500;
    font-family: "Baloo Chettan 2", cursive;
    line-height: 120%;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #000;
}

img {
    max-width:100%;
}

#apertura {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1))), url("../img/sfondo-header.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.1)), url("../img/sfondo-header.jpg");
    padding: 2rem 0;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

#apertura .contenuto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 4rem;
}

#apertura .contenuto h1 {
    font-family: "Baloo Chettan 2", cursive;
    font-size: 2.5rem;
    line-height: 100%;
    margin: 0 0 1rem 0;
}

#apertura .contenuto .descrizione {
    font-size: .9rem;
    line-height: 150%;
    margin-bottom: 2rem;
}

#apertura .counter-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

#apertura .counter-wrapper .counter-box {
    text-align: left;
    width: 100%;
}

#apertura .counter-wrapper .counter-box p {
    font-size: 1rem;
}

#apertura .counter-wrapper .counter-box .counter {
    color: #7fc026;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 100%;
    font-family: "Baloo Chettan 2", cursive;
}

#apertura .counter-wrapper .counter-box .plus::after {
    content: '+';
    font-size: 2rem;
    vertical-align: top;
}

#prodotti {
    padding: 3rem 0 2rem 0;
}

#prodotti .prodotti-home-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

#prodotti .prodotti-home-wrapper .box {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 2rem 1rem;
    text-align: center;
}

#prodotti .prodotti-home-wrapper .box .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 5rem;
    justify-content: center;
    align-items: center;
}

#prodotti .prodotti-home-wrapper .box .logo img {
    width: 100%;
    height:auto;
    margin-bottom: 1rem;
    -webkit-transition: .2s;
    transition: .2s;
}

#prodotti .prodotti-home-wrapper .box .tags {
    width: 100%;
    margin-bottom: 1rem;
}

#prodotti .prodotti-home-wrapper .box .tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#prodotti .prodotti-home-wrapper .box .tags ul li {
    margin: .2rem;
}

#prodotti .prodotti-home-wrapper .box .tags ul li .tag {
    border: 2px solid #000;
    display: inline-block;
    font-weight: 600;
    font-size: .7rem;
    color: #000;
    background: #fff;
    padding: .4rem .5rem;
    border-radius: .3rem;
}

#prodotti .prodotti-home-wrapper .box .tags ul li .tag.magenta {
    border: 2px solid #f03a5f;
    color: #f03a5f;
}

#prodotti .prodotti-home-wrapper .box .tags ul li .tag.celeste {
    border: 2px solid #00c4a7;
    color: #00c4a7;
}

#prodotti .prodotti-home-wrapper .box .tags ul li .tag.blu {
    border: 2px solid #3488ce;
    color: #3488ce;
}

#prodotti .prodotti-home-wrapper .box .tags ul li .tag.arancio {
    border: 2px solid #f77f00;
    color: #f77f00;
}

#prodotti .prodotti-home-wrapper .box .descrizione {
    font-size: .9rem;
    margin-bottom: 2rem;
}

#prodotti .prodotti-home-wrapper .box .pulsante {
    padding: .5rem;
}

/*

#prodotti .prodotti-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

#prodotti .prodotti-wrapper .box {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 2rem 1rem;
    text-align: center;
}

#prodotti .prodotti-wrapper .box .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 5rem;
}

#prodotti .prodotti-wrapper .box .logo img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    object-fit: contain;
    transition: .2s;
}

#prodotti .prodotti-wrapper .box .tags {
    width: 100%;
    margin-bottom: 1rem;
}

#prodotti .prodotti-wrapper .box .tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#prodotti .prodotti-wrapper .box .tags ul li {
    margin: .2rem;
}

#prodotti .prodotti-wrapper .box .tags ul li .tag {
    border: 2px solid #000;
    display: inline-block;
    font-weight: 600;
    font-size: .7rem;
    color: #000;
    background: #fff;
    padding: .4rem .5rem;
    border-radius: .3rem;
}

#prodotti .prodotti-wrapper .box .tags ul li .tag.magenta {
    border: 2px solid #f03a5f;
    color: #f03a5f;
}

#prodotti .prodotti-wrapper .box .tags ul li .tag.celeste {
    border: 2px solid #00c4a7;
    color: #00c4a7;
}

#prodotti .prodotti-wrapper .box .tags ul li .tag.blu {
    border: 2px solid #3488ce;
    color: #3488ce;
}

#prodotti .prodotti-wrapper .box .tags ul li .tag.arancio {
    border: 2px solid #f77f00;
    color: #f77f00;
}

#prodotti .prodotti-wrapper .box .descrizione {
    font-size: .9rem;
    margin-bottom: 2rem;
}

#prodotti .prodotti-wrapper .box .pulsante {
    padding: .5rem;
}

#prodotti .pulsante-wrapper {
    text-align: center;
} */

#soluzioni {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#soluzioni .box {
    background: #f8f8f8;
    width: 100%;
    padding: 2rem 1rem;
    -webkit-transition: .2s;
    transition: .2s;
}

#soluzioni .box:first-of-type {
    border-bottom: 1px solid #cecece;
}

#soluzioni .box:hover {
    background: #1e1e1e;
    color: #fff;
}

#soluzioni .box h3 {
    font-weight: 900;
    font-size: 1.6rem;
    position: relative;
}

#soluzioni .box.sinistra {
    text-align: center;
}

#soluzioni .box.sinistra h3::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 10rem;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #7fc026;
}

#soluzioni .box.destra {
    text-align: center;
}

#soluzioni .box.destra h3::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 10rem;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #7fc026;
}

#pagina-prodotti {
    padding: 2rem 0 4rem 0;
}

#pagina-prodotti .filtri-wrapper {
    padding: 1.5rem 0;
    margin-bottom: 2rem;
}

#pagina-prodotti .filtri-wrapper ul {
    margin: 0;
    padding: 0;
}

#pagina-prodotti .filtri-wrapper ul li {
    display: inline-block;
    margin-left: .5rem;
}

#pagina-prodotti .filtri-wrapper ul li button {
    color: #000;
    padding: .5rem;
    border-radius: 1rem;
    text-decoration: none;
    background: none;
    border: none;
}

#pagina-prodotti .filtri-wrapper ul li button.is-checked {
    background: #f8f8f8;
}

#pagina-prodotti .filtri-wrapper ul li button:hover {
    background: #f8f8f8;
}

#pagina-prodotti .filtri-wrapper ul li button span {
    font-size: 1.3rem;
}

#pagina-prodotti .filtri-wrapper ul li button span.magenta {
    color: #f03a5f;
}

#pagina-prodotti .filtri-wrapper ul li button span.celeste {
    color: #00c4a7;
}

#pagina-prodotti .filtri-wrapper ul li button span.blu {
    color: #3488ce;
}

#pagina-prodotti .filtri-wrapper ul li button span.arancio {
    color: #f77f00;
}

#pagina-prodotti .prodotti-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pagina-prodotti .prodotti-wrapper .box {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 2rem 1rem;
    text-align: center;
    width: calc(25% - 16px);
    margin: 8px;
}

#pagina-prodotti .prodotti-wrapper .box .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 5rem;
}

#pagina-prodotti .prodotti-wrapper .box .logo img {
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
    -webkit-transition: .2s;
    transition: .2s;
}

#pagina-prodotti .prodotti-wrapper .box .tags {
    width: 100%;
    margin-bottom: 1rem;
}

#pagina-prodotti .prodotti-wrapper .box .tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#pagina-prodotti .prodotti-wrapper .box .tags ul li {
    margin: .2rem;
}

#pagina-prodotti .prodotti-wrapper .box .tags ul li .tag {
    border: 2px solid #000;
    display: inline-block;
    font-weight: 600;
    font-size: .7rem;
    color: #000;
    background: #fff;
    padding: .4rem .5rem;
    border-radius: .3rem;
}

#pagina-prodotti .prodotti-wrapper .box .tags ul li .tag.magenta {
    border: 2px solid #f03a5f;
    color: #f03a5f;
}

#pagina-prodotti .prodotti-wrapper .box .tags ul li .tag.celeste {
    border: 2px solid #00c4a7;
    color: #00c4a7;
}

#pagina-prodotti .prodotti-wrapper .box .tags ul li .tag.blu {
    border: 2px solid #3488ce;
    color: #3488ce;
}

#pagina-prodotti .prodotti-wrapper .box .tags ul li .tag.arancio {
    border: 2px solid #f77f00;
    color: #f77f00;
}

#pagina-prodotti .prodotti-wrapper .box .descrizione {
    font-size: .9rem;
    margin-bottom: 2rem;
}

#pagina-prodotti .prodotti-wrapper .box .pulsante {
    padding: .5rem;
}

#pagina-prodotti .pulsante-wrapper {
    text-align: center;
}

#soluzioni {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#soluzioni .box {
    background: #f8f8f8;
    width: 100%;
    padding: 2rem 1rem;
    -webkit-transition: .2s;
    transition: .2s;
}

#soluzioni .box:first-of-type {
    border-bottom: 1px solid #cecece;
}

#soluzioni .box:hover {
    background: #1e1e1e;
    color: #fff;
}

#soluzioni .box h3 {
    font-weight: 900;
    font-size: 1.6rem;
    position: relative;
}

#soluzioni .box.sinistra {
    text-align: center;
}

#soluzioni .box.sinistra h3::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 10rem;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #7fc026;
}

#soluzioni .box.destra {
    text-align: center;
}

#soluzioni .box.destra h3::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 10rem;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #7fc026;
}

#calendario-home {
    background: url("../img/sfondo-2.jpg");
    background-attachment: fixed;
    background-size: cover;
    padding: 2rem 0;
    position: relative;
}

#calendario-home .titolo-sezione {
    color: #fff;
    text-align: center;
}

#calendario-home .titolo-sezione h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

#calendario-home .titolo-sezione h3 {
    font-size: 1.4rem;
}

#calendario-home .box {
    background: #fff;
    border-radius: .7rem;
    padding: 1rem;
    margin-bottom: 2rem;
}

#calendario-home .box .mese {
    font-size: 1.2rem;
    color: #1e1e1e;
}

#calendario-home .box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#calendario-home .box ul li {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: .3rem;
    border-left: 4px solid #7fc026;
    padding: .5rem .5rem .5rem 1rem;
    margin-bottom: 1rem;
    -webkit-transition: .2s;
    transition: .2s;
}

#calendario-home .box ul li:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#calendario-home .box ul li .titolo {
    color: #1e1e1e;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: .2rem;
}

#calendario-home .box ul li .data {
    color: #1e1e1e;
    font-size: .85rem;
    margin: 0;
}

#calendario-home .pulsante-freccia {
    text-align: center;
    margin: 0;
}

#calendario-home .calendario {
    display: none;
    position: absolute;
    top: 0;
    right: 5%;
    opacity: .2;
}

#pagina-adempimenti {
    background: url("../img/sfondo-2.jpg");
    background-attachment: fixed;
    background-size: cover;
    padding: 4rem 0;
    position: relative;
}

#pagina-adempimenti .titolo-sezione {
    color: #fff;
    text-align: center;
}

#pagina-adempimenti .titolo-sezione h2 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

#pagina-adempimenti .titolo-sezione h3 {
    font-size: 1.8rem;
}

#pagina-adempimenti .box-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

#pagina-adempimenti .box {
    background: #fff;
    border-radius: .7rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

#pagina-adempimenti .box .testata {
    position: relative;
    cursor: pointer;
}

#pagina-adempimenti .box .testata button {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
}

#pagina-adempimenti .box .testata button .mese {
    font-size: 1.5rem;
    color: #1e1e1e;
    margin: 0;
}

#pagina-adempimenti .box .testata button::after {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pagina-adempimenti .box .testata button[aria-expanded="true"]::after {
    content: '\f077';
}

#pagina-adempimenti .box .testata button[aria-expanded="false"]::after {
    content: '\f078';
}

#pagina-adempimenti .box .contenuto ul {
    margin: 0;
    padding: 2rem 0 0 0;
    list-style: none;
}

#pagina-adempimenti .box .contenuto ul li {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: .3rem;
    border-left: 4px solid #7fc026;
    background: #fff;
    padding: .5rem .5rem .5rem 1rem;
    margin-bottom: 1rem;
    -webkit-transition: .2s;
    transition: .2s;
}

#pagina-adempimenti .box .contenuto ul li:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#pagina-adempimenti .box .contenuto ul li .titolo {
    color: #1e1e1e;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .2rem;
}

#pagina-adempimenti .box .contenuto ul li .data {
    color: #1e1e1e;
    font-size: .9rem;
    margin: 0;
}

#pagina-adempimenti .box .contenuto .nessuno {
    padding: 2rem 0 0 0;
    color: #757575;
}

#pagina-adempimenti .box .contenuto .nessuno p {
    position: relative;
    padding-left: 2.6rem;
}

#pagina-adempimenti .box .contenuto .nessuno p::before {
    content: '\f071';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #FFB732;
}

#pagina-adempimenti .pulsante-freccia {
    text-align: center;
    margin: 0;
}

#pagina-adempimenti .calendario {
    display: block;
    position: absolute;
    top: 0;
    right: 5%;
    opacity: .2;
}

#pagina-faq {
    padding: 4rem 0;
    background: url("../img/sfondo-tech-2.jpg");
    background-size: cover;
}

#pagina-faq .titolo-pagina {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding-bottom: 3rem;
}

#pagina-faq .titolo-pagina span {
    color: #777777;
    font-weight: 400;
    font-size: 1.6rem;
}

#pagina-faq .titolo-faq {
    font-size: 1.6rem;
    margin: 2rem 0 1rem 0;
}

#pagina-faq .card-header {
    padding: .5rem 1rem;
    background: rgba(0, 0, 0, 0.01);
}

#pagina-faq .accordion > .card > .card-header {
    margin: 0;
}

#pagina-faq button {
    width: 100%;
    text-align: left;
    font-size: 1.3rem;
    background: none;
    border: none;
    position: relative;
}

#pagina-faq button::after {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pagina-faq button[aria-expanded="true"]::after {
    content: '\f077';
}

#pagina-faq button[aria-expanded="false"]::after {
    content: '\f078';
}

.banner-newsletter {
    background: #1e1e1e;
    padding: 2rem 0;
    color: #fff;
    position: relative;
}

.banner-newsletter h2 {
    margin-bottom: 1rem;
}

.banner-newsletter p {
    margin: 0;
}

.banner-newsletter .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-newsletter .form-wrapper .c-1 {
    width: 50%;
}

.banner-newsletter .form-wrapper .c-2 {
    width: 50%;
}

.banner-newsletter form .riga-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-newsletter form input:not([type="checkbox"]) {
    padding: .5rem;
    width: 100%;
    margin-right: .2rem;
}

.banner-newsletter .privacy {
    font-size: .9rem;
    margin-top: 1rem;
}

.banner-newsletter .privacy a {
    color: #fff;
    text-decoration: underline;
}

.banner-newsletter .icona {
    position: absolute;
    width: 6rem;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .2;
}

#news {
    padding: 2rem 0;
}

#news .titolo-sezione {
    font-size: 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
}

#news .titolo-sezione::after {
    content: '';
    background: #7fc026;
    width: 10rem;
    height: 4px;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#news .box-news {
    margin-bottom: 3rem;
}

#news .box-news:hover .immagine {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

#news .box-news .immagine {
    width: 100%;
    height: 150px;
    margin-bottom: 1rem;
    -webkit-transition: .2s;
    transition: .2s;
}

#news .box-news .immagine img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .7rem;
}

#news .box-news h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: .4rem;
}

#news .box-news h3 a {
    color: #1e1e1e;
    text-decoration: none;
}

#news .box-news .data {
    font-size: .9rem;
}

#news .box-news .contenuto {
    font-size: .9rem;
}

#news .pulsante-freccia {
    text-align: center;
    margin: 0;
}

#elenco-news {
    padding: 3rem 0 5rem 0;
    background: url("../img/sfondo-tech-2.jpg");
    background-size: cover;
}

#elenco-news .titolo-pagina {
    text-align: center;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#elenco-news .titolo-pagina .contenuto {
    max-width: 576px;
}

#elenco-news .titolo-pagina .contenuto h1 {
    margin-bottom: 1rem;
    position: relative;
}

#elenco-news .titolo-pagina .contenuto h1::after {
    position: absolute;
    width: 10rem;
    height: 3px;
    background: #7fc026;
    content: '';
    bottom: -.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#elenco-news .titolo-pagina .contenuto p {
    font-size: .9rem;
}

#elenco-news .due-colonne {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

#elenco-news .tre-colonne {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

#elenco-news .tre-colonne article img {
    height: 200px;
}

#elenco-news .tre-colonne article .titolo {
    font-size: 1.4rem;
}

#elenco-news .tre-colonne article .data {
    font-size: .9rem;
}

#elenco-news .tre-colonne article .descrizione {
    font-size: .9rem;
}

#elenco-news article img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 1rem;
    border-radius: .7rem;
}

#elenco-news article .titolo {
    font-size: 1.8rem;
    margin-bottom: .5rem;
}

#elenco-news article .data {
    margin-bottom: .5rem;
}

#elenco-news article .data::before {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: .5rem;
    color: #7fc026;
}

#form-contatti {
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
}

#form-contatti .titolo-sezione {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #fff;
    text-align: center;
}

#form-contatti #video {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

#form-contatti form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#form-contatti form input:not([type="checkbox"]) {
    width: 100%;
    padding: .5rem;
    margin-bottom: .5rem;
}

#form-contatti form input:not([type="checkbox"])::-webkit-input-placeholder {
    font-size: .9rem;
}

#form-contatti form input:not([type="checkbox"]):-ms-input-placeholder {
    font-size: .9rem;
}

#form-contatti form input:not([type="checkbox"])::-ms-input-placeholder {
    font-size: .9rem;
}

#form-contatti form input:not([type="checkbox"])::placeholder {
    font-size: .9rem;
}

#form-contatti form select {
    width: 100%;
    padding: .5rem;
    margin-bottom: .5rem;
}

#form-contatti form select option {
    width: 100%;
    padding: .5rem;
    margin-bottom: .5rem;
}

#form-contatti form textarea {
    height: 100%;
    padding: .5rem;
}

#form-contatti form textarea::-webkit-input-placeholder {
    font-size: .9rem;
}

#form-contatti form textarea:-ms-input-placeholder {
    font-size: .9rem;
}

#form-contatti form textarea::-ms-input-placeholder {
    font-size: .9rem;
}

#form-contatti form textarea::placeholder {
    font-size: .9rem;
}

#form-contatti form .form-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

#form-contatti form .form-col-full {
    padding: 2rem 0 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

#form-contatti form .form-col-full p {
    font-size: .9rem;
}

#form-contatti form .privacy {
    margin-bottom: 2rem;
}

#form-contatti form .privacy a {
    color:#7fc026;
}

#form-contatti form .privacy p {
    font-size: .8rem;
}

#referenze-scroll {
    width: 100%;
    height: auto;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
}

#referenze-scroll img {
    height: 100%;
    width: 8rem;
    margin: 0 1rem;
}

#header-prodotto {
    width: 100%;
    height: 500px;
    position: relative;
}

#header-prodotto .contenuto {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#header-prodotto .sfondo {
    width: 100%;
    height: 100%;
}

#header-prodotto .sfondo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#correlati {
    padding: 2rem 0 4rem 0;
}

.editor-sfondo {
    background: url("../img/sfondo-astratto-2.jpg");
    background-size: cover;
    background-position: top center;
    padding: 4rem 0;
}

#after-post {
    padding: 4rem 0 0 0;
    background: url("../img/sfondo-abstract.jpg");
    background-size: cover;
    background-position: bottom center;
    border-top: 1px solid #e1e1e1;
}

#scelta-interna {
    margin-bottom: 2rem;
}

#scelta-interna .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#scelta-interna .colonna {
    width: 48%;
    background: #fff;
    border-radius: .7rem;
    padding: 2rem 4rem;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

#scelta-interna .colonna:hover {
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
}

#scelta-interna .logo {
    margin-bottom: 1rem;
}

#scelta-interna p {
    font-size: 1.4rem;
}

#scelta-interna button {
    margin-top: 1rem;
}

#faq {
    padding: 2rem 0;
}

#faq .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#faq .wrapper .box {
    width: 48%;
    padding: 2rem 7rem;
    text-align: center;
    border-bottom: 5px solid #7fc026;
    background: #fff;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

#faq .wrapper .box span {
    color: #7fc026;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#faq .wrapper .box h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.wrapper-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 1rem;
    padding-left: 1rem;
}

#pagina-contatti-2 {
    padding: 0 0 4rem 0;
}

#pagina-contatti-2 .contatti-top {
    background: url("../img/header-contatti.jpg");
    background-size: cover;
    background-position: center bottom;
    height: 300px;
}

#pagina-contatti-2 h1 {
    color: #fff;
}

#pagina-contatti-2 .container-form {
    margin-top: -200px;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

#pagina-contatti-2 .sidebar {
    background: #1e1e1e;
    padding: 2.5rem 2rem;
    color: #fff;
}

#pagina-contatti-2 .sidebar .contenuto {
    position: -webkit-sticky;
    position: sticky;
    top: 1rem;
}

#pagina-contatti-2 .sidebar .contenuto h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

#pagina-contatti-2 .sidebar .contenuto p {
    font-size: .9rem;
}

#pagina-contatti-2 .form {
    background: #fff;
    padding: 2.5rem 2rem;
}

#pagina-contatti-2 form input:not([type="checkbox"]) {
    width: 100%;
    padding: .5rem;
}

#pagina-contatti-2 form select {
    width: 100%;
    padding: .5rem;
}

#pagina-contatti-2 form textarea {
    width: 100%;
    min-height: 200px;
    padding: .5rem;
    margin-bottom: 1rem;
}

#pagina-contatti-2 form button {
    margin-top: 2rem;
}

#pagina-contatti-2 .c-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

#pagina-contatti {
    background: url("../img/sfondo-abstract.jpg");
    background-size: cover;
    background-position: bottom center;
}

#pagina-contatti .titolo {
    text-align: center;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#pagina-contatti .titolo .contenuto {
    max-width: 576px;
}

#pagina-contatti .titolo .contenuto h1 {
    margin-bottom: 1rem;
    position: relative;
}

#pagina-contatti .titolo .contenuto h1::after {
    position: absolute;
    width: 10rem;
    height: 3px;
    background: #7fc026;
    content: '';
    bottom: -.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#pagina-contatti .titolo .contenuto p {
    font-size: .9rem;
}

#pagina-contatti .container-form {
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

#pagina-contatti .sidebar {
    background: #1e1e1e;
    padding: 2.5rem 2rem;
    color: #fff;
}

#pagina-contatti .sidebar .contenuto h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

#pagina-contatti .sidebar .contenuto p {
    font-size: .9rem;
}

#pagina-contatti .form {
    background: #fff;
    padding: 2.5rem 2rem;
}

#pagina-contatti form input:not([type="checkbox"]) {
    width: 100%;
    padding: .5rem;
}

#pagina-contatti form select {
    width: 100%;
    padding: .5rem;
}

#pagina-contatti form textarea {
    width: 100%;
    min-height: 200px;
    padding: .5rem;
    margin-bottom: 1rem;
}

#pagina-contatti form button {
    margin-top: 2rem;
}

#pagina-contatti .c-1 > * {
    margin-bottom:1rem;
}

#pagina-contatti .c-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

#pagina-supporto {
    padding: 4rem 0 4rem 0;
    background: url("../img/sfondo-abstract.jpg");
    background-size: cover;
    background-position: bottom center;
}

#pagina-supporto .titolo {
    text-align: center;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#pagina-supporto .titolo .contenuto {
    max-width: 576px;
}

#pagina-supporto .titolo .contenuto h1 {
    margin-bottom: 1rem;
    position: relative;
}

#pagina-supporto .titolo .contenuto h1::after {
    position: absolute;
    width: 10rem;
    height: 3px;
    background: #7fc026;
    content: '';
    bottom: -.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#pagina-supporto .titolo .contenuto p {
    font-size: .9rem;
}

#pagina-supporto .container-form {
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

#pagina-supporto .sidebar {
    background: #1e1e1e;
    padding: 2.5rem 2rem;
    color: #fff;
}

#pagina-supporto .sidebar .contenuto h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

#pagina-supporto .sidebar .contenuto p {
    font-size: .9rem;
}

#pagina-supporto .form {
    background: #fff;
    padding: 2.5rem 2rem;
}

#pagina-supporto form input:not([type="checkbox"]) {
    width: 100%;
    padding: .5rem;
    border-radius: 0;
    height: unset;
    border: 1px solid #ced4da;
}

#pagina-supporto form select {
    width: 100%;
    padding: .5rem;
    border-radius: 0;
    height: unset;
}

#pagina-supporto form textarea {
    width: 100%;
    min-height: 200px;
    padding: .5rem;
    margin-bottom: 1rem;
    border-radius: 0;
    height: unset;
}

#pagina-supporto form button {
    margin-top: 2rem;
}

#pagina-supporto .c-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

#referenze .testata {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 3rem 0;
}

#referenze .testata .titolo {
    text-align: center;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
}

#referenze .testata .titolo h1 {
    position: relative;
    margin-bottom: 3rem;
    color: #fff;
}

#referenze .testata .titolo h1::after {
    position: absolute;
    width: 10rem;
    height: 3px;
    background: #7fc026;
    content: '';
    bottom: -.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#referenze .testata .form-container form input {
    padding: .5rem;
}

#referenze .testata .form-container form select {
    padding: .5rem;
}

#referenze .testata .form-container .c-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
    margin-bottom: 2rem;
}

#referenze .testata .form-container .c-2 {
    text-align: center;
}

#referenze #videoReferenze {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
}

#referenze .main {
    padding: 4rem 0 6rem 0;
}

#referenze .main .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

#referenze .main .wrapper .box {
    text-align: center;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    padding: 0 2rem 2rem 2rem;
    overflow: hidden;
    border-radius: 1rem;
}

#referenze .main .wrapper .box img {
    width: 100%;
}

#referenze .main .wrapper .box .prodotti {
    margin-top: -.5rem;
}

#referenze .main .wrapper .box .prodotti a {
    display: block;
    margin-bottom: .5rem;
    text-decoration: none;
}

#referenze .main .wrapper .box .prodotti a:hover {
    text-decoration: underline;
}

#referenze .main .wrapper .box-testo {
    text-align: center;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    padding: 2rem;
    overflow: hidden;
    border-radius: 1rem;
}

#referenze .main .wrapper .box-testo h3 {
    font-size: 1.5rem;
    margin: 1rem 0 3rem 0;
}

#referenze .main .wrapper .box-testo .prodotti a {
    display: block;
    margin-bottom: .5rem;
}

#referenze .main .wrapper .box-testo .prodotti a:hover {
    text-decoration: underline;
}

#elenco-normative {
    padding: 4rem 0;
}

#elenco-normative .box {
    padding: 2rem 1rem;
    border-bottom: 1px solid #cecece;
}

#elenco-normative .box h3 {
    margin-bottom: 1rem;
}

#elenco-normative .box h3 a:hover {
    text-decoration: underline;
}

#elenco-normative .box p {
    margin: 0;
}

#elenco-normative .box:hover {
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

footer {
    background: #1e1e1e;
    padding: 2rem 0;
    color: #fff;
}

footer.padding {
    padding-bottom: 4rem;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer .logo {
    height: 2rem;
    margin-bottom: 2rem;
}

footer .menu-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .menu-footer li {
    display: block;
    font-weight: 600;
    margin: 0 0 .5rem 0;
}

footer .menu-footer a {
    text-decoration: none;
}

footer .menu-footer a:hover {
    text-decoration: underline;
}

footer .social-footer {
    padding: 1rem 0;
    font-size: 1.5rem;
}

footer .social-footer em {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

footer .social-footer a {
    margin-right: .5rem;
}

footer .social-footer a:hover em {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #7fc026;
}

footer .numero-verde p {
    margin-bottom: .2rem;
}

footer .numero-verde .numero {
    font-size: 1.5rem;
    font-weight: 900;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    line-height: 100%;
}

footer .numero-verde .numero:hover {
    color: #7fc026;
}

footer .numero-verde .numero::after {
    opacity: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3rem;
    content: "\f879";
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

footer .numero-verde .numero:hover::after {
    opacity: 1;
    margin-left: -5rem;
    -webkit-transform: translate(-10px) !important;
    transform: translate(-10px) !important;
    color: #7fc026;
}

.titolo-linea {
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
}

.titolo-linea::after {
    position: absolute;
    width: 15rem;
    height: 4px;
    background: #7fc026;
    content: '';
    top: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.titolo-linea-basso {
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
}

.titolo-linea-basso::after {
    position: absolute;
    width: 15rem;
    height: 4px;
    background: #7fc026;
    content: '';
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.titolo-sidebar {
    font-size: 1.3rem;
    position: relative;
    margin-bottom: 2rem;
}

.titolo-sidebar::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #cecece;
    bottom: -.5rem;
    left: 0;
}

.pulsante {
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: .5rem 1.5rem;
    font-size: .9rem;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    -webkit-transition: .2s;
    transition: .2s;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    text-decoration: none;
}

.pulsante.verde {
    background: #7fc026;
    color: #fff;
}

.pulsante.verde:hover {
    background: #558019;
}

.pulsante.verde:disabled {
    background: #558019;
    cursor:not-allowed;
}

.pulsante-freccia:hover {
    color: #000;
}

.pulsante-freccia:hover::after {
    margin-left: 1rem;
}

.pulsante-freccia.bianco {
    color: #fff;
}

.breadcrumbs {
    background: #f8f8f8;
    padding: 1rem;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: .9rem;
}

.breadcrumbs ul li a {
    color: #000;
}

.breadcrumbs ul li:not(:first-of-type)::before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin: 0 .4rem;
    font-size: .8rem;
}

.img-post {
    width: 100%;
    height:auto;
    margin-bottom: 2rem;
    border-radius: 1rem;
}

.img-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}

.img-post-icona {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 2rem;
}

.img-post-icona img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-post-icona .icona {
    width: 5rem;
    height: 5rem;
    background: #fff;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 1rem;
    left: 1rem;
    border-radius: 50%;
}

.img-post-icona .icona.info::before {
    content: url(../img/icone/png/info.png);
    color: #7fc026;
    width: 1rem;
}

.img-post-icona .icona.idea::before {
    content: '\f0eb';
    font-family: 'Font Awesome 5 Free';
    color: #7fc026;
    font-size: 1.5rem;
}

.img-post-icona .icona.normativa::before {
    content: '\f24e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #7fc026;
    font-size: 1.5rem;
}

.img-post-icona .icona.servizi::before {
    content: '\f7a2';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #7fc026;
    font-size: 1.5rem;
}

.img-post-icona .icona.isweb::before {
    content: url(../img/e.svg);
    color: #7fc026;
    width: 2rem;
}

.titolo-post {
    position: relative;
}

.titolo-post::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 12rem;
    left: 0;
    bottom: -1rem;
    background: #7fc026;
}

.data-post p::before {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: .5rem;
    color: #7fc026;
}

.box-info {
    background: #fff;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    margin: 0 0 2rem 5rem;
    border-radius: 0 .8rem .8rem 0;
    border-left: 4px solid #7fc026;
    position: relative;
}

.box-info a {
    text-decoration: underline;
    font-weight: 600;
}

.box-info p {
    margin: 0;
}

.box-info .pulsante-freccia:not(:hover) {
    text-decoration: none;
}

.box-info.info::before {
    content: url(../img/icone/info.svg);
    color: #7fc026;
    position: absolute;
    left: -3rem;
    width: 1rem;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-info.idea::before {
    content: '\f0eb';
    font-family: 'Font Awesome 5 Free';
    color: #7fc026;
    position: absolute;
    left: -3.3rem;
    font-size: 2rem;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-info.normativa::before {
    content: '\f24e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #7fc026;
    position: absolute;
    left: -3.8rem;
    font-size: 2rem;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-info.servizi::before {
    content: '\f7a2';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #7fc026;
    position: absolute;
    left: -3.6rem;
    font-size: 2rem;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lista-spunte {
    list-style: none;
    position: relative;
    margin-bottom: 3rem;
}

.lista-spunte li {
    margin-bottom: 1rem;
    position: relative;
}

.lista-spunte li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    color: #7fc026;
    font-weight: 900;
    position: absolute;
    left: -2rem;
}

.lista-spunte li ul {
    margin-top: 1rem;
    list-style-type: disc;
}

.lista-spunte li ul li::before {
    content: unset;
}

.lista-spunte strong {
    color: #7fc026;
}

.progetti-correlati {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8rem;
}

.progetti-correlati li {
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    padding: 1rem;
    border-left: 4px solid #7fc026;
    border-radius: 0 1rem 1rem 0;
    background: #fff;
    margin-bottom: 1rem;
    margin-right: 20%;
    -webkit-transition: .2s;
    transition: .2s;
}

.progetti-correlati li:hover {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}

.progetti-correlati li h4 {
    margin-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.progetti-correlati li h4 a:hover {
    color: #7fc026;
}

.progetti-correlati li p {
    margin: 0;
}

.wrapper-notizie-correlate article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

.wrapper-notizie-correlate article .immagine {
    width: 9rem;
    height: 5rem;
    flex-shrink: 0;
}

.wrapper-notizie-correlate article .immagine img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.wrapper-notizie-correlate article .contenuto {
    margin-left: 1rem;
}

.wrapper-notizie-correlate article .contenuto .data {
    font-size: .85rem;
    margin: 0;
}

.wrapper-notizie-correlate article .contenuto h4 {
    font-size: 1rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.wrapper-notizie-correlate article .contenuto h4 a:hover {
    color: #7fc026;
}

.progetti-correlati-sidebar {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8rem;
    margin-bottom: 2rem;
}

.progetti-correlati-sidebar li {
    background: #fff;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 1rem;
}

.progetti-correlati-sidebar li h4 {
    margin-bottom: .5rem;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.progetti-correlati-sidebar li h4 a:hover {
    color: #7fc026;
}

.progetti-correlati-sidebar li p {
    margin: 0;
}

.newsletter-sidebar form input:not([type="checkbox"]) {
    width: 100%;
    padding: .5rem;
    position: relative;
}

.newsletter-sidebar form button {
    position: absolute;
    background: none;
    border: none;
    right: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7fc026;
    font-size: 1.5rem;
}

.newsletter-sidebar .privacy {
    font-size: .9rem;
}

.newsletter-sidebar .privacy a {
    text-decoration: underline;
}

.newsletter-sidebar .riga-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.wrapper-notizie-correlate-sidebar article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.wrapper-notizie-correlate-sidebar article .immagine {
    width: 5rem;
    height: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrapper-notizie-correlate-sidebar article .immagine img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wrapper-notizie-correlate-sidebar article .contenuto {
    margin-left: 1rem;
}

.wrapper-notizie-correlate-sidebar article .contenuto .data {
    font-size: .85rem;
    margin: 0;
}

.wrapper-notizie-correlate-sidebar article .contenuto h4 {
    font-size: 1rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.wrapper-notizie-correlate-sidebar article .contenuto h4 a:hover {
    color: #7fc026;
}

.editor {
    padding: 4rem 0;
}

.logo-prodotto-interno {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.logo-prodotto-interno img {
    width: 60%;
}

.box-referenze-interno {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 5 ];
    grid-template-columns: repeat(5, 1fr);
    margin: 2rem 0;
    gap: 1rem;
}

.box-referenze-interno img {
    width: 100%;
}

/*** BOOTSTRAP SUBMENU ***/
.dropdown-item {
    position: relative;
    text-decoration: none;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-submenu li {
    position: relative;
}

.dropdown-submenu .dropdown-toggle {
    font-weight: 600;
}

.dropdown-submenu > a:after {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: "\f054" !important;
    margin-left: .5rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #7fc026 !important;
    color: #fff !important;
}

/*** fine BOOTSTRAP SUBMENU ***/
/* MENU LATERALE */
/* Menu Popup */
.menu-popup {
    visibility: hidden;
}

.menu-popup .overlay {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.menu-popup a {
    text-decoration: none;
}

.menu-popup a:hover {
    text-decoration: underline;
}

.menu-popup .menu {
    position: fixed;
    width: 25%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
    overflow-y: scroll;
    overflow: auto;
    z-index: 99999;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s;
    transition: .5s;
}

.menu-popup .menu .header-menu {
    padding: 1.5rem 1rem;
    margin-bottom: 3rem;
}

.menu-popup .menu .header-menu .chiudi {
    color: #fff !important;
    font-size: 2rem;
    float: right;
}

.menu-popup .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-popup .menu button {
    background: none;
}

.menu-popup .menu button:hover a {
    color: #fff !important;
}

.menu-popup .menu .primo-livello {
    width: 100%;
    text-align: left;
    color: #fff !important;
    border: none;
    padding: 1.5rem 1rem;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.menu-popup .menu .primo-livello a {
    color: #fff !important;
    display: inline-block;
}

.menu-popup .menu .primo-livello:hover {
    background: #fff;
    color: #000 !important;
}

.menu-popup .menu .primo-livello:hover a {
    color: #7fc026 !important;
}

.menu-popup .menu .primo-livello::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    float: right;
    text-decoration: none;
}

.menu-popup .menu .primo-livello li {
    color: #fff !important;
}

.menu-popup .menu .primo-livello ul.secondo-livello {
    width: 100%;
    text-align: left;
    color: #000;
    background: #fff;
    border: none;
    padding: 0 0 1rem 0;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.menu-popup .menu .primo-livello ul.secondo-livello::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    float: right;
}

.menu-popup .menu .primo-livello ul.secondo-livello li {
    color: #000;
}

.menu-popup .menu .primo-livello ul.secondo-livello[aria-expanded="true"]::after {
    content: "\f077";
}

.menu-popup .menu .primo-livello ul.secondo-livello[aria-expanded="false"]::after {
    content: "\f078";
}

.menu-popup .menu .primo-livello[aria-expanded="true"] {
    background: #7fc026;
    color: #fff !important;
}

.menu-popup .menu .primo-livello[aria-expanded="true"] a {
    color: #7fc026;
}

.menu-popup .menu .primo-livello[aria-expanded="true"]:hover {
    color: #7fc026;
}

.menu-popup .menu .primo-livello[aria-expanded="true"]:hover a {
    color: #7fc026;
}

.menu-popup .menu .primo-livello[aria-expanded="true"]::after {
    color: #fff !important;
    content: "\f077";
}

.menu-popup .menu .primo-livello[aria-expanded="false"]::after {
    content: "\f078";
}

.menu-popup .menu ul.terzo-livello {
    padding: 0 0 0 2rem;
}

.menu-popup .menu button.secondo-livello {
    width: 100%;
    text-align: left;
    color: #7fc026;
    border: none;
    padding: 1.5rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.menu-popup .menu button.secondo-livello:hover {
    background: #fff;
    color: #7fc026 !important;
    text-decoration: underline;
}

.menu-popup .menu button.secondo-livello:hover a {
    color: #fff !important;
}

.menu-popup .menu button.secondo-livello a {
    color: #7fc026;
}

.menu-popup .menu button.secondo-livello::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    float: right;
}

.menu-popup .menu button.secondo-livello[aria-expanded="true"]::after {
    content: "\f077";
}

.menu-popup .menu button.secondo-livello[aria-expanded="false"]::after {
    content: "\f078";
}

.menu-popup .menu .collapse-voce {
    background: #fff !important;
}

.menu-popup .menu .collapse-voce .sotto-voce {
    display: block;
    color: #000 !important;
    font-weight: 500;
    padding: 1rem 2rem;
}

.menu-popup.active {
    visibility: visible;
}

.menu-popup.active .overlay {
    opacity: 1;
}

.menu-popup.active .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 992px) {
    .menu-popup .menu {
        min-width: 60%;
    }
}

@media (max-width: 768px) {
    .menu-popup .menu {
        min-width: 80%;
    }
}

@media (max-width: 576px) {
    .menu-popup .menu {
        width: 90%;
    }
}

.dropdown-toggle::after {
    border: none;
}

/* fine Menu Popup */
.container-xxl {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (orientation: landscape) {
    body {
        background: #fff;
    }
}

@media (orientation: portrait) {
    body {
        background: #fff;
    }
}

@-webkit-keyframes newspulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@keyframes newspulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@-webkit-keyframes scrollreferenze {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes scrollreferenze {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media (min-width: 768px) {
    .container-xxl {
        max-width: 720px;
    }

    #main-menu .supporto-icona {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu-popup .menu {
        width: 50%;
    }

    #apertura {
        padding: 4rem 0;
    }

    #apertura .contenuto h1 {
        font-size: 3rem;
    }

    #apertura .contenuto .descrizione {
        font-size: 1rem;
    }

    #apertura .counter-wrapper {
        -ms-grid-columns: (1fr) [ 4 ];
        grid-template-columns: repeat(4, 1fr);
    }

    #prodotti .prodotti-wrapper {
        -ms-grid-columns: (minmax(0, 1fr)) [ 2 ];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #prodotti .prodotti-home-wrapper {
        -ms-grid-columns: (minmax(0, 1fr)) [ 2 ];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #soluzioni {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #soluzioni .box.sinistra {
        text-align: right;
    }

    #soluzioni .box.sinistra h3::after {
        right: 0;
        left: auto;
        -webkit-transform: unset;
        transform: unset;
    }

    #soluzioni .box.destra {
        text-align: left;
    }

    #soluzioni .box.destra h3::after {
        left: 0;
        -webkit-transform: unset;
        transform: unset;
    }

    footer .destra {
        text-align: right;
    }

    footer .numero-verde .numero::after {
        display: none;
    }

    footer .numero-verde .numero::before {
        opacity: 0;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.3rem;
        content: "\f879";
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    footer .numero-verde .numero:hover::before {
        opacity: 1;
        margin-left: -5rem;
        -webkit-transform: translate(-10px) !important;
        transform: translate(-10px) !important;
        color: #7fc026;
    }
}

@media (min-width: 992px) {
    .container-xxl {
        max-width: 960px;
    }

    .menu-popup .menu {
        width: 40%;
    }

    #apertura .contenuto {
        margin: 0;
    }

    #apertura .counter-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #apertura .counter-wrapper .counter-box {
        text-align: right;
    }

    #apertura .counter-wrapper .counter-box .counter {
        font-size: 3rem;
    }

    #soluzioni .box {
        padding: 2rem;
    }

    #soluzioni .box.sinistra {
        border: none;
    }

    #calendario-home .col-lg-4:last-child {
        margin-left: auto;
        margin-right: auto;
    }

    #form-contatti form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #form-contatti form input:not([type="checkbox"])::-webkit-input-placeholder {
        font-size: 1rem;
    }

    #form-contatti form input:not([type="checkbox"]):-ms-input-placeholder {
        font-size: 1rem;
    }

    #form-contatti form input:not([type="checkbox"])::-ms-input-placeholder {
        font-size: 1rem;
    }

    #form-contatti form input:not([type="checkbox"])::placeholder {
        font-size: 1rem;
    }

    #form-contatti form input:not([type="checkbox"]):last-of-type {
        margin: 0;
    }

    #form-contatti form textarea::-webkit-input-placeholder {
        font-size: 1rem;
    }

    #form-contatti form textarea:-ms-input-placeholder {
        font-size: 1rem;
    }

    #form-contatti form textarea::-ms-input-placeholder {
        font-size: 1rem;
    }

    #form-contatti form textarea::placeholder {
        font-size: 1rem;
    }

    #form-contatti form .form-col {
        width: 48%;
    }

    #form-contatti form p {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .container-xxl {
        max-width: 1140px;
    }

    .menu-popup .menu {
        width: 30%;
    }

    #main-menu .logo {
        margin: .5rem .5rem .5rem 2rem;
    }

    #barra-ricerca {
        width: 40%;
    }

    #apertura .counter-wrapper .counter-box .counter {
        font-size: 4rem;
    }

    #prodotti .prodotti-wrapper {
        -ms-grid-columns: (minmax(0, 1fr)) [ 4 ];
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }

    #prodotti .prodotti-home-wrapper {
        -ms-grid-columns: (minmax(0, 1fr)) [ 4 ];
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }

    #soluzioni .box {
        padding: 4rem;
    }

    #soluzioni .box p {
        width: 40%;
    }

    #soluzioni .box.sinistra p {
        margin-left: auto;
    }

    #calendario-home {
        padding: 4rem 0;
    }

    #calendario-home .titolo-sezione h2 {
        font-size: 3rem;
    }

    #calendario-home .titolo-sezione h3 {
        font-size: 1.8rem;
    }

    #calendario-home .box {
        padding: 2rem;
    }

    #calendario-home .box .mese {
        font-size: 1.5rem;
    }

    #calendario-home .calendario {
        display: block;
    }

    #news {
        padding: 4rem 0;
    }

    #news .titolo-sezione {
        font-size: 3rem;
    }

    #news .box-news .immagine {
        height: 200px;
    }

    #form-contatti {
        padding: 5rem 0;
    }

    #form-contatti #video {
        display: block;
    }

    #form-contatti .titolo-sezione {
        font-size: 2.2rem;
    }

    #form-contatti form .privacy p {
        font-size: 1rem;
    }

    footer {
        padding: 3rem 0;
    }

    footer.padding {
        padding-bottom: 6rem;
    }
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1300px;
    }

    #main-menu .menu {
        display: block;
    }

    #main-menu .ricerca {
        display: none;
    }

    #main-menu .supporto-icona {
        display: none;
    }

    #main-menu .supporto {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #main-menu .contattaci {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #main-menu .hamburger {
        display: none;
    }

    #apertura {
        padding: 5rem 0;
    }

    #apertura .contenuto h1 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }

    #apertura .contenuto .descrizione {
        font-size: 1.2rem;
    }

    #apertura .counter-wrapper {
        padding: 0 0 0 30%;
    }

    #apertura .counter-wrapper .counter-box {
        text-align: left;
    }

    #apertura .counter-wrapper .counter-box p {
        font-size: 1.5rem;
    }

    #apertura .counter-wrapper .counter-box .counter {
        font-size: 5rem;
    }

    #apertura .counter-wrapper .counter-box .plus::after {
        content: '+';
        font-size: 3rem;
    }
}

@media (max-width: 1200px) {
    .banner-newsletter .icona {
        display: none;
    }

    .img-post-icona {
        height: 350px;
    }
}

@media (max-width: 992px) {
    .logo-prodotto-interno img {
        width: 100%;
    }

    #faq .wrapper .box {
        padding: 2rem;
    }

    .progetti-correlati {
        margin-bottom: 4rem;
    }

    #elenco-news article img {
        height: 200px;
    }

    #elenco-news .tre-colonne {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    #pagina-adempimenti .box-wrapper {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    #pagina-contatti .sidebar {
        display: none;
    }

    #referenze .testata .form-container .c-1 {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    #referenze .main .wrapper {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .banner-newsletter .form-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner-newsletter .form-wrapper .c-1 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .banner-newsletter .form-wrapper .c-2 {
        width: 100%;
    }

    #referenze-scroll img {
        width: 6rem;
    }

    .box-referenze-interno {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }

    #scelta-interna .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #scelta-interna .wrapper .colonna {
        width: 100%;
    }

    #scelta-interna .wrapper .colonna:not(:last-of-type) {
        margin-bottom: 2rem;
    }

    #faq .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #faq .wrapper .box {
        width: 100%;
    }

    #faq .wrapper .box:not(:last-of-type) {
        margin-bottom: 2rem;
    }

    .progetti-correlati li {
        margin: 0 0 1rem 0;
    }

    .wrapper-notizie-correlate article {
        width: 100%;
    }

    #elenco-news .due-colonne {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #elenco-news .tre-colonne {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .wrapper-sidebar {
        padding-left: unset;
        margin-top: 3rem;
    }

    .img-post {
        width: 100%;
        height: auto;
    }

    .img-post img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    #pagina-adempimenti .box-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #pagina-adempimenti .calendario {
        display: none;
    }

    #pagina-adempimenti .titolo-sezione h2 {
        font-size: 1.6rem;
    }

    #pagina-adempimenti .titolo-sezione h3 {
        font-size: 1.2rem;
    }

    #pagina-contatti .c-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #pagina-supporto .c-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #referenze .main .wrapper .box .prodotti {
        margin: unset;
    }

    #referenze .main .wrapper .box .prodotti a {
        font-size: .9rem;
    }

    #referenze .main .wrapper .box-testo h3 {
        margin: 0 0 1.5rem 0;
        font-size: 1.2rem;
    }

    #referenze .main .wrapper .box-testo .prodotti {
        margin: unset;
    }

    #referenze .main .wrapper .box-testo .prodotti a {
        font-size: .9rem;
    }
}

@media (max-width: 576px) {
    #referenze-scroll img {
        width: 5rem;
    }

    .titolo-linea {
        font-size: 1.5rem;
    }

    .box-info {
        margin: 0 0 2rem 0;
        padding: 1rem 3rem 1rem 1rem;
    }

    .box-info.info::before, .box-info.idea::before, .box-info.normativa::before, .box-info.servizi::before {
        top: 2rem;
        left: unset;
        right: .5rem;
        font-size: 1.5rem;
    }

    #scelta-interna .colonna {
        padding: 2rem;
    }

    .titolo-post {
        font-size: 1.6rem;
    }

    .editor {
        padding: 2rem 0;
    }

    .box-referenze-interno {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    #referenze .testata {
        padding: 2rem 0;
    }

    #referenze .testata .form-container .c-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #referenze .main .wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .img-post-icona {
        height: 250px;
    }

    .img-post-icona .icona {
        width: 3rem;
        height: 3rem;
    }
}


header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
}

header .logo {
    padding: 1rem .5rem;
}

header .logo img {
    width: 150px;
    height: auto;
}

header .menu-mobile {
    display: none;
    font-size: 2rem;
}

header .menu-mobile a {
    color: #000;
}

header .menu-mobile button {
    background: none;
    border: none;
    padding: unset;
}

header .menu-mobile li {
    margin-right: .5rem;
}

header .menu-navigazione {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

header .menu-navigazione > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .menu-navigazione > ul > li {
    display: inline-block;
}

header .link {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: .5rem 1rem;
    background: none;
    border: none;
    -webkit-transition: .15s;
    transition: .15s;
}

header .link:hover {
    color: #7fc026;
}

header .link[aria-expanded="true"] {
    color: #7fc026;
}

header .link.link-dropdown::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

header .link-contatti {
    background: #7fc026;
    height: 100%;
    padding: 0 1rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s;
    transition: .2s;
}

header .link-contatti:hover {
    background: #66991e;
}

/* SLIDER HOME */
.slider-home {
    background:#1e1e1e;
}

.slider-home h3 {
    font-size:3.5rem;
    margin-bottom:1rem;
    line-height: 100%;
}

.slider-home p {
    font-size:1.2rem;
    margin-bottom:2rem;
}

.slider-home .slide {
    display: flex;
    align-items: center;
    padding:4rem 0 4rem 0;
    position: relative;
    min-height:500px;
    color:#fff;
}

.slider-home .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:3rem;
    align-items: center;
}

.slider-home .img-cover img {
    width:100%;
    height:300px;
    object-fit: cover;
    border-radius: 4px;
}

.slider-home .slide .sfondo {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
}

.slider-home .slide .sfondo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-home .slide .sfondo::after {
    content:'';
    background: rgba(0, 0, 0, 0.85);
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}

.slider-home .swiper-button-next, .slider-home .swiper-button-prev {
    color: #fff;
}


.slider-home .swiper-pagination-bullet-active {
    background: #7fc026 !important;
    opacity: 1 !important;
}

.slider-home .swiper-pagination-bullet {
    background: #fff;
    opacity: .4;
    width:10px;
    height:10px;
}

@media (max-width:992px){
    .slider-home h3 {
        font-size:2.5rem;
    }
    .slider-home p {
        font-size:1rem;
    }
    .slider-home .slide {
        min-height:unset;
    }
    .slider-home .wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .slider-home .img-cover img {
        display: none;
    }
}
@media (max-width:567px) {
    .slider-home h3 {
        font-size:2rem;
    }
    .slider-home {
        text-align: center;
    }
    .slider-home .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

/* .slider-home .slide .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.slider-home .slide .box {
    width: 600px;
    background: #fff;
    border-radius: .5rem;
    padding: 2rem 2.5rem;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.slider-home .slide .box .categoria {
    font-weight: 700;
    color: #7fc026;
    text-decoration: none;
}

.slider-home .slide .box h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.slider-home .slide .box .data {
    display: block;
    margin-bottom: 1rem;
    font-size: .9rem;
}

.slider-home .slide .sfondo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.slider-home .slide .sfondo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-home .swiper-button-next, .slider-home .swiper-button-prev {
    color: #fff;
}

.slider-home .swiper-pagination-bullet-active {
    background: #fff;
} */

/* /SLIDER HOME */

.ricercaFull {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
}

.ricercaFull.active {
    visibility: visible;
    opacity: 1;
}

.ricercaFull #chiudiRicerca {
    position: absolute;
    top: 2rem;
    right: 2rem;
    border: none;
    background: none;
    font-size: 2rem;
}

.ricercaFull .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ricercaFull h2 {
    font-size: 1.8rem;
}

.ricercaFull form {
    width: 100%;
}

.ricercaFull form label {
    display: block;
}

.ricercaFull form input {
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1.2rem;
}

.ricercaFull form button {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: none;
}

/* COUNTER HOME */
.counter-home {
    background: #1e1e1e;
    padding: 1.5rem 0;
    color: #fff;
}

.counter-home .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.counter-home .box {
    text-align: center;
}

.counter-home .box .numero {
    font-family: "Baloo Chettan 2", cursive;
    line-height: 100%;
    color: #7fc026;
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.counter-home .box .numero .plus {
    font-size: 1.5rem;
}

.counter-home .box .testo {
    font-weight: 600;
}

/* fine COUNTER HOME */
/* SUITE ePOLIS */
#epolis {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#epolis .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#epolis .sfondo {
    position: absolute;
    height: 100%;
    width: 45%;
    z-index: -1;
}

#epolis .sfondo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#epolis .left {
    padding: 2rem 2rem 2rem 0;
    color: #fff;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#epolis .left .logo {
    width: 20rem;
    display: block;
    margin-bottom: 1rem;
}

#epolis .left .icone-gruppo {
    display: block;
    width: 350px;
    margin-bottom: 1rem;
}

#epolis .left .testo {
    font-size: 1.1rem;
}

#epolis .right {
    width: 55%;
    padding: 5rem 0 5rem 2rem;
}

#epolis .right .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

#epolis .right .wrapper .box .icona {
    width: 22px;
    height: 22px;
    display: block;
    margin-bottom: .5rem;
}

#epolis .right .wrapper .box .logo {
    display: block;
    max-width: 200px;
    height: 30px;
    margin-bottom: .5rem;
}

#epolis .featured {
    margin-bottom:2rem;
}

#epolis .featured img {
    width:50%;
}

.epolis-carousel {
    padding: 2rem 0 1rem 0;
    display: none;
  }
  
  .epolis-carousel .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  
  .epolis-carousel .box .icona {
    width: 22px;
    height: 22px;
    display: block;
    margin-bottom: .5rem;
  }
  
  .epolis-carousel .box .logo {
    display: block;
    max-width: 200px;
    max-height: 40px;
    margin-bottom: .5rem;
  }
  
  .epolis-carousel .swiper-pagination {
    position: relative;
  }
  
  .epolis-carousel .swiper-pagination-bullet-active {
    background: #7fc026;
  }

/* fine SUITE ePOLIS */
/* PAGINA PRODOTTO */
#pagina-prodotto .testata {
    text-align: center;
    padding: 3rem 0;
}

#pagina-prodotto .testata .logo {
    width: 500px;
    margin-bottom: 1rem;
}

#pagina-prodotto .testata .descrizione {
    font-size: 1.5rem;
    font-weight: 600;
}

/* fine PAGINA PRODOTTO */
/* COMPONENTI */
.btn.btn-primary {
    background: #7fc026;
    border-color: #7fc026;
}

.referenze {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.referenze img {
    width: 100%;
}

.slider-referenze-mobile {
    display: none;
}

.slider-referenze-mobile img{
    width:100%;
    height:auto;
}

.slider-referenze-mobile .swiper-pagination-bullet-active {
    background: #7fc026;
}

@media (max-width: 576px) {
    .slider-referenze-mobile {
        display:block;
    }
}

.slider-referenze .swiper-pagination {
    position: relative;
}

.icone-caratteristiche {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 4rem 0 5rem 0;
}

.icone-caratteristiche .box {
    text-align: center;
}

.icone-caratteristiche .box .icona {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
    object-fit: contain;
}

.icone-caratteristiche .box h3 {
    color: #7fc026;
    font-weight: 600;
    font-size: 1.4rem;
}

.slider-icone-caratteristiche {
    display: none;
    padding: 2rem 0;
}

.slider-icone-caratteristiche .box {
    text-align: center;
}

.slider-icone-caratteristiche .box .icona {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
}

.slider-icone-caratteristiche .box h3 {
    color: #7fc026;
    font-weight: 600;
    font-size: 1.4rem;
}

.slider-icone-caratteristiche .swiper-pagination {
    position: relative;
    margin-top: 1rem;
}

.moduli {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    padding: 1rem 0 3rem 0;
}

.moduli .box {
    padding: .5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    text-align: center;
    background:#fff;
}

.moduli .box img {
    width: 60%;
}

.slider-moduli {
    display: none;
    margin: 2rem 0;
}

.slider-moduli .box {
    padding: 2rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.slider-moduli .box img {
    width: 60%;
}

.slider-moduli .swiper-pagination {
    position: relative;
    margin-top: 1rem;
}

.caratteristica {
    margin: 3rem 0;
}

.caratteristica .titolo {
    color: #7fc026;
    font-weight: 600;
    font-size: 1.3rem;
}

.caratteristica .contenuto {
    padding-left: 2rem;
    border-left: 1px solid #cecece;
}

.box-info {
    padding: 2rem;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
    margin-bottom: 2rem;
    border-bottom: 5px solid #7fc026;
    text-align: center;
}

.box-info .icona {
    color: #7fc026;
    font-size: 1.2rem;
}

.box-info .titolo {
    font-size: 1.5rem;
    font-weight: 600;
}

.box-info ul {
    list-style: none;
    margin: 0;
    padding: 1rem 4rem;
}

.box-info ul a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.box-info ul a:hover {
    text-decoration: underline;
}

.box-info ul li {
    margin-bottom: 1rem;
    border-bottom: 1px solid #dcdcdc;
    padding: .5rem;
}

.progetti-correlati ul {
    padding: 0;
    margin: 2rem 0;
    list-style: none;
}

.progetti-correlati ul li {
    padding: 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border-left: 5px solid #7fc026;
    margin-bottom: 1rem;
    width: 70%;
}

.progetti-correlati ul li .titolo {
    color: #000;
    text-decoration: none;
}

.progetti-correlati ul li .titolo:hover {
    text-decoration: underline;
}

.progetti-correlati ul li .titolo h4 {
    font-weight: 600;
    font-size: 1.1rem;
}

.notizie-correlate ul {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.notizie-correlate ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.notizie-correlate ul li .immagine {
    width: 80px;
    height: 80px;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.notizie-correlate ul li .immagine img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.notizie-correlate ul li .titolo {
    color: #000;
    text-decoration: none;
}

.notizie-correlate ul li .titolo:hover {
    text-decoration: underline;
}

.notizie-correlate ul li .titolo h4 {
    font-size: 1rem;
    font-weight: 600;
}

/* SIDEBAR FIXED */

#sidebar-fixed {
    position: fixed;
    left: 0;
    top: 25%;
    padding: 1.5rem 2rem 1rem 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    max-width: 280px;
    z-index: 9;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

#sidebar-fixed.active {
    left: 0;
}

#sidebar-fixed #toggle-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 2rem;
    height: 100%;
    background:#7FC027;
    border-radius: 0 1rem 1rem 0;
    transition:.2s;
    display: none;
    padding:none;
    align-items: flex-start;
    justify-content: flex-start;
}

#sidebar-fixed #toggle-sidebar .icona-pulsante {
    position:absolute;
    top:1.5rem;
    right:.6rem;
    color:#fff;
}

#sidebar-fixed h3 {
    font-size: 1.1rem;
    font-weight: 600;
}

#sidebar-fixed a {
    color: #000;
    text-decoration: none;
}

#sidebar-fixed a:hover {
    font-weight: 600;
}

#sidebar-fixed ul {
    list-style: none;
    margin: .5rem 0;
}

#sidebar-fixed > ul {
    margin: 0;
    padding: 0;
}

#sidebar-fixed li {
    margin-bottom: .5rem;
}

#sidebar-fixed li a {
    display:flex;
    align-items: center;
}

#sidebar-fixed .icona {
    display: flex;
}

#sidebar-fixed .icona i {
    color: #7fc026;
    margin-right: .4rem;
}

#sidebar-fixed .testo-apri {
    font-size:14px;
    position: absolute;
    transform:translateY(-50%) rotate(270deg);
    top:50%;
    right:-28px;
    letter-spacing:1px;
    font-weight: 600;
    display:none;
    color:#fff;
    z-index: 2;
}

@media (max-width: 1860px) {
    #sidebar-fixed .testo-apri {
        display:flex;
    }
    #sidebar-fixed {
        left: -250px;
    }

    #sidebar-fixed #toggle-sidebar {
        display: block;
    }
}

/* /SIDEBAR */

.pulsante-freccia {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 600;
    color: #000;
}

.pulsante-freccia:hover {
    color: #000;
}

.pulsante-freccia:hover::after {
    margin-left: .5rem;
}

.pulsante-freccia::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
    margin-left: .3rem;
}


.pulsante-espandi {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    background: none;
    font-size: 1rem;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 600;
    color: #000;
}

.box-modulo {
    padding: 1rem 0 1rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #cecece;
}

.box-modulo .logo {
    max-width: 120px;
    margin-bottom: 1rem;
}

.box-modulo .integrazione {
    font-style: italic;
    color: #757575;
    margin-bottom: .5rem;
}


/* RESPONSIVE */
@media (max-width: 1400px) {
    header .menu-desktop {
        display: none;
    }

    header .menu-mobile {
        display: block;
    }

    header .link-contatti {
        display: none;
    }
}

@media (max-width: 992px) {
    /* .slider-home .slide .container {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .slider-home .slide .box {
        width: 100%;
    } */

    #epolis .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #epolis .sfondo {
        width: 100%;
        height: 28%;
    }

    #epolis .left {
        width: 100%;
        text-align: center;
        padding: 2rem 0;
    }

    #epolis .left .wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #epolis .right {
        width: 100%;
    }

    #epolis .right .wrapper .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #epolis .featured {
        text-align: center;
    }

    .referenze {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }

    #pagina-prodotto .testata .logo {
        width: 300px;
    }

    #pagina-prodotto .testata .descrizione {
        font-size: 1.2rem;
    }

    .moduli {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .counter-home .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .icone-caratteristiche {
        display: none;
    }

    .slider-icone-caratteristiche {
        display: block;
    }
}

@media (max-width: 576px) {
    .counter-home {
        display: none;
    }
    #epolis .sfondo {
        height: 100%;
    }
    #epolis .right {
    display: none;
    }
    .epolis-carousel {
        display: block;
    }
    .referenze {
        display: none;
    }

    .slider-referenze-mobile {
        display: block;
    }

    .moduli {
        display: none;
    }

    .slider-moduli {
        display: block;
    }

    #sidebar-fixed {
        top: 10%;
    }
}

/* FILIPPO  */

#referenze .main .box {
}

#referenze .main .wrapper ul {
    list-style: none;
    margin: .5rem 0rem 0rem 0rem;
    padding: 0rem;
}

#referenze .main .wrapper ul li {
    display: inline-block;
    margin: .6rem .3rem;
    font-size:14px;
    line-height: 120%;
    font-weight: 600;
}

#referenze .main .wrapper ul li a {
    border-radius: .3rem;
    padding: .2rem .6rem;
    display:inline-block;
}

#referenze .main .wrapper ul li a.magenta {
    border: 2px solid #f03a5f;
    color: #f03a5f;
}

#referenze .main .wrapper ul li a.celeste {
    border: 2px solid #00c4a7;
    color: #00c4a7;
}

#referenze .main .wrapper ul li a.blu {
    border: 2px solid #3488ce;
    color: #3488ce;
}

#referenze .main .wrapper ul li a.arancio {
    border: 2px solid #f77f00;
    color: #f77f00;
}

/* Candidature */
.layer-cv{
    text-align: center;
}

.layer-cv a{
    display: inline-block;
    padding: .5rem 1rem;
    border: 2px solid #7FC027;
    width: auto;
    margin-bottom: 3rem;
    color: #7FC027;
    font-weight: 600;
    font-size: 110%;
}

.layer-cv a:hover{
    background-color: #7FC027;
    color: #ffffff;
}

.btn-prodotto {
    background:#7fc026;
    color:#fff;
    padding:.5rem 1rem;
    border-radius: 2rem;
    margin:0 4px 4px 0;
    text-decoration:none;
    transition:.2s;
    font-weight: 600;
}

.btn-prodotto:hover {
    background:#66991e;
}

/* PAGINA PRODOTTI */
.pag-prodotti .prodotti-wrapper {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:1rem;
}
.pag-prodotti .box {
    background:#fff;
    border-radius: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    padding:1.5rem;
}
.pag-prodotti .box img {
    width:100%;
    height:auto;
    object-fit: contain;
    margin-bottom:1rem;
}
.pag-prodotti .box .tags {
    width: 100%;
    margin-bottom: 1rem;
}

.pag-prodotti .box .tags ul {
    list-style-type: none;
    margin:0;
    padding:0;
    text-align: center;
}

.pag-prodotti .box .tags ul li {
    margin: .2rem;
}

.pag-prodotti .box .tags ul li .tag {
    border: 2px solid #000;
    display: inline-block;
    font-weight: 600;
    font-size: .7rem;
    color: #000;
    background: #fff;
    padding: .4rem .5rem;
    border-radius: .3rem;
}

.pag-prodotti .box .tags ul li .tag.magenta {
    border: 2px solid #f03a5f;
    color: #f03a5f;
}

.pag-prodotti .box .tags ul li .tag.celeste {
    border: 2px solid #00c4a7;
    color: #00c4a7;
}
.pag-prodotti .box .tags ul li .tag.blu {
    border: 2px solid #3488ce;
    color: #3488ce;
}
.pag-prodotti .box .tags ul li .tag.arancio {
    border: 2px solid #f77f00;
    color: #f77f00;
}
.pag-prodotti .box .descrizione {
    text-align: center;
    font-size:.9rem;
}
.pag-prodotti .pulsante-freccia {
    font-size:.85rem;
}
/* /PAGINA PRODOTTI */

.box-alert-container {
    width:100%;
    position: fixed;
    top:1rem;
    left:50%;
    transform:translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.box-alert {
    max-width: 600px;
    background:#7FC026;
    padding:1.5rem;
    border-radius: 6px;
    color:#fff;
    font-weight: 600;
}

.formCaptcha {
    max-width: 250px;
    margin:0 auto;
    margin-bottom:1rem;
}
.formCaptcha .n1, .operatore, .n2 {
 font-size:1.5rem;
}

.formCaptcha-2 {
    margin-bottom:1rem;
    background:#f2f2f2;
    padding:1rem;
}
.formCaptcha-2 .n1, .operatore, .n2 {
 font-size:1.5rem;
}

.newsletter-sidebar {
    text-align: center;
    padding:2rem;
    background:#fff;
    border-radius: 4px;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

.newsletter-sidebar:hover img {
    transform:scale(1.1);
}

.newsletter-sidebar img {
    max-width: 150px;
    margin-bottom:1rem;
    transition:.5s;
}

.newsletter-sidebar p {
    font-weight: 600;
}

.newsletter-sidebar .pulsante-newsletter {
    background:#7fc056;
    border:none;
    padding:.5rem 1rem;
    color:#fff;
    text-decoration: none;
    border-radius: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition:.2s;
}

.newsletter-sidebar .pulsante-newsletter:hover {
    background:#558019;
}

.newsletter-banner {
    position:fixed;
    padding:1.5rem;
    right:1rem;
    bottom:1rem;
    max-width:350px;
    background:#fff;
    border-radius: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    z-index:9;
    text-align: center;
    display: none;
    font-weight: 600;
}

.newsletter-banner:hover img {
    transform:scale(1.1);
}

.newsletter-banner img {
    max-width:150px;
    margin-bottom:1rem;
    transition:.2s;
}

.newsletter-banner button {
    background:none;
    border:none;
    position: absolute;
    top:.5rem;
    right:.5rem;
    font-size:1.5rem;
    transition:.2s;
}

.newsletter-banner button:hover {
    transform:scale(1.1);
    color:#757575;
}

@media (max-width:420px) {
    .newsletter-banner {
        max-width:95%;
    }
}

.area-contenuto {
    background:#fff;
    padding:1rem;
}

.skyline-home {
    height:150px;
    background: url('../../grafica/skyline-home.jpg');
    background-attachment: fixed;
}

.wrapper-moduli {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:2rem;
}
.wrapper-moduli .modulo {
    background:#fff;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.wrapper-moduli .modulo .logo{
    border-radius: 1rem;
}
.wrapper-moduli .modale {
    position: fixed;
    display:flex;
    align-items: center;
    justify-content: center;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.8);
    z-index:99;
}
.wrapper-moduli .modale .box {
    background:#fff;
    padding:2rem;
    border-radius: 1rem;
    max-width:800px;
}