@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Lato:400';
@font-face {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-display: swap;
  src: url("/css/OpenSans-Bold.ttf"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "OpenSans-Light";
  font-weight: lighter;
  font-display: swap;
  src: url("/css/OpenSans-Light.ttf"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "OpenSans-Regular";
  font-weight: normal;
  font-display: swap;
  src: url("/css/OpenSans-Regular.ttf"); /* Safari, Android, iOS */
}
:root {
  --page-dominant-color: #56c1dc;
  --erecta-color: #56c1dc;
  --networking-color: #64be01;
  --printing-color: #cc0000;
}

details summary::-webkit-details-marker {
  display: none;
}

.hide-under-desktop {
  display: block;
}
@media all and (max-width: 1023px) {
  .hide-under-desktop {
    display: none;
  }
}

body {
  font-family: "OpenSans-Regular";
  background-color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1;
  box-sizing: border-box;
}
body.unscroll {
  overflow: hidden;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  font-family: "OpenSans-Regular";
}

input, textarea {
  font-family: "OpenSans-Light";
}

.jump-to-top {
  display: block;
  position: fixed;
  background-color: transparent;
  border: 1px solid #d9d3d3;
  color: black;
  border-radius: 50px;
  font-size: 4em;
  cursor: pointer;
  z-index: 22;
  right: 0.55em;
  bottom: 10vh;
  text-align: center;
  height: 0.7em;
  width: 0.7em;
}
@media screen and (max-width: 1279px) {
  .jump-to-top {
    display: none;
    visibility: hidden;
  }
}
.jump-to-top.hidden {
  display: none;
}
.jump-to-top span {
  /* non so perché ma funziona*/
  display: flex;
  font-size: 1em;
  margin-top: -0.345em;
  margin-left: 0.13em;
  transform: rotate(90deg);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

details summary {
  list-style-type: none;
}
details summary .chevron {
  writing-mode: vertical-lr;
  transform: scale(1.7, 1);
}
details summary .chevron:after {
  content: ">";
}

details[open] summary {
  list-style-type: none;
}
details[open] summary .chevron:after {
  content: "<";
}

summary {
  cursor: pointer;
}

.swiper-container {
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: transparent;
  transition: background-color 0.3s ease;
  flex-wrap: nowrap;
}
header.opacized:not(.opened-menu) {
  background-color: var(--page-dominant-color);
  opacity: 1;
}
@media all and (max-width: 570px) {
  header {
    background-color: var(--page-dominant-color);
    flex-wrap: wrap;
  }
  header.opened-menu {
    background-color: white;
  }
  header.sticky {
    background-color: transparent;
  }
  header .assistmenu {
    visibility: hidden;
    display: none;
  }
}
header .wrap-syneto-land, header .wrap-centralino-head {
  display: flex;
  align-items: center;
}
@media all and (max-width: 570px) {
  header .wrap-syneto-land, header .wrap-centralino-head {
    order: 3;
    flex-basis: 100%;
  }
}
header .btn-assistenza, header .btn-syneto-land, header .btn-centralino-head {
  color: #fff;
  text-transform: uppercase; /* testo maiuscolo*/
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid white;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  padding: 7px 14px 7px 14px;
  font-family: "OpenSans-Light";
}
header .btn-assistenza.btn-syneto-land, header .btn-assistenza.btn-centralino-head, header .btn-syneto-land.btn-syneto-land, header .btn-syneto-land.btn-centralino-head, header .btn-centralino-head.btn-syneto-land, header .btn-centralino-head.btn-centralino-head {
  font-size: 1.2em;
  background-color: var(--page-dominant-color);
}
@media all and (max-width: 570px) {
  header .btn-assistenza.btn-syneto-land, header .btn-assistenza.btn-centralino-head, header .btn-syneto-land.btn-syneto-land, header .btn-syneto-land.btn-centralino-head, header .btn-centralino-head.btn-syneto-land, header .btn-centralino-head.btn-centralino-head {
    font-size: 0.7em;
    margin-left: 16%;
  }
}
header .logo {
  font-weight: 600;
  font-size: 2.2em;
  color: #fff;
}
header .logo img {
  margin-top: 0.3em;
  margin-left: 2.2em;
  height: 1.1em;
}
@media all and (max-width: 480px) {
  header .logo img {
    margin-left: 0;
  }
}
header nav {
  color: #fff;
  margin-right: 2.2em;
}
@media all and (max-width: 480px) {
  header nav {
    margin-right: 0;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 50px;
}
header nav ul li {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
header nav ul li.hambmenu {
  cursor: pointer;
}
header nav ul li .menu-toggle {
  margin-top: 10px;
}
header nav ul li .menu-toggle {
  position: relative;
  display: block;
  width: 24px;
  height: 12px;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #fff;
  font-size: 0;
  transition: all 0.25s ease-in-out;
}
header nav ul li .menu-toggle:before, header nav ul li .menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease-in-out;
}
header nav ul li button:hover {
  color: white;
}
header nav ul li button.is-active {
  border-color: transparent;
  color: #56C1DC;
}
header nav ul li button.is-active.btn-assistenza {
  display: none;
}
header nav ul li button.is-active:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
header nav ul li button.is-active:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* FINE HEADER */
@media all and (max-width: 480px) {
  .blue-header header:not(.opened-menu) .logo img {
    filter: brightness(0) invert(1);
  }
}

@media all and (min-width: 481px) {
  .blue-header header:not(.opacized) .btn-assistenza {
    color: var(--page-dominant-color);
    border: 1px solid var(--page-dominant-color);
  }
  .blue-header header:not(.opacized) nav ul li .menu-toggle {
    color: var(--page-dominant-color);
  }
}

.accordion-prodotto {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: justify;
  font-size: 1.5em;
  padding: 1em;
  color: #707070;
  width: 75%;
  display: none;
  visibility: hidden;
}
@media (max-width: 1440px) {
  .accordion-prodotto {
    font-size: 1.1em;
  }
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .accordion-prodotto {
    width: 86%;
  }
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  .accordion-prodotto {
    width: 75%;
  }
}
@media all and (min-width: 1280px) and (max-width: 1366px) {
  .accordion-prodotto {
    width: 85%;
  }
}
@media all and (min-width: 320px) and (max-width: 479px) {
  .accordion-prodotto {
    font-size: 1.05em;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .accordion-prodotto {
    font-size: 1.2em;
  }
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  .accordion-prodotto {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) and (max-width: 1440px) {
  .accordion-prodotto {
    font-size: 1.1em;
  }
}
@media all and (max-width: 480px) {
  .accordion-prodotto {
    display: none;
    visibility: hidden;
  }
}
.accordion-prodotto .testo-dettaglio {
  font-family: "OpenSans-Light";
  color: #000;
  font-size: 0.9em;
  text-align: center;
  padding: 1em 0em 1em 0em;
  width: 100%;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
}
.accordion-prodotto summary {
  text-align: left;
}

@media all and (max-width: 480px) {
  section.first-section {
    margin-top: 5.5em;
  }
}
@media all and (max-width: 570px) {
  section.first-section.abt {
    margin-top: 5rem;
  }
  section.first-section.work-with-us {
    margin-top: 5.5rem;
  }
}

section.homepage .head-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  background-size: cover;
  background-color: #1ac6ff;
}
section.homepage .head-video video {
  height: auto;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  /* filter: contrast(100%) grayscale(100%) brightness(1.9) opacity(100%);   */
  filter: contrast(125%) grayscale(99%) brightness(1.5) opacity(100%);
  opacity: 0.5;
}
section.homepage .home-slide {
  text-align: center;
}
section.homepage .home-slide .sub-title {
  display: block;
  font-family: "OpenSans-Bold";
  font-size: 1.5em;
  color: #000;
  text-align: center;
  max-width: 800px;
  min-width: 1px;
  margin-top: 6em;
  margin-bottom: 1em;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media all and (max-width: 480px) {
  section.homepage .home-slide .sub-title {
    width: 90%;
  }
}
@media all and (max-width: 768px) {
  section.homepage .home-slide .sub-title {
    margin-top: 2em;
  }
}
section.homepage .home-slide .description {
  display: block;
  font-family: "OpenSans-Regular";
  font-size: 1.2em;
  color: #000;
  text-align: center;
  max-width: 800px;
  min-width: 1px;
  margin-bottom: 1em;
  line-height: 1.3em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
section.homepage .home-slide .btn-call-to-action {
  display: block;
  font-size: 1.2em;
  color: #000;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  padding: 7px 20px 7px 20px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
section.homepage .home-product {
  display: block;
  text-align: center;
  margin-top: 7em;
  padding-top: 2em;
  padding-bottom: 20em;
  background-color: #56C1DC;
}
@media all and (max-width: 375px) {
  section.homepage .home-product {
    padding-bottom: 11em;
  }
}
@media all and (min-width: 376px) and (max-width: 480px) {
  section.homepage .home-product {
    padding-bottom: 15em;
  }
}
@media all and (max-width: 480px) {
  section.homepage .home-product {
    margin-top: 5em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  section.homepage .home-product {
    margin-top: 5.5em;
  }
}
section.homepage .home-product .title {
  padding-top: 1em;
  display: block;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
  font-size: 3.5em;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.1em;
}
@media all and (max-width: 375px) {
  section.homepage .home-product .title {
    padding-top: 0.6em;
  }
}
@media all and (max-width: 480px) {
  section.homepage .home-product .title {
    font-size: 3em;
  }
}
section.homepage .home-product .description {
  font-family: "OpenSans-Light";
  font-size: 1.2em;
  line-height: 1.3em;
  color: #fff;
  max-width: 800px;
  min-width: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 0.7em;
}
@media all and (max-width: 375px) {
  section.homepage .home-product .description {
    font-size: 1.1em;
  }
}
@media all and (min-width: 376) and (max-width: 480px) {
  section.homepage .home-product .description {
    font-size: 1.4em;
  }
}
@media all and (max-width: 480px) {
  section.homepage .home-product .description {
    margin-top: 1.2em;
    max-width: 17em;
  }
}
section.homepage .home-aggiunta-logo {
  padding: 2em;
  background-color: #56C1DC;
  width: 100%;
  display: inline-block;
}
section.homepage .home-aggiunta-logo .testo-richiesta-aggiunta {
  float: left;
}
section.homepage .home-aggiunta-logo .bottone-richiesta-aggiunta {
  float: right;
}
section.homepage .home-slider-product {
  text-align: center;
  margin-bottom: 3em;
}
section.homepage .home-slider-product .title {
  display: block;
  font-family: "OpenSans-Bold";
  font-size: 2.4em;
  color: #000;
  text-align: center;
  max-width: 800px;
  min-width: 1px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
section.homepage .home-slider-product .description {
  display: block;
  font-family: "OpenSans-Regular";
  font-size: 1.2em;
  color: #000;
  text-align: center;
  max-width: 800px;
  min-width: 1px;
  margin-bottom: 1em;
  line-height: 1.3em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
section.homepage .home-slider-product .btn-call-to-action {
  display: block;
  font-size: 1.2em;
  color: #000;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  padding: 7px 20px 7px 20px;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
section.homepage .area-experience {
  display: block;
  text-align: center;
  background-color: #56C1DC;
  padding-top: 1em;
  padding-bottom: 5em;
  color: #fff;
}
section.homepage .area-experience .sub-title {
  display: block;
  font-family: "OpenSans-Bold";
  font-size: 2.4em;
  color: #fff;
  text-align: center;
  max-width: 800px;
  min-width: 1px;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
section.homepage .area-experience .description {
  display: block;
  font-family: "OpenSans-Regular";
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  max-width: 800px;
  min-width: 1px;
  margin-bottom: 1em;
  line-height: 1.3em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
section.homepage .area-experience .btn-call-to-action {
  display: block;
  font-size: 1.2em;
  color: #000;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  padding: 7px 20px 7px 20px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
section.homepage .partner-references {
  display: block;
  width: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
}
section.homepage .partner-references .logo-swiper-container {
  overflow: hidden;
}
section.homepage .partner-references .logo-swiper-container:nth-child(2) {
  padding-top: 2em;
}
section.homepage .partner-references ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.homepage .partner-references ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin-top: 1.4em;
}
section.homepage .partner-references ul li img {
  max-width: 200px;
}
section.homepage .partner-references ul li figure {
  filter: grayscale(100%);
}
section.homepage #partnership {
  background-color: var(--erecta-color);
  padding-bottom: 2em;
}
section.homepage #partnership .title {
  display: block;
  font-family: "OpenSans-Bold";
  font-size: 2.4em;
  color: #fff;
  text-align: center;
  max-width: 800px;
  min-width: 1px;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-top: 1em;
}
section.homepage #partnership .grid-partners {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 1023px) {
  section.homepage #partnership .grid-partners {
    flex-flow: column;
    width: 80%;
  }
}
section.homepage #partnership .grid-partners figure {
  width: 30%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  section.homepage #partnership .grid-partners figure {
    width: 40%;
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
}
@media screen and (max-width: 1023px) {
  section.homepage #partnership .grid-partners figure {
    width: 100%;
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
}
section.homepage #partnership .grid-partners figure.tcx > img {
  box-shadow: 14px 15px 5px 0px rgba(63, 59, 59, 0.4509803922);
}
@media all and (max-width: 1023px) {
  section.homepage #partnership .grid-partners figure.tcx > img {
    box-shadow: -14px 15px 5px 0px rgba(63, 59, 59, 0.4509803922);
  }
}
section.homepage #partnership .grid-partners figure.syn > img, section.homepage #partnership .grid-partners figure.zyxel > img {
  box-shadow: -14px 15px 5px 0px rgba(63, 59, 59, 0.4509803922);
}
section.homepage #partnership .grid-partners figure figcaption {
  padding: 1em;
  text-align: justify;
  line-height: 1em;
  position: absolute;
  width: 90%;
  left: 0em;
  top: 60%;
}
@media screen and (min-width: 1621px) {
  section.homepage #partnership .grid-partners figure figcaption {
    font-size: 1.2em;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1620px) {
  section.homepage #partnership .grid-partners figure figcaption {
    font-size: 1.2em;
    line-height: 1em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  section.homepage #partnership .grid-partners figure figcaption {
    line-height: 1em;
    font-size: 1em;
    top: 60%;
  }
}
@media screen and (min-width: 737px) and (max-width: 1023px) {
  section.homepage #partnership .grid-partners figure figcaption {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 481px) and (max-width: 736px) {
  section.homepage #partnership .grid-partners figure figcaption {
    font-size: 1.2em;
    top: 60%;
  }
}
@media all and (max-width: 387px) {
  section.homepage #partnership .grid-partners figure figcaption {
    font-size: 0.9em;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 480px) {
  section.homepage #partnership .grid-partners figure figcaption {
    top: 55%;
  }
}
section.homepage #news-preview {
  margin: 3em 0;
}
section.homepage #news-preview .title {
  display: block;
  font-family: "OpenSans-Bold";
  font-size: 2.4em;
  color: #fff;
  text-align: center;
  max-width: 800px;
  min-width: 1px;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  color: var(--erecta-color);
  margin-bottom: 1em;
}
section.homepage #news-preview .centerize-link {
  text-align: center;
  margin-top: 1em;
}
section.homepage #news-preview .expand-news, section.homepage #news-preview .expand-news:visited, section.homepage #news-preview .expand-news:hover {
  border: 1px solid var(--erecta-color);
  color: var(--erecta-color);
  text-decoration: none;
  display: inline-block;
  padding: 0.7em 6em;
  border-radius: 25px;
  margin: 0 auto;
}
section.homepage #news-preview .expand-news:hover {
  background-color: var(--erecta-color);
  color: white;
}
section.homepage #news-preview .news-list {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  overflow-x: hidden;
}
section.homepage #news-preview .news-list .swiper-wrapper .post-container .image {
  margin-bottom: 1em;
}
section.homepage #news-preview .news-list .swiper-wrapper .post-container .image img {
  width: 100%;
  margin: 0 auto;
  max-width: 18em;
  height: 100%;
  clip-path: circle(5em at center);
  border-radius: 5em;
}
section.homepage #news-preview .news-list .swiper-wrapper .post-container h1, section.homepage #news-preview .news-list .swiper-wrapper .post-container h2 {
  color: #57C1DC;
  font-family: "OpenSans-Regular";
  font-weight: bold;
  font-size: 2.1em;
  line-height: 2em;
}
@media screen and (max-width: 736px) {
  section.homepage #news-preview .news-list .swiper-wrapper .post-container h1, section.homepage #news-preview .news-list .swiper-wrapper .post-container h2 {
    font-size: 1.5em;
    float: none;
    text-align: center;
  }
}
section.homepage #news-preview .news-list .swiper-wrapper .post-container h4 {
  color: #57C1DC;
  font-family: "OpenSans-Regular";
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1em;
}
@media screen and (max-width: 736px) {
  section.homepage #news-preview .news-list .swiper-wrapper .post-container h4 {
    float: none;
    text-align: center;
  }
}
section.homepage #news-preview .news-list .swiper-wrapper .post-container .short-descr {
  font-family: "OpenSans-Light";
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 736px) {
  section.homepage #news-preview .news-list .swiper-wrapper .post-container .short-descr {
    width: 100%;
  }
}

.home-aggiunta-logo {
  background-color: var(--erecta-color);
  padding: 2em 0;
  color: white;
  font-family: "OpenSans-Regular";
  font-size: 1.2em;
  line-height: 1.3em;
}
.home-aggiunta-logo .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 788px) {
  .home-aggiunta-logo .wrapper {
    flex-flow: column;
    text-align: center;
  }
}
@media screen and (max-width: 788px) {
  .home-aggiunta-logo .wrapper .testo-richiesta-aggiunta {
    margin-bottom: 1em;
  }
}
.home-aggiunta-logo .wrapper .btn-call-to-action {
  border: 1px solid white;
  border-radius: 25px;
  background: transparent;
  padding: 7px 14px;
}
.home-aggiunta-logo .wrapper .btn-call-to-action > a {
  color: white;
  font-size: 1.2em;
}

footer {
  padding: 3em 3em 3em 3em;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #56c1dc;
  color: #fff;
  font-family: "OpenSans-Light";
}
@media all and (max-width: 480px) {
  footer {
    padding: 3em 0;
  }
}
footer img.logo {
  padding-left: 2em;
  width: 60%;
  margin-bottom: 2em;
}
footer div ul {
  margin: 0;
  padding-left: 2em;
  list-style: none;
}
footer div ul:not(.unmargin) {
  margin-bottom: 2em;
}
footer div ul li {
  vertical-align: top;
  line-height: 1.5em;
}
footer div ul li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  footer div.block-central, footer div.block-dx {
    display: none;
  }
}
footer div.block-central ul, footer div.block-dx ul {
  margin-top: 0.5em;
  padding-left: 1.2em;
}
footer div.block-central ul li, footer div.block-dx ul li {
  margin-bottom: 0.5em;
}
footer .block-central {
  width: 10%;
  text-align: left;
  padding-left: 0;
}
footer .block-central ul {
  list-style: disc;
}
footer .block-sx {
  width: 40%;
}
@media all and (max-width: 980px) {
  footer .block-sx {
    width: 100%;
  }
}
footer .block-dx {
  width: 20%;
}
footer .block-dx ul {
  list-style: disc;
}

section.home-prodotti {
  background-color: #22284F;
}
section.home-prodotti .title {
  display: inline-block;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
  font-size: 3.5em;
  color: #fff;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media all and (max-width: 425px) {
  section.home-prodotti .title {
    font-size: 2.3em;
  }
}
@media all and (min-width: 426px) and (max-width: 480px) {
  section.home-prodotti .title {
    font-size: 3em;
  }
}
section.home-prodotti .sub-title {
  display: block;
  font-family: "OpenSans-Regular";
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  width: 80%;
}
section.home-prodotti .home-prodotto-categoria {
  padding-bottom: 4em;
}
section.home-prodotti .home-prodotto-categoria .grid-prodotto {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  section.home-prodotti .home-prodotto-categoria .grid-prodotto {
    width: 100vw;
  }
}
section.home-prodotti .home-prodotto-categoria .grid-prodotto .category-name {
  flex-basis: 100%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
section.home-prodotti .home-prodotto-categoria .grid-prodotto .category-name h3 {
  color: white;
  font-family: "OpenSans-Regular";
  font-size: 1.7em;
}
@media all and (max-width: 1023px) {
  section.home-prodotti .home-prodotto-categoria .grid-prodotto .category-name h3 {
    text-align: center;
  }
}
section.home-prodotti .home-prodotto-categoria .box-prodotto {
  -moz-box-shadow: 3px 3px 16px 9px rgba(0, 0, 0, 0.3490196078);
  -webkit-box-shadow: 33px 3px 16px 9px rgba(0, 0, 0, 0.3490196078);
  box-shadow: 3px 3px 16px 9px rgba(0, 0, 0, 0.3490196078);
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
  border-radius: 11px 11px 11px 11px;
  border: 0px solid #000000;
  background-color: #fff;
  padding-bottom: 0.4em;
  width: 30%;
  max-width: 15em;
  margin: 0.5em;
  /*
  @media(min-width: 1440px) {
   min-height: 39em;
  }
  */
}
section.home-prodotti .home-prodotto-categoria .box-prodotto:hover {
  box-shadow: 0px 0px 10px 10px rgba(166, 166, 166, 0.5215686275);
}
@media (max-width: 480px) {
  section.home-prodotti .home-prodotto-categoria .box-prodotto {
    max-width: 6.5em;
  }
}
@media (max-width: 1694px) {
  section.home-prodotti .home-prodotto-categoria .box-prodotto {
    margin-bottom: 2em;
  }
}
section.home-prodotti .home-prodotto-categoria .box-prodotto .title {
  display: block;
  font-family: "OpenSans-Bold";
  font-size: 1.3em;
  color: #22284f;
  text-align: center;
  max-width: 100%;
  line-height: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-bottom: #707070 1px solid;
  margin-top: 2px;
  padding-top: 0.3em;
}
@media (max-width: 480px) {
  section.home-prodotti .home-prodotto-categoria .box-prodotto .title {
    font-size: 0.8em;
    min-height: 2.5em;
  }
}
section.home-prodotti .home-prodotto-categoria .box-prodotto .title > a, section.home-prodotti .home-prodotto-categoria .box-prodotto .title > a:visited, section.home-prodotti .home-prodotto-categoria .box-prodotto .title > a:hover {
  color: #22284f;
  text-decoration: none;
}
section.home-prodotti .home-prodotto-categoria .box-prodotto .sub-title {
  display: block;
  font-family: "OpenSans-Regular";
  font-size: 1em;
  color: #707070;
  text-align: center;
  max-width: 100%;
  line-height: 1.3em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  visibility: hidden;
  display: none;
  margin-bottom: 1px;
  padding-bottom: 0;
  width: 80%;
  min-height: 3.7em;
}
@media all and (max-width: 480px) {
  section.home-prodotti .home-prodotto-categoria .box-prodotto .sub-title {
    width: 74%;
  }
}
@media all and (max-width: 1023px) {
  section.home-prodotti .home-prodotto-categoria .box-prodotto .sub-title {
    min-height: 1px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  section.home-prodotti .home-prodotto-categoria .box-prodotto .sub-title {
    padding-left: 0;
    padding-right: 0;
    min-height: 6.5em;
  }
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
  section.home-prodotti .home-prodotto-categoria .box-prodotto .sub-title {
    min-height: 4em;
  }
}
section.home-prodotti .home-prodotto-categoria .box-prodotto .picture {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
section.home-prodotti .home-prodotto-categoria .box-prodotto .picture img {
  width: 100%;
}
@media all and (max-width: 480px) {
  section.home-prodotti .home-prodotto-categoria .box-prodotto .picture img {
    width: 100%;
  }
}
section.home-prodotti .home-prodotto-categoria .box-prodotto .btn-call-to-action {
  display: block;
  font-size: 1.1em;
  color: #000;
  text-transform: uppercase;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  width: 90%;
}
@media all and (max-width: 480px) {
  section.home-prodotti .home-prodotto-categoria .box-prodotto .btn-call-to-action {
    font-size: 0.8em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  section.home-prodotti .home-prodotto-categoria .box-prodotto .btn-call-to-action {
    width: 45%;
  }
}
section.home-prodotti .home-prodotto-categoria .accordion-prodotto {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: justify;
  padding: 1em;
  color: #707070;
  width: 80%;
  font-size: 1.5em;
  display: none;
  visibility: hidden;
}
@media all and (min-width: 320px) and (max-width: 767px) {
  section.home-prodotti .home-prodotto-categoria .accordion-prodotto {
    width: 88%;
  }
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  section.home-prodotti .home-prodotto-categoria .accordion-prodotto {
    width: 75%;
  }
}
@media all and (min-width: 1280px) and (max-width: 1366px) {
  section.home-prodotti .home-prodotto-categoria .accordion-prodotto {
    width: 85%;
  }
}
@media all and (min-width: 320px) and (max-width: 479px) {
  section.home-prodotti .home-prodotto-categoria .accordion-prodotto {
    font-size: 1.1em;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  section.home-prodotti .home-prodotto-categoria .accordion-prodotto {
    font-size: 1.4em;
  }
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  section.home-prodotti .home-prodotto-categoria .accordion-prodotto {
    font-size: 1.9em;
  }
}
@media all and (min-width: 1280px) and (max-width: 1440px) {
  section.home-prodotti .home-prodotto-categoria .accordion-prodotto {
    font-size: 1.1em;
  }
}
@media all and (max-width: 480px) {
  section.home-prodotti .home-prodotto-categoria .accordion-prodotto {
    display: none;
    visibility: hidden;
  }
}
section.home-prodotti .home-prodotto-categoria .accordion-prodotto .testo-dettaglio {
  text-align: center;
  font-family: "OpenSans-Light";
  color: #000;
  font-size: 0.9em;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  section.home-prodotti .home-prodotto-categoria .accordion-prodotto .testo-dettaglio {
    padding: 1em 0;
    font-size: 0.6em;
  }
}
section.home-prodotti .home-prodotto-categoria .accordion-prodotto summary {
  text-align: left;
}
section.home-prodotti .home-prodotto-categoria .btn-call-to-action {
  display: block;
  font-size: 0.8em;
  color: #000;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
@media all and (max-width: 480px) {
  section.home-prodotti .home-prodotto-categoria .btn-call-to-action {
    width: 80%;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  section.home-prodotti .home-prodotto-categoria .btn-call-to-action {
    width: 60%;
  }
}
@media all and (min-width: 769px) and (max-width: 1023px) {
  section.home-prodotti .home-prodotto-categoria .btn-call-to-action {
    width: 40%;
  }
}
section.home-prodotti .home-prodotto-categoria .show-more-element {
  margin-top: 1em;
  font-size: 1.7em;
}
section.home-prodotti .home-prodotto-categoria .btn-call-to-action {
  color: #000;
}
section.home-prodotti .home-prodotto-categoria .btn-call-to-action-blu {
  color: #56c1dc;
  border: 1px solid #56c1dc;
}

section.home-prodotti-centralini {
  background-color: #22284F;
}
section.home-prodotti-centralini .title {
  color: #fff;
}
section.home-prodotti-centralini .sub-title {
  color: #fff;
}
@media (max-width: 1694px) {
  section.home-prodotti-centralini .home-prodotto-categoria .grid-prodotto .box-prodotto {
    margin-bottom: 2em;
  }
}
section.home-prodotti-centralini .home-prodotto-categoria .grid-prodotto .box-prodotto .title, section.home-prodotti-centralini .home-prodotto-categoria .grid-prodotto .box-prodotto .title a, section.home-prodotti-centralini .home-prodotto-categoria .grid-prodotto .box-prodotto .title a:visited, section.home-prodotti-centralini .home-prodotto-categoria .grid-prodotto .box-prodotto .title a:hover {
  color: #22284f;
  text-decoration: none;
}
section.home-prodotti-centralini .home-prodotto-categoria .grid-prodotto .box-prodotto .sub-title {
  color: #707070;
}
@media all and (max-width: 480px) {
  section.home-prodotti-centralini .home-prodotto-categoria .grid-prodotto .box-prodotto .sub-title {
    display: none;
    visibility: hidden;
  }
}
section.home-prodotti-centralini .home-prodotto-categoria .grid-prodotto .box-prodotto .picture {
  max-width: 100%;
}
section.home-prodotti-centralini .home-prodotto-categoria .grid-prodotto .box-prodotto .btn-call-to-action {
  color: #22284F;
  border: 1px solid #22284F;
}
section.home-prodotti-centralini .home-prodotto-categoria .btn-call-to-action {
  color: #56c1dc;
  border: 1px solid #56c1dc;
}

section.home-prodotti-syneto {
  background-color: #A51762;
}
section.home-prodotti-syneto .title {
  color: #fff;
}
section.home-prodotti-syneto .sub-title {
  color: #fff;
}
section.home-prodotti-syneto .home-prodotto-categoria {
  padding-bottom: 3em;
}
section.home-prodotti-syneto .home-prodotto-categoria .grid-prodotto .box-prodotto {
  background-color: #fff;
}
@media (max-width: 1694px) {
  section.home-prodotti-syneto .home-prodotto-categoria .grid-prodotto .box-prodotto {
    margin-bottom: 2em;
  }
}
section.home-prodotti-syneto .home-prodotto-categoria .grid-prodotto .box-prodotto .title, section.home-prodotti-syneto .home-prodotto-categoria .grid-prodotto .box-prodotto .title > a, section.home-prodotti-syneto .home-prodotto-categoria .grid-prodotto .box-prodotto .title > a:visited, section.home-prodotti-syneto .home-prodotto-categoria .grid-prodotto .box-prodotto .title > a:hover {
  color: #A51762;
  text-decoration: none;
}
section.home-prodotti-syneto .home-prodotto-categoria .grid-prodotto .box-prodotto .sub-title {
  color: #707070;
}
section.home-prodotti-syneto .home-prodotto-categoria .grid-prodotto .box-prodotto .picture {
  max-width: 100%;
}
section.home-prodotti-syneto .home-prodotto-categoria .grid-prodotto .box-prodotto .btn-call-to-action {
  color: #A51762;
  border: 1px solid #A51762;
}
section.home-prodotti-syneto .home-prodotto-categoria .btn-call-to-action {
  color: #56c1dc;
  border: 1px solid #56c1dc;
}

section.home-prodotti-zyxel {
  background-color: var(--networking-color);
}
section.home-prodotti-zyxel .home-prodotto-categoria .btn-call-to-action {
  border-width: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00a500;
}

section.home-prodotti-printing {
  background-color: var(--printing-color);
}

section.MenuNavAssistenza {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
}
section.MenuNavAssistenza .area-menu-navigazione {
  clear: both;
  font-family: "OpenSans-Light";
  padding-top: 3%;
  width: 80%;
  text-align: center;
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione {
    width: 100%;
    text-align: left;
  }
}
section.MenuNavAssistenza .area-menu-navigazione h1 {
  display: inline-block;
  padding-top: 1em;
  color: #56c1dc;
  font: normal normal normal 27px/35px OpenSans;
  font-size: 1.6em;
}
section.MenuNavAssistenza .area-menu-navigazione #lnk-windows, section.MenuNavAssistenza .area-menu-navigazione #lnk-mac, section.MenuNavAssistenza .area-menu-navigazione #lnk-altro {
  display: inline;
}
section.MenuNavAssistenza .area-menu-navigazione > nav {
  max-width: 48em;
  margin: 4em 0 0 5em;
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav {
    width: 100vw;
    margin-left: 0;
  }
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist {
  /**/
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist > h1 {
  display: block;
  text-align: left;
  padding-top: 0.3em;
  padding-left: 2.2em;
  color: black;
  font-family: OpenSans-light;
  font-size: 2.2em;
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist > h1 {
    padding-left: 0.5em;
  }
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist > nav {
  padding-left: 5.1em;
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist > nav {
    padding-left: 1.2em;
  }
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-tel > h1 {
  padding-left: 2.2em;
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-tel > h1 {
    padding-left: 0.5em;
  }
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-tel > nav {
  padding-left: 5.1em;
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-tel > nav {
    padding-left: 1.2em;
  }
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-assist > h1 {
  padding-right: 2.2em;
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-assist > nav {
  padding-right: 6em;
  padding-left: 0;
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-assist > nav {
    padding-right: 0;
  }
}
@media all and (min-width: 769px) and (max-width: 1280px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-assist > nav {
    padding-right: 0;
  }
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-assist > nav ul li {
    padding-left: 1.5em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-assist > nav ul li {
    padding-left: 2em;
    width: 75%;
  }
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-assist a {
  display: block;
  font-size: 1.2em;
  color: #000;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  padding: 0.3em 3em 0.3em 3em;
  margin-top: 1em;
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-assist a {
    padding: 0.3em 1em;
  }
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-clients > h1 {
  padding-right: 1.5em;
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-clients > h1 {
    padding-right: 0.5em;
  }
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-clients > nav {
  padding-left: 5.1em;
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-clients > nav {
    padding-left: 1.2em;
  }
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-clients a {
  display: block;
  font-size: 1.2em;
  color: #000;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  padding: 0 3em 0 3em;
  margin-top: 0.5em;
  max-width: 7em;
}
@media all and (max-width: 480px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-clients a {
    padding: 0.3em 1em;
  }
}
section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li > .chiusura-menu-assist.h-clients .btn-apri-tk-assist {
  max-width: 13em;
}
@media all and (min-width: 481px) {
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li:before {
    z-index: 5;
    content: "";
    display: block;
    width: 4em;
    height: 4em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    border: 1px solid #BEBEBE;
    float: left;
    background-color: white;
  }
  section.MenuNavAssistenza .area-menu-navigazione > nav > ul > li.connected:after {
    content: "";
    display: block;
    width: 1px;
    height: 8em;
    border-left: 1px solid #BEBEBE;
    position: absolute;
    z-index: -1;
    margin-top: -5em;
    margin-left: 2.1em;
  }
}
section.MenuNavAssistenza .area-menu-navigazione ul {
  padding: 0;
  list-style: none;
}
section.MenuNavAssistenza .area-menu-navigazione ul li {
  padding: 0;
  line-height: 3.5em;
  padding-top: 2em;
}
section.MenuNavAssistenza .area-menu-navigazione ul li a {
  padding: 0;
  font-family: OpenSans-light;
  font-size: 1em;
  line-height: 2em;
  color: #353535;
  text-align: left;
}
section.MenuNavAssistenza .area-menu-navigazione ul li ul li {
  padding-top: 0em;
}
section.MenuNavAssistenza .animazione-dx {
  padding-top: 13em;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
@media all and (max-width: 1024px) {
  section.MenuNavAssistenza .animazione-dx {
    display: none;
  }
}

section.MenuNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
}
section.MenuNav .orbita-sx {
  padding-top: 6em;
  width: 20%;
}
@media all and (max-width: 1279px) {
  section.MenuNav .orbita-sx {
    display: none;
    visibility: hidden;
  }
}
section.MenuNav .orbita-sx > svg {
  transform: scale(1.9, 1.8) translateX(-7.9em);
  margin-top: 7.2em;
}
section.MenuNav .orbita-dx {
  padding-top: 6em;
  width: 13em;
  position: absolute;
  right: 0;
}
@media all and (max-width: 1279px) {
  section.MenuNav .orbita-dx {
    display: none;
    visibility: hidden;
  }
}
section.MenuNav .orbita-dx > svg {
  transform: scale(1.9, 1.8);
  margin-top: 7.2em;
}
section.MenuNav .area-menu-navigazione {
  clear: both;
  font-family: "OpenSans-Light";
  padding-top: 3%;
  width: 60%;
  text-align: center;
}
@media all and (max-width: 1279px) {
  section.MenuNav .area-menu-navigazione {
    width: 100%;
    padding-top: 12%;
  }
}
section.MenuNav .area-menu-navigazione h1 {
  padding-top: 1em;
  color: #56c1dc;
  font: normal normal normal 27px/35px "OpenSans-Bold";
  font-size: 1.6em;
}
section.MenuNav .area-menu-navigazione ul {
  padding: 0;
  list-style: none;
}
section.MenuNav .area-menu-navigazione ul li {
  padding: 0;
  line-height: 0.5em;
}
section.MenuNav .area-menu-navigazione ul li a {
  padding: 0;
  font-family: OpenSans-light;
  font-size: 1em;
  line-height: 2em;
  color: #353535;
  /* 2021-09-20 - fix bug links larghi tutto lo schermo */
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
section.MenuNav .btn-assistenza {
  color: #56c1dc;
  text-transform: uppercase; /* testo maiuscolo*/
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid #56c1dc;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  padding: 7px 25px 7px 25px;
}
section.MenuNav .menu-social {
  display: block;
  width: 100%;
  padding-top: 0.5em;
}
section.MenuNav .menu-social ul#menu-social li {
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: inline-block;
}

.swiper-pagination {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.swiper-pagination-bullet {
  padding: 0.2em;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  border: solid 1px #ACA3A3;
  background-color: transparent;
  margin: 0 0.5em 0 0.5em;
}
.home-slider-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--erecta-color);
  color: white;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.swiper-pagination-bullet:before {
  display: inline;
  content: "";
  text-align: center;
  position: absolute;
  margin-top: 0.7em;
  margin-left: 1.6em;
  width: 1em;
  height: 1px;
  background: #ACA3A3;
  z-index: -1;
  width: 0.6em;
}

.swiper-pagination-bullet:first-child::before {
  margin-left: 1.5em;
}

.swiper-pagination-bullet:last-child::before {
  display: none;
}

.post-bullets .swiper-pagination-bullet::before {
  display: none;
}
.post-bullets .swiper-pagination-bullet-active {
  background-color: var(--erecta-color);
  color: white;
}

.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  height: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #56c1dc;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/* CSS ORBITE */
#circle-orbit-container {
  position: relative;
  width: 45em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  margin-top: -24em;
}
@media all and (max-width: 375px) {
  #circle-orbit-container {
    margin-top: -12.5em;
  }
}
@media all and (min-width: 376px) and (max-width: 500px) {
  #circle-orbit-container {
    margin-top: -16em;
  }
}
@media all and (min-width: 501px) and (max-width: 520px) {
  #circle-orbit-container {
    margin-top: -17em;
  }
}
@media all and (min-width: 521px) and (max-width: 575px) {
  #circle-orbit-container {
    margin-top: -18.5em;
  }
}
@media all and (min-width: 576px) and (max-width: 590px) {
  #circle-orbit-container {
    margin-top: -19em;
  }
}
@media all and (min-width: 591px) and (max-width: 620px) {
  #circle-orbit-container {
    margin-top: -20em;
  }
}
@media all and (min-width: 621px) and (max-width: 630px) {
  #circle-orbit-container {
    margin-top: -20.5em;
  }
}
@media all and (min-width: 631px) and (max-width: 650px) {
  #circle-orbit-container {
    margin-top: -21em;
  }
}
@media all and (min-width: 651px) and (max-width: 675px) {
  #circle-orbit-container {
    margin-top: -22em;
  }
}
@media all and (min-width: 676px) and (max-width: 700px) {
  #circle-orbit-container {
    margin-top: -22.5em;
  }
}
@media all and (min-width: 700px) and (max-width: 768px) {
  #circle-orbit-container {
    margin-top: -23.5em;
  }
}
@media all and (max-width: 717px) {
  #circle-orbit-container {
    width: 100%;
  }
}

/* ---------- Repeating styles for the inner orbiting circles ---------- */
/* ---------- PRIMO SERVIZIO ---------- */
/* Orbita */
#orbit-1 {
  position: absolute;
  top: 75px;
  left: 75px;
  width: 150px;
  height: 150px;
  border: 1px solid #56c1dc;
  border-radius: 100%;
  -webkit-animation: spin-right 15s linear infinite;
  animation: spin-right 15s linear infinite;
}

#half-orbit-1 {
  position: absolute;
  top: 75px;
  left: 75px;
  width: 150px;
  height: 150px;
  border: 1px solid #fff;
  opacity: 0.5;
  border-radius: 50%;
  /* Halve the circle */
  border-bottom-color: transparent;
  border-block-end-color: transparent;
  /* Rotate the circle */
}

/* ---------- Repeating styles for the inner orbiting circles ---------- */
/* Sfera */
.orbit-cirlces-1 {
  position: absolute;
  top: 62px;
  left: -6px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #9F98E6;
}

/* ---------- Animation ---------- */
@-webkit-keyframes spin-right {
  0% {
    z-index: -1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.logo-swiper-container img {
  width: 100%;
}

section.category-product {
  display: block;
  text-align: center;
}
section.category-product .catprod-head {
  background-color: #56c1dc;
  height: 40em;
  padding-top: 1em;
  /* NAVIGAZIONE */
}
@media screen and (min-width: 1280px) {
  section.category-product .catprod-head {
    height: 40em;
  }
}
@media screen and (min-width: 737px) and (max-width: 1279px) {
  section.category-product .catprod-head {
    height: 32em;
  }
}
@media screen and (min-width: 481px) and (max-width: 736px) {
  section.category-product .catprod-head {
    height: 32em;
  }
}
@media screen and (max-width: 480px) {
  section.category-product .catprod-head {
    height: 15em;
  }
}
section.category-product .catprod-head .catprod-head-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section.category-product .catprod-head .catprod-head-box .title {
  display: inline-block;
  color: white;
  font-size: 5em;
  font-family: "OpenSans-Bold";
  line-height: 1.2em;
  padding-top: 0em;
  vertical-align: top;
  margin-top: 10em;
  margin-left: 1em;
  max-width: 8em;
}
@media screen and (max-width: 1279px) {
  section.category-product .catprod-head .catprod-head-box .title {
    display: none;
    visibility: hidden;
  }
}
section.category-product .catprod-head .catprod-head-box .picture {
  padding-left: 10em;
  display: inline-block;
  padding-left: 5em;
  padding-top: 10em;
}
section.category-product .catprod-head .catprod-head-box .picture img {
  max-width: 45em;
}
section.category-product .catprod-head .catprod-nav {
  clear: both;
  position: fixed;
  top: 35em;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  section.category-product .catprod-head .catprod-nav {
    display: none;
    visibility: hidden;
  }
}
section.category-product .catprod-head .catprod-nav .number, section.category-product .catprod-head .catprod-nav .chevron {
  float: left;
}
section.category-product .catprod-head .catprod-nav .number {
  color: white;
  font-family: "OpenSans-Regular";
  border: 2px solid white;
  border-radius: 35px;
  padding: 0.3em;
  background-color: var(--page-dominant-color, #56C1DC);
  font-size: 1.5em;
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  margin-top: -0.2em;
  line-height: normal;
}
section.category-product .catprod-head .catprod-nav a {
  color: transparent;
}
section.category-product .catprod-head .catprod-nav .chevron {
  font-size: 1.2em;
  color: var(--page-dominant-color, #56C1DC);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  width: 16px;
  height: 16px;
  margin-top: 0.65em;
}
section.category-product .catprod-head .catprod-nav-prev {
  left: 0.7em;
}
section.category-product .catprod-head .catprod-nav-prev .chevron {
  margin-right: 5px;
  /* border: 1px solid white; */
}
section.category-product .catprod-head .catprod-nav-prev .chevron span {
  transform: rotate(180deg);
  display: inline-block;
}
section.category-product .catprod-head .catprod-nav-next {
  right: 0.7em;
}
section.category-product .catprod-head .catprod-nav-next .chevron {
  margin-left: 5px;
}
section.category-product .catprod-description {
  padding-top: 11em;
}
@media all and (max-width: 480px) {
  section.category-product .catprod-description {
    padding-top: 9em;
  }
}
@media all and (max-width: 424px) {
  .page-centralini section.category-product .catprod-description {
    padding-top: 5em;
  }
}
@media all and (min-width: 425px) and (max-width: 480px) {
  .page-centralini section.category-product .catprod-description {
    padding-top: 7em;
  }
}
section.category-product .catprod-description .catprod-description-centering-box {
  display: inline-block;
  margin-left: -11em;
}
@media screen and (max-width: 1279px) {
  section.category-product .catprod-description .catprod-description-centering-box {
    margin-left: 0px;
    padding: 1em;
  }
}
section.category-product .catprod-description .catprod-description-centering-box .catprod-description-image-box {
  max-width: 20em;
  display: block;
  float: left;
}
@media screen and (max-width: 1279px) {
  section.category-product .catprod-description .catprod-description-centering-box .catprod-description-image-box {
    display: none;
    visibility: hidden;
  }
}
section.category-product .catprod-description .catprod-description-centering-box .catprod-description-image-box .picture {
  max-width: 6em;
  width: 6em;
  margin-right: 4em;
}
section.category-product .catprod-description .catprod-description-centering-box .catprod-description-box {
  max-width: 55em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: left;
}
section.category-product .catprod-description .catprod-description-centering-box .catprod-description-box .picture {
  vertical-align: top;
  max-width: 8em;
  max-height: 10em;
  height: 10em;
  display: inline-block;
  min-width: 8em;
  /*padding-left:11em;*/
  padding-right: 1em;
  margin-left: -8em;
}
section.category-product .catprod-description .catprod-description-centering-box .catprod-description-box .description-box {
  display: inline-block;
  text-align: left;
  max-width: 54em;
  padding-bottom: 2em;
  width: 100%;
}
@media all and (max-width: 480px) {
  section.category-product .catprod-description .catprod-description-centering-box .catprod-description-box .description-box {
    padding-bottom: 4em;
  }
}
section.category-product .catprod-description .catprod-description-centering-box .catprod-description-box .description-box .title {
  font-family: "OpenSans-Bold";
  display: inline-block;
  color: #004040;
  font-size: 4em;
}
@media all and (max-width: 480px) {
  section.category-product .catprod-description .catprod-description-centering-box .catprod-description-box .description-box .title {
    font-size: 1.5em;
  }
}
@media all and (max-width: 480px) {
  .page-centralini section.category-product .catprod-description .catprod-description-centering-box .catprod-description-box .description-box .title {
    font-size: 2.1em;
  }
}
section.category-product .catprod-description .catprod-description-centering-box .catprod-description-box .description-box .paragraph-title {
  text-align: left;
  font-family: "OpenSans-Bold";
  font-size: 1.4em;
}
@media all and (max-width: 480px) {
  section.category-product .catprod-description .catprod-description-centering-box .catprod-description-box .description-box .paragraph-title {
    padding-top: 1.4em;
  }
}
section.category-product .catprod-description .catprod-description-centering-box .catprod-description-box .description-box .paragraph-description {
  padding-top: 1em;
  font-size: 1em;
  color: #353535;
  opacity: 80%;
  text-align: justify;
  line-height: 1.3em;
}
section.category-product .prod-call-to-action {
  background-color: #56c1dc;
  padding-bottom: 2em;
  clear: both;
}
@media screen and (max-width: 1279px) {
  section.category-product .prod-call-to-action {
    padding: 1em;
  }
}
section.category-product .prod-call-to-action .prod-call-to-action-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 55em;
}
section.category-product .prod-call-to-action .prod-call-to-action-box .title {
  text-align: left;
  padding-top: 1em;
  font-family: "OpenSans-Bold";
  color: #fff;
  font-size: 4em;
}
@media all and (max-width: 357px) {
  section.category-product .prod-call-to-action .prod-call-to-action-box .title {
    padding-top: 0.2em;
    font-size: 1.4em;
  }
}
@media all and (min-width: 358px) and (max-width: 450px) {
  section.category-product .prod-call-to-action .prod-call-to-action-box .title {
    padding-top: 0.2em;
    font-size: 1.4em;
  }
}
@media all and (min-width: 451px) and (max-width: 480px) {
  section.category-product .prod-call-to-action .prod-call-to-action-box .title {
    padding-top: 0.2em;
    font-size: 3.6em;
  }
}
section.category-product .prod-call-to-action .prod-call-to-action-box .description, section.category-product .prod-call-to-action .prod-call-to-action-box .afterwards-description {
  text-align: left;
  padding-top: 1em;
  font-family: "OpenSans-Regular";
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4em;
  padding-bottom: 2em;
}
@media all and (max-width: 357px) {
  section.category-product .prod-call-to-action .prod-call-to-action-box .description, section.category-product .prod-call-to-action .prod-call-to-action-box .afterwards-description {
    font-size: 1em;
  }
}
@media all and (min-width: 358px) and (max-width: 450px) {
  section.category-product .prod-call-to-action .prod-call-to-action-box .description, section.category-product .prod-call-to-action .prod-call-to-action-box .afterwards-description {
    font-size: 1em;
  }
}
section.category-product .prod-call-to-action .prod-call-to-action-box .call-to-action {
  display: block;
  max-width: 16em;
  font-size: 1em;
  background-color: white;
  background-repeat: no-repeat;
  border: 1px solid #56c1dc;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  padding: 0.7em 1.2em 0.7em 1.2em;
  margin-top: 0em;
  margin-bottom: 1em;
  margin-right: auto;
  color: #56c1dc;
}
@media all and (max-width: 530px) {
  section.category-product .prod-call-to-action .prod-call-to-action-box .call-to-action {
    background-color: var(--erecta-color);
    color: white;
  }
}
section.category-product .prod-call-to-action .prod-call-to-action-box .call-to-action a {
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  color: #56c1dc;
}
@media all and (max-width: 530px) {
  section.category-product .prod-call-to-action .prod-call-to-action-box .call-to-action a {
    background-color: var(--erecta-color);
    color: white;
  }
}
section.category-product .prod-wrapper-punti-chiave {
  clear: both;
  max-width: 55em;
  margin: 0 auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media all and (max-width: 480px) {
  section.category-product .prod-wrapper-punti-chiave {
    padding-bottom: 0.5em;
  }
}
section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave {
  clear: both;
  display: flex;
}
section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .picture {
  display: block;
  width: 4em;
  max-width: 4em;
}
@media screen and (max-width: 1279px) {
  section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .picture {
    display: none;
    visibility: hidden;
  }
}
section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .prod-text-box {
  margin-left: 5em;
  padding-top: 0.5em;
}
@media screen and (max-width: 1279px) {
  section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .prod-text-box {
    margin: 0px;
    padding: 1em;
  }
}
@media screen and (max-width: 320px) {
  section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .prod-text-box {
    padding: 0em;
  }
}
section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .prod-text-box .title {
  text-align: left;
  font-family: "OpenSans-Bold";
  display: block;
  color: #004040;
  font-size: 3.2em;
}
@media all and (max-width: 357px) {
  section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .prod-text-box .title {
    font-size: 1.4m;
  }
}
@media all and (min-width: 358px) and (max-width: 450px) {
  section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .prod-text-box .title {
    font-size: 1.4em;
  }
}
section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .prod-text-box .list-box {
  text-align: left;
  margin: 0 auto;
  padding-top: 1em;
  width: 100%;
  max-width: 55em;
}
section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .prod-text-box .list-box ul {
  text-align: left;
  display: block;
  list-style-type: "- ";
}
section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .prod-text-box .list-box ul li {
  padding: 0em 0em 1.2em 0em;
}
section.category-product .prod-wrapper-punti-chiave .prod-punti-chiave .prod-text-box .list-box ul li .evidenziatura {
  color: var(--page-dominant-color);
}
section.category-product .call-to-action-itmanager {
  clear: both;
  background-color: #56c1dc;
  padding-bottom: 4em;
  margin-top: 18em;
  text-align: left;
  margin: 0 auto;
}
section.category-product .call-to-action-itmanager .call-to-action-container {
  max-width: 55em;
  margin: 0 auto 3em auto;
}
@media screen and (max-width: 1279px) {
  section.category-product .call-to-action-itmanager .call-to-action-container {
    margin: 0 auto;
    padding: 1em;
  }
}
section.category-product .call-to-action-itmanager .call-to-action-container .title {
  text-align: left;
  padding-top: 1em;
  font-family: "OpenSans-Bold";
  color: #fff;
  font-size: 4em;
  max-width: 80em;
}
@media all and (max-width: 357px) {
  section.category-product .call-to-action-itmanager .call-to-action-container .title {
    font-size: 1.4m;
  }
}
@media all and (min-width: 358px) and (max-width: 450px) {
  section.category-product .call-to-action-itmanager .call-to-action-container .title {
    font-size: 1.4em;
  }
}
@media all and (max-width: 480px) {
  section.category-product .call-to-action-itmanager .call-to-action-container .title {
    padding-top: 0.6em;
  }
}
section.category-product .call-to-action-itmanager .call-to-action-container .description {
  text-align: left;
  padding-top: 1em;
  font-family: "OpenSans-Regular";
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4em;
  padding-bottom: 2em;
}
@media all and (max-width: 357px) {
  section.category-product .call-to-action-itmanager .call-to-action-container .description {
    font-size: 1m;
  }
}
@media all and (min-width: 358px) and (max-width: 450px) {
  section.category-product .call-to-action-itmanager .call-to-action-container .description {
    font-size: 1em;
  }
}
section.category-product .call-to-action-itmanager .call-to-action-container a {
  text-decoration: none;
  color: #56c1dc;
  background: white;
  padding: 0.5em 6em;
  border-radius: 4em;
}
@media screen and (max-width: 480px) {
  section.category-product .call-to-action-itmanager .call-to-action-container a {
    padding: 1em;
  }
}

section.contact-us {
  padding: 5em 0;
}
section.contact-us .wrapper {
  max-width: 55em;
  font-family: "OpenSans-Regular";
  margin: 0 auto;
}
section.contact-us .wrapper h1 {
  font: bold 2.5em/90px "OpenSans-Regular";
  letter-spacing: 0;
}
section.contact-us .wrapper span {
  font: bold 2.5em "OpenSans-Regular";
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  section.contact-us .wrapper span {
    font-size: 1.4em;
  }
}
section.contact-us .wrapper label {
  line-height: 58px;
  font-weight: bold;
  letter-spacing: 0;
}
section.contact-us .wrapper div.input-field {
  max-width: 43.2em;
  width: 100%;
}
@media screen and (max-width: 480px) {
  section.contact-us .wrapper div.input-field {
    width: 92%;
  }
}
@media (max-width: 1440px) {
  section.contact-us .wrapper div.input-field.priv-field {
    margin: 1.8em 0;
    display: flex;
  }
  section.contact-us .wrapper div.input-field.priv-field label {
    line-height: 1.3em;
    margin-left: 0.5em;
  }
}
@media all and (max-width: 480px) {
  section.contact-us .wrapper div.input-field.priv-field label[for=cfprivacy] {
    margin-left: 1em;
  }
}
section.contact-us .wrapper input, section.contact-us .wrapper textarea {
  padding: 1em 1em 1em 1em;
  border: 1px solid #222;
  border-radius: 0.8em;
  width: 100%;
}
section.contact-us .wrapper input[type=checkbox], section.contact-us .wrapper textarea[type=checkbox] {
  width: auto;
}
@media all and (max-width: 480px) {
  section.contact-us .wrapper input[type=checkbox], section.contact-us .wrapper textarea[type=checkbox] {
    transform: scale(2);
    margin-top: 0.8em;
  }
}
section.contact-us .wrapper input:focus, section.contact-us .wrapper input:focus-visible, section.contact-us .wrapper textarea:focus, section.contact-us .wrapper textarea:focus-visible {
  outline: none;
  border-color: #000;
}
section.contact-us .wrapper form button[type=submit] {
  line-height: 40px;
  display: block;
  margin-top: 15px;
  background-color: #56c1dc;
  color: white;
  font-weight: bold;
  padding: 0 6em;
  border-radius: 17px;
  font-size: 1em;
}
section.contact-us .wrap-answer {
  display: flex;
  align-items: center;
  height: 25em;
}
section.contact-us .wrap-answer .answer {
  font-family: "OpenSans-Regular";
  width: 100%;
  max-width: 45em;
}
section.contact-us .wrap-answer .answer.success {
  background: rgba(85, 250, 0, 0.3);
}
section.contact-us .wrap-answer .answer.error {
  background: rgba(255, 0, 45, 0.3);
}
@media (max-width: 1024px) {
  section.contact-us .wrap-answer .answer {
    text-align: center;
  }
}
section.contact-us .wrap-answer .answer p {
  line-height: 4;
  width: fit-content;
  margin: 0 auto;
}

.btn-call-to-action a {
  text-decoration: none;
  color: #000;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: -31px;
  /* margin-right: 50%; */
  left: 50%;
  margin-left: -60px;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 101; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  /* Modal Content/Box */
  /* The Close Button */
}
.modal.open {
  display: block;
}
.modal.open .modal-content {
  animation: 0.5s dropdown-modal linear;
}
.modal.open .modal-content .modal-body {
  opacity: 1;
}
.modal.closing {
  display: block;
  transform: translateY(-50%);
  opacity: 0.8;
}
.modal .modal-content {
  background-color: #fefefe;
  margin: 0 auto 0 auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
@media (min-width: 1445px) {
  .modal .modal-content {
    margin-bottom: 15%;
  }
}
.modal .modal-content .modal-body {
  opacity: 0.3;
  transition: opacity 0.5s ease-out;
}
.modal .modal-content .modal-body .full-image {
  width: 100%;
  max-width: 100%;
}
.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .close:hover, .modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modale-adv.modal .modal-content {
  width: 35%;
}
@media (max-width: 1024px) {
  #modale-adv.modal .modal-content {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  #modale-adv.modal .modal-content .contact-form-erecta {
    padding-right: 2em;
  }
}
#modale-adv.modal .desk {
  display: block;
}
@media (max-width: 1024px) {
  #modale-adv.modal .desk {
    display: none;
  }
}
#modale-adv.modal .mobi {
  display: none;
}
@media (max-width: 1024px) {
  #modale-adv.modal .mobi {
    display: block;
  }
}
#modale-adv.modal .show-compile-advert {
  cursor: pointer;
}
#modale-adv.modal .teaser-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
#modale-adv.modal .teaser-wrapper .teaser {
  color: green;
  font-size: 1.5em;
  background: white;
  text-align: center;
  border: 1px solid black;
  padding: 0.5em 1em;
  border-radius: 25px;
  animation: teaser-blink 2s linear infinite;
}

@keyframes teaser-blink {
  0% {
    background: white;
  }
  100% {
    background: orange;
  }
}
@keyframes dropdown-modal {
  0% {
    margin-top: -90%;
  }
  25% {
    margin-top: -70%;
  }
  50% {
    margin-top: -40%;
  }
  75% {
    margin-top: -10%;
  }
  100% {
    margin-top: 0%;
  }
}
.cookie-consent {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #56C1DC;
  text-align: center;
  z-index: 999;
}
.cookie-consent .cookie-consent-content {
  font-family: "OpenSans-Light";
  padding: 0.5em;
}
.cookie-consent .cookie-consent-content .cookie-consent__agree {
  background-color: Transparent;
  border: 1px solid #707070;
  cursor: pointer;
  outline: none;
  border-radius: 25px;
  padding: 0.5em;
}

@media all and (max-width: 767px) {
  .get-datasheet {
    display: none;
    visibility: hidden;
  }
}

@media all and (max-width: 767px) {
  .box-prodotto .accordion-prodotto + .call-to-action {
    display: none;
    visibility: hidden;
  }
}

/*# sourceMappingURL=styles.css.map */
