@charset "UTF-8";
/* 

   Autore modifiche manuali : Dr. Nicola Mingotti

=========== changelog ===============================

18-sep-2025. nicola- Aggiunte classi per bandierine lingue 

14-mar-2025. nicola- Aggiunte classi per riccardo.

12-feb-2025. nicola- Aggiunte classi "chec" e "justify" per i paragrafi <p> 


====================================================

    Author     : Caleidos group srl - Sara Bertolaso
    



*/
/*--------------------------------------------------------------
>>> INDICE STILI:
----------------------------------------------------------------
1.0 - Stili generali
        - 1.1 Stili generali (body, link, titoli ecc.)
        - 1.2 Stili generali dei form (input, label ecc.)
        - 1.3 Classi generiche (accessibile, sx, dx, clr ecc.)
2.0 - Layout
        - 2.1 Header & logo
        - 2.2 Navigazione
        - 2.3 Contenuto
        - 2.4 Footer
3.0 - Stili specifici per i contenuti delle pagine
          (Box homepage, news, prodotti, gallery ecc.)

--------------------------------------------------------------*/




@import url(reset.css);
@import url(icons.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?tn648a");
  src: url("fonts/icomoon.eot?tn648a#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?tn648a") format("truetype"), url("fonts/icomoon.woff?tn648a") format("woff"), url("fonts/icomoon.svg?tn648a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
/* • ✓ ■  ➔ ➜ ★ ▶ ▼ ◀ ▲ ⇩ ➤ ⤓ */
/*///////////////////////////  1.0 STILI GENERALI  ///////////////////////////*/
/* --------------------------- 1.1 STILI GENERALI */
:root {
  font-size: 90%; }

/* NICOLA. classe generale per far apparire e sparire un elemento */
.not {
    display:none; 
}

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Roboto", sans-serif;
  color: #333;
  background: #efefef;
  min-height: 100%;
  min-width: 320px; }

strong, b {
  font-weight: 700; }

a {
  color: #247d6a;
  text-decoration: underline; }
  a:hover, a:focus, a:active {
    color: #2d9c84; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border: none !important; }

/* briciole di pane "breadcrumbs" */
.briciole {
  color: #247d6a; }
  .briciole a {
    text-decoration: none;
    border: none; }
    .briciole a.selected {
      font-weight: bold; }

ul {
  margin-left: 16px; }



em {
  font-style: italic; }

time {
  /*font-size: 1rem;*/ }

sup {
  vertical-align: super;
  font-size: 0.80rem; }

button {
  border: 0;
  outline: 0; }

.importante, strong.importante {
  color: #247d6a; }

.minuscolo {
  text-transform: none !important; }

@media print, screen and (min-width: 1000px) {
  .colonne3 {
    -moz-column-gap: 20px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px; } }

p {
  margin: 15px 0;
  line-height: 1.8rem;
  padding: 0; }
  p img {
    display: inline-block !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Poppins", serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #333;
  line-height: 2.2rem;
  padding: 0;
  margin: 40px 0 20px 0; }
  @media print {
    h1, h2, h3, h4, h5, h6 {
      page-break-after: avoid; } }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  color: #247d6a;
  font-size: 1.6rem; }

h5, h6 {
  font-size: 1.4rem; }

h2.titolino, h5.titolino, h6.titolino {
  color: #247d6a;
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0 0 10px 0; }


ul  {
  list-style: square;
  margin: 10px 0 5px 20px; }
  ul li  {
    line-height: 1.5rem;
    padding: 0;
    margin: 0 10px 5px 0; }
  ul.col3 {
    margin: 0;
    padding: 0; }
    @media print, screen and (min-width: 600px) {
      ul.col3 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; } }
    @media print, screen and (min-width: 1000px) {
      ul.col3 {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3; } }
    ul.col3 li {
      list-style: none;
      line-height: 1.4rem; }
      @media print, screen and (min-width: 600px) {
        ul.col3 li {
          list-style: none;
          line-height: 1.4rem; } }

ol {
  margin: 5px 0;
  padding: 0;
  list-style-type: none; }
  ol li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    height: 26px;
    line-height: 26px; }
    ol li::before {
      width: 26px;
      height: 26px;
      display: inline-block;
      text-align: center;
      content: counter(step-counter);
      margin-right: 5px;
      font-size: 80%;
      background-color: #4694cc;
      color: white;
      font-weight: bold;
      padding: 0;
      border-radius: 13px; }

table {
  table-layout: fixed;
  border-collapse: separate;
  font-size: 0.90rem;
  width: 100%;
  border-spacing: 0;
  padding: 0;
  margin: 10px auto; }
  table td, table th {
    border-bottom: 1px solid #999;
    border-collapse: separate;
    background: none;
    vertical-align: top;
    text-align: center;
    padding: 14px 5px; }
  table thead td, table th {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #999;
    vertical-align: bottom;
    padding: 5px; }
  table th[colspan="2"] {
    padding: 0;
    border: none; }


.errorpage {
  font-size: 1.2rem;
  background: #ddd;
  margin: 100px 0 0 0;
  padding: 30px 0 50px 0; }

.content50 {
  width: 99%; }
  @media print, screen and (min-width: 1000px) {
    .content50 {
      width: 49%;
      display: inline-block; } }
  .content50.dx {
    margin-left: 2%; }

.evidenziato {
  background: #247d6a;
  color: #fff;
  padding: 0 5px; }

@media print {
  .pagebreak {
    page-break-after: always; } }

/* --------------------------- 1.2 STILI GENERALI FORM */
select, input, textarea, a {
  cursor: pointer; }

label {
  clear: both;
  display: inline-block;
  line-height: 1.6rem;
  padding: 5px 0 0 0;
  cursor: pointer !important; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="file"],
select,
textarea {
  /*-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;*/
  width: calc(100% - 20px);
  display: block;
  line-height: 1.6rem;
  padding: 3px;
  border: none;
  border-bottom: 1px solid #247d6a;
  background: #efefef;
  padding: 5px 10px;
  margin: 0 0 30px 0; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:focus,
  input[type="month"]:hover,
  input[type="month"]:focus,
  input[type="week"]:hover,
  input[type="week"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="time"]:hover,
  input[type="time"]:focus,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="file"]:hover,
  input[type="file"]:focus,
  select:hover,
  select:focus,
  textarea:hover,
  textarea:focus {
    background: #efefef; }

textarea {
  /*border:1px solid $color3;        */ }

input[type="submit"] {
  color: #fff;
  font-weight: bold;
  border: none;
  transition: all 300ms ease-out;
  text-transform: uppercase;
  background: #247d6a;
  text-align: center;
  transition: 1s all linear;
  border: 2px solid #fff;
  padding: 15px 30px;
  margin: 0; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background: #efefef;
    border: 2px solid #247d6a;
    color: #247d6a;
    text-decoration: none; }

select {
  padding-top: 6px;
  padding-bottom: 6px; }

textarea {
  height: auto;
  resize: none; }

/* --------------------------- 1.3 CLASSI GENERICHE */
.accessibile, .accesskey {
  position: absolute;
  top: -50000px;
  left: -50000px;
  text-indent: -5000px;
  text-align: left !important; }

.asterisco {
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: bold;
  color: #c00; }
  form .asterisco {
    display: inline-block; }

.errore {
  clear: both;
  text-align: center;
  background: #ff9999;
  border: 1px solid #c00;
  color: #000;
  padding: 20px; }

.conferma {
  background: #99ff99;
  color: #000;
  border: 1px solid green;
  padding: 20px 20px; }

.picc, .txtpicc {
  font-size: 0.70rem; }

.txtmedio {
  font-size: 1.4rem;
  line-height: 1.8rem; }

.txtgrande {
  font-size: 1.6rem;
  line-height: 2.4rem; }

.nero {
  color: #000 !important; }

.rosso {
  color: #c00 !important; }

.bianco {
  color: #fff !important; }

.ultimo {
  margin-right: 0;
  margin-left: 0; }

.displaytable {
  display: table; }

.tablecell {
  display: table-cell;
  vertical-align: middle; }

/* allinea a sinistra*/
.sx, img.left {
  float: left;
  display: inline;
  margin: 5px 20px 5px 0; }

p.left, .left {
  text-align: left !important; }

/* allinea a destra*/
.dx, img.right {
  float: right;
  display: inline;
  margin: 0 0 5px 20px; }

p.right, .right {
  text-align: right !important; }

/* allinea al centro */
.center, p.center, p.center img, .center img, img.center {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important; }

/* colonne */
.ord1 {
  order: 1; }

.ord2 {
  order: 2; }

.ord3 {
  order: 3; }

.ord4 {
  order: 4; }

.ord5 {
  order: 5; }

.col25 {
  width: 100%;
  float: none; }
  @media print, screen and (min-width: 1000px) {
    .col25 {
      width: calc(25% - 10px);
      /*text-align: center;*/ } }
  .col25:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .col25 img {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media print {
    .col25 {
      page-break-inside: avoid; } }
  @media screen and (max-width: 999px) {
    .col25 {
      text-align: center;
      width: 100%;
      display: block; } }

.col33 {
  width: 100%;
  float: none; }
  @media print, screen and (min-width: 1000px) {
    .col33 {
      width: calc(33% - 10px);
      /*text-align: center;*/ } }
  .col33:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .col33 img {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media print {
    .col33 {
      page-break-inside: avoid; } }
  @media screen and (max-width: 999px) {
    .col33 {
      text-align: center;
      width: 100%;
      display: block; } }

.col40 {
  width: 100%;
  float: none; }
  @media print, screen and (min-width: 1000px) {
    .col40 {
      width: calc(40% - 10px);
      /*text-align: center;*/ } }
  .col40:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .col40 img {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media print {
    .col40 {
      page-break-inside: avoid; } }
  @media screen and (max-width: 999px) {
    .col40 {
      text-align: center;
      width: 100%;
      display: block; } }

.col50 {
  width: 100%;
  float: none; }
  @media print, screen and (min-width: 1000px) {
    .col50 {
      width: calc(50% - 10px);
      /*text-align: center;*/ } }
  .col50:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .col50 img {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media print {
    .col50 {
      page-break-inside: avoid; } }
  @media screen and (max-width: 999px) {
    .col50 {
      text-align: center;
      width: 100%;
      display: block; } }

.col60 {
  width: 100%;
  float: none; }
  @media print, screen and (min-width: 1000px) {
    .col60 {
      width: calc(60% - 10px);
      /*text-align: center;*/ } }
  .col60:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .col60 img {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media print {
    .col60 {
      page-break-inside: avoid; } }
  @media screen and (max-width: 999px) {
    .col60 {
      text-align: center;
      width: 100%;
      display: block; } }

.col66 {
  width: 100%;
  float: none; }
  @media print, screen and (min-width: 1000px) {
    .col66 {
      width: calc(66% - 10px);
      /*text-align: center;*/ } }
  .col66:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .col66 img {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media print {
    .col66 {
      page-break-inside: avoid; } }
  @media screen and (max-width: 999px) {
    .col66 {
      text-align: center;
      width: 100%;
      display: block; } }

.col75 {
  width: 100%;
  float: none; }
  @media print, screen and (min-width: 1000px) {
    .col75 {
      width: calc(75% - 10px);
      /*text-align: center;*/ } }
  .col75:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .col75 img {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media print {
    .col75 {
      page-break-inside: avoid; } }
  @media screen and (max-width: 999px) {
    .col75 {
      text-align: center;
      width: 100%;
      display: block; } }

.col-container {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%; }
  .col-container > li {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0; }
  .col-container [class^="icon-"] {
    font-size: 50px;
    color: #247d6a;
    text-align: center; }
  .col-container .col25.ord2, .col-container .col33.ord2, .col-container .col50.ord2, .col-container .col66.ord2, .col-container .col75.ord2 {
    order: 2; }
  .col-container h3, .col-container h4, .col-container h5 {
    margin-top: 20px; }
    .col-container h3::before, .col-container h4::before, .col-container h5::before {
      content: "■";
      display: inline-block;
      font-size: 1.8rem;
      line-height: 2.2rem;
      color: #247d6a;
      padding: 0 5px 0 0; }
  .col-container img {
    width: 100%; }

/* pulisce il float */
.clr, .clear {
  clear: both;
  display: block;
  float: none; }

/* pulsanti e link */
a.btn, .btn a {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 1rem;
  font-size: 0.90rem;
  font-weight: 600;
  clear: both;
  float: none;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  /*    transition: all 400ms ease-in-out; */
  background: #247d6a;
  color: #fff;
  overflow: hidden;
  z-index: 10; }
  a.btn span, a.btn [class^="icon-"], .btn a span, .btn a [class^="icon-"] {
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    line-height: 0.8rem;
    vertical-align: bottom;
    width: 18px;
    padding: 0;
    transform: translate(-10px, 0px); }
  a.btn:hover, a.btn:focus, .btn a:hover, .btn a:focus {
    background: #2d9c84; }

a.btn2, .btn2 a {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 1rem;
  font-size: 0.90rem;
  font-weight: 600;
  clear: both;
  float: none;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  /*    transition: all 400ms ease-in-out; */
  background: transparent;
  color: #247d6a;
  overflow: hidden;
  z-index: 10;
  background: none;
  border: 2px solid #247d6a; }
  a.btn2 span, a.btn2 [class^="icon-"], .btn2 a span, .btn2 a [class^="icon-"] {
    color: #247d6a;
    display: inline-block;
    font-size: 2rem;
    line-height: 0.8rem;
    vertical-align: bottom;
    width: 18px;
    padding: 0;
    transform: translate(-10px, 0px); }
  a.btn2:hover, a.btn2:focus, .btn2 a:hover, .btn2 a:focus {
    background: #fff; }
  a.btn2 span, a.btn2 [class^="icon-"], .btn2 a span, .btn2 a [class^="icon-"] {
    font-size: 1.2rem;
    line-height: 1rem;
    padding: 0; }
  a.btn2:hover, .btn2 a:hover {
    border: 2px solid #fff;
    background: #247d6a;
    color: #fff; }
    a.btn2:hover span, a.btn2:hover [class^="icon-"], .btn2 a:hover span, .btn2 a:hover [class^="icon-"] {
      color: #fff; }

a.link, .link a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  line-height: 1rem;
  font-size: 0.90rem;
  font-weight: 600;
  clear: both;
  float: none;
  display: inline-block;
  cursor: pointer;
  padding: 0 0 5px 0;
  margin: 0 auto;
  transition: all 500ms ease-in-out;
  border-bottom: 3px solid #247d6a;
  color: #333;
  text-decoration: none;
  /*
  &:after{
      content:'▶';
      padding: 0 0 0 5px;
      color: $color;
      display: inline-block;
  }
  */ }
  a.link span, .link a span {
    padding: 0;
    color: #333;
    display: inline-block;
    font-size: 2rem;
    line-height: 0.8rem;
    vertical-align: bottom;
    width: 18px;
    padding: 0; }
  a.link:hover, .link a:hover {
    color: #247d6a;
    border-bottom-color: #333;
    box-shadow: none;
    letter-spacing: 0.1rem;
    /*
    &:after{
        color: $colorline;
    }
    */ }
    a.link:hover span, .link a:hover span {
      color: #247d6a; }

/* VARI  */
.slogan, blockquote {
  text-align: center;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.4rem;
  color: #247d6a;
  margin: 0;
  padding: 20px; }

blockquote {
  text-align: center;
  line-height: 1.2rem; }

.bordo {
  display: unset;
  border: 1px solid #000; }

.nobordo {
  display: unset;
  border: none; }

.sep {
  border-bottom: 1px solid #ccc;
  height: 1px;
  display: block;
  clear: both;
  float: none;
  margin: 15px 0; }
  .sep hr {
    position: absolute;
    top: -5000px;
    left: -5000px;
    text-indent: -5000px; }

.fascia-grigia {
  background: url(../img/bg-news.gif) 0 0 repeat-x;
  padding: 60px 0 40px 0; }
  .fascia-grigia h2, .fascia-grigia h3 {
    text-align: center;
    margin: 0 0 30px 0; }

/*///////////////////////////  2.0 LAYOUT  ///////////////////////////*/
#contenitore {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  min-width: 320px;
  /*height:100%;*/
  min-height: 100%;
  /*font-size: 0.90em;*/
  background: #fff;
  padding: 0;
  margin: 0; }
  @media print, screen and (min-width: 1000px) {
    #contenitore {
      padding: 0 0 10px 0; } }
  #contenitore #layout {
    position: relative;
    background: #fff;
    border-bottom: 8px solid #247d6a;
    margin: 15px 0; }
    @media print, screen and (min-width: 1000px) {
      #contenitore #layout {
        box-shadow: 0px 0px 30px #ccc;
        margin: 0; } }
  #contenitore #layout, #contenitore #footer .wrapper, #contenitore .innerwrapper {
    padding: 0; }
    @media print, screen and (min-width: 1000px) {
      #contenitore #layout, #contenitore #footer .wrapper, #contenitore .innerwrapper {
        padding: 0;
        width: 990px;
        margin: 0 auto; } }
    @media print, screen and (min-width: 1440px) {
      #contenitore #layout, #contenitore #footer .wrapper, #contenitore .innerwrapper {
        width: 1200px;
        margin: 0 auto; } }
  #contenitore .wrapper {
    position: relative;
    margin: 0 15px;
    padding: 0; }
    @media print, screen and (min-width: 1000px) {
      #contenitore .wrapper {
        width: 900px;
        margin: 0 auto; } }
    @media print, screen and (min-width: 1440px) {
      #contenitore .wrapper {
        width: 1100px;
        margin: 0 auto; } }

@media print, screen and (min-width: 1000px) {
  #contenitore .bordo {
    display: inline-block;
    border-bottom: 1px solid #247d6a; }

  #home #contenitore .bordo {
    display: inline-block;
    border-bottom: none; } }
/* --------------------------- 2.1 HEADER & LOGO */
#header {
  /*
  display: block;
  height: 115px;
  */ }
  @media screen and (min-width: 1000px) {
    #header {
      height: 145px; } }

@media screen {
  #header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
    position: absolute;
    top: -50000px;
    left: -50000px;
    text-indent: -5000px;
    text-align: left !important; } }

/* LOGO */
#logocont {
  width: 100%;
  padding: 50px 0 10px 0;
  margin: 0; }
  @media print, screen and (min-width: 1000px) {
    #logocont {
      padding: 17px 0;
      margin: 0; } }

#logo {
  position: relative;
  text-align: left;
  width: 200px;
  height: 50px;
  border: none;
  z-index: 100;
  /*transition: all 500ms ease-out;  */
  margin: 0;
  padding: 0; }
  @media print, screen and (min-width: 1000px) {
    #logo {
      width: 265px;
      height: 66px;
      text-align: center;
      margin: 0 auto; } }
  #logo img {
    width: 100%; }

/* --------------------------- 2.2 NAVIGAZIONE */
#nav {
  position: absolute;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 110;
  margin: 0;
  padding: 0;
  transition: all 500ms ease-out; }
  @media screen and (min-width: 1000px) {
    #nav {
      position: fixed;
      top: 0;
      height: 157px;
      transition: none; } }
  #nav .innerwrapper {
    background: #fff; }
  @media print, screen and (max-width: 999px) {
    #nav .wrapper {
      width: 100%; } }
  #nav #navcontainer {
    width: 100%;
    z-index: 110;
    transition: all 500ms ease-out;
    border: 0;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 999px) {
      #nav #navcontainer {
        position: absolute;
        right: -110%;
        top: 0;
        bottom: 0;
        transition: all 500ms ease-out;
        min-height: 100%;
        background: #247d6a;
        margin: 50px 0 0 0;
        padding: 0; } }
    #nav #navcontainer.open {
      display: block;
      right: 0; }
    @media print, screen and (min-width: 1000px) {
      #nav #navcontainer {
        text-align: center;
        height: 47px;
        border-bottom: 1px solid #cdcdcd;
        border-top: 1px solid #cdcdcd;
        transition: none; } }
    #nav #navcontainer ul {
      position: relative;
      list-style: none;
      text-align: left;
      width: 100%;
      z-index: 110;
      margin: 0;
      padding: 0; }
      @media print, screen and (min-width: 1000px) {
        #nav #navcontainer ul {
          position: relative;
          text-align: center;
          top: 0;
          z-index: 98;
          height: 45px;
          background: none;
          padding: 0;
          margin: 0 auto; } }
      #nav #navcontainer ul li {
        list-style: none;
        text-align: left;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: right;
        background: #247d6a;
        border-bottom: 1px solid #fff;
        /* SUBMENU */ }
        @media print, screen and (min-width: 1000px) {
          #nav #navcontainer ul li {
            width: calc(100% / 6);
            /*                    width: calc((100% / 6) - 1px);*/
            float: left;
            height: 100%;
            text-align: center;
            position: relative;
            background: none;
            border: none;
            border-right: 1px solid #fff;
            margin: 0 auto;
            padding: 0; } }
        #nav #navcontainer ul li a {
          position: relative;
          text-align: right;
          text-decoration: none;
          text-transform: uppercase;
          display: block;
          width: 90%;
          border: none;
          color: #fff;
          /*                    transition: all 500ms ease-out;*/
          overflow: hidden;
          z-index: 99;
          padding: 15px 5%;
          margin: 0; }
          @media print, screen and (min-width: 1000px) {
            #nav #navcontainer ul li a {
              position: relative;
              height: 100%;
              width: 100%;
              color: #333;
              text-align: center;
              background: none;
              font-weight: normal;
              line-height: 45px;
              background: transparent;
              transition: none;
              padding: 0;
              text-indent: 0;
              border: none; } }
          #nav #navcontainer ul li a.selected2 {
            font-weight: bold;
            color: #fff;
            background: #247d6a;
            overflow: visible; }
            #nav #navcontainer ul li a.selected2::after {
              content: "";
              width: 100%;
              height: 8px;
              position: absolute;
              top: 100%;
              left: 0;
              /*background: url(../img/bg-menu-selected.png) bottom center no-repeat;*/
              z-index: 100; }
          #nav #navcontainer ul li a span:before {
            content: "\e90a";
            font-family: 'icomoon';
            font-size: 1.5rem;
            line-height: 20px;
            vertical-align: top;
            top: 0;
            /*position: absolute;*/
            display: inline-block; }
            @media print, screen and (min-width: 1000px) {
              #nav #navcontainer ul li a span:before {
                line-height: 45px; } }
          #nav #navcontainer ul li a:hover, #nav #navcontainer ul li a:focus {
            font-weight: bold;
            color: #fff;
            background: #247d6a; }
          #nav #navcontainer ul li a.selected, #nav #navcontainer ul li a.hereWeAre {
            font-weight: bold; }
          #nav #navcontainer ul li a.principale.active {
            color: #fff;
            background: #247d6a;
            font-weight: bold; }
            #nav #navcontainer ul li a.principale.active span:before {
              content: "\e909"; }
        #nav #navcontainer ul li ul {
          background: #247d6a;
          height: auto;
          display: block;
          max-height: 0;
          overflow: hidden;
          transition: all 500ms ease-out; }
          @media print, screen and (min-width: 1000px) {
            #nav #navcontainer ul li ul {
              max-height: 0;
              overflow: hidden;
              transition: none; } }
          #nav #navcontainer ul li ul li {
            float: none;
            width: 100%;
            border: none; }
            #nav #navcontainer ul li ul li a {
              color: #fff;
              padding-top: 10px;
              padding-bottom: 10px; }
              @media print, screen and (min-width: 1000px) {
                #nav #navcontainer ul li ul li a {
                  line-height: 40px;
                  text-align: left;
                  text-transform: none;
                  width: 100%;
                  transition: none;
                  padding: 0 0 0 10%; } }
              #nav #navcontainer ul li ul li a:hover, #nav #navcontainer ul li ul li a:focus {
                background: #2d9c84; }
          #nav #navcontainer ul li ul.open {
            max-height: 415px; }
  #nav .social {
    position: absolute;
    top: 0;
    left: 0; }
    @media print, screen and (min-width: 1000px) {
      #nav .social {
        top: 17px; } }

.social {
  font-weight: normal; }
  @media print, screen and (min-width: 1000px) {
    .social {
      display: inline-block;
      text-align: left; } }
  .social a {
    display: inline-block;
    border: none;
    text-decoration: none;
    padding: 5px;
    text-align: left;
    /*color: $color3;*/ }
    .social a span[class^="icon-"] {
      font-size: 30px; }
    .social a b {
      display: inline-block;
      text-indent: -50000rem;
      font-size: 1px;
      text-align: left; }
  .social ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .social ul li {
      list-style: none;
      float: left;
      margin: 0;
      padding: 0; }

/* PULSANTE HAMBURGER MENU */
.hamburger {
  position: absolute;
  top: 55px;
  left: auto;
  right: 30px;
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  outline: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 1000;
  /*background: #fff;*/
  transition: all 500ms ease-out; }
  .hamburger:hover {
    opacity: 0.7; }
  @media print, screen and (min-width: 1000px) {
    .hamburger {
      display: none; } }
  .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #247d6a;
    border-radius: 4px;
    position: absolute;
    left: 0;
    transition: all 500ms ease-out; }
    .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
      content: "";
      display: block;
      margin: 0; }
    .hamburger .hamburger-inner::before {
      top: -10px; }
    .hamburger .hamburger-inner::after {
      bottom: -10px;
      top: auto; }
    .hamburger .hamburger-inner.is-active:hover, .hamburger .is-active.hamburger-inner:hover::before, .hamburger .is-active.hamburger-inner:hover::after {
      /*opacity: 0.7; */ }
  .hamburger.is-active {
    left: 0px;
    right: auto;
    transition: all 500ms ease-out; }
    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
      background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-spin .hamburger-inner, .hamburger-spin .hamburger .hamburger-inner::before, .hamburger .hamburger-spin .hamburger-inner::before, .hamburger-spin .hamburger .hamburger-inner::after, .hamburger .hamburger-spin .hamburger-inner::after {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger-spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger-spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger-spin.is-active .hamburger-inner, .hamburger-spin.is-active .hamburger .hamburger-inner::before, .hamburger .hamburger-spin.is-active .hamburger-inner::before, .hamburger-spin.is-active .hamburger .hamburger-inner::after, .hamburger .hamburger-spin.is-active .hamburger-inner::after {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger-spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger-spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* LINGUE */
#nav-lingue {
  position: absolute;
  top: 0;
  right: 30px;
  display: block;
  text-align: center;
  width: auto;
  margin: 0 auto;
  z-index: 1010; }
  @media print, screen and (min-width: 1000px) {
    #nav-lingue {
      top: 17px;
      right: 0; } }
  #nav-lingue .dropbtn {
    position: relative;
    top: 0;
    left: 0;
    background-color: #efefef;
    color: #333;
    border-radius: 25px;
    line-height: 21px;
    padding: 5px 15px 5px 20px;
    font-size: 0.90rem;
    border: none;
    cursor: pointer;
    z-index: 99;
    outline: none;
    margin: 0; }
    #nav-lingue .dropbtn:hover {
      background-color: #247d6a;
      color: #fff; }
    #nav-lingue .dropbtn span {
      display: inline-block;
      font-size: 1.5rem;
      line-height: 21px;
      vertical-align: middle; }
  #nav-lingue ul {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    max-height: 0;
    list-style: none;
    background-color: #efefef;
    color: #333;
    overflow: hidden;
    transition: all 500ms ease-out;
    margin: 0;
    padding: 0;
    z-index: 98;
    border-radius: 0 0 20px 20px; }
    #nav-lingue ul.open {
      display: block;
      max-height: 120px;
      padding: 20px 0 10px 0; }
    #nav-lingue ul li {
      list-style: none;
      line-height: 20px;
      padding: 0;
      margin: 0; }
      #nav-lingue ul li a {
        border: none;
        text-decoration: none;
        font-size: 0.90em;
        font-weight: bold;
        text-align: center;
        color: #000;
        cursor: pointer;
        display: block;
        padding: 5px 0; }
        #nav-lingue ul li a:hover, #nav-lingue ul li a:focus {
          background-color: #247d6a;
          color: #fff; }
  #nav-lingue .icon-ico-lingue {
    font-size: 25px;
    color: #00735a; }

/* --------------------------- 2.3 CONTENUTO */
#main {
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  z-index: 40;
  padding: 0;
  margin: 0; }

/* --------------------------- 2.4 FOOTER */
#footer {
  position: relative;
  text-align: center;
  margin: 0;
  z-index: 50;
  padding: 0; }
  @media print, screen and (min-width: 800px) {
    #footer {
      text-align: left; } }
  #footer p {
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin: 0;
    padding: 0; }
  #footer #dati {
    padding: 10px 0;
    color: #666; }
    @media print, screen and (min-width: 1000px) {
      #footer #dati {
        /*display: inline-block;*/
        vertical-align: middle;
        margin: 0; } }
  #footer #privacy-cookie {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px 0; }
    @media print, screen and (min-width: 1000px) {
      #footer #privacy-cookie {
        text-align: right; } }
    @media print, screen and (min-width: 1000px) {
      #footer #privacy-cookie p {
        text-align: right; } }
    #footer #privacy-cookie a {
      color: #666;
      padding: 0 5px; }
      #footer #privacy-cookie a:hover, #footer #privacy-cookie a:focus, #footer #privacy-cookie ahover {
        color: #247d6a; }
      #footer #privacy-cookie a:last-child {
        padding-right: 0; }

/*///////////////////////////  3.0 STILI SPECIFICI PER I CONTENUTI  ///////////////////////////*/
#contenuto {
  text-align: left; }
  #contenuto .rientro {
    padding-left: 20px;
    border-left: 3px solid #247d6a; }
    @media print, screen and (min-width: 1000px) {
      #contenuto .rientro {
        padding-left: 40px; } }
  @media print, screen and (min-width: 1000px) {
    #contenuto .wrapper {
      padding: 0; } }

#home #contenuto {
  text-align: center; }

/*////////  HOMEPAGE  /////////*/
/* SLIDER HOME */
#slider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0; }
  #slider .slider {
    background: url(/js/slick/ajax-loader.gif) center center no-repeat;
    position: relative;
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 1000px) {
      #slider .slider {
        height: 340px;
        overflow: hidden; } }
    @media screen and (min-width: 1440px) {
      #slider .slider {
        height: 415px;
        overflow: hidden; } }


/* ================== */


.scroll {
  display: none; }
  @media print, screen and (min-width: 1000px) {
    .scroll {
      display: block;
      position: absolute;
      left: 50%;
      bottom: 40px;
      z-index: 101;
      background: url(../img/chevron-with-circle-down.svg) center center no-repeat;
      background-size: contain;
      color: #fff;
      width: 60px;
      height: 60px;
      margin: 0 0 0 -30px; }
      .scroll .scroll a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -50000rem;
        font-size: 1px;
        text-align: left;
        border: none;
        text-decoration: none; } }
  @media print, screen and (min-width: 1400px) {
    .scroll {
      width: 80px;
      height: 80px;
      margin: 0 0 0 -40px; } }

.introd {
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
  margin: 20px auto; }
  .introd div {
    display: inline-block;
    vertical-align: bottom;
    max-width: 80%;
    text-align: center;
    margin: 20px auto;
    padding: 0 5%; }
  .introd img {
    display: inline-block;
    vertical-align: top; }

#categorie-home, #categorie-prod {
  width: 100%; }
  #categorie-home ul, #categorie-prod ul {
    list-style: none;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px solid #cdcdcd;
    margin: 0;
    padding: 0; }
    #categorie-home ul li, #categorie-prod ul li {
      display: block;
      position: relative;
      float: left;
      width: 50%;
      text-align: center;
      margin: 0;
      padding: 0; }
      @media print, screen and (min-width: 1000px) {
        #categorie-home ul li, #categorie-prod ul li {
          width: calc(100% / 6);
          height: 100%; } }
      #categorie-home ul li a, #categorie-prod ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #247d6a;
        padding: 20px 0;
        border: none;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.90rem;
        font-weight: bold;
        line-height: 1.2rem;
        /*                transition: all 500ms ease-out;*/ }
        #categorie-home ul li a:hover, #categorie-prod ul li a:hover {
          background: #247d6a;
          color: #fff; }
      #categorie-home ul li span[class^="icon-"], #categorie-prod ul li span[class^="icon-"] {
        display: block;
        width: 100%;
        font-size: 80px;
        margin: 0 0 20px 0;
        border: none; }

#cta {
  text-align: center; }
  #cta .wrapper {
    padding: 50px 0;
    border-top: 1px solid #cdcdcd; }
  #cta h2 {
    margin-bottom: 10px; }
  #cta h3 {
    margin-top: 10px; }
  @media screen and (min-width: 1000px) {
    #cta p {
      width: 70%;
      margin: 40px auto; } }

p.btn.contatti {
  width: 100%;
  text-align: center;
  margin: 40px 0 10px 0; }
  @media print, screen and (min-width: 1000px) {
    p.btn.contatti {
      padding: 0 0 0 60px; } }
  p.btn.contatti a {
    text-transform: none;
    font-size: 1.2rem;
    padding: 15px 30px;
    margin: 0 20px; }
    p.btn.contatti a span {
      min-width: 30px;
      font-size: 1.6rem; }

body#home #cta, body#scheda-prod #cta, body#news #cta {
  /*        margin-top: 40px;*/ }
  body#home #cta .wrapper, body#scheda-prod #cta .wrapper, body#news #cta .wrapper {
    border: none; }

#ultimenews {
  background: url(../img/bg-news.gif) repeat-x;
  background-position: 0 200px;
  padding: 30px 0; }
  #ultimenews h3 {
    margin: 10px 0 25px 0;
    padding: 0; }
  #ultimenews article {
    text-align: left; }
    @media print, screen and (min-width: 1000px) {
      #ultimenews article {
        width: 47%;
        display: inline-block;
        float: left;
        margin: 0; } }
    #ultimenews article.n2 {
      padding: 30px 0 0 0; }
      @media print, screen and (min-width: 1000px) {
        #ultimenews article.n2 {
          float: right;
          padding: 0; } }
    #ultimenews article .data, #ultimenews article p.data {
      font-size: 0.80rem;
      color: #666;
      padding: 0;
      margin: 0; }
    #ultimenews article h4 {
      margin: 5px 0 25px 0;
      padding: 0; }
    #ultimenews article .descr {
      border-left: 1px solid #247d6a;
      padding-left: 20px; }

/*////////  NEWS   /////////*/
.elenco-news, .elenco-prodotti {
  position: relative;
  padding: 0; }
/* Nicola, aggiunto ":first-child" al 04-feb-2025 per poter inserire liste */
/* dentro gli elenchi prodotti ----> tolto. */
  .elenco-news ul, .elenco-prodotti ul {
    list-style: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    margin: 0;
    padding: 0; }
    .elenco-news ul li, .elenco-prodotti ul li {
      list-style: none;
      position: relative;
      width: 100%;
      display: block;
      padding: 20px 0;
      margin: 0;
      border-top: 1px solid #cdcdcd;
      font-size: 0.90rem;
      vertical-align: top;
      /*transition: all 500ms ease-out;*/ }
      .elenco-news ul li img, .elenco-prodotti ul li img {
        display: block;
        max-width: 90%;
        vertical-align: top;
        box-sizing: border-box;
        margin: 0 0 10px 0; }
        @media print, screen and (min-width: 1000px) {
          .elenco-news ul li img, .elenco-prodotti ul li img {
            display: inline-block;
            margin: 0 10px 0 0;
            width: 25%; } }
      .elenco-news ul li .inner, .elenco-prodotti ul li .inner {
        box-sizing: border-box;
        vertical-align: top; }
        @media print, screen and (min-width: 1000px) {
          .elenco-news ul li .inner, .elenco-prodotti ul li .inner {
            width: calc(75% - 20px);
            display: inline-block;
            padding: 0 0 0 20px; } }
      .elenco-news ul li h3, .elenco-prodotti ul li h3 {
        font-size: 1.2rem;
        margin: 0; }
      .elenco-news ul li p, .elenco-prodotti ul li p {
        line-height: 1.2rem;
        color: #666; }
      .elenco-news ul li .data, .elenco-prodotti ul li .data {
        font-size: 0.75rem !important;
        margin: 0 !important; }
        .elenco-news ul li .data::before, .elenco-prodotti ul li .data::before {
          content: "■";
          display: inline-block;
          font-size: 0.75rem;
          color: #247d6a;
          padding: 0 5px 0 0; }

/*////////  PRODOTTI   /////////*/
#categorie-prod {
  z-index: 90; }
  #categorie-prod ul {
    display: table;
    margin: 0 0 40px 0; }
    #categorie-prod ul li {
      display: table-cell;
      border-right: 1px solid #fff; }
      #categorie-prod ul li a {
        display: block;
        text-transform: none;
        vertical-align: middle;
        color: #247d6a;
        background: #efefef;
        padding: 15px 0 10px 0; }
        #categorie-prod ul li a.selected {
          background: #247d6a;
          color: #fff;
          position: relative; }
      #categorie-prod ul li span[class^="icon-"] {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        font-size: 30px;
        margin: 0 5px 0 0; }
        @media screen and (min-width: 1440px) {
          #categorie-prod ul li span[class^="icon-"] {
            font-size: 40px;
            margin-right: 10px; } }
        @media print {
          #categorie-prod ul li span[class^="icon-"] {
            font-size: 25px;
            margin-right: 5px; } }

.elenco-cat-prodotti {
  position: relative;
  padding: 0; }
  .elenco-cat-prodotti ul, .elenco-cat-prodotti .col-container {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /*        justify-content: space-between;*/
    margin: 0;
    padding: 0;
    width: 100%; }
    .elenco-cat-prodotti ul li, .elenco-cat-prodotti ul .col, .elenco-cat-prodotti .col-container li, .elenco-cat-prodotti .col-container .col {
      list-style: none;
      position: relative;
      width: 100%;
      padding: 0;
      margin: 8px 0;
      border: 1px solid #cdcdcd;
      font-size: 0.90rem; }
      @media print, screen and (min-width: 600px) {
        .elenco-cat-prodotti ul li, .elenco-cat-prodotti ul .col, .elenco-cat-prodotti .col-container li, .elenco-cat-prodotti .col-container .col {
          width: calc(50% - 10px);
          margin: 8px 10px 8px 0; } }
      @media print, screen and (min-width: 1000px) {
        .elenco-cat-prodotti ul li, .elenco-cat-prodotti ul .col, .elenco-cat-prodotti .col-container li, .elenco-cat-prodotti .col-container .col {
          width: calc(33.333% - 10px);
          margin: 8px 10px 8px 0; } }
      .elenco-cat-prodotti ul li:hover, .elenco-cat-prodotti ul li:focus, .elenco-cat-prodotti ul .col:hover, .elenco-cat-prodotti ul .col:focus, .elenco-cat-prodotti .col-container li:hover, .elenco-cat-prodotti .col-container li:focus, .elenco-cat-prodotti .col-container .col:hover, .elenco-cat-prodotti .col-container .col:focus {
        border: none; }
        @media screen {
          .elenco-cat-prodotti ul li:hover, .elenco-cat-prodotti ul li:focus, .elenco-cat-prodotti ul .col:hover, .elenco-cat-prodotti ul .col:focus, .elenco-cat-prodotti .col-container li:hover, .elenco-cat-prodotti .col-container li:focus, .elenco-cat-prodotti .col-container .col:hover, .elenco-cat-prodotti .col-container .col:focus {
            border: 1px solid #247d6a; } }
      .elenco-cat-prodotti ul li img, .elenco-cat-prodotti ul .col img, .elenco-cat-prodotti .col-container li img, .elenco-cat-prodotti .col-container .col img {
        width: 100%; }
      .elenco-cat-prodotti ul li .inner, .elenco-cat-prodotti ul .col .inner, .elenco-cat-prodotti .col-container li .inner, .elenco-cat-prodotti .col-container .col .inner {
        padding: 20px 20px 40px 20px; }
      .elenco-cat-prodotti ul li h3, .elenco-cat-prodotti ul .col h3, .elenco-cat-prodotti .col-container li h3, .elenco-cat-prodotti .col-container .col h3 {
        font-size: 1rem;
        margin: 0; }
        @media print, screen and (min-width: 1000px) {
          .elenco-cat-prodotti ul li h3, .elenco-cat-prodotti ul .col h3, .elenco-cat-prodotti .col-container li h3, .elenco-cat-prodotti .col-container .col h3 {
            margin: 10px 0 0 0; } }
      .elenco-cat-prodotti ul li p, .elenco-cat-prodotti ul .col p, .elenco-cat-prodotti .col-container li p, .elenco-cat-prodotti .col-container .col p {
        line-height: 1.2rem;
        color: #666; }
      .elenco-cat-prodotti ul li a, .elenco-cat-prodotti ul .col a, .elenco-cat-prodotti .col-container li a, .elenco-cat-prodotti .col-container .col a {
        text-transform: uppercase;
        text-decoration: none; }
        @media screen {
          .elenco-cat-prodotti ul li a, .elenco-cat-prodotti ul .col a, .elenco-cat-prodotti .col-container li a, .elenco-cat-prodotti .col-container .col a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; } }
        @media screen {
          .elenco-cat-prodotti ul li a > span.txt_link, .elenco-cat-prodotti ul .col a > span.txt_link, .elenco-cat-prodotti .col-container li a > span.txt_link, .elenco-cat-prodotti .col-container .col a > span.txt_link {
            position: absolute;
            bottom: 10px;
            left: 20px; } }
        .elenco-cat-prodotti ul li a > span.txt_link span, .elenco-cat-prodotti ul .col a > span.txt_link span, .elenco-cat-prodotti .col-container li a > span.txt_link span, .elenco-cat-prodotti .col-container .col a > span.txt_link span {
          text-decoration: underline; }
        .elenco-cat-prodotti ul li a span[class^="icon-"], .elenco-cat-prodotti ul .col a span[class^="icon-"], .elenco-cat-prodotti .col-container li a span[class^="icon-"], .elenco-cat-prodotti .col-container .col a span[class^="icon-"] {
          font-size: 1.8rem;
          vertical-align: middle;
          text-decoration: none !important; }

.elenco-prodotti .inner a {
  padding: 8px 25px; }
  .elenco-prodotti .inner a span {
    font-size: 1.2rem;
    line-height: 1rem;
    padding: 0; }

/*////////  CONTATTI   /////////*/
iframe.mappa {
  width: 100%;
  height: 415px; }

/*////////  GALLERY  /////////*/
#gallery ul, ul.gallery {
  position: relative;
  list-style: none;
  clear: both;
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 30px 0 30px 0;
  padding: 0; }
  #gallery ul li, ul.gallery li {
    position: relative;
    list-style: none;
    background: none !important;
    text-indent: 0;
    float: left;
    display: inline;
    text-align: center;
    height: auto;
    width: 49%;
    overflow: hidden;
    margin: 0 0.5% 5px 0.5%;
    padding: 0; }
    #gallery ul li a, ul.gallery li a {
      border: none;
      text-decoration: none; }
    #gallery ul li img, ul.gallery li img {
      border: none;
      display: block;
      /* obbligatorio per evitare spaziature sotto all'immagine  */
      margin: 0;
      padding: 0; }
    #gallery ul li:nth-child(2n), #gallery ul li.ultimo, ul.gallery li:nth-child(2n), ul.gallery li.ultimo {
      margin-right: 0; }
    @media print, screen and (min-width: 800px) {
      #gallery ul li, ul.gallery li {
        width: 24.8%;
        margin: 0 0.1% 2px 0.1%; }
        #gallery ul li:nth-child(2n), ul.gallery li:nth-child(2n) {
          margin-right: 0.1%; }
        #gallery ul li:nth-child(4n), ul.gallery li:nth-child(4n) {
          margin-right: 0; } }
  #gallery ul:after, ul.gallery:after {
    content: '';
    clear: both;
    width: 100%;
    float: none;
    display: block; }

ul.carosello {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.carosello li {
    list-style: none;
    margin: 0;
    padding: 0; }

.carosello {
  margin: 30px 0;
  display: block; }
  @media screen and (max-width: 999px) {
    .carosello {
      margin: 0 30px; } }
  .carosello div {
    margin: 0 3px; }

#contenitore .slick-dots li button:before, #contenitore li.slick-active button:before {
  color: #247d6a !important; }
#contenitore .slick-prev:before, #contenitore .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #247d6a !important; }

/*# sourceMappingURL=screen.css.map */

/* 
===========================================================
==== Aggiunti da Nicola 
===========================================================
*/

/* ============================================================
   ==== Classe "base1", note del 04-Feb-2025. [NM]
   . Serve a permettere l'inserimento di un elenco puntato all'interno 
     di una una "<ul>" che si trova in un div classe "elenco-prodotti". 
   . Putroppo tutti gli UL sotto "elenco-prodotti" come deifnita da Sara.Bertolaso
     hanno lo stesso formato e questo per noi non va bene
   . Per non modificare il CSS di Sara aggingiamo queste definizioni
     che SONO MOLTO BRUTTE ! Infatti si usa ovunque "!important"
     per sovrastare le dichiarazioni fatte da Sara.
   ============================================================ */

/* Nicola: La classe "normale" indica le caratteristiche di default per la pagina  */
/* Borghi e serve ad uscire da stili innesteati.  */
ul.base1 {
   all:initial !important; 
   display:block !important; 
   list-style:square outside none !important; 
   margin-left: 30px !important;
   margin-bottom: 30px !important; 
}

/* per gli "li" che sono figli di una "ul.base"  */
ul.base1 li  {
  all:initial !important; 
  display:list-item !important;
  font-family: "Roboto", sans-serif !important;
  color: gray !important;
  font-size: 80% !important;
  margin-top: 10px !important;
  text-align: !justify;  
}

p.check { 
    color: orange !important;
font-size: 120%;
    margin-top: 1%;
    margin-left: 0%;  
    margin-bottom: 2%; 
    text-align: justify;
    margin-right: 0%;    
}

p.justify { 
    text-align: justify !important;
    text-justify: inter-word !important;
} 


/* ============================================================ */
/* Codici bandierine lingua  */ 
/* ============================================================ */ 

span.flag-lingua { 
    font-size:200%;
    margin-right:10px;
    padding-left: 5px;
    padding-right: 0px;
    border: 0px solid orange;    
    border-radius: 5px;
    vertical-align: middle;
} 

span.flag-lingua.selected { 
    border: 2px solid orange;    
}

span.flag-lingua:hover { 
    background-color: yellow;
}

/* ============================================================ */
/* Codici di riccardo */ 
/* ============================================================ */ 

div.certificati { 
    font-size: 180%;
    margin-top: 1%;
    margin-left: 5%;
    margin-top: 2%;  
}

div.contenuto { 
    font-size: 120%;
    margin-top: 1%;
    margin-left: 5%;  
    margin-bottom: 2%;  
}

div.contenuto-service { 
    font-size: 120%;
    margin-top: 1%;
    margin-left: 0%;  
    margin-bottom: 2%;  
}




table.riccardo {
  table-layout: fixed;
  border-collapse: separate;
  font-size: 0.90rem;
  width: 100%;
  border-spacing: 0;
  padding: 0;
  margin: 10px auto; }
  table td, table th {
    border-bottom: 0px solid #999;
    border-collapse: separate;
    background: none;
    vertical-align: top;
    text-align: justify;
    padding: 5px; }
  table thead td, table th {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 0px solid #999;
    vertical-align: middle;
    padding: 5px; }
  table th[colspan="2"] {
    padding: 0;
    border: none; }


p.contenuto2 { 
    font-size: 120%;
    margin-top: 1%;
    margin-left: 5%;  
    margin-bottom: 2%; 
    text-align: justify;
    margin-right: 5%
}



p.contenuto3 { 
 font-size: 120%;
    margin-top: 1%;
    margin-left: 0%;  
    margin-bottom: 2%; 
    text-align: justify;
    margin-right: 5%

}

p.contenuto4 { 
    font-size: 130%;
    margin-top: 5%;
    margin-left: 5%;  
    margin-bottom: 5%; 
    text-align: center;
    margin-right: 5%
}

p.testo-prodotto { 
 font-size: 120%;
    margin-top: 1%;
    margin-left: 0%;  
    margin-bottom: 2%; 
    text-align: justify;
    margin-right: 0%

}

p.testo-prodotto2 { 
    font-size: 180%;
    font-weight: bold;
    margin-top: 1%;
    margin-left: 0%;  
    margin-bottom: 2%; 
    text-align: justify;
    margin-right: 0%

}

div.contenuto-notizie { 
 font-size: 100%;
    margin-top: 1%;
    margin-left: 4%;  
    margin-bottom: 2%; 
    text-align: justify;
    margin-right: 3%;
    color: #247d6a;
}


table.riccardo2 {
  table-layout: fixed;
  border-collapse: separate;
  font-size: 0.90rem;
  width: 100%;
  border-spacing: 0;
  padding: 0;
  margin: 10px auto; }
  table td, table th {
    border-bottom: 0px solid #999;
    border-collapse: separate;
    background: none;
    vertical-align: top;
    text-align: justify;
    padding: 0px; }
  table thead td, table th {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 0px solid #999;
    vertical-align: middle;
    padding: 0px; }
  table th[colspan="2"] {
    padding: 0;
    border: none; }

