@charset "UTF-8";
body[class*=ti-] {
  display: block;
}
[class*=ti-] {
  display: block;
}
/* ===================================
	font
====================================== */
/* ===================================
	variable
====================================== */
/*#2cbfff*/
/* max color light per testo */
.bi.bi-suit-heart-fill.text-dark {
  color: #116091 !important;
}
/* ===================================
	COLOR213
====================================== */
.text-theme-dark {
  color: #122956;
}
.text-theme {
  color: #116091;
}
.text-template {
  color: #00943d;
}
.text-gray {
  color: #666666;
}
.text-gray-dark {
  color: #666666;
}
.text-dark-gray {
  color: #444;
}
.text-green {
  color: #009640;
}
.text-base-color {
  color: #116091;
}
.text-whatsapp {
  color: #25D366;
}
/* ===================================
	BG
====================================== */
.bg-theme-dark,
.widget-bg-theme-dark {
  background-color: #122956;
}
.bg-theme,
.bgtheme,
.widget-bg-theme {
  background-color: #116091;
}
.bg-theme-light,
.widget-bg-theme-light {
  background-color: #45bff4;
}
.bg-theme-very-light {
  background-color: #d8eafe;
}
.bg-template,
.bgtemplate,
.widget-bg-template {
  background-color: #00943d;
  color: #000000;
}
.bg-gray-light {
  background-color: #eeeeee;
}
.bg-gray-medium {
  background-color: #cccccc;
}
.bg-gray-very-light {
  background-color: #f6f6f6;
}
.bg-gray-extra-light {
  background-color: #eaeaeb;
}
.bg-green {
  background-color: #009640;
}
.bg-base-color {
  background-color: #116091;
}
.bg-whatsapp {
  background-color: #25D366;
  color: #000000;
}
.bg-transparent {
  background-color: transparent;
}
/* ===================================
	BORDER
====================================== */
.border-all {
  border: 1px solid #eeeeee;
}
.border-bottom {
  border-bottom: 1px solid #eeeeee;
}
.border-right {
  border-right: 1px solid #eeeeee;
}
.border-left {
  border-left: 1px solid #eeeeee;
}
.border-color-gray {
  border-color: #666666 !important;
}
.border-color-gray-medium {
  border-color: #cccccc !important;
}
.border-color-gray-light {
  border-color: #eeeeee !important;
}
.border-color-gray-very-light {
  border-color: #f6f6f6 !important;
}
.border-color-theme {
  border-color: #116091 !important;
}
.border-color-theme-dark {
  border-color: #122956 !important;
}
.border-color-theme-light {
  border-color: #45bff4 !important;
}
.border-color-whatsapp {
  border-color: #25D366 !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-all-gray-2px {
  border: 2px solid #eeeeee;
}
.border-bottom-gray-2px {
  border-bottom: 2px solid #eeeeee;
}
.border-right-gray-2px {
  border-right: 2px solid #eeeeee;
}
.border-left-gray-2px {
  border-left: 2px solid #eeeeee;
}
.border-top-gray-2px {
  border-top: 2px solid #eeeeee;
}
.border-all-theme-2px {
  border: 2px solid #116091;
}
.border-bottom-theme-2px {
  border-bottom: 2px solid #116091;
}
.border-right-theme-2px {
  border-right: 2px solid #116091;
}
.border-left-theme-2px {
  border-left: 2px solid #116091;
}
.border-top-theme-2px {
  border-top: 2px solid #116091;
}
.border-all-theme-light-2px {
  border: 2px solid #45bff4;
}
.border-bottom-theme-light-2px {
  border-bottom: 2px solid #45bff4;
}
.border-right-theme-light-2px {
  border-right: 2px solid #45bff4;
}
.border-left-theme-light-2px {
  border-left: 2px solid #45bff4;
}
.border-top-theme-light-2px {
  border-top: 2px solid #45bff4;
}
/* ===================================
	RADIUS
====================================== */
.radius-theme {
  border-radius: 0px;
}
.radius-circle {
  border-radius: 100%;
}
.radius-button {
  border-radius: 6px;
}
.radius-theme-img {
  border-radius: 0px;
}
.radius-theme-tbr {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.radius-theme-tbl {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.radius-theme-tlr {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.radius-theme-blr {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.radius-none {
  border-radius: 0 !important;
}
/* ===================================
	general
====================================== */
.alt-font,
h1,
.h1 {
  font-family: "Montserrat", sans-serif;
}
.primary-font {
  font-family: "Montserrat", sans-serif;
}
.secondary-font {
  font-family: Arial, Helvetica, sans-serif;
}
a,
body {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
a:hover {
  color: #666666;
}
a.btn p {
  margin: 0 !important;
  padding: 0 !important;
}
.visible-desktop {
  display: block !important;
}
.visible-mobile {
  display: none !important;
}
@media all and (max-width: 991px) {
  .visible-desktop {
    display: none !important;
  }
  .visible-mobile {
    display: block !important;
  }
}
.visible-desktop-768 {
  display: block !important;
}
.visible-mobile-768 {
  display: none !important;
}
@media all and (max-width: 768px) {
  .visible-desktop-768 {
    display: none !important;
  }
  .visible-mobile-768 {
    display: block !important;
  }
}
.bg-gradient-theme-dark-vertical {
  width: 100%;
  height: 100%;
  /* Regola l'altezza in base alle tue esigenze */
  /* Il gradiente parte dal basso (colore pieno) verso l'alto (trasparente) */
  background: linear-gradient(to top, #122956 0%, rgba(18, 41, 86, 0) 100%);
}
/* bg color */
.bg-gradient-emerald-blue-emerald-green {
  background-image: linear-gradient(50deg, #09afea 0, #19e089 100%);
}
.bg-gradient-black-green {
  background-image: linear-gradient(to right top, #1f2021, #1b1d1c, #1b1d1c, #222523, #333c37);
}
.header-bg {
  background: linear-gradient(to right, black 10%, transparent 100%);
}
.carousel-full-gradient {
  background: linear-gradient(to right, black 40%, transparent 100%);
  opacity: 0.9;
}
.footer-bg {
  background: linear-gradient(to right, black 80%, transparent 100%);
}
@media all and (max-width: 991px) {
  .xs-text-center {
    text-align: center;
  }
  .p-1px {
    padding: 1px;
  }
}
/* ===================================
	TEXT SIZE
====================================== */
/* 50px */
/* 53px */
/* 44px */
/* 46px *
/*@h1-fs:       2.5rem;      40px */
/*@h1-lh:       2.8125rem;   45px */
/* 36px */
/* 41px */
/* 32px */
/* 38px */
/* 28px */
/* 34px */
body {
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  color: #000000;
  font-weight: 400;
}
.text-extra,
.text-h1,
h1,
.text-h2,
h2,
.text-h3,
h3 {
  font-family: "Montserrat", sans-serif;
}
.text-h1,
.text-h2,
.text-h3,
.text-h4,
.text-h5,
.text-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  font-weight: 400;
}
.text-extra {
  font-size: 3.125rem;
  line-height: 3.3125rem;
}
.text-h1,
h1 {
  font-size: 2.85rem;
  line-height: 3.475rem;
}
.text-h2,
h2 {
  font-size: 2rem;
  line-height: 2.675rem;
  font-weight: 300;
}
.text-h3,
h3 {
  font-size: 2rem;
  line-height: 2.675rem;
}
.text-h4,
h4 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.text-h5,
h5 {
  font-size: 1.5rem;
  line-height: 2.075rem;
}
.text-h6,
h6 {
  font-size: 1.3rem;
  line-height: 1.975rem;
}
.text-body,
body {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
}
.text-small {
  font-size: 15px;
  line-height: 22px;
}
.text-very-small {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2;
}
.text-didascalia {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
  align-content: start;
}
@media all and (max-width: 1600px) {
  body,
  .text-body {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 991px) {
  body,
  .text-body {
    font-size: 16px;
    line-height: 26px;
  }
}
.bg-gradient-right-dark-transparent {
  background: #000000;
  background: -webkit-linear-gradient(right, black, transparent);
  background: -moz-linear-gradient(right, black, transparent);
  background: linear-gradient(to right, black, transparent);
}
.bg-gradient-right-white-transparent {
  background: #ffffff;
  background: -webkit-linear-gradient(right, white, transparent);
  background: -moz-linear-gradient(right, white, transparent);
  background: linear-gradient(to right, white, transparent);
}
/* ===================================
	FORMATTAZIONE TESTO
====================================== */
.formattazione-testi p {
  margin-bottom: 15px;
}
.formattazione-testi p:last-child {
  margin-bottom: 15px;
}
.formattazione-testi ol {
  margin: 10px 10px 30px 10px;
  text-align: left !important;
}
.formattazione-testi ol li {
  text-align: left;
  margin: 0;
  padding: 6px 12px;
  border-bottom: 1px solid #eee;
  text-align: left !important;
}
.formattazione-testi a {
  text-decoration: underline!important;
  color: #116091;
}
.formattazione-testi a:hover {
  text-decoration: underline!important;
  color: #116091;
  font-weight: 500;
}
.formattazione-testi h1,
.formattazione-testi h2,
.formattazione-testi h3,
.formattazione-testi h4 {
  padding: 0 0 15px 0!important;
  margin: 30px 0 0 0;
}
.formattazione-testi h5,
.formattazione-testi h6 {
  padding: 0 0 10px 0!important;
  margin: 20px 0 0 0;
}
.formattazione-testi blockquote {
  padding: 15px 25px 10px 25px;
  margin: 15px 0;
  font-style: italic;
  border-left: 4px solid #116091;
  background-color: #f9f9f9;
}
/*.formattazione-testi  ul li:first-child { border-top: 1px solid rgba(0,0,0,.2);  }*/
.formattazione-testi ul {
  list-style: none;
  margin: 10px 0px 9px 0px;
  padding: 0;
  text-align: left !important;
}
.formattazione-testi ul li {
  position: relative;
  padding: 8px 0 8px 40px;
  margin: 0;
  border-top: 0 solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left !important;
}
.formattazione-testi ul li:after {
  content: "\f26e";
  width: 20px;
  height: 20px;
  color: #00943d;
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 30px;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}
.formattazione-testi-section ul {
  list-style: none;
  margin: 20px 0px 20px 0px;
  padding: 20px;
  text-align: left !important;
  background-color: #f9f9f9;
  border-left: 4px solid #eeeeee;
}
.formattazione-testi-section ul li {
  position: relative;
  padding: 8px 0 8px 40px;
  margin: 0;
  border-top: 0 solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left !important;
}
.formattazione-testi-section ul li:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}
.formattazione-testi-section ul li:after {
  content: "\f26e";
  width: 20px;
  height: 20px;
  color: #00943d;
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 30px;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 991px) {
  .formattazione-testi ul li {
    padding: 6px 0 6px 30px;
  }
  .formattazione-testi ol {
    margin: 6px 6px 20px 6px;
    text-align: left !important;
  }
}
.section-padding-full {
  padding-left: 6% !important;
  padding-top: 3% !important;
  padding-right: 6% !important;
  padding-bottom: 3% !important;
}
.section-padding-half {
  padding-left: 6% !important;
  padding-top: 3% !important;
  padding-right: 6% !important;
  padding-bottom: 3% !important;
}
@media (max-width: 991px) {
  .section-padding-full {
    padding-left: 15px !important;
  }
  .section-padding-half {
    padding-left: 15px !important;
  }
}
table {
  margin: 20px 0 20px 0;
  width: 100% !important;
  text-align: left !important;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 0;
  align-items: center;
  border-color: #f6f6f6;
  font-size: 15px !important;
  line-height: 22px !important;
  vertical-align: middle !important;
}
/* Stile base della tabella */
.formattazione-testi table {
  width: 100%;
  margin: 40px 0 40px 0;
  color: #212529;
  border-collapse: collapse;
  vertical-align: top;
  border: 0;
  border-bottom: 2px solid #eeeeee;
  border-top: 3px solid #eeeeee;
  /*font-size: @text-small-fs !important;
	line-height: @text-small-lh !important;*/
}
/* Rimuove i bordi verticali e lascia solo quello tra le righe */
.formattazione-testi table th,
.formattazione-testi table td {
  padding: 0.4rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dee2e6;
  /* Bordo solo orizzontale */
  text-align: left;
}
/* Assicura che l'header non abbia sfondi colorati */
.formattazione-testi table th {
  font-weight: bold;
}
.vc-etichetta {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.8px;
  font-weight: 500;
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #444;
  margin-top: 0px;
  margin-bottom: 12px;
}
.vc-titolo {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  color: #116091;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 12px;
}
.vc-sottotitolo {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  color: #000000;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 12px;
}
.vc-cta {
  margin-top: 20px;
  margin-bottom: 12px;
}
.text-white .vc-etichetta,
.text-white .vc-titolo,
.text-white .vc-sottotitolo,
.text-white .vc-testo,
.text-white .vc-item-titolo {
  color: #ffffff;
}
/* section */
.vc-section-titolo {
  font-size: 2.85rem;
  line-height: 3.475rem;
  position: relative;
  margin-bottom: 40px !important;
  font-weight: 400;
}
.vc-section-titolo::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #00943d;
  position: absolute;
  left: 0;
  bottom: -25px;
  transform: translate(0%, -50%);
}
.text-center .vc-section-titolo {
  border-left: 0px solid #00943d;
  padding-left: 0;
  margin-bottom: 40px !important;
}
.text-center .vc-section-titolo::after,
.bg-template .bg-white .vc-section-titolo::after,
.bg-theme-dark .bg-white .vc-section-titolo::after,
.bg-theme-light .bg-white .vc-section-titolo::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #00943d;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, -50%);
}
.vc-section-sottotitolo {
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 600;
  color: #122956;
}
.vc-section-cta {
  margin-top: 20px;
}
/* cambio colore*/
.text-template .vc-section-titolo,
.vc-section-titolo.text-template {
  color: #00943d !important;
}
.text-white .vc-section-testo,
.vc-section-testo.text-white {
  color: #ffffff !important;
}
/* item */
.vc-item-titolo {
  font-size: 1.75rem;
  line-height: 2.125rem;
  border-left: 3px solid #00943d;
  padding-left: 20px;
  position: relative;
  font-weight: 800;
}
.vc-item-sottotitolo {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.975rem;
  font-weight: 600;
}
.vc-item-testo {
  margin-top: 20px;
}
.text-center .vc-item-titolo {
  border-left: 0px solid #00943d;
  padding-left: 0px;
}
/* cambio colore*/
.text-template .vc-item-titolo {
  color: #00943d !important;
}
.text-white .vc-item-testo {
  color: #ffffff !important;
}
/* HEADER */
.vc-header-titolo {
  font-size: 2.85rem;
  line-height: 3.475rem;
  position: relative;
  margin-bottom: 40px !important;
  font-weight: 800;
}
.vc-header-titolo::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #00943d;
  position: absolute;
  left: 0;
  bottom: -25px;
  transform: translate(0%, -50%);
}
.text-center .vc-header-titolo {
  border-left: 0px solid #00943d;
  padding-left: 0;
  margin-bottom: 40px !important;
}
.text-center .vc-header-titolo::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #00943d;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, -50%);
}
.vc-header-sottotitolo {
  font-size: 2rem;
  line-height: 2.675rem;
  margin-top: 20px;
  padding: 0;
  font-weight: 500;
  color: #122956;
}
.vc-header-testo {
  font-size: 1.5rem;
  line-height: 2.075rem;
}
/* HEADER su vc-title-page con dati liberi > includo campi vc-section  e sovrascivo per avere la grandezza dei titoli header */
.title-page-header .vc-section-titolo {
  font-size: 2.85rem;
  line-height: 3.475rem;
  position: relative;
  margin-bottom: 40px !important;
  font-weight: 600;
}
.title-page-header .vc-section-titolo::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #00943d;
  position: absolute;
  left: 0;
  bottom: -25px;
  transform: translate(0%, -50%);
}
.title-page-header .text-center .vc-section-titolo {
  border-left: 0px solid #00943d;
  padding-left: 0;
  margin-bottom: 40px !important;
}
.title-page-header .text-center .vc-section-titolo::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #00943d;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, -50%);
}
.title-page-header .vc-section-sottotitolo {
  font-size: 2rem;
  line-height: 2.675rem;
  margin-top: 20px;
  padding: 0;
  font-weight: 300;
  color: #122956;
}
/* BG-THEME-DARK */
.widget-bg-theme-dark .vc-etichetta,
.bg-theme-dark .vc-etichetta,
.bg-theme-dark-image .vc-etichetta,
.bg-theme-dark .bg-white .bg-theme-dark .vc-etichetta {
  color: #ffffff !important;
}
.widget-bg-theme-dark .vc-titolo,
.bg-theme-dark .vc-titolo,
.bg-theme-dark-image .vc-titolo,
.bg-theme-dark .bg-white .bg-theme-dark .vc-titolo {
  color: #ffffff !important;
}
.widget-bg-theme-dark .bg-white .vc-titolo,
.bg-theme-dark .bg-white .vc-titolo,
.bg-theme-dark .bg-white .bg-theme-dark .vc-titolo {
  color: #45bff4 !important;
}
.widget-bg-theme-dark .vc-sottotitolo,
.bg-theme-dark .vc-sottotitolo,
.bg-theme-dark-image .vc-sottotitolo,
.bg-theme-dark .bg-white .bg-theme-dark .vc-sottotitolo {
  color: #ffffff !important;
}
.widget-bg-theme-dark .vc-testo,
.bg-theme-dark .vc-testo,
.bg-theme-dark-image .vc-testo,
.bg-theme-dark .bg-white .bg-theme-dark .vc-testo {
  color: #ffffff !important;
  font-weight: 500;
}
.widget-bg-theme-dark .bg-white .vc-testo,
.bg-theme-dark .bg-white .vc-testo,
.bg-theme-dark .bg-white .bg-theme-dark .vc-testo {
  color: #000000 !important;
}
.widget-bg-theme-dark .bg-white .vc-section-testo,
.bg-theme-dark .bg-white .vc-section-testo,
.bg-theme-dark .bg-white .bg-theme-dark .vc-section-testo {
  color: #000000 !important;
}
.widget-bg-theme-dark .btn.btn-transparent-theme,
.bg-theme-dark .btn.btn-transparent-theme,
.bg-theme-dark-image .btn.btn-transparent-theme,
.bg-theme-dark .bg-white .bg-theme-dark .btn.btn-transparent-theme {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.widget-bg-theme-dark .formattazione-testi-section blockquote,
.bg-theme-dark .formattazione-testi-section blockquote,
.bg-theme-dark .bg-white .bg-theme-dark .formattazione-testi-section blockquote {
  background-color: #f9f9f9;
  border-left: 4px solid #00943d;
  color: #000000 !important;
}
/* BG-THEME-DARK + BG WHITE */
.widget-bg-theme-dark .bg-white .vc-etichetta,
.bg-theme-dark .bg-white.vc-etichetta,
.bg-theme-dark-image .text-dark .bg-white.vc-etichetta {
  color: #000000 !important;
}
.widget-bg-theme-dark .bg-white .vc-titolo,
.bg-theme-dark .bg-white .vc-titolo,
.bg-theme-dark-image .bg-white .text-theme .vc-titolo {
  color: #116091 !important;
}
.widget-bg-theme-dark .bg-white .vc-sottotitolo,
.bg-theme-dark .bg-white .vc-sottotitolo,
.bg-theme-dark-image .bg-white .text-theme-dark .vc-sottotitolo {
  color: #122956 !important;
}
.widget-bg-theme-dark .bg-white .bg-white .vc-testo,
.bg-theme-dark-image .bg-white .text-dark .vc-testo {
  color: #000000 !important;
}
.widget-bg-theme-dark .bg-white .btn.btn-transparent-theme,
.bg-theme-dark .bg-white .btn.btn-transparent-theme {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
}
.widget-bg-theme-dark .bg-white .formattazione-testi-section blockquote,
.bg-theme-dark .bg-white .formattazione-testi-section blockquote {
  background-color: #f9f9f9;
  border-left: 4px solid #00943d;
  color: #000000 !important;
}
/* BG-THEME-LIGHT */
.widget-bg-theme-light .vc-etichetta,
.bg-theme-light .vc-etichetta {
  color: #122956 !important;
}
.widget-bg-theme-light .vc-titolo,
.bg-theme-light .vc-titolo {
  color: #116091 !important;
}
.widget-bg-theme-light .vc-titolo,
.bg-theme-light .bg-theme .vc-titolo,
.bg-theme-light .bg-theme-dark .vc-titolo,
.bg-theme-light .bg-theme-dark .vc-sottotitolo {
  color: #ffffff !important;
}
.widget-bg-theme-light .vc-section-titolo::after,
.bg-theme-light .vc-section-titolo::after {
  background-color: #00943d;
}
.widget-bg-theme-light .vc-sottotitolo,
.bg-theme-light .vc-sottotitolo {
  color: #122956 !important;
}
.widget-bg-theme-light .vc-testo,
.bg-theme-light .vc-testo {
  color: #122956 !important;
}
.widget-bg-theme-light .btn.btn-template,
.bg-theme-light .btn.btn-template {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #122956;
}
.widget-bg-theme-light .btn.btn-transparent-theme,
.bg-theme-light .btn.btn-transparent-theme {
  background-color: transparent;
  border-color: #122956;
  color: #122956;
}
.widget-bg-theme-light .formattazione-testi-section blockquote,
.bg-theme-light .formattazione-testi-section blockquote {
  background-color: #f9f9f9;
  border-left: 4px solid #00943d;
  color: #000000 !important;
}
/* bg-theme-light + bg-white */
.widget-bg-theme-light .bg-white .vc-section-titolo::after,
.bg-theme-light .bg-white .vc-section-titolo::after {
  background-color: #00943d;
}
.widget-bg-theme-light .vc-widget-content .vc-section-titolo::after,
.bg-theme-light .bg-white .vc-section-titolo::after,
.bg-theme-light .vc-widget-content .vc-section-titolo::after {
  background-color: #00943d;
}
.widget-bg-theme-light .bg-white .btn.btn-template,
.bg-theme-light .bg-white .btn.btn-template,
.bg-theme-light .vc-widget-content .btn.btn-template {
  background-color: #00943d;
  border: 2px solid #00943d;
  color: #000000;
}
.widget-bg-theme-light .bg-white .btn.btn-transparent-theme,
.bg-theme-light .bg-white .btn.btn-transparent-theme,
.bg-theme-light .vc-widget-content .btn.btn-transparent-theme {
  background-color: transparent;
  border: 2px solid #122956;
  color: #122956;
}
/* BG-THEME-LIGHT + BG-WHITE */
.widget-bg-theme-light .bg-white .btn.btn-template,
.bg-theme-light .bg-white .btn.btn-template {
  background-color: #00943d;
  border-color: #00943d;
  color: #000000;
}
.widget-bg-theme-light .bg-white .btn.btn-transparent-theme,
.bg-theme-light .bg-white .btn.btn-transparent-theme {
  background-color: transparent;
  border-color: #122956;
  color: #122956;
}
.widget-bg-theme-light .formattazione-testi-section ul,
.bg-theme-light .formattazione-testi-section ul {
  background-color: #f9f9f9;
  border-left: 4px solid #eeeeee;
}
.widget-bg-theme-light .formattazione-testi-section blockquote,
.bg-theme-light .formattazione-testi-section blockquote {
  background-color: #f9f9f9 !important;
  border-left: 4px solid #00943d;
  color: #000000 !important;
}
/* BG TEMPLATE */
.widget-bg-template .vc-etichetta,
.bg-template .vc-etichetta {
  color: #122956 !important;
}
.widget-bg-template .vc-titolo,
.bg-template .vc-titolo {
  color: #122956 !important;
}
.widget-bg-template .vc-section-titolo::after,
.bg-template .vc-section-titolo::after {
  background-color: #ffffff;
}
.widget-bg-template .vc-sottotitolo,
.bg-template .vc-sottotitolo {
  color: #122956 !important;
}
.widget-bg-template .btn.btn-template,
.bg-template .btn.btn-template {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #122956;
}
.widget-bg-template .btn.btn-transparent-theme,
.bg-template .btn.btn-transparent-theme {
  background-color: transparent;
  border-color: #122956;
  color: #122956;
}
.widget-bg-template .formattazione-testi-section blockquote,
.bg-template .formattazione-testi-section blockquote {
  background-color: #f9f9f9;
  border-left: 4px solid #00943d;
  color: #000000 !important;
}
/* bg-white */
/* BG-THEME-LIGHT + BG-WHITE */
.widget-bg-gray-very-light .formattazione-testi-section ul,
.bg-gray-very-light .formattazione-testi-section ul {
  background-color: #ffffff;
  border-left: 4px solid #eeeeee;
}
.widget-bg-gray-very-light .formattazione-testi-section blockquote,
.bg-gray-very-light .formattazione-testi-section blockquote {
  background-color: #ffffff !important;
  border-left: 4px solid #00943d;
  color: #000000 !important;
}
/* blog */
.vc-blog {
  background-color: #ffffff;
  border-radius: 0px;
  position: relative;
}
.section-blog {
  margin: 20px 0;
}
.modulo-item-blog-card {
  padding: 5% 5% 5% 5%;
  background-color: #ffffff;
}
.modulo-item-blog-card.bg-theme {
  padding: 5% 5% 5% 5%;
  background-color: #116091;
}
.modulo-item-blog-card.bg-theme-light {
  padding: 5% 5% 5% 5%;
  background-color: #45bff4;
}
/* contatti */
.vc-contatti-box {
  border-radius: 0px;
  background-color: #f6f6f6;
}
.vc-contatti-etichetta {
  letter-spacing: 0.5px;
  font-weight: 700;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #116091;
  margin-bottom: 8px;
}
.vc-contatti-numero {
  letter-spacing: 0px;
  font-weight: 500;
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 8px;
}
/* header + titolo carousel */
.widget-padding-title-page {
  padding: 8% 6% 7% 6%;
}
.vc-widget-content {
  padding: 6% 5% 5% 5%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.vc-widget-content-title-page {
  padding: 2% 3% 2% 3%;
}
.margin-section-title {
  margin-bottom: 35px;
}
@media all and (max-width: 991px) {
  .vc-widget-content {
    padding: 8% 10%;
  }
  .vc-widget-content-title-page {
    padding: 15px 25px;
  }
  .margin-section-title {
    margin-bottom: 25px;
  }
}
.box-shadow {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
/* ===================================
	BTN
====================================== */
.btn {
  /*font-family: @alt-font;*/
  font-size: 15px;
  line-height: 16px;
  padding: 16px 30px 16px 30px;
  /*-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);*/
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  border: 0px solid #eeeeee;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 10px 15px 0 0px;
}
.btn.btn-white,
.text-white .btn.btn-theme {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.btn.btn-white:hover,
.btn.btn-white:active,
.text-white .btn.btn-theme:hover,
.text-white .btn.btn-theme:active {
  background-color: #f6f6f6;
  color: #116091;
  border-color: #116091;
}
.btn.btn-dark,
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-dark:hover,
.btn.btn-dark:active,
.btn.btn-black:hover,
.btn.btn-black:active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  opacity: 0.8;
}
.btn.btn-theme-dark {
  background-color: #122956;
  color: #ffffff;
  border-color: #122956;
  border: 2px solid #122956;
}
.btn.btn-theme-dark:hover,
.btn.btn-theme-dark:active {
  opacity: 0.8;
}
.btn.btn-theme {
  background-color: #116091;
  color: #ffffff;
  border-color: #116091;
  border: 2px solid #116091;
}
.btn.btn-theme:hover,
.btn.btn-theme:active {
  opacity: 0.8;
  background-color: #116091 !important;
  color: #ffffff !important;
  border-color: #116091 !important;
}
.btn.btn-theme-light {
  background-color: #45bff4;
  color: #000000;
  border-color: #45bff4;
  border: 2px solid #45bff4;
}
.btn.btn-theme-light:hover,
.btn.btn-theme-light:active {
  opacity: 0.8;
  background-color: #45bff4;
  color: #000000;
  border-color: #45bff4;
}
.btn.btn-transparent-dark {
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
}
.btn.btn-transparent-dark:hover,
.btn.btn-transparent-dark:active {
  opacity: 0.8;
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-transparent-theme {
  background-color: transparent;
  border-color: #122956;
  color: #122956;
  border: 2px solid #122956;
}
.btn.btn-transparent-theme:hover,
.btn.btn-transparent-theme:active {
  opacity: 0.8;
}
.btn.btn-transparent-theme-dark {
  background-color: transparent;
  border-color: #122956;
  color: #122956;
  border: 2px solid #122956;
}
.btn.btn-transparent-theme-dark:hover,
.btn.btn-transparent-theme-dark:active {
  opacity: 0.8;
}
.btn.btn-whatsapp {
  background-color: #25D366;
  border-color: #25D366;
  color: #000000;
}
.btn.btn-whatsapp:hover,
.btn.btn-whatsapp:active {
  opacity: 0.8;
}
.btn.btn-template {
  background-color: #00943d;
  color: #000000;
  border: 2px solid #00943d;
}
.btn.btn-template:hover,
.btn.btn-template:active {
  opacity: 0.8;
}
.btn.btn-double-border.btn-border-color-white {
  position: relative;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn-double-border.btn-border-color-white:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-double-border.btn-border-color-dark {
  position: relative;
  border: 1px solid #000000;
  color: #000000;
}
.btn.btn-double-border.btn-border-color-dark:hover {
  border-color: #116091;
  color: #116091;
}
.btn.btn-link {
  padding: 15px 2px 6px;
  position: relative;
  border: 0;
  border-bottom: 1px solid;
  letter-spacing: 0.7px;
  background-color: transparent !important;
  font-weight: 600;
  border-radius: 0;
  color: #116091;
  text-decoration: none;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
}
.btn.btn-small {
  font-size: 14px;
  padding: 8px 22px;
}
.btn.btn-very-small {
  font-size: 12px;
  padding: 6px 15px;
}
.btn.no-shadow {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
}
.btn.btn-extra-large {
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-rounded.btn-extra-large {
  padding: 15px 60px 15px 30px;
}
@media (max-width: 991px) {
  .btn {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 20px;
  }
  .btn.btn-rounded.btn-extra-large {
    padding: 16px 60px 16px 25px;
    font-size: 13px;
    line-height: 14px;
  }
}
.btn > span i {
  font-size: 22px;
}
.btn.with-rounded > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 100%;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.btn-whatsapp {
  color: #633;
  text-align: center;
  font-size: 14px;
}
.btn-whatsapp i.fa-whatsapp {
  background-color: #25d366;
  border-color: #25d366;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-weight: normal;
}
/* ===================================
	CONTAINER SECTION
====================================== */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1860px;
}
.box-layout {
  padding-left: 60px;
  padding-right: 60px;
}
.container-fluid {
  max-width: 2200px;
}
@media (min-width: 1301px) and (max-width: 1800px) {
  .box-layout {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 577px) and (max-width: 1300px) {
  .box-layout {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 576px) {
  .box-layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer,
section,
.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 577px) and (max-width: 1300px) {
  footer,
  section,
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 576px) {
  footer,
  section,
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 577px) and (max-width: 1300px) {
  footer,
  section,
  .section-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 576px) {
  .section-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 991px) {
  .container,
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}
footer .nav-link {
  color: #000000;
  padding: 0.5rem 1rem;
}
.opacity-10 {
  opacity: 1;
}
/* ===================================
	OBJECT
====================================== */
.object-pos-bottom {
  object-position: bottom;
}
.object-pos-lb {
  object-position: left bottom;
}
.object-pos-rb {
  object-position: right bottom;
}
.object-fit-contain {
  object-fit: contain;
}
/* ===================================
	TOPBAR
======================================  */
.header-with-topbar {
  background-color: #ffffff;
}
.top-logo .navbar-brand {
  padding: 22px 0;
}
.header-icon {
  padding-top: 22px;
  padding-bottom: 8px;
}
header.sticky .header-icon {
  padding-top: 15px;
  padding-bottom: 15px;
}
header.sticky .top-logo .navbar-brand {
  padding: 10px 0;
}
header.sticky .top-logo.fixed-header .navbar-brand {
  padding: 10px 0;
}
.top-logo .headliner {
  padding: 0px 0 0px 30px;
  position: absolute;
  top: 40px;
  left: 200px;
  z-index: 1;
}
header.sticky .top-logo .headliner {
  padding: 0px 0 0px 0px;
  top: 20px;
  left: 150px;
}
header .navbar-brand img {
  max-height: 46px;
}
header .navbar-brand {
  padding: 15px 0;
}
header.sticky .navbar-brand {
  padding: 10px 0;
}
.header-language-icon .header-language .language-dropdown li a {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
/* ===================================
	whatsapp FIXED
======================================*/
header .header-whatsapp-icon {
  position: fixed;
  top: 80px;
  right: 30px;
  z-index: 10001;
  text-align: center;
}
header.sticky .header-whatsapp-icon {
  position: fixed;
  top: 60px;
  right: 30px;
  z-index: 10001;
  text-align: center;
}
/* ===================================
	LOGO
======================================*/
.navbar-brand-absolute {
  padding: 10px 0;
  position: absolute;
  top: 20;
  left: 0;
  z-index: 1;
  width: auto;
}
header .navbar-brand img {
  max-height: 140px;
}
header.sticky .navbar-brand img {
  max-height: 46px;
}
@media all and (max-width: 1600px) {
  header .navbar-brand img {
    max-height: 50px;
  }
  header.sticky .navbar-brand img {
    max-height: 30px;
  }
  .top-logo .navbar-brand {
    padding: 10px 0 10px 0px;
  }
}
@media all and (max-width: 991px) {
  header .navbar-brand img,
  header.sticky .navbar-brand img {
    max-height: 40px;
  }
  .top-logo .navbar-brand {
    padding: 5px 0 5px 25px;
  }
  header .navbar-brand {
    padding: 10px 0 !important;
  }
  .logo-visible-mobile {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 99;
    height: 50px;
    border: 0 !important;
  }
}
/* ===================================
	NAVBAR
====================================== */
header .navbar {
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  padding: 30px 20px 30px 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.5px;
}
header.sticky .navbar .navbar-nav .nav-link {
  padding: 19px 20px 19px 20px !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
  padding: 17px 20px;
}
.header-demo.navbar .navbar-nav .nav-link {
  font-weight: 500;
}
.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0px 10px 10px 10px;
  /*border-top: 2px solid #dddddd; */
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  padding: 0px 0 !important;
}
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link {
  opacity: 1;
}
@media all and (max-width: 1600px) {
  .navbar .navbar-nav .nav-link {
    padding: 30px 13px 30px 13px !important;
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}
@media all and (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 30px 12px 30px 12px !important;
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media all and (max-width: 991px) {
  .header-icon,
  header.sticky .header-icon {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0px;
  }
  .navbar .navbar-nav .nav-item.active .dropdown-toggle {
    border: 0px solid #ff0066;
    width: 95%;
  }
  .navbar .navbar-nav .nav-item .dropdown-toggle {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    line-height: 15px;
    height: 40px;
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
    text-align: right;
    color: #000000;
    margin-right: 30px;
    border: 0px solid #ff0066;
  }
  .header-demo.navbar .navbar-nav .nav-link {
    text-align: left !important;
  }
  .navbar.mini-header .navbar-nav .nav-link,
  .navbar.top-logo .navbar-nav .nav-link {
    padding: 12px 0px 12px 25px !important;
  }
  .header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px;
    color: #ffffff;
  }
  .navbar .navbar-nav .submenu-content ul li .nav-text {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    text-align: center;
    color: #ffffff !important;
  }
  .navbar .navbar-nav .submenu-content ul li .nav-image {
    display: none;
  }
  .navbar .navbar-nav .submenu-content ul li .nav-box {
    padding: 10px 15px;
    text-align: left;
    color: #ffffff;
    display: list-item;
    border-top: 0px solid #eee;
    border-bottom: 0px solid #c70f10;
    background-color: #c70f10;
  }
  .fa-angle-down::before {
    content: "\f107";
  }
  .navbar .navbar-nav .dropdown .dropdown-toggle.show {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .navbar .navbar-nav .dropdown .fa-angle-down.dropdown-toggle.show::before {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
  }
  .navbar .navbar-nav .nav-link {
    font-family: Oswald, sans-serif;
    padding: 15px 40px 15px 25px !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #444;
  }
  /* bg mobile white */
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .mCustomScrollBox {
    height: 100%;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .nav-link,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu .dropdown > a,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .dropdown-toggle {
    color: #000000;
    opacity: 1;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-toggler .navbar-toggler-line {
    background-color: #000000;
  }
  .navbar-full-screen-menu-inner .navbar-nav .nav-link,
  .navbar-modern-inner .navbar-nav .nav-link {
    padding: 4px 15px !important;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active:hover .nav-link {
    color: #116091;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .dropdown-toggle {
    color: #000000;
    opacity: 1;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item:hover .nav-link {
    color: #666666;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle {
    top: 0px;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu .sub-title {
    color: #116091 !important;
    font-size: 16px;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu a {
    color: #000000;
    opacity: 1;
    font-size: 16px;
  }
  /* bg mobile white */
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .nav-link,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu .dropdown > a,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .dropdown-toggle {
    color: #000000;
    opacity: 1;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-toggler .navbar-toggler-line {
    background-color: #000000;
  }
  .navbar-full-screen-menu-inner .navbar-nav .nav-link,
  .navbar-modern-inner .navbar-nav .nav-link {
    padding: 4px 15px !important;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active:hover .nav-link {
    color: #116091;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .dropdown-toggle {
    color: #000000;
    opacity: 1;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item:hover .nav-link {
    color: #666666;
  }
  header .navbar-brand,
  header.sticky .disable-fixed .navbar-brand,
  header.sticky .fixed-header .navbar-brand,
  header.sticky .navbar-brand {
    padding: 10px 0;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item:hover .nav-link {
    color: #000000;
    opacity: 0.8;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu .sub-title {
    color: #116091 !important;
    font-size: 16px;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link,
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item.active .nav-link,
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item.active:hover .nav-link,
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu .dropdown > a,
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu li.active > a {
    opacity: 0.8;
    color: #000000;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav > .nav-item {
    padding: 0px 0;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link {
    color: #000000;
    opacity: 0.8;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a {
    color: #000000;
    opacity: 0.8;
    font-size: 16px;
    line-height: 32px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item.active .dropdown-toggle,
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item.active:hover .nav-link {
    color: #000000;
    opacity: 0.8;
  }
  .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu > .dropdown {
    margin-bottom: 0px !important;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle {
    top: 0;
    width: 100%;
    text-align: right;
    justify-content: end;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item.active .dropdown-toggle.fa-angle-down::before {
    content: "\f107";
  }
  .navbar .navbar-nav .dropdown .dropdown-toggle.show {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle.show {
    text-align: left;
    justify-content: start;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 30px;
    margin: 0;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item:hover .nav-link,
  .navbar-full-screen-menu-inner .navbar-nav .nav-item.open .nav-link {
    color: #116091 !important;
    font-weight: 800 !important;
  }
}
.nav-item.dropdown .fa-solid.fa-angle-down {
  font-size: 14px !important;
}
/* SIMPLE MENU > MOBILE */
@media (max-width: 991px) {
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-collapse {
    padding: 80px 0 40px 0;
  }
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .simple-dropdown .dropdown-menu.show,
  .dropdown-menu.show {
    background-color: #ffffff !important;
    padding: 20px 15px !important;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  .dropdown-menu.show,
  .simple-dropdown .dropdown-menu.show {
    background-color: #ffffff !important;
  }
  .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu > .dropdown {
    margin: 0px !important;
  }
  .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown > a {
    padding: 13px 10px  !important;
    margin: 0  !important;
    font-size: 16px !important;
  }
  .bg-mega-menu .bi-arrow-down::before {
    content: "\f128";
  }
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-collapse {
    height: auto !important;
  }
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item:hover .nav-link {
    color: #888;
  }
}
/* ===================================
	mobile click su arrow e testo
====================================== */
@media (max-width: 991px) {
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {
    top: 0px;
    width: 100%;
    text-align: right;
    justify-content: end;
  }
  .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-toggle.show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    justify-content: start;
  }
}
.menu-visible-mobile {
  display: none !important;
}
.menu-visible-desktop {
  display: flex !important;
}
@media all and (max-width: 991px) {
  .menu-visible-mobile {
    display: block !important;
  }
  .menu-visible-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mobile-flag {
    padding: 8px 12px;
    display: inline-block;
    text-align: right;
  }
}
/* ===================================
	MEGAMENU
====================================== */
.navbar .navbar-nav .submenu-content .mega-menu {
  width: 96%;
  margin: 20px auto;
}
header .navbar .mega-menu [class*=col-] {
  padding: 0 15px;
  display: list-item !important;
}
.navbar .navbar-nav .submenu-content ul li .nav-box {
  padding: 20px 0 0 0;
  display: list-item;
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #116091;
  border-radius: 0px !important;
}
.navbar .navbar-nav .submenu-content ul li .nav-text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.navbar .navbar-nav .submenu-content ul li .nav-image {
  margin-bottom: 10px;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
  padding: 30px 0 30px;
  z-index: 999;
  background-color: #f9f9f9;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
  padding: 0 20px 0 20px;
}
/* ===================================
	BREADCRUMB
====================================== */
#breadcrumb {
  padding-top: 25px;
  padding-bottom: 30px;
}
.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.6px;
}
.breadcrumb ol li {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb ol li a {
  color: #666666;
  padding: 10px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb ol li:first-child a {
  color: #666666;
  padding: 10px 12px 10px 0!important;
}
.breadcrumb ol li span.active {
  color: #116091;
  padding: 0 0 0 6px;
  display: inline-block;
}
.breadcrumb ol > li:after {
  font-size: 8px;
  content: "/";
  padding: 0;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  letter-spacing: 1;
}
.breadcrumb ol > li:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  /* xs */
  #breadcrumb {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .breadcrumb ol {
    letter-spacing: 0px;
  }
  .breadcrumb ol li a {
    padding: 8px;
  }
}
.banner-ecommerce-attivo #breadcrumb {
  padding-top: 60px;
  /* spazio altezza banner */
}
.banner-ecommerce-attivo .vc-home {
  padding-top: 44px;
  /* spazio altezza banner */
}
@media all and (max-width: 991px) {
  .banner-ecommerce-attivo .vc-home {
    font-size: 15px;
  }
}
/* ===================================
	CUSTOM
====================================== */
.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.three-col {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.four-col {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.five-col {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.six-col {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 6;
}
@media (max-width: 1199px) {
  /* md */
  .four-col,
  .five-col,
  .six-col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 991px) {
  /* sm */
  .four-col,
  .five-col,
  .six-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  /* xs */
  .four-col,
  .five-col,
  .six-col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 480px) {
  /* xs */
  .two-col,
  .three-col,
  .four-col,
  .five-col,
  .six-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.85714286%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-3x2 {
  --bs-aspect-ratio: 66.66666667%;
}
.ratio-3x1 {
  --bs-aspect-ratio: 33.33333333%;
}
.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}
.ratio-3x4 {
  --bs-aspect-ratio: 133.33333333%;
}
.ratio-5x1 {
  --bs-aspect-ratio: 20%;
}
.ratio-4x1 {
  --bs-aspect-ratio: 25%;
}
@media (max-width: 575.97px) {
  .ratio-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* sm applies to x-small devices (portrait phones, less than 576px) */
@media (min-width: 576px) {
  .ratio-sm-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-sm-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-sm-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-sm-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-sm-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-sm-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-sm-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* md applies to small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {
  .ratio-md-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-md-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-md-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-md-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-md-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-md-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-md-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* lg applies to medium devices (tablets, less than 992px) */
@media (min-width: 992px) {
  .ratio-lg-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-lg-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-lg-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-lg-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-lg-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-lg-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-lg-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* xl applies to large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {
  .ratio-lg-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-lg-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-lg-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-lg-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-lg-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-lg-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-lg-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* xxl applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1400px) {
  .ratio-xxl-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-xxl-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-xxl-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-xxl-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-xxl-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-xxl-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-xxl-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* swiper pagination */
.swiper-pagination-progress .swiper-progress {
  background-color: #116091;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: -30px;
}
.swiper-pagination-style-2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px !important;
}
.swiper-pagination-bullet-active {
  background: #116091;
}
.swiper-button-next.slider-navigation-style-01,
.swiper-button-prev.slider-navigation-style-01,
.swiper-button-next.slider-navigation-style-04,
.swiper-button-prev.slider-navigation-style-04 {
  background-color: #116091;
  color: #ffffff;
  border: 0;
}
@media (max-width: 991px) {
  /* xs */
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: auto;
    bottom: -5px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 40%;
  }
}
@media (max-width: 991px) {
  .vc-carousel-full .swiper-slide {
    opacity: 0 !important;
  }
  .vc-carousel-full .swiper-slide.swiper-slide-visible.swiper-slide-active {
    opacity: 1 !important;
  }
  .slider-navigation-style-01 {
    left: 15px;
  }
  .slider-navigation-style-01.swiper-button-next {
    right: 15px;
  }
}
/* video */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 30px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .vc-video-full-testo .overlap-section {
    margin-top: -80px !important;
  }
}
/* image */
.img-fluid {
  max-width: 100%;
  height: auto;
}
.h-100 {
  height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.ratio {
  position: relative;
  overflow: hidden;
}
.ratio:before {
  content: "";
  display: block;
}
.ratio > a,
.ratio > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ratio > img,
.ratio > div > img,
.ratio > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: block;
  font-family: "blur-up: always", "object-fit: cover";
  object-fit: cover;
}
.ratio {
  position: relative;
  overflow: hidden;
}
.ratio > a,
.ratio > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ratio:before {
  content: "";
  display: block;
}
.ratio > img,
.ratio > div > img,
.ratio > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: block;
  font-family: "blur-up: always", "object-fit: cover";
  object-fit: cover;
}
.ratio.object-fit-contain > img {
  font-family: "blur-up: always", "object-fit: contain";
  object-fit: contain;
}
.ratio.object-pos-bottom > img {
  object-position: 50% 100%;
}
.ratio .ls-blur-up-img {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  transition: opacity 1000ms, filter 1500ms;
}
@media (prefers-templateuced-motion: templateuce) {
  .ratio .ls-blur-up-img {
    transition: none;
  }
}
.ratio .ls-blur-up-img.ls-inview.ls-original-loaded {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.ratio-1_1 {
  padding-bottom: 100% !important;
}
.ratio-16_9 {
  padding-bottom: 56.25% !important;
}
.ratio-4_3 {
  padding-bottom: 75% !important;
}
.ratio-3_4 {
  padding-bottom: 133.33333333% !important;
}
.ratio-3_2 {
  padding-bottom: 66.66666667% !important;
}
.ratio-3_1 {
  padding-bottom: 33.33333333% !important;
}
.ratio-2_1 {
  padding-bottom: 50% !important;
}
.ratio-2_3 {
  padding-bottom: 150% !important;
}
.ratio-1_2 {
  padding-bottom: 200% !important;
}
@media (min-width: 576px) {
  .ratio-sm-1_1 {
    padding-bottom: 100% !important;
  }
  .ratio-sm-16_9 {
    padding-bottom: 56.25% !important;
  }
  .ratio-sm-4_3 {
    padding-bottom: 75% !important;
  }
  .ratio-sm-3_4 {
    padding-bottom: 133.33333333% !important;
  }
  .ratio-sm-3_2 {
    padding-bottom: 66.66666667% !important;
  }
  .ratio-sm-3_1 {
    padding-bottom: 33.33333333% !important;
  }
  .ratio-sm-2_1 {
    padding-bottom: 50% !important;
  }
  .ratio-sm-2_3 {
    padding-bottom: 150% !important;
  }
  .ratio-sm-1_2 {
    padding-bottom: 200% !important;
  }
}
@media (min-width: 768px) {
  .ratio-md-1_1 {
    padding-bottom: 100% !important;
  }
  .ratio-md-16_9 {
    padding-bottom: 56.25% !important;
  }
  .ratio-md-4_3 {
    padding-bottom: 75% !important;
  }
  .ratio-md-3_4 {
    padding-bottom: 133.33333333% !important;
  }
  .ratio-md-3_2 {
    padding-bottom: 66.66666667% !important;
  }
  .ratio-md-3_1 {
    padding-bottom: 33.33333333% !important;
  }
  .ratio-md-2_1 {
    padding-bottom: 50% !important;
  }
  .ratio-md-2_3 {
    padding-bottom: 150% !important;
  }
  .ratio-md-1_2 {
    padding-bottom: 200% !important;
  }
}
@media (min-width: 992px) {
  .ratio-lg-1_1 {
    padding-bottom: 100% !important;
  }
  .ratio-lg-16_9 {
    padding-bottom: 56.25% !important;
  }
  .ratio-lg-4_3 {
    padding-bottom: 75% !important;
  }
  .ratio-lg-3_4 {
    padding-bottom: 133.33333333% !important;
  }
  .ratio-lg-3_2 {
    padding-bottom: 66.66666667% !important;
  }
  .ratio-lg-3_1 {
    padding-bottom: 33.33333333% !important;
  }
  .ratio-lg-2_1 {
    padding-bottom: 50% !important;
  }
  .ratio-lg-2_3 {
    padding-bottom: 150% !important;
  }
  .ratio-lg-1_2 {
    padding-bottom: 200% !important;
  }
}
@media (min-width: 1200px) {
  .ratio-xl-1_1 {
    padding-bottom: 100% !important;
  }
  .ratio-xl-16_9 {
    padding-bottom: 56.25% !important;
  }
  .ratio-xl-4_3 {
    padding-bottom: 75% !important;
  }
  .ratio-xl-3_4 {
    padding-bottom: 133.33333333% !important;
  }
  .ratio-xl-3_2 {
    padding-bottom: 66.66666667% !important;
  }
  .ratio-xl-3_1 {
    padding-bottom: 33.33333333% !important;
  }
  .ratio-xl-2_1 {
    padding-bottom: 50% !important;
  }
  .ratio-xl-2_3 {
    padding-bottom: 150% !important;
  }
  .ratio-xl-1_2 {
    padding-bottom: 200% !important;
  }
}
@media (min-width: 1440px) {
  .ratio-xxl-1_1 {
    padding-bottom: 100% !important;
  }
  .ratio-xxl-16_9 {
    padding-bottom: 56.25% !important;
  }
  .ratio-xxl-4_3 {
    padding-bottom: 75% !important;
  }
  .ratio-xxl-3_4 {
    padding-bottom: 133.33333333% !important;
  }
  .ratio-xxl-3_2 {
    padding-bottom: 66.66666667% !important;
  }
  .ratio-xxl-3_1 {
    padding-bottom: 33.33333333% !important;
  }
  .ratio-xxl-2_1 {
    padding-bottom: 50% !important;
  }
  .ratio-xxl-2_3 {
    padding-bottom: 150% !important;
  }
  .ratio-xxl-1_2 {
    padding-bottom: 200% !important;
  }
}
.ratio_auto {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ratio-30_14 {
  padding-bottom: 46.666666% !important;
}
.ratio-2_1 {
  padding-bottom: 47.2% !important;
}
/* 900x445 */
@media (min-width: 1681px) and (max-width: 3000px) {
  .ratio-xxl-7_1 {
    padding-bottom: 14.28571% !important;
  }
  .ratio-xxl-6_1 {
    padding-bottom: 16.66666% !important;
  }
  .ratio-xxl-5_1 {
    padding-bottom: 20% !important;
  }
  .ratio-xxl-4_1 {
    padding-bottom: 25% !important;
  }
  .ratio-xxl-3_1 {
    padding-bottom: 33,333333333% !important;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  .ratio-xl-7_1 {
    padding-bottom: 14.28571% !important;
  }
  .ratio-xl-6_1 {
    padding-bottom: 16.66666% !important;
  }
  .ratio-xl-5_1 {
    padding-bottom: 20% !important;
  }
  .ratio-xl-4_1 {
    padding-bottom: 25% !important;
  }
  .ratio-xl-3_1 {
    padding-bottom: 33,333333333% !important;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .ratio-lg-7_1 {
    padding-bottom: 14.28571% !important;
  }
  .ratio-lg-6_1 {
    padding-bottom: 16.66666% !important;
  }
  .ratio-lg-5_1 {
    padding-bottom: 20% !important;
  }
  .ratio-lg-4_1 {
    padding-bottom: 25% !important;
  }
  .ratio-lg-3_1 {
    padding-bottom: 33,333333333% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  /* md */
  .ratio-md-7_1 {
    padding-bottom: 14.28571% !important;
  }
  .ratio-md-6_1 {
    padding-bottom: 16.66666% !important;
  }
  .ratio-md-5_1 {
    padding-bottom: 20% !important;
  }
  .ratio-md-4_1 {
    padding-bottom: 25% !important;
  }
}
/* ===================================
	FORM
====================================== */
label {
  font-size: 14px;
  margin-bottom: 0px;
}
.iti input[type=tel] {
  padding-left: 50px !important;
}
.error {
  color: template;
  font-size: 14px;
  line-height: 14px;
}
.form-control,
.form-select,
input,
select,
textarea {
  padding: 10px 10px 10px 10px !important;
  width: 100%;
  max-width: 100%;
  resize: none;
  outline: none;
  font-size: 16px;
  background-color: transparent;
  line-height: inherit;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0px !important;
  border: 0px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 16px;
}
textarea.select2-search__field {
  border: 0px solid #ccc !important;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 14px 16px 14px 25px !important;
  border-radius: 30px !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
  border-radius: 30px !important;
  width: 100% !important;
}
.select2-container.select2-container-disabled .select2-choice {
  cursor: not-allowed !important;
}
.select2-search-field {
  width: 100% !important;
  border-radius: 30px !important;
}
.select2-container,
.select2-container.select2-container-multi {
  border-radius: 4px !important;
}
.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Spazio tra checkbox e label */
}
.checkbox-wrapper input[type="checkbox"] {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #868d98 !important;
  text-overflow: ellipsis;
}
::-moz-placeholder {
  color: #868d98 !important;
  text-overflow: ellipsis;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #868d98 !important;
  text-overflow: ellipsis;
  opacity: 1;
}
/* ===================================
	sub menu nav opacity 1 scoll on top
====================================== */
.scroll-submenutop {
  position: fixed;
  right: 0px;
  z-index: 9;
  width: 100%;
  padding: 0 auto !important;
  top: 85px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}
.scroll-submenutop.visible {
  opacity: 1;
}
.scroll-submenutop .scroll-submenutop-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.scroll-submenutop .scroll-submenutop-content-big {
  padding-top: 40px;
  padding-bottom: 40px;
}
.scroll-submenutop .btn-info {
  padding-right: 18px !important;
  margin-right: 30px !important;
  border-radius: 50px 0 0 50px !important;
  position: relative;
}
.scroll-submenutop .btn-info span {
  margin-top: -2px !important;
  font-size: 32px;
}
.scroll-submenutop .btn-info span i {
  margin-right: -3px !important;
  display: block;
  z-index: 1;
}
.scroll-submenutop .btn-info span:after {
  border-radius: 50px !important;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 26px;
  height: 26px;
  z-index: -1;
}
.scroll-submenutop .btn-info-big {
  padding-right: 18px !important;
  margin-right: 30px !important;
  border-radius: 50px 0 0 50px !important;
  position: relative;
}
.scroll-submenutop .btn-info-big span {
  margin-top: -2px !important;
  font-size: 36px;
}
.scroll-submenutop .btn-info-big span i {
  margin-right: -3px !important;
  display: block;
  z-index: 1;
}
.scroll-submenutop .btn-info-big span:after {
  border-radius: 50px !important;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 26px;
  height: 26px;
  z-index: -1;
}
@media all and (max-width: 991px) {
  .scroll-submenutop {
    top: 62px;
  }
  .scroll-submenutop .scroll-submenutop-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .scroll-submenutop .scroll-submenutop-content-big {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.outside-box-right-10 {
  margin-right: -10vw;
}
@media all and (max-width: 1400px) {
  .outside-box-right-10 {
    margin-right: -10vw;
  }
}
@media all and (max-width: 991px) {
  .outside-box-right-10 {
    margin-right: -10vw;
  }
}
.left-minus-50px {
  left: -50px;
}
.right-minus-50px {
  right: -50px;
}
@media all and (max-width: 991px) {
  .left-minus-50px {
    left: 0px;
  }
  .right-minus-50px {
    right: 0px;
  }
}
/* ===================================
	mobile click su arrow e testo
====================================== */
@media (max-width: 991px) {
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {
    top: 0px;
    width: 100%;
    text-align: right;
    justify-content: end;
  }
  .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-toggle.show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    justify-content: start;
  }
}
.terms-condition-box .box:before {
  border: 1px solid #666666;
}
header nav {
  z-index: 99 !important;
}
/* ===================================
	search
====================================== */
.mfp-title {
  color: #000 !important;
  font-size: 16px !important;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-content.search-popup {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}
.mfp-bg,
.my-mfp-slide-bottom.mfp-ready.mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  background: #fff;
  opacity: 0.93;
}
.mfp-close,
.mfp-close:active {
  color: #333;
  right: 30px;
  top: 15px;
}
.search-form .search-button {
  font-size: 18px;
  color: #999;
  top: 35px;
  right: 50px;
  outline: 0;
}
.search-form .search-input {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ddd !important;
  font-size: 22px;
  font-weight: 400;
  padding: 19px 38px 19px 2px;
  text-transform: none;
  background: 0 0;
  line-height: 40px;
  color: #000;
}
.search-form-wrapper .search-form .search-input {
  outline: 0;
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  color: #232323;
  font-size: 18px;
  padding: 20px 0;
  background: 0 0;
  line-height: 2.5rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 65px;
  width: 100%;
}
.search-form-wrapper .search-form .search-button {
  color: #232323;
  font-size: 19px !important;
  line-height: normal;
  cursor: pointer;
}
.search-form-wrapper .search-form .search-button {
  color: #232323;
  bottom: 24px;
  position: absolute;
  font-size: 19px;
  right: 15px;
  line-height: normal;
  outline: 0;
  cursor: pointer;
  z-index: 0;
  margin-right: 0;
  border: none;
  background: 0 0;
}
.twitter-typeahead {
  width: 95%;
}
.mfp-content #search-header {
  height: 100%;
  width: 70%!important;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .mfp-content #search-header {
    width: 80% !important;
  }
}
@media all and (max-width: 576px) {
  .mfp-content #search-header {
    width: 100% !important;
  }
}
.tt-dataset .tt-suggestion,
.tt-menu p.tt-suggestion.tt-selectable,
p.tt-suggestion.tt-selectable {
  cursor: pointer !important;
}
.mfp-ajax-holder .mfp-content,
.mfp-auto-cursor .mfp-content,
.mfp-inline-holder .mfp-content {
  cursor: pointer !important;
}
#search-header .easy-autocomplete {
  width: auto!important;
  box-shadow: 0 1px 2px transparent inset !important;
}
.easy-autocomplete-container ul {
  min-width: 300px;
  text-align: left;
}
.easy-autocomplete-container ul li {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.easy-autocomplete-container ul li span {
  font-weight: 700;
  display: block;
}
.easy-autocomplete-container ul li span small {
  font-weight: 400;
  display: block;
}
form div.easy-autocomplete {
  width: 90%;
}
.tt-menu.tt-open {
  max-height: 400px;
  width: 100%!important;
  border: 0 solid #eee !important;
  background-color: #fff !important;
  padding: 0 !important;
}
.tt-menu .tt-dataset.tt-dataset-matched-links {
  max-height: 500px;
  overflow-y: scroll;
  border: 1px solid #eee;
  padding: 10px 15px 0 15px!important;
  background-color: #f0f0f0;
  text-align: left !important;
}
.eac-item img,
.tt-suggestion.tt-selectable img {
  display: none;
}
@media (max-width: 991px) {
  #search-header {
    width: 100%;
  }
  .search-form .search-input {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 10px 15px 10px;
    color: #000;
  }
  .search-form .search-button {
    top: 18px;
    color: #999;
  }
  .mfp-close,
  .mfp-close:active {
    right: 0;
    top: 0;
    left: 0;
    margin: 0;
    text-align: center;
  }
  .mfp-content.search-popup {
    top: 50px;
  }
}
/* ---------------------------------------------------------------
ITEM PRODOTTO > tag ETICHETTE E BOLLINI
-----------------------------------------------------------------*/
/* label prodotto
.tag-etichetta {  position: absolute; top:0px; left:0px; z-index: 10; max-width: 150px; letter-spacing: 1px; }*/
/* elenco */
ul.tag-etichetta {
  width: 60%;
  position: absolute;
  display: inline-block;
  top: 15px;
  left: 0px;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tag-etichetta li {
  margin-bottom: 4px;
}
ul.tag-etichetta li .list-label {
  display: inline-block;
  padding: 8px 15px 8px 15px;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 15px;
  text-align: left;
  margin-right: 5px;
  background-color: #116091;
  color: #ffffff;
  border-radius: 4px;
}
ul.tag-etichetta li .list-label.list-label-sconto {
  background-color: #00943d !important;
  color: #000000 !important;
  font-size: 16px;
  font-weight: 500;
}
ul.tag-bollino {
  width: 50px;
  height: 225px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0px solid #ff0066;
}
ul.tag-bollino li {
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  justify-content: flex-end !important;
}
ul.tag-bollino .tag-bollino-img {
  height: 34px;
}
/* scheda */
.prodotto-php ul.tag-etichetta {
  left: 15px;
  top: 20px;
}
.prodotto-php ul.tag-etichetta li .list-label {
  font-size: 17px;
  padding: 10px 20px;
}
.prodotto-php ul.tag-etichetta li .list-label.list-label-sconto {
  font-size: 18px;
}
.prodotto-php ul.tag-bollino {
  right: 25px !important;
  top: 25px;
}
.prodotto-php ul.tag-bollino {
  width: 75px;
}
.prodotto-php ul.tag-bollino li {
  width: 50px;
  height: 50px;
}
.prodotto-php ul.tag-bollino .tag-bollino-img {
  height: 50px;
}
@media (max-width: 1550px) {
  .prodotto-php ul.tag-bollino {
    width: 50px;
  }
  .prodotto-php ul.tag-bollino li {
    width: 30px;
    height: 30px;
  }
  .prodotto-php ul.tag-bollino .tag-bollino-img {
    height: 30px;
  }
}
@media (max-width: 991px) {
  .prodotto-php ul.tag-etichetta {
    left: 0px !important;
  }
  .prodotto-php ul.tag-etichetta li .list-label {
    font-size: 15px;
    padding: 8px 15px;
  }
  .prodotto-php ul.tag-bollino {
    right: 0px !important;
  }
  .prodotto-php ul.tag-bollino {
    right: -10px !important;
    top: 0px;
  }
  .prodotto-php ul.tag-bollino {
    width: 60px;
  }
  .prodotto-php ul.tag-bollino li {
    width: 34px;
    height: 34px;
  }
  .prodotto-php ul.tag-bollino .tag-bollino-img {
    height: 34px;
  }
}
/* ===================================
	FORM
====================================== */
.asterisco {
  color: #ff0000;
}
.label-title {
  font-size: 14px;
}
input[type=checkbox],
input[type=radio] {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0px;
  left: 0;
  width: 30px !important;
  height: 30px;
  max-width: 30px;
  margin: 0 10px 0 0;
}
input[type=radio] {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0px;
  left: 0;
  width: 26px !important;
  height: 26px;
  max-width: 26px;
  margin: 0 8px 0 0;
}
/* ===================================
	mobile click su arrow e testo
====================================== */
@media (max-width: 991px) {
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {
    top: 0px;
    width: 100%;
    text-align: right;
    justify-content: end;
  }
  .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-toggle.show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    justify-content: start;
  }
}
.bg-title {
  background-color: #f6f6f6;
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
.bg-gray-very-light-image {
  background-image: url('/assets/img/bg.jpg');
  background-repeat: repeat;
  z-index: 0;
  background-position: center center !important;
}
.bg-theme-dark-image {
  background-image: url('/assets/img/bg-theme-dark-image.jpg');
  background-repeat: no-repeat;
  z-index: 0;
  background-position: top left !important;
  background-size: cover !important;
}
.bg-theme-light-image {
  background-image: url('/assets/img/bg-theme-light-image.jpg');
  background-repeat: repeat;
  z-index: 0;
  background-position: center center !important;
}
.bg-template-image {
  background-image: url('/assets/img/bg-template-image.jpg');
  background-repeat: no-repeat;
  z-index: 0;
  background-position: top right !important;
  background-size: cover !important;
}
.bg-form {
  background-image: url('/assets/img/bg.jpg');
  background-repeat: repeat;
  z-index: 0;
  background-position: center center !important;
}
.bg-footer {
  position: relative;
  overflow: hidden !important;
  background-image: url('/assets/img/bg.jpg');
  background-repeat: repeat;
  z-index: 0;
  background-position: center center !important;
}
.contain-background {
  background-repeat: repeat-x !important;
  background-size: contain;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
.error {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.terms-condition-box .box:before {
  border: 1px solid #cccccc;
}
.gm-style-iw-d {
  padding: 15px;
  font-family: "Montserrat", sans-serif;
}
.dialog button {
  background-color: #ff0066;
}
.gm-ui-hover-effect {
  opacity: 0.8;
  top: -2px !important;
  right: 15px !important;
  width: 25px !important;
  display: block !important;
  height: 25px !important;
}
.dialog button {
  width: 30px;
  height: 20px;
  margin: 8px;
}
@media (max-width: 991px) {
  .overlap-section {
    margin-top: -30px !important;
  }
}
.opacity-full-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}
.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.opacity-full-20-left {
  position: absolute;
  height: 100%;
  width: 20%;
  opacity: 1;
  top: 0;
  left: 0;
}
.opacity-full-30-left {
  position: absolute;
  height: 100%;
  width: 30%;
  opacity: 1;
  top: 0;
  left: 0;
}
.opacity-full-40-left {
  position: absolute;
  height: 100%;
  width: 35%;
  opacity: 1;
  top: 0;
  left: 0;
}
.opacity-full-50-left {
  position: absolute;
  height: 100%;
  width: 45%;
  opacity: 1;
  top: 0;
  left: 0;
}
.opacity-full-20-top {
  position: absolute;
  height: 30%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}
.opacity-full-15-bottom {
  position: absolute;
  height: 15%;
  width: 100%;
  opacity: 1;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .opacity-full-40-left {
    width: 40%;
  }
  .opacity-full-20-top {
    height: 20%;
  }
}
/* moduli immagine in bg e testo overlay */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.overlay-text-left {
  position: absolute;
  bottom: 25%;
  left: 10%;
  transform: translate(0%, 0%);
  z-index: 1;
  text-align: left;
}
.overlay-text-swiper {
  position: absolute;
  bottom: 10%;
  left: 5%;
  transform: translate(0%, 0%);
  z-index: 1;
  text-align: left;
}
@media (max-width: 991px) {
  .overlay-text {
    position: relative;
    bottom: auto;
    left: 5%;
    transform: translate(0%, 0%);
    width: 90%;
  }
  .overlay-text-swiper {
    position: relative;
    top: -20px;
    left: 5%;
    transform: translate(0%, 0%);
    width: 90%;
  }
  .overlay-text-left {
    position: relative;
    top: -20px;
    left: 5%;
    transform: translate(0%, 0%);
    width: 90%;
  }
}
/* gallery */
.portfolio-boxed .portfolio-box:hover {
  -webkit-box-shadow: 10px 0 70px rgba(0, 0, 0, 0);
  box-shadow: 10px 0 70px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
  color: #000000;
}
/* Rapporti d'aspetto standard */
.ratio-4x1 {
  --bs-aspect-ratio: 25%;
}
.ratio-5x1 {
  --bs-aspect-ratio: 20%;
}
.ratio-6x1 {
  --bs-aspect-ratio: 16.66666667%;
}
/* Small (sm): ≥576px */
@media (min-width: 576px) {
  .ratio-sm-4x1 {
    --bs-aspect-ratio: 25%;
  }
  .ratio-sm-5x1 {
    --bs-aspect-ratio: 20%;
  }
  .ratio-sm-6x1 {
    --bs-aspect-ratio: 16.66666667%;
  }
}
/* Medium (md): ≥768px */
@media (min-width: 768px) {
  .ratio-md-4x1 {
    --bs-aspect-ratio: 25%;
  }
  .ratio-md-5x1 {
    --bs-aspect-ratio: 20%;
  }
  .ratio-md-6x1 {
    --bs-aspect-ratio: 16.66666667%;
  }
}
/* Large (lg): ≥992px */
@media (min-width: 992px) {
  .ratio-lg-4x1 {
    --bs-aspect-ratio: 25%;
  }
  .ratio-lg-5x1 {
    --bs-aspect-ratio: 20%;
  }
  .ratio-lg-6x1 {
    --bs-aspect-ratio: 16.66666667%;
  }
}
/* Extra Large (xl): ≥1200px */
@media (min-width: 1200px) {
  .ratio-xl-4x1 {
    --bs-aspect-ratio: 25%;
  }
  .ratio-xl-5x1 {
    --bs-aspect-ratio: 20%;
  }
  .ratio-xl-6x1 {
    --bs-aspect-ratio: 16.66666667%;
  }
}
/* Extra Extra Large (xxl): ≥1400px */
@media (min-width: 1400px) {
  .ratio-xxl-4x1 {
    --bs-aspect-ratio: 25%;
  }
  .ratio-xxl-5x1 {
    --bs-aspect-ratio: 20%;
  }
  .ratio-xxl-6x1 {
    --bs-aspect-ratio: 16.66666667%;
  }
}
/* Mobile first: base 20% per tutte le dimensioni */
.col-20 {
  flex: 0 0 auto;
  width: 20%;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .col-sm-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .col-md-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-xl-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}
/* Extra extra large devices (1400px and up) */
@media (min-width: 1400px) {
  .col-xxl-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.mfp-title {
  display: none;
}
