@import "_reset.min.css";
@import "_slicknav.min.css";
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Regular.woff2') format('woff2'), url('../fonts/Titillium-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-RegularItalic.woff2') format('woff2'), url('../fonts/Titillium-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Black.woff2') format('woff2'), url('../fonts/Titillium-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  color: #1d1d1d;
  font-size: 16px;
  font-family: "Titillium", sans-serif;
  font-weight: normal;
  background: #fff;
}
h1::selection,
h2::selection,
h3::selection,
p::selection,
span::selection,
strong::selection,
img::selection,
li::selection,
a::selection {
  background-color: #e53212;
  color: #fff;
}
p,
ol,
ul {
  line-height: 1.5;
}
a {
  color: #e53212;
  border-bottom: 2px solid #e53212;
  padding-bottom: 0.125em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  border-color: rgba(255, 255, 255, 0);
}
a.button,
a.button_dl,
a.button_email {
  color: #e53212;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: 0.2em solid #fff;
  border-radius: 5em;
  padding: 1.5em 2em;
}
a.button::after,
a.button_dl::after,
a.button_email::after {
  content: " ⟶";
  color: #fff;
  font-size: 1.5em;
  position: relative;
  top: 2px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.button:hover,
a.button_dl:hover,
a.button_email:hover {
  background-color: #fff;
  color: #e53212;
}
a.button:hover::after,
a.button_dl:hover::after,
a.button_email:hover::after {
  color: #e53212;
  left: 10px;
}
a.button_dl {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.75em 1.5em 1em 1.5em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  a.button_dl {
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width: 877.71428571px) {
  a.button_dl {
    font-size: 1.2rem;
  }
}
a.button_dl::after {
  content: " ↓";
}
a.button_dl:hover::after {
  left: 5px;
  top: 10px;
}
a.button_email {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.75em 1.5em 1em 1.5em !important;
  border-width: 0.125em;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  a.button_email {
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width: 877.71428571px) {
  a.button_email {
    font-size: 1.2rem;
  }
}
a.button_email::after {
  content: "";
}
a.button_email:hover {
  color: #e53212 !important;
}
h1 {
  font-weight: 900;
  line-height: 1.2;
  font-size: 3rem;
  color: #e53212;
  text-transform: uppercase;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 0.2em 0 0 0;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 4.6875vw;
  }
}
@media only screen and (max-width: 716.8px) {
  h1 {
    font-size: 2.1rem;
  }
}
h2 {
  font-weight: 900;
  font-size: 2.5rem;
  margin: 0 0 1em 0;
  line-height: 1.2;
  width: 100%;
  color: #e53212;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 819.2px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: 1.75rem;
  font-weight: 900;
  color: #e53212;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width: 877.71428571px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  color: #e53212;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 887.46666667px) {
  h4 {
    font-size: 1.3rem;
  }
}
h4.button {
  background-color: #e53212;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  display: inline-block;
}
.img_s {
  width: 85% !important;
  margin: 1em !important;
}
.img_xs {
  width: 75% !important;
  margin: 1em !important;
}
p.small,
span.small {
  font-size: 0.85em !important;
}
p.large,
span.large {
  font-size: 1.25rem !important;
  margin-bottom: 0.5em !important;
}
@media only screen and (max-width: 1024px) {
  p.large,
  span.large {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 819.2px) {
  p.large,
  span.large {
    font-size: 1rem;
  }
}
p.xlarge,
span.xlarge {
  font-size: 1.75rem !important;
}
@media only screen and (max-width: 1024px) {
  p.xlarge,
  span.xlarge {
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width: 819.2px) {
  p.xlarge,
  span.xlarge {
    font-size: 1.4rem;
  }
}
.vspace10 {
  height: 10px;
}
.vspace50 {
  height: 50px;
}
.vspace70 {
  height: 70px;
}
.vspace100 {
  height: 100px;
}
.vborder {
  border-bottom: 1px solid #e53212;
}
hr {
  background-color: #e53212;
  border: 0;
  height: 1px;
  margin: 3em 0;
}
.bg {
  background-color: #f1f1f1;
}
.container {
  max-width: 1280px;
  margin: 1rem auto;
  width: 100%;
  overflow-x: hidden;
  padding: 0 5%;
}
.container .claim {
  margin: 3em auto;
  width: 100%;
  max-width: 29em;
}
.container .claim h2 {
  font-weight: 400;
  font-style: italic;
  color: #e53212;
  font-size: 1.5rem;
  text-align: center;
  padding: 1em 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
@media only screen and (max-width: 1024px) {
  .container .claim h2 {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 819.2px) {
  .container .claim h2 {
    font-size: 1.2rem;
  }
}
.bg_color {
  padding: 5vw 0 6vw 0;
}
.bg_color.text p {
  font-size: 1.1rem !important;
}
@media only screen and (max-width: 1024px) {
  .bg_color.text p {
    font-size: 1.71875vw;
  }
}
@media only screen and (max-width: 930.90909091px) {
  .bg_color.text p {
    font-size: 1rem;
  }
}
.bg_color .row {
  padding: 0 5%;
  margin: 0 auto;
  align-items: center;
  max-width: 1280px;
}
.bg_color .row .col1,
.bg_color .row .col2 {
  flex: 0 100%;
  margin-bottom: 4em;
}
.bg_color .row .col1 img,
.bg_color .row .col2 img {
  width: 75%;
  margin: 1em auto;
}
.bg_color .row .half {
  flex: 0 100%;
  padding-bottom: 3em;
}
.bg_color .row .half p b u {
  margin-bottom: 0.5em;
  line-height: 1.1;
}
.bg_color .row p {
  font-size: 1.75rem;
  margin-bottom: 3em;
}
@media only screen and (max-width: 1024px) {
  .bg_color .row p {
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width: 819.2px) {
  .bg_color .row p {
    font-size: 1.4rem;
  }
}
.bg_color .row p u {
  text-decoration: none;
  color: #fff;
}
.bg_color .row p.mb1 {
  margin-bottom: 1em;
}
.bg_color .row ul {
  font-size: 1.25rem;
  list-style-type: disc;
  margin-left: 1em;
}
@media only screen and (max-width: 1024px) {
  .bg_color .row ul {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 819.2px) {
  .bg_color .row ul {
    font-size: 1rem;
  }
}
.bg_color .row.top {
  align-items: flex-start;
}
.bg_color.first {
  padding-top: 12vw;
}
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row.left {
  justify-content: flex-start;
}
.row.left .column {
  margin-right: 2em;
}
.row.center {
  align-items: center;
}
.row.bottom {
  align-items: flex-end;
}
.row.evidence {
  background-color: #e53212;
  padding: 1em 2em;
}
.row.imgtxt {
  flex-direction: column-reverse;
}
.row .column {
  margin-bottom: 1em;
}
.row.col3 .column {
  flex: 0 100%;
  overflow: hidden;
  border-radius: 0.5em;
  margin-bottom: 2em;
}
.row.col3 .column .column_txt {
  padding: 1.5em 1em 1em 1em;
  height: 100%;
}
.row.col3 .column .column_txt h3 {
  color: #e53212;
  font-size: 1.25rem;
  padding-bottom: 0.25em;
}
@media only screen and (max-width: 1024px) {
  .row.col3 .column .column_txt h3 {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 819.2px) {
  .row.col3 .column .column_txt h3 {
    font-size: 1rem;
  }
}
.row.mw {
  max-width: 1280px;
  margin: 0 auto;
}
.row.col4 .column {
  margin-bottom: 1em;
}
.quote {
  text-align: center;
  margin: -1vw 0 -3.5vw 0;
  padding: 0 5%;
}
.quote > div {
  font-style: italic;
  display: inline-block;
  border-top: 3px solid #e53212;
  border-bottom: 3px solid #e53212;
  padding: 0.5em 0;
  margin-bottom: 1em;
  font-size: 1.75rem;
}
@media only screen and (max-width: 1024px) {
  .quote > div {
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width: 731.42857143px) {
  .quote > div {
    font-size: 1.25rem;
  }
}
.quote p {
  font-weight: 600;
}
.header {
  width: 100%;
  background-color: #000;
  padding: 1rem 5% 0 5%;
}
.header .logo {
  flex: 0 100px;
  position: relative;
}
.header .logo:hover {
  cursor: pointer;
}
.header .menu {
  flex: 0 100%;
}
.header .menu a,
.header .menu span.separator {
  display: inline-block;
  padding: 0.1em;
  border-bottom-width: 2px;
  border-bottom-color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .header .menu a,
  .header .menu span.separator {
    font-size: 2.03125vw;
  }
}
@media only screen and (max-width: 787.69230769px) {
  .header .menu a,
  .header .menu span.separator {
    font-size: 1rem;
  }
}
.header .menu a span.border,
.header .menu span.separator span.border {
  display: block;
  position: relative;
}
.header .menu a span.border::before,
.header .menu span.separator span.border::before,
.header .menu a span.border::after,
.header .menu span.separator span.border::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 0%;
  height: 3px;
  z-index: 10;
  background-color: #e53212;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .menu a span.border::before,
.header .menu span.separator span.border::before {
  top: -0.3em;
}
.header .menu a:hover,
.header .menu span.separator:hover {
  cursor: pointer;
}
.header .menu a:hover span.border::before,
.header .menu span.separator:hover span.border::before,
.header .menu a:hover span.border::after,
.header .menu span.separator:hover span.border::after {
  width: 100%;
}
.header .menu > ul {
  margin: 0.5em 0.75em 0 0;
  flex: 0 75%;
  display: flex;
  justify-content: flex-end;
}
.header .menu > ul > li {
  margin-right: 1em;
  position: relative;
}
.header .menu > ul > li:last-child {
  margin-right: 0;
}
.header .menu > ul > li > ul {
  position: absolute;
  opacity: 0;
  background-color: #000;
  z-index: 5;
  pointer-events: none;
  top: 2em;
  left: -0.75em;
  margin: 0;
  width: 14.5em;
  padding-bottom: 0.5em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .menu > ul > li > ul li a {
  padding: 0.5em 0;
  margin-left: 0.7em;
  font-size: 1em;
}
.header .menu > ul > li > ul li:first-child {
  margin-top: 1em;
}
.header .menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header .menu > ul > li.active span.border::before,
.header .menu > ul > li.active span.border::after {
  width: 100%;
}
.header .menu > ul > li.active ul li a {
  border-bottom-color: rgba(255, 255, 255, 0);
  line-height: 1.2;
}
.header .menu > ul > li.active ul li a span.border::before,
.header .menu > ul > li.active ul li a span.border::after {
  width: 0%;
}
.header .menu > ul > li.active ul li.active a span.border::before,
.header .menu > ul > li.active ul li:hover a span.border::before,
.header .menu > ul > li.active ul li.active a span.border::after,
.header .menu > ul > li.active ul li:hover a span.border::after {
  width: 100%;
}
.header .mod-languages ul li a {
  font-weight: 400;
}
.header .mod-languages ul {
  margin-top: 0.4em;
}
.header .mod-languages p {
  display: none;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 40vh;
}
.banner img {
  position: relative;
}
.banner .banner_txt {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
}
.banner .banner_txt h1 {
  color: #fff;
  font-size: 3.15rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  border: 0;
}
@media only screen and (max-width: 1024px) {
  .banner .banner_txt h1 {
    font-size: 4.921875vw;
  }
}
@media only screen and (max-width: 325.07936508px) {
  .banner .banner_txt h1 {
    font-size: 1rem;
  }
}
.banner .banner_txt h1 br {
  display: none;
}
.banner + .container .content {
  margin-top: 3rem;
}
.vocimenu .vocemenu {
  position: relative;
  flex: 0 100%;
  margin-bottom: 5em;
}
.vocimenu .vocemenu p {
  margin-top: 2em;
}
.vocimenu .vocemenu a {
  font-size: 0.9em;
  font-weight: 700;
  padding-bottom: 0.2em;
}
.vocimenu .vocemenu:first-child::before {
  content: "/SOLUZIONI";
  position: absolute;
  top: -1.5em;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.vocimenu .vocemenu:nth-child(2)::before {
  content: "/SERVIZI";
  position: absolute;
  top: -1.5em;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.vocimenu .vocemenu:nth-child(3)::before {
  content: "/PRODOTTI";
  position: absolute;
  top: -1.5em;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 0.05em;
}
.imgbox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 3:2 Aspect Ratio */
  overflow: hidden;
}
.imgbox .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.icons {
  position: relative;
}
.icons::before {
  content: "/PRODOTTI";
  position: absolute;
  top: -2em;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 0.05em;
}
.footer {
  border-top: 3px solid #000;
  padding: 2em 0;
  margin-top: 3em;
  font-size: 0.85rem;
}
@media only screen and (max-width: 1024px) {
  .footer {
    font-size: 1.328125vw;
  }
}
@media only screen and (max-width: 903.52941176px) {
  .footer {
    font-size: 0.75rem;
  }
}
.footer .c1 img {
  width: 100px;
}
.footer .c1,
.footer .c2,
.footer .c3,
.footer .c4 {
  flex: 0 50%;
  padding: 0 0 1.5em 0;
}
.footer .c1 a,
.footer .c2 a,
.footer .c3 a,
.footer .c4 a {
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer .c1 a:hover,
.footer .c2 a:hover,
.footer .c3 a:hover,
.footer .c4 a:hover {
  text-decoration: none;
}
.footer .c4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .c4 img {
  width: 125px;
}
.footer .footer_title {
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 0.25em;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bg_color form .row .col1,
.bg_color form .row .col2 {
  flex: 0 100%;
}
.bg_color form .row .col1 p,
.bg_color form .row .col2 p {
  margin-bottom: 0;
}
.bg_color form .row {
  justify-content: flex-end;
}
.bg_color form .row .gdpr {
  margin: 3em 0;
  flex: 0 100%;
}
.bg_color form .row .gdpr input {
  margin-right: 1em;
  position: relative;
  top: -0.25em;
}
.bg_color form .row .invia {
  flex: 0 30%;
}
.bg_color form .row .invia input {
  background: #e53212;
  border: 3px solid #e53212;
  color: #fff;
}
.bg_color form .row .invia input:hover {
  cursor: pointer;
  color: #e53212;
  background: #fff;
}
input,
textarea {
  font-size: 1.4rem;
  font-family: "Titillium";
  width: 100%;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.25em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1024px) {
  input,
  textarea {
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width: 877.71428571px) {
  input,
  textarea {
    font-size: 1.2rem;
  }
}
input:focus,
textarea:focus {
  outline: none;
  background: #fff;
  border-color: #fff;
}
textarea {
  resize: none;
  height: 130px;
}
input[type="checkbox"] {
  width: 22px;
  height: 22px;
  float: left;
}
.header .menu {
  display: none;
}
.slicknav_menu {
  display: block;
}
.slicknav_menu .mod-languages p {
  display: none;
}
.slicknav_menu .mod-languages ul li {
  text-align: center!important;
}
.page-header {
  margin-top: 3em;
}
.two-cols {
  column-count: 1;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .two-cols {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 853.33333333px) {
  .two-cols {
    font-size: 1rem;
  }
}
.two-cols .unbreakable {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@-moz-document url-prefix() {
  .two-cols .unbreakable {
    display: grid;
  }
}
.bigger_font {
  font-size: 1.2rem;
}
@media only screen and (max-width: 1024px) {
  .bigger_font {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 853.33333333px) {
  .bigger_font {
    font-size: 1rem;
  }
}
img.small {
  width: min(200px, 50%);
}
.row.scheda .column {
  flex: 0 100%;
}
.row.scheda .column img {
  width: min(75%, 500px);
  margin: 1em auto;
}
.row.scheda_bordi .column {
  flex: 0 100%;
  border-top: 3px solid #000;
}
.row.scheda_bordi .column img {
  margin: 1em auto;
}
.row.scheda_bordi .column h3 {
  border-bottom: 3px solid #000;
  padding: 0.4em 0 0.25em 0;
  margin-bottom: 1em;
}
.row.scheda_bordi .column:first-child {
  order: 2;
}
.row.scheda_bordi .column:nth-child(2) {
  order: 1;
}
img.round {
  border-radius: 1em;
}
/* Tablet version */
@media (min-width: 600px) {
  .news > div {
    flex: 0 48%;
  }
}
/* Desktop version */
@media (min-width: 768px) {
  .bg_color .row .col3 {
    flex: 0 28%;
  }
  .bg_color .row .half {
    flex: 0 47%;
  }
  .container {
    overflow-x: visible;
  }
  .row.imgtxt {
    flex-direction: row;
  }
  .content .colsx {
    flex: 0 48%;
  }
  .content .colimg,
  .content .coltxt {
    flex: 0 50%;
  }
  .content .colimg img {
    position: absolute;
  }
  .content .coldx {
    flex: 0 48%;
  }
  .content p.indent,
  .content p span.indent {
    margin: 2em 0 2em 4em;
  }
  .content .icon {
    flex: 0 33.33%;
  }
  .content .vocimenu .vocemenu {
    margin-bottom: 0;
    flex: 0 30%;
  }
  .footer .c1 {
    flex: 0 99px;
  }
  .footer .c2,
  .footer .c3,
  .footer .c4 {
    flex: 0 calc(30% - 33px);
  }
  .bg_color .row.loghi > div {
    flex: 0 22%;
  }
  .bg_color form .row .col1 {
    flex: 0 20%;
  }
  .bg_color form .row .col2 {
    flex: 0 80%;
  }
}
/* L Desktop version */
@media (min-width: 1024px) {
  .header .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 0 calc(100% - 180px);
  }
  .row.col3 .column {
    flex: 0 48%;
  }
  .slicknav_menu {
    display: none;
  }
  .bg_color .row .col1 {
    flex: 0 35%;
  }
  .bg_color .row .col1 img {
    width: 100%;
    margin: 0;
  }
  .bg_color .row .col2 {
    flex: 0 60%;
    margin-bottom: 0;
  }
  .bg_color.blu .col1 {
    order: 1;
  }
  .bg_color.blu .col2 {
    order: 2;
  }
  .bg_color .row.loghi > div {
    flex: 0 12%;
  }
  .two-cols {
    column-count: 2;
    column-gap: 5%;
  }
  .row.scheda .column,
  .row.scheda_bordi .column {
    flex: 0 45%;
  }
  .row.scheda_bordi .column:first-child {
    order: 1;
  }
  .row.scheda_bordi .column:nth-child(2) {
    order: 2;
  }
  .row.scheda_bordi .column ul {
    list-style-type: disc;
    margin: 0;
  }
  .row.scheda_bordi .column ul li {
    color: #e53212;
    border-bottom: 1px solid #000;
    padding: 0.25em 0;
  }
  .row.scheda_bordi .column ul li span {
    color: #000;
  }
  .row.scheda_bordi .column ul li:last-child {
    border: 0;
  }
}
ul.puntirossi {
  list-style-type: disc;
  margin: 0;
}
ul.puntirossi li {
  color: #e53212;
  border-bottom: 1px solid #000;
  padding: 0.25em 0;
}
ul.puntirossi li span {
  color: #000;
}
ul.puntirossi li:last-child {
  border: 0;
}
/* XL Desktop version */
@media (min-width: 1280px) {
  .row.col3 .column {
    flex: 0 30%;
  }
  .container {
    padding: 0;
  }
  .header {
    padding: 1rem 0 0 0;
  }
  .bg_color .row {
    padding: 0;
  }
}
