.transition, .lista-post .box-ante-post .testo, .testata .head-center .menu-top a.btn-menu {
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

body {
  background: #ffffff;
  font-family: "Work Sans", sans-serif;
  color: #345283;
}

a {
  color: #345283;
}
a:hover {
  color: #BE1C1E;
}

.testata .head-top {
  border-bottom: 1px solid white;
}
.testata .head-top .btn-lingua {
  color: #757575;
}
.testata .head-top .btn-lingua:hover {
  color: #345283;
}
.testata .head-center {
  position: absolute;
  padding: 0 5vw;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #345283 100%);
}
.testata .head-center .logo {
  padding: 5px 0;
}
.testata .head-center .menu-top a.btn-menu {
  text-transform: none;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Montserrat", sans-serif;
  border-bottom: 3px solid transparent;
}
.testata .head-center .menu-top a.btn-menu:hover {
  color: white;
  border-bottom: 3px solid #BE1C1E;
}
.testata .head-bottom {
  border-bottom: 1px solid transparent;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  background-color: white;
  border-top: 1px solid white;
}

/* Create three equal columns that floats next to each other */
.column {
  background-color: #fff;
  border-right: 1px solid white;
}

.column h3, .column h3 a {
  font-family: "Montserrat", sans-serif;
}

.column a {
  color: #345283;
}

.column a:hover {
  color: #BE1C1E;
}

.mm-menu {
  --mm-color-background: #ffffff;
  --mm-color-text: #111;
}

#search-form {
  border: 1px solid #ccc;
}
#search-form:hover {
  border: 1px solid #345283;
}

#search-text {
  color: #345283;
}

#search-button svg {
  fill: #345283;
}

.owl-slide {
  background: #345283;
  margin-bottom: 0px;
  height: 45vw;
}
.owl-slide .item {
  height: 45vw;
}
.owl-slide .item img.foto-slide {
  opacity: 0.5;
  filter: grayscale(100%);
}
.owl-slide .item .testo-slide .titolo {
  color: white;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.owl-slide .owl-prev {
  border: 0px solid black;
}
.owl-slide .owl-next {
  border: 0px solid black;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #333333;
  background: #333333;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: white;
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
}

.btn-azione-home {
  background: #345283;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: white;
  font-variant: none;
  border-radius: 30px;
  padding: 1vw 3vw;
  outline: 2px solid #345283;
  outline-offset: 3px;
}
.btn-azione-home:hover {
  background: #BE1C1E;
  border-color: #BE1C1E;
  outline-color: #BE1C1E;
  color: white;
}
.btn-azione-home::first-letter {
  text-transform: uppercase;
}

.blocco-pagina {
  margin: 1vw 0;
}
.blocco-pagina .titolo {
  font-family: "Montserrat", sans-serif;
}

.vetrina-categorie {
  background: #111111;
}
.vetrina-categorie .testo {
  color: white;
}
.vetrina-categorie .testo h2 {
  font-family: "Montserrat", sans-serif;
}
.vetrina-categorie a:hover {
  outline: 1px solid #ffffff;
}
.vetrina-categorie:hover .btn-azione-home {
  background: #BE1C1E;
  border-color: #BE1C1E;
  color: white;
}

.chi-siamo-home {
  color: #345283;
  padding: 0 5vw;
}
.chi-siamo-home .titolo {
  font-size: 36px;
  line-height: 56px;
  margin-bottom: calc(10px + 1vw);
}
.chi-siamo-home .bg-chi {
  padding-top: calc(20px + 5vw);
  padding-bottom: calc(20px + 5vw);
}
.chi-siamo-home .bg-chi .over-chi {
  background: rgba(255, 255, 255, 0.7);
  padding: calc(10px + 3vw);
  width: 65%;
  margin: 0 auto;
  z-index: 9;
}
.chi-siamo-home .bg-chi .over-chi .btn-azione-home::first-letter {
  text-transform: uppercase;
}

.lista-post .box-ante-post .ante-img {
  background: #111111;
}
.lista-post .box-ante-post .testo {
  color: white;
  background: #020024;
  background: linear-gradient(0deg, #020024 0%, #111111 0%, rgba(0, 212, 255, 0) 100%);
}
.lista-post .box-ante-post .testo h2 {
  font-family: "Montserrat", sans-serif;
}

.dettaglio .prima-img {
  background-color: #345283;
  padding-top: calc(120px + 3vw);
  padding-bottom: calc(60px + 3vw);
}
.dettaglio .prima-img img {
  display: block;
  filter: grayscale(100%);
  top: 0;
}
.dettaglio .prima-img .testo h1 {
  font-family: "Montserrat", sans-serif;
}
.dettaglio .prima-img .testo p {
  color: white;
}
.dettaglio .prima-img .testo .dett-data {
  color: white;
}

.box-servizio {
  background-color: #111111;
}
.box-servizio h2 {
  color: white;
}

.service-alt h2 {
  font-family: "Montserrat", sans-serif;
}

.box-prodotto .prod-immagine {
  background: #eee;
}

.bread {
  border-bottom: 1px solid white;
  color: #888;
}
.bread a {
  color: #888;
}

.prod-dett-prezzo {
  border-top: 1px solid white;
}

a.aggiungi-carrello:not([href]):not([tabindex]) {
  color: white;
}
a.aggiungi-carrello:not([href]):not([tabindex]):hover {
  color: #111111;
}

a.aggiungi-carrello {
  border: 1px solid #111111;
  background: #111111;
  color: white;
}
a.aggiungi-carrello:hover {
  background: #ffffff;
  color: #111111;
  border: 1px solid #111111;
}

a.richiedi-info {
  border: 1px solid #111111;
  background: transparent;
  color: #111111;
}
a.richiedi-info:hover {
  background: #111111;
  color: white;
  border: 1px solid #111111;
}

.prod-dettaglio .owl-prodotto .item {
  background: #ffffff;
}
.prod-dettaglio .owl-prodotto .owl-prev {
  border: 0px solid black;
}
.prod-dettaglio .owl-prodotto .owl-prev span {
  color: white;
}
.prod-dettaglio .owl-prodotto .owl-next {
  border: 0px solid black;
}
.prod-dettaglio .owl-prodotto .owl-next span {
  color: white;
}
.prod-dettaglio .owl-carousel .owl-nav button.owl-next, .prod-dettaglio .owl-carousel .owl-nav button.owl-prev {
  background: #333333;
}
.prod-dettaglio .owl-carousel .owl-nav button.owl-next:hover, .prod-dettaglio .owl-carousel .owl-nav button.owl-prev:hover {
  background: yellowgreen;
}
.prod-dettaglio .prod-dett-disponibilita {
  border-top: 1px solid white;
}
.prod-dettaglio .prod-dett-qta {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.prod-dettaglio .select-varianti .etichetta {
  color: #B0B0B0;
}
.prod-dettaglio .select-varianti .select-var {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.prod-dett-testo {
  /* Basic Theme */
}
.prod-dett-testo [data-accordion] [data-content] {
  background: #ffffff;
}
.prod-dett-testo [data-accordion] [data-content] article {
  background: transparent;
}
.prod-dett-testo [data-accordion] [data-content] [data-content] {
  background: #ffffff;
}
.prod-dett-testo [data-accordion] [data-content] [data-content] [data-content] {
  background: #e4ffe4;
}
.prod-dett-testo [data-accordion] [data-control] {
  border-bottom: 1px solid #d7d7d7;
}
.prod-dett-testo [data-accordion] [data-control]:hover {
  color: yellowgreen;
  background: white;
}
.prod-dett-testo [data-accordion] > [data-control]:after {
  color: #444;
}

.prod-filtri {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.prod-ordinamento .select-ordinamento {
  background: transparent;
}

.prod-label {
  background: #E71D36;
  color: white;
}

.titolo-catalogo {
  border-top: 1px solid white;
}

.variante {
  border-top: 1px solid white;
}

.blocco-tecnico {
  border-bottom: 1px solid white;
}

.tabella-prodotti {
  border-bottom: 1px solid white;
}

.blocco-fascia-testo h2 {
  font-family: "Montserrat", sans-serif;
}

.titoletto {
  font-family: "Montserrat", sans-serif;
}

#cart {
  background: white;
}

.shopping-cart .block-heading span.active {
  border-bottom: 1px solid #345283;
}

.filtri-catalogo {
  border-top: 1px solid white;
}
.filtri-catalogo .applica-filtri {
  border: 1px solid #345283;
  background: #345283;
  color: white;
}
.filtri-catalogo .applica-filtri:hover {
  background: #BE1C1E;
  color: white;
  border: 1px solid #BE1C1E;
}

.blocco h2 {
  font-family: "Montserrat", sans-serif;
}

.fascia-newsletter {
  background: #BE1C1E;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.fascia-newsletter:hover {
  background: #BE1C1E;
  color: white;
}

.blocco-contatti h2 {
  font-family: "Montserrat", sans-serif;
}

.blocco-aloisiana {
  border-top: 2px dashed #345283;
  border-bottom: 2px dashed #345283;
}

.blocco-form {
  background: white;
  color: #345283;
}
.blocco-form a {
  color: #BE1C1E;
}
.blocco-form h2 {
  font-family: "Montserrat", sans-serif;
}

.form-contatti input {
  border-color: #345283;
}
.form-contatti textarea {
  border-color: #345283;
}
.form-contatti .btn-vai {
  background: transparent;
  border: 2px solid #345283;
  color: #345283;
  font-family: "Montserrat", sans-serif;
}
.form-contatti .btn-vai:hover {
  background: #BE1C1E;
  color: white;
  border-color: #BE1C1E;
}

.procedi-acquisto {
  background: #345283;
  color: white;
  font-size: "Montserrat", sans-serif;
}
.procedi-acquisto:hover {
  background: #BE1C1E;
  color: #345283;
}

.btn-primary {
  background: #BE1C1E;
  color: white;
  border-color: #BE1C1E;
}
.btn-primary:hover {
  background: #BE1C1E;
  color: #345283;
  border-color: #BE1C1E;
}

.newsletter #mc-embedded-subscribe {
  background: #BE1C1E;
}
.newsletter #mc-embedded-subscribe:hover {
  background: #BE1C1E;
  color: #345283;
}

.footer-sito {
  background-color: #345283;
  color: white;
}
.footer-sito a {
  color: white;
}
.footer-sito a:hover {
  color: #BE1C1E;
}
.footer-sito .social .svg-icon:hover path,
.footer-sito .social .svg-icon:hover polygon,
.footer-sito .social .svg-icon:hover rect {
  fill: #BE1C1E;
}
.footer-sito .social .svg-icon:hover circle {
  stroke: #BE1C1E;
}
.footer-sito .social .svg-icon path,
.footer-sito .social .svg-icon polygon,
.footer-sito .social .svg-icon rect {
  fill: white;
}
.footer-sito .social .svg-icon circle {
  stroke: white;
}

/*---- ADDED RULES --------------------------------------------------------------------------------------------*/
h2 {
  font-size: 36px;
  line-height: 68px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 18px;
  line-height: 26px;
}

.foot-pagamenti {
  visibility: hidden;
}

h2, p, a {
  color: #345283;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-item {
  border-bottom: 2px solid #BE1C1E;
  font-family: "Montserrat", sans-serif;
  color: #345283;
  padding: 10px;
}

.dropdown-item:hover {
  background-color: #BE1C1E;
  color: white;
}

.cont-padding {
  padding: 0 5vw;
}

.squared-border {
  --border-color: #345283;
  --border-weight: 2px;
  --dash-size: 12px;
  --gap-size: 10px;
  position: relative;
  padding: 20px;
  background: linear-gradient(90deg, var(--border-color) 100%, transparent 100%) top left no-repeat, linear-gradient(90deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) top center repeat-x, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) top right no-repeat, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) top left no-repeat, linear-gradient(0deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) center left repeat-y, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) bottom left no-repeat, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) bottom left no-repeat, linear-gradient(90deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) bottom center repeat-x, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) bottom right no-repeat, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) top right no-repeat, linear-gradient(0deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) center right repeat-y, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) bottom right no-repeat;
  background-size: var(--dash-size) var(--border-weight), calc(var(--dash-size) + var(--gap-size)) var(--border-weight), var(--dash-size) var(--border-weight), var(--border-weight) var(--dash-size), var(--border-weight) calc(var(--dash-size) + var(--gap-size)), var(--border-weight) var(--dash-size);
  z-index: 0;
}

.dashed-border {
  --d:2deg;
  /* distance between dashes */
  --n:80;
  /* number of dashes */
  --b:3px;
  /* control the thickness of border*/
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 50%;
  position: relative;
}

.dashed-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--c, #345283);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--b)), #fff calc(100% - var(--b) + 1px)), repeating-conic-gradient(#000 0 calc(360deg / var(--n) - var(--d)), transparent 0 calc(360deg / var(--n)));
  -webkit-mask-composite: source-in;
  mask: radial-gradient(farthest-side, transparent calc(100% - var(--b)), #fff calc(100% - var(--b) + 1px)), repeating-conic-gradient(#000 0 calc(360deg / var(--n) - var(--d)), transparent 0 calc(360deg / var(--n)));
  mask-composite: intersect;
}

.dashed-border::before {
  content: "";
  padding-top: 100%;
}

.ante-img {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 93%;
  aspect-ratio: 1/1;
  z-index: 1;
  text-align: center;
}
.ante-img img {
  object-fit: cover;
  margin: 0;
  height: 100%;
  width: 100%;
}

.testata .head-center {
  padding: 0 4vw;
}
.testata .head-center .logo {
  max-height: 120px;
}
.testata .head-center .menu-top a.btn-menu {
  border-top: transparent;
  color: white;
  font-size: 21px;
}

.testata-new .head-center {
  height: 140px;
}

.vet-aff {
  margin: 60px 0;
}
.vet-aff h2 {
  margin-bottom: 0;
}
.vet-aff p {
  margin-bottom: 25px;
}
.vet-aff .ante-text-vetrina {
  padding-left: 2vw;
  padding-right: 0px;
}

.text-tooltip h1 {
  margin: 1vw 3vw;
  font-size: 18px;
  padding-bottom: 10px;
}
.text-tooltip .btn-azione-home {
  font-size: 14px;
  padding: 10px 15px;
  margin: 1vw 3vw;
}

.map {
  padding-top: 0;
  padding-bottom: 5vw;
}
.map .blocco-testo-singolo .blocco-testo p {
  text-align: center;
}
.map h2 {
  text-align: center;
}
.map .int-map {
  height: calc(500px + 15vw);
}

.ante-luogo {
  text-align: center;
}
.ante-luogo .ante-img {
  width: 90%;
}
.ante-luogo .testo-luogo {
  text-align: left;
  padding: 3vw 0;
}
.ante-luogo .testo-luogo h2 {
  font-size: 24px;
  line-height: 29px;
}
.ante-luogo a:hover h2, .ante-luogo a:hover p {
  color: #BE1C1E;
}
.ante-luogo a:hover .dashed-border::after {
  background: var(--c, #BE1C1E);
}

/*- END ADDED RULES --------------------------------------------------------------------------------------------*/
/*new rules from cubo*/
.blocco h2 {
  font-size: 32px;
  line-height: 48px;
}

.blocco-testo h2 {
  line-height: 1.5;
}

.blocco-testo-singolo .blocco-testo {
  padding: 0 10vw;
}
.blocco-testo-singolo .blocco-testo h2 {
  line-height: 1.5;
}

.blocco_video6_6 {
  padding: 0 10vw;
}

.blocco12 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 10vw;
}

.blocco5_7 {
  padding: 0 10vw;
}

.blocco7_5 {
  padding: 0 10vw;
}

.blocco-fascia-testo .over-fascia {
  padding-top: calc(100px + 5vw);
  padding-bottom: calc(100px + 5vw);
}
.blocco-fascia-testo .over-fascia p {
  text-align: center;
  width: calc(60% - 10vw);
  margin: 0 auto;
}

.blocco-citazione .citazione .cit-autore {
  padding-top: 30px;
}
.blocco-citazione .citazione .cit-autore span {
  border-color: #BE1C1E;
}

.blocco-gallery-multi .owl-multi {
  padding: 0 10vw;
}

.blocco-gallery12 {
  padding: 0 3vw;
}
.blocco-gallery12 .owl-single {
  padding: 0 10vw;
}

.container .text-tooltip h1 {
  font-size: 22px;
}
.container .text-tooltip a {
  margin-bottom: 10px;
}

/*---- RESPONSIVO ----*/
/* Extra large devices (large desktops, 1200px and up) */
/* Large devices (desktops) */
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  #my-page {
    max-width: 100vw;
  }

  body {
    max-width: 100vw;
  }

  html {
    width: 100vw;
    max-width: 100vw;
  }

  .testata-new {
    width: 100vw;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .testata-new .head-center {
    height: auto;
    padding-top: 0;
  }
  .testata-new .burger-desktop {
    display: flex;
    color: white;
  }

  .testata .head-center .logo {
    max-height: 90px;
  }

  .testo-slide .titolo {
    padding-top: 5vw;
  }

  .map .int-map {
    height: 400px;
    padding-bottom: 20px;
  }

  .vet-aff .dashed-border {
    --d:4deg;
    /* distance between dashes */
    --n:40;
    /* number of dashes */
    --b:3px;
  }
  .vet-aff .dashed-border .ante-img {
    width: 85%;
  }

  .ante-luogo .testo-luogo h2 {
    margin-bottom: 15px;
  }

  .blocco-testo-singolo .blocco-testo {
    padding: 0;
  }
  .blocco-testo-singolo .blocco-testo h2 {
    line-height: 1.5;
  }

  .blocco6_6 .blocco-testo {
    padding: 0;
  }
  .blocco6_6 .blocco-testo h2 {
    line-height: 1.5;
  }

  .blocco_video6_6 {
    padding: 0;
  }
  .blocco_video6_6 .box-video iframe {
    left: 0;
    width: 100% !important;
  }
  .blocco_video6_6 .txt-sx {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .blocco_video6_6 .txt-dx {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .blocco12 {
    padding: 0;
  }

  .blocco_video12 {
    padding: 0;
  }

  .blocco5_7 {
    padding: 0;
  }

  .blocco7_5 {
    padding: 0;
  }

  .blocco-gallery-multi .owl-multi {
    padding: 0;
  }

  .blocco-gallery12 .owl-single {
    padding: 0;
  }

  .blocco-wall {
    padding: 0;
  }
}
/* Small devices  */
@media (max-width: 767px) {
  .blocco h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .cont-padding {
    padding-left: calc(20px + 5vw);
    padding-right: calc(20px + 5vw);
  }

  .blocco-pagina {
    padding-left: calc(20px + 5vw);
    padding-right: calc(20px + 5vw);
  }

  .blocco-testo-singolo .blocco-testo {
    padding: 0;
    text-align: left;
  }

  .dettaglio .prima-img {
    padding-top: calc(70px + 3vw);
  }
  .dettaglio .prima-img .testo {
    padding-top: 50px;
  }

  .vet-aff .dashed-border {
    text-align: center;
    --d:4deg;
    /* distance between dashes */
    --n:40;
    /* number of dashes */
    --b:3px;
  }
  .vet-aff .dashed-border .ante-img {
    width: 88%;
  }
  .vet-aff .ante-text-vetrina {
    text-align: center;
  }

  .squared-border {
    padding: 15px;
  }

  .chi-siamo-home .titolo {
    font-size: 24px;
    line-height: 40px;
  }
  .chi-siamo-home .bg-chi {
    padding-top: calc(20px + 1vw);
    padding-bottom: calc(20px + 1vw);
  }
  .chi-siamo-home .bg-chi .over-chi {
    padding: calc(5px + 1vw);
    width: 90%;
  }
  .chi-siamo-home .bg-chi .over-chi .btn-azione-home {
    margin-bottom: 20px;
  }

  .map .int-map {
    height: 400px;
  }

  .ante-luogo {
    margin: 3vw auto;
    padding: 0;
  }
  .ante-luogo .dashed-border {
    --d:4deg;
    --n:40;
    --b:3px;
  }
  .ante-luogo .dashed-border .ante-img {
    width: 90%;
    margin: auto;
  }
  .ante-luogo .testo-luogo {
    padding: 3vw 0;
  }
  .ante-luogo .testo-luogo h2 {
    padding-top: 3vw;
  }
  .ante-luogo .testo-luogo p {
    text-align: center;
  }
}
/* Extra Small devices */

/*# sourceMappingURL=site.css.8bc38c99c83a.map */
