/* Le tre icone dei circuiti di pagamento nel footer.
   Prima arrivavano da Font Awesome completo, caricato da Elementor: qui c'è
   solo il webfont brands in formato woff2 e i tre glifi che servono, così il
   footer resta in piedi anche quando Elementor non ci sarà più. */
@font-face{
  font-family:"of-pagamenti";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(webfonts/fa-brands-400.woff2) format("woff2");
}
.of-pagamento{
  font-family:"of-pagamenti";
  font-weight:400;
  font-style:normal;
  font-size:30px;
  line-height:1;
  color:#535353;
  -webkit-font-smoothing:antialiased;
}
.of-pagamento--visa::before{content:"\f1f0"}
.of-pagamento--mastercard::before{content:"\f1f1"}
.of-pagamento--paypal::before{content:"\f1f4"}
