﻿@charset "utf-8";
/* inter-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --paletta-1: var(--wp--preset--color--paletta-1);
	--paletta-2: var(--wp--preset--color--paletta-2);
	--paletta-3: var(--wp--preset--color--paletta-3);
	--paletta-4: var(--wp--preset--color--paletta-4);
	--paletta-5: var(--wp--preset--color--paletta-5);
	--paletta-6: var(--wp--preset--color--paletta-6);
	--paletta-7: var(--wp--preset--color--paletta-7);
	--paletta-8: var(--wp--preset--color--paletta-8);
  --paletta-9: var(--wp--preset--color--paletta-9);
  --paletta-10: var(--wp--preset--color--paletta-10);
  --nero-paletta: var(--wp--preset--color--nero-paletta);
  --bianco-paletta: var(--wp--preset--color--bianco-paletta);
  --font-size-xs: clamp(0.59rem, 0.07vi + 0.57rem, 0.65rem);
  --font-size-sm: clamp(0.72rem, 0.04vi + 0.7rem, 0.78rem);
  --font-size-base: clamp(0.9rem, 0.11vi + 0.86rem, 0.99rem);
  --font-size-md: clamp(1.08rem, 0.28vi + 0.98rem, 1.26rem);
  --font-size-lg: clamp(1.35rem, 0.55vi + 1.16rem, 1.71rem);
  --font-size-xl: clamp(1.71rem, 0.9vi + 1.44rem, 2.25rem);
  --font-size-xxl: clamp(2.16rem, 1.45vi + 1.8rem, 3.06rem);
  --font-size-xxxl: clamp(2.61rem, 2.2vi + 1.95rem, 3.87rem);
  --line-height-xxs: 1;
  --line-height-xs: 1.15;
	--line-height-sm: 1.2;
  --line-height-md: 1.4;
	--line-height-base: 1.6;
	--line-height-lg: 1.8;
	--line-height-xl: 2;
  --line-height-xxl: 2.2;
  --font-1: "Inter", sans-serif, Arial, Helvetica;
  --font-2: "Inter", sans-serif, Arial, Helvetica;
  --max-container: var(--wp--style--global--wide-size);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden !important;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  overflow-x: hidden !important;
  color: var(--nero-paletta);
  font-family: var(--font-1);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* background-color: #F5F5F5; */
  background-color: var(--bianco-paletta);
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
  margin-bottom: 20px;
  display: flow-root;
}
br {
  margin: 0;
}
textarea {
  resize: none;
  min-height: 100px !important;
}
label {
  display: inline-block;
  color: var(--nero-paletta);
  margin-bottom: 5px;
  font-weight: 700;
}
label[for=privacy]{
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 20px;
}
h1 {
  font-family: var(--font-1);
  color: var(--nero-paletta);
  font-size: calc(var(--font-size-xxxl) * 0.85);
}
h2 {
  font-family: var(--font-1);
  color: var(--nero-paletta);
  font-size: calc(var(--font-size-xxl) * 0.85);
}
h3 {
  font-family: var(--font-1);
  color: var(--nero-paletta);
  font-size: calc(var(--font-size-xl) * 0.85);
}
h4 {
  font-family: var(--font-1);
  color: var(--nero-paletta);
  font-size: calc(var(--font-size-lg) * 0.85);
}
h5 {
  font-family: var(--font-1);
  color: var(--nero-paletta);
  font-size: calc((var(--font-size-md) + 2px) * 0.85);
}
h6 {
  font-family: var(--font-1);
  color: var(--nero-paletta);
  font-size: calc((var(--font-size-base) + 2px) * 0.85);
}
figure {
  display: block;
  margin: 0;
  padding: 0;
}
.button-theme, .wp-block-button__link {
  position: relative;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-weight: 500;
  padding: 15px 32px;
  z-index: 2;
  white-space: normal;
  background:var( --paletta-1 );
  color: var(--bianco-paletta);
  overflow: hidden;
  border: 1px solid var(--paletta-1);
  text-transform: none;
  border-radius: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s cubic-bezier(.216, .416, .25, 1);
	transition: all 0.4s cubic-bezier(.216, .416, .25, 1);
}
.button-theme:hover,
.button-theme:focus,
.button-theme.focus,
.button-theme:active,
.button-theme.active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link.focus,
.wp-block-button__link:active,
.wp-block-button__link.active  {
  -webkit-transition: all 0.4s cubic-bezier(.216, .416, .25, 1);
	transition: all 0.4s cubic-bezier(.216, .416, .25, 1);
  background:  var(--paletta-2);
  color: #ffffff !important;
  border-color: var(--paletta-2);
}
.button-theme > i, .wp-block-button__link > i,
.button-theme > svg, .wp-block-button__link > svg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  color: var(--bianco-paletta);
  -webkit-transition: all 0.4s cubic-bezier(.216, .416, .25, 1);
	transition: all 0.4s cubic-bezier(.216, .416, .25, 1);
  width: 45px;
  height: 45px;
  font-size: 18px;
}
.button-theme > i, .wp-block-button__link > i{
  background-color: var(--nero-paletta);
  border-radius: 50%;
}
.button-theme:hover > i, .wp-block-button__link:hover > i{
  -webkit-transition: all 0.4s cubic-bezier(.216, .416, .25, 1);
	transition: all 0.4s cubic-bezier(.216, .416, .25, 1);
  transform: rotate(45deg);
  margin-left: 20px;
  opacity: 1;
}
.button-theme > svg, .wp-block-button__link > svg{
  fill: var(--bianco-paletta) !important;
  /* stroke: var(--bianco-paletta); */
}
.button-theme.button-theme-border, .button-theme-border > :is(.wp-block-button__link) {
  background: none;
  border: 1px solid var(--paletta-1);  
  color: var(--paletta-1);
}
.button-theme.button-theme-border:hover,
.button-theme.button-theme-border:focus,
.button-theme.button-theme-border.focus,
.button-theme.button-theme-border:active,
.button-theme.button-theme-border.active,
.button-theme-border > :is(.wp-block-button__link):hover,
.button-theme-border > :is(.wp-block-button__link):focus,
.button-theme-border > :is(.wp-block-button__link).focus,
.button-theme-border > :is(.wp-block-button__link):active,
.button-theme-border > :is(.wp-block-button__link).active {
  background: none;
  color: var(--paletta-1) !important;
}
.button-theme.button-theme-border.white,
.button-theme-border.white > :is(.wp-block-button__link),
.button-theme.button-theme-border.white:hover,
.button-theme-border.white > :is(.wp-block-button__link):hover{
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.button-theme.button-theme-border.white > svg,
.button-theme-border.white > :is(.wp-block-button__link) > svg {
  fill: #ffffff !important;
}
.button-theme.btn-lg, .btn-lg > :is(.wp-block-button__link) {
  padding: 10px 50px 10px 50px;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.button-theme.btn-md, .btn-md > :is(.wp-block-button__link) {
  padding: 10px 24px 10px 24px;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}
.button-theme.btn-sm, .btn-sm > :is(.wp-block-button__link) {
  padding: 5px 10px 5px 10px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.button-theme.btn-xs, .btn-xs > :is(.wp-block-button__link){
  padding: 5px 10px 5px 10px;
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
}
.button-theme.btn-block, .btn-block, .btn-block > :is(.wp-block-button__link) {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .btn-lg {
    padding: 7px 20px;
  }
  .button-theme, .wp-block-button__link{
    font-size: 1rem;
  }
  .btn-sm {
    padding: 5px 10px 5px 10px;
  }
  .btn-xs {
    padding: 5px 10px 5px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-lg {
    padding: 15px 20px;
    display: inline-block;
  }
  .button-theme i, .wp-block-button__link i{
    display: none;
  }
  .button-theme, .wp-block-button__link {
    padding: 7px 20px 7px 20px;
  }

}
a {
  color: var(--nero-paletta);
  -webkit-transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
a:link {
  text-decoration: none;
  -webkit-transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
a:visited {
  text-decoration: none;
  -webkit-transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
a:hover {
  -webkit-transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
  /* color: rgb(from var(--nero-paletta) r g b / 0.5); */
  color: var(--paletta-1);
}
a:active {
  text-decoration: none;
  -webkit-transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.spinner-loading, .loadingsend{
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999999999999;
}
.form-control {
  display: block;
  width: 100%;
  padding: 12px 20px;
  color: #191919;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
}
.form-control:focus {
  background-color: #fff;
  border: none;
  border: 1px solid var(--paletta-1);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  background-color: transparent;
  color: #22262f;
  opacity: 1;
  font-size: 16px;
  font-weight: normal;
}
.form-control:-ms-input-placeholder {
  background-color: transparent;
  color: #22262f;
  font-size: 16px;
  font-weight: normal;
}
.form-control::-webkit-input-placeholder {
  background-color: transparent;
  color: #22262f;
  font-size: 16px;
  font-weight: normal;
}
.has-success .form-control {
    border-color: #12633C !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2312633C' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.has-danger .form-control {
    border-color: #B3001E !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23B3001E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23B3001E' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.has-danger input[type=checkbox],
.has-danger input[type=radio]{
  border-color: #B3001E;
}
.has-success input[type=checkbox],
.has-success input[type=radio]{
  border-color: #12633C;
}
.form-group .invalid-feedback {
  display: none;
}
.form-group.has-danger .invalid-feedback {
  display: block;
}
select {
  -webkit-appearance: none;
  background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iXzE2IiBkYXRhLW5hbWU9IjE2Ij48cGF0aCBkPSJtMTIgMTZhMSAxIDAgMCAxIC0uNzEtLjI5bC02LTZhMSAxIDAgMCAxIDEuNDItMS40Mmw1LjI5IDUuMyA1LjI5LTUuMjlhMSAxIDAgMCAxIDEuNDEgMS40MWwtNiA2YTEgMSAwIDAgMSAtLjcuMjl6IiBmaWxsPSIjMDAwMDAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=') no-repeat right 5px top 55% !important;
  background-color: rgb(255, 255, 255);
  background-size: auto;
  background-size: 16px 16px;
  cursor: pointer;
}
form div[class*='col-']{
  position: relative;
}
div:not(.display-text-help) > .text-help{
  display: none !important;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  /* zoom: 1; */
  /* transform:scale(1); */
}
ul {
  list-style: disc;
}
header {
  width: 100%;
  float: left;
  position: relative;
}
section {
  width: 100%;
  /* float: left; */
  position: relative;
  z-index: 0;
  display: block;
}
footer {
  width: 100%;
  /* float: left; */
  position: relative;
  display: block;
}
.tags a{
  font-size: 16px;
  padding: 12px 18px;
  font-weight: 600;
  position: relative;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background-color: var(--paletta-1);
  border: 1px solid var(--paletta-1);
  border-radius: 100px;

}
.tags a:hover {
  border: 1px solid var(--paletta-1);
  color: var(--paletta-1);
  background-color: transparent;
}
.tags ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.tags ul li{
  display: inline-block;
  margin: 22px 10px 0 0 !important;
}
/* ACCESSIBILITÀ */
a:focus,
button:focus,
[tabindex]:focus,
.button-theme:focus,
.wp-block-button__link:focus,
input:focus,
textarea:focus,
select:focus,
#toTop:focus,
.btn:focus {
  outline: 3px solid var(--paletta-1);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
  transition: outline 0.2s, box-shadow 0.2s;
}
main:focus {
  outline: none !important;
  box-shadow: none !important;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* .form-control:focus {
  border: 2px solid var(--paletta-3);
  background-color: #fff;
  outline: 3px solid var(--paletta-3);
} */
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1000;
  background: #fff;
  color: #000;
  padding: 8px 16px;
  border: 2px solid #000;
}
.skip-link:focus {
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
}
.g-recaptcha iframe:focus{
    outline: 2px solid #005fcc !important;
    outline-offset: 2px;
}
hr {
  margin: 10px 0;
}
/* Google map */
.map-section .google-map {
  height: 550px;
}
.map-section-250 .google-map {
  height: 250px;
}
.visualizza-su-maps {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%,0%);
  z-index: 99999999999;
  background: #fff;
  padding: 15px 30px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.full-container {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.container {
  max-width: var(--max-container) !important;
  margin: 0 auto;
  max-width: 100%;
}
.container-fluid {
  /*max-width: 1560px;*/
  padding-left: 2vw !important;
  padding-right: 2vw !important;
  margin: 0 auto;
  max-width: 100%;
}
.container-full {
  position: relative;
  margin-top: 80px;
  min-width: 250px;
}
@media (max-width: 991px) {
  .container-full {
    margin-top: 65px;
  }
}
.sec-title {
  position: relative;
  width: 100%;
  line-height: var(--line-height-xs);
  position: relative;
  font-weight: 600;
  padding-bottom: 30px;
}
.sec-title.center {
  text-align: center;
}
.sec-title.left {
  text-align: left;
}
.sec-title.right {
  text-align: right;
}
.sec-title::before{
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  width: 80px;
  height: 2px;
  background-color: var(--paletta-1);
  bottom: 0px;
}
.sec-title.center::before, .sec-title.has-text-align-center::before{
  left: 50% !important;
  margin-left: -40px !important;
  
}
@media (max-width: 991px) {
  .sec-title.right,
  .sec-title.left {
    text-align: center;
  }
}
.sec-title + p {
  font-size: var(--font-size-md);
  font-family: var(--font-1);
  line-height: var(--line-height-md);
  position: relative;
  margin-top: 0px;
  font-weight: 200;
  padding-top: 10px;
}
.sec-title.white {
  color: #ffffff;
}
.sec-title.white::before {
  border-bottom: 5px solid #ffffff;
}
.sec-title h1, .sec-title h2, .sec-title h3, .sec-title h4, .sec-title h5, .sec-title h6{
  margin-top: 0px;
  line-height: 1;
}
.sec-title.white h1, .sec-title.white h2, .sec-title.white h3, .sec-title.white h4, .sec-title.white h5, .sec-title.white h6{
  color: #ffffff !important
}
.sec-title p.has-text-align-left::before{
  width: 0;
  margin: 0;
  height: 0;
}
.sec-title p.has-text-align-left::after{
  width: 60px;
}
@media (max-width: 1280px) {
  .sec-title h2{
    font-size: calc(var(--font-size-xl) * 0.85);
    letter-spacing: -2px;
  }
}
@media (max-width: 991px) {
  .sec-title h1, .sec-title h2{
    font-size: calc(var(--font-size-xl) * 0.85);
    letter-spacing: -2px;
  }
  .sec-title p{
    font-size: var(--font-size-sm);
  }
}
.page-title {
  position: relative;
  background-color: var(--paletta-4);
  padding-top: 80px;
  padding-bottom: 60px;
}
.page-title .cont-title{
  position: relative;
    z-index: 2;
}
@media (max-width: 992px) {
  .page-title {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 0px;
  }
}
.breadcrumb{
  padding: 0px !important;
}
.page-title h1 {
  color: var(--nero-paletta);
  font-size: var(--font-size-xl);
  font-weight: 700;
  margin-top: 0px;
  line-height: 1;
}
.page-title .middle {
  margin-top: 0;
  padding: 5px;
  padding-top: 4px;
}
.page-title .middle li:last-child:after {
  display: none;
  padding-left: 10px;
}
.page-title .breadcrumb {
  background-color: transparent !important;
  margin: 0px;
}
.breadcrumb{
  margin-bottom: 0;
}
.no-home .breadcrumb li:first-child{
  display: none;
}
.page-title .breadcrumb .breadcrumb-item.active {
  color: var(--paletta-1);
}
.page-title .breadcrumb .breadcrumb-item,
.page-title .breadcrumb .breadcrumb-item a {
  color: var(--nero-paletta);
  /* font-size: 16px;
  font-weight: 300; */
  font-size: var(--font-size-sm);
  font-family: var(--font-1);
  line-height: var(--line-height-md);
  text-transform: uppercase;
}
.page-title .breadcrumb-item + .breadcrumb-item::before {
  color: var(--nero-paletta);
  content: "\F5D4";
  font-family: 'bootstrap-icons';
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .breadcrumb,
  .middle div {
    line-height: 12px;
    font-size: 12px;
  }
  .page-title .breadcrumb-item + .breadcrumb-item::before{
    line-height: 20px;
  }
  .page-title .breadcrumb .breadcrumb-item, .page-title .breadcrumb .breadcrumb-item a{
    font-size: 12px;
    line-height: 20px;
  }
  .page-title h1 {
    font-size: var(--font-size-xl);
    text-align: center;
  }
  /* Centra e ottimizza il breadcrumb su mobile */
  .page-title .middle nav {
    /* display: flex;
    justify-content: center; */
  }
  .page-title .breadcrumb {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.bg-cover {
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
.bg-overlay, .bg-overlay-gradient{
  position: relative;
}
.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  /* opacity: .7; */
  /* background-color: rgba(0,0,0,.35); */
  background-color: var(--paletta-1);
  opacity: 0.75;
  z-index: -1;
}
.bg-overlay-gradient::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--paletta-4) 100%, transparent) 0%, color-mix(in srgb, var(--paletta-4) 85%, transparent) 30%, color-mix(in srgb, var(--paletta-4) 5%, transparent) 100%);
  z-index: -1;
}
.bg-cover-mobile img{
    display: none;
  }
@media(max-width:990px){
  .bg-cover-mobile{
    background: none !important;
  }
  .bg-cover-mobile img{
    display: block;
    width: 100%;
    height: auto;
}
}
.bg-cover.parallax {
  background-attachment: fixed !important;
}
.bg-overlay.parallax::before {
  background-attachment: fixed !important;
}
@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .bg-cover.parallax {
    background-attachment: scroll !important;
  }
  .bg-overlay.parallax::before {
    background-attachment: scroll !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-cover.parallax {
    background-attachment: scroll !important;
  }
  .bg-overlay.parallax::before {
    background-attachment: scroll !important;
  }
}
.social a {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: transparent;
  transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
  color: #ffffff;
  font-size: 30px !important;
  text-align: center;
  line-height: 50px;
  color: var(--bianco-paletta);
  border-radius: 100%;
}
.social a i{
  padding-right: 0px !important;
}
.social a:hover {
  background-color: var(--paletta-2);
  color: var(--bianco-paletta);
}
.social a + a {
  margin-left: 6px;
}
.social svg{
  fill: var(--bianco-paletta);
  stroke: var(--bianco-paletta);
  width: 35px;
  height: 35px;
}
.sidebar ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .menu-item-has-children{
  margin: 0;
  padding: 0 !important;
 transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}
.sidebar .menu-item-has-children:hover > a, .sidebar .menu-item-has-children.current-menu-item > a{
 transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}
.sidebar .menu-item-has-children > a{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  background-color: var(--paletta-1);
  padding: 15px 30px 15px 30px;
  display: block;
  position: relative;
  color: var(--bianco-paletta);
}
.sidebar .menu-item-has-children > a::before {
  position: absolute;
  content: '\F138';
  left: inherit;
  right: 30px;
  font-size: 16px;
  top: 30%;
  color: inherit;
  font-family: 'bootstrap-icons';
  -webkit-transition: transform 300ms ease;
  transition: transform 300ms ease;
}
.sidebar .menu-item-has-children.is-open > a::before{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar .menu-item-has-children:hover > a,
.sidebar .menu-item-has-children.current-menu-item > a{
  background-color: var(--paletta-2);
  color: var(--bianco-paletta);
}
.sidebar .menu-item-has-children .sub-menu{
 display: none;
 padding-left: 10px;
}
.sidebar .menu-item-has-children .sub-menu li{
 border-bottom: 0px;
 position: relative
}
.sidebar .menu-item-has-children .sub-menu li a{
 font-weight: normal;
 border-bottom: 1px solid #dddddd;
  display: block;
  padding: 5px;
}
.sidebar .menu-item-has-children .sub-menu li.current-menu-item > a{
 font-weight: 700;
}
.sidebar .menu-item-has-children .sub-menu li:before{
 font-family: 'bootstrap-icons';
	content: "\F309";
 position: absolute;
 top: 5px;
 left: -15px;
 color: var(--paletta-1);
}
.sidebar .menu-item-has-children:hover .sub-menu li:before{
 color: var(--paletta-1);
}
/* ---------------------------------
    Offset Canvas Menu Style 
------------------------------------*/
.offset-menu-extra {
  /* position: fixed;
  height: 100vh;
  top: 0;
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  left: -30%; */
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: #ffffff;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  max-width: 350px;
}
.offset-menu-extra.aperto {
  /* opacity: 1;
  visibility: visible;
  left: 0; */
}
.offset-menu-extra .offset-menu-extra-wrapper {
  width: 360px;
  padding: 80px 30px;
  color:var(--nero-paletta)
}
.offset-menu-extra .offset-menu-extra-section {
  margin-top: 40px;
}
.offset-menu-extra .offset-menu-extra-section a{
  color:var(--nero-paletta)
}
.offset-menu-extra .offset-menu-extra-section h3,
.offset-menu-extra .offset-menu-extra-section h4,
.offset-menu-extra .offset-menu-extra-section h5 {
  line-height: 1;
  margin-bottom: 20px;
  color:var(--paletta-1)
}
.offset-menu-extra .offset-menu-extra-section a {
  margin-bottom: 10px;
}
.offset-menu-extra .offset-menu-extra-section ul li {
  margin-bottom: 5px;
}
.offset-menu-extra .offset-menu-extra-section ul li i {
  margin-right: 10px;
  color: var(--paletta-7);
}
.offset-menu-extra .offset-menu-extra-footer {
  margin-top: 35px;
}
.offset-menu-extra .offset-menu-extra-social-icon a {
  font-size: 16px;
  background: var(--paletta-1);
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  color: #ffffff;
}
.offset-menu-extra .offset-menu-extra-social-icon a:hover {
  background: var(--paletta-2);
}
.offset-menu-extra-logo img{
  max-width: 190px;
  display: inline-block;
}
#offset-menu-extra-apri {
  background-color: transparent;
  color: #000;
  padding: 8px;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  position: relative;
  width: 50px;
  border: none;
}
#offset-menu-extra-apri .svg,
#offset-menu-extra-chiudi .svg{
  width: 25px;
height: 25px;
position: relative;
z-index: -1;
}
#offset-menu-extra-chiudi {
  position: absolute;
  right: 30px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 9;
  top: 20px;
  border: 0px;
}
#offset-menu-extra-chiudi {
  color: #ffffff;
}
.--hide-preloader {
  opacity: 0 !important;
  transition: opacity 400ms;
}
/* 
  *** TO TOP ***
*/
#toTop {
  opacity: 0;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  border: none;
  transition: opacity 0.2s ease-out;
  outline: none;
  background-color: var(--paletta-10);
  z-index: 99992;
  cursor: pointer;
}
#toTop:before {
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-size: 15px;
  content: "\F286";
  color: #ffffff;
  position: relative;
  display: block;
  text-align: center;
  line-height: 52px;
}
#toTop:hover {
  background: var(--paletta-2);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
#toTop.show {
  opacity: 1;
}
#toTop.hide {
  opacity: 0;
}
.modal .modal-content{
  padding: 30px;
  border-radius: 0px;
}
.modal .btn-close{
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
}
#modalPromo .btn-close{
  position: absolute;
  top: -12px;
  right: -12px;
  opacity: 1;
}
.modal .modalSize{
  max-width: 700px;
}
@media(max-width:779px){
  .modal .modal-content{
    padding: 10px;
  }
  .modal .btn-close {
    top: 12px;
    right: 12px;
  }
}
#preloader{
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}
@keyframes fadeInAnimation {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
.fade-out-effect {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.bg-paletta-1{
  background-color: var(--paletta-1);
}
.bg-paletta-2{
  background-color: var(--paletta-2);
}
.bg-paletta-3{
  background-color: var(--paletta-3);
}
.bg-paletta-4{
  background-color: var(--paletta-4);
}
.bg-paletta-5{
  background-color: var(--paletta-5);
}
.bg-paletta-6{
  background-color: var(--paletta-6);
}
.bg-paletta-7{
  background-color: var(--paletta-7);
}
.bg-paletta-8{
  background-color: var(--paletta-8);
}
.bg-paletta-9{
  background-color: var(--paletta-9);
}
.bg-paletta-10{
  background-color: var(--paletta-10);
}
.bg-bianco-paletta{
  background-color: var(--bianco-paletta);
}
.color-paletta-1{
  color: var(--paletta-1);
}
.color-paletta-2{
  color: var(--paletta-2);
}
.color-paletta-3{
  color: var(--paletta-3);
}
.color-paletta-4{
  color: var(--paletta-4);
}
.color-paletta-5{
  color: var(--paletta-5);
}
.color-paletta-6{
  color: var(--paletta-6);
}
.color-paletta-7{
  color: var(--paletta-7);
}
.color-paletta-8{
  color: var(--paletta-8);
}
.color-paletta-9{
  color: var(--paletta-9);
}
.color-paletta-10{
  color: var(--paletta-10);
}
.color-nero-paletta{
  color: var(--nero-paletta);
}
.color-bianco-paletta{
  color: var(--bianco-paletta) !important;
}
.font-size-xs{
  font-size: var(--font-size-xs);
}
.font-size-sm{
  font-size: var(--font-size-sm);
}
.font-size-base{
  font-size: var(--font-size-base);
}
.font-size-md{
  font-size: var(--font-size-md);
}
.font-size-lg{
  font-size: var(--font-size-lg);
}
.font-size-xl{
  font-size: var(--font-size-xl);
}
.font-size-xxl{
  font-size: var(--font-size-xxl);
}
.font-size-xxxl{
  font-size: var(--font-size-xxxl);
}
.line-height-xxs{
  line-height: var(--line-height-xxs);
}
.line-height-xs{
  line-height: var(--line-height-xs);
}
.line-height-sm{
  line-height: var(--line-height-sm);
}
.line-height-md{
  line-height: var(--line-height-md);
}
.line-height-base{
  line-height: var(--line-height-base);
}
.line-height-lg{
  line-height: var(--line-height-lg);
}
.line-height-xl{
  line-height: var(--line-height-xl);
}
.line-height-xxl{
  line-height: var(--line-height-xxl);
}
.font-1{
  font-family: var(--font-1);
}
.font-2{
  font-family: var(--font-2);
}
.max-container{
  max-width: var(--max-container);
}
.pagination .page-item.active > .page-link{
  background-color: var(--paletta-1);
  border-color: var(--paletta-1);
  color: #ffffff;
}
.pagination .page-item .page-link{
  color: var(--paletta-1);
  border-radius: 0;
  font-size: var(--font-size-base);
}
.is-layout-flow > * {
  margin-block-start: 0;
}
.wp-block-column {
  overflow-wrap: inherit;
  word-break: inherit;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%;
}
@media (max-width: 991px) {
  .wp-block-group.is-style-columns-on-desktop {
    flex-direction: column !important;
  }
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 991px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
}
.wp-block-columns.cols-2 { --cols: 2; }
.wp-block-columns.cols-3 { --cols: 3; }
.wp-block-columns.cols-4 { --cols: 4; }
.wp-block-columns.cols-5 { --cols: 5; }
.wp-block-columns.cols-6 { --cols: 6; }
.wp-block-columns[class*="cols-"] {
  flex-wrap: wrap !important;
}
.wp-block-columns[class*="cols-"] > .wp-block-column {
  flex: 0 0 calc((100% - ((var(--cols) - 1) * var(--wp--style--block-gap, 2rem))) / var(--cols)) !important;
  max-width: calc((100% - ((var(--cols) - 1) * var(--wp--style--block-gap, 2rem))) / var(--cols)) !important;
}
@media (max-width: 991px) {
  .wp-block-columns[class*="cols-"] {
    --cols: 2;
  }
}
@media (max-width: 479px) {
  .wp-block-columns[class*="cols-"] {
    --cols: 1;
  }
}
.ul-reset{
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-check{
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-check li{
  position: relative;
  padding-left: 1.75em;
  margin-bottom: 0.5em;
}
.list-check li::before{
  content: "\F26B";
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  color: var(--paletta-1);
}
.list-check-2-cols{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em 2em;
}
.list-check-2-cols li{
  margin-bottom: 0;
}
@media(max-width:768px){
  .list-check-2-cols{
    grid-template-columns: 1fr;
  }
}
/*
./ DEFAULT CSS
-------------------------------------------------------------------------
*/
.header-home{
  position: relative;
}
.sliderHome{
  width: 100%;
  height: 750px;
  overflow: hidden;
  min-width: 100%;
}
.sliderHome .swiper-container, .sliderHome .wp-swiper__wrapper, .sliderHome .swiper-wrapper, .sliderHome .swiper-slide, .sliderHome .wp-swiper__slide-content, .sliderHome .swiper-content{
  width: 100%;
  height: 100%;
}
.sliderHome .wp-swiper__overlay-color {
  background-color: transparent !important;
}
.sliderHome .swiper-content{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sliderHome .swiper-content > *{
  min-width: 10%;
  margin: 0;
}
.sliderHome .swiper-content h2{
  color: #fff;
  font-weight: 700;
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xs);
  padding: 0;
}
.sliderHome .swiper-content p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 23px;
  margin-bottom: 0;
  padding: 0;
}
.sliderHome .swiper-content .slide-badge{
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  padding: 5px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.sliderHome .swiper-content .wp-block-buttons .wp-block-button__link{
  background-color: var(--paletta-2);
}
@media(max-width:991px){
  .sliderHome {
    height: 600px;
  }
}
@media(max-width:650px){
  .sliderHome {
    height: 100vh;
  }
}
.sliderHome .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
/* ------
  ./ sliderHome - base strutturale
  -------
*/
/* ------
  ./ sliderHome - customizzazione
  -------
*/
/* --- Nessun overlay pesante: immagine nitida --- */
.sliderHome .wp-swiper__overlay-color {
  background-color: transparent !important;
}

.sliderHome .swiper-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: auto;
  padding: 40px 46px;
  border-left: 5px solid var(--paletta-1);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 6%;
  bottom: 80px;
  max-width: 480px;
  width: min(460px, 88%);
}
.sliderHome .swiper-content > *{
  min-width: 10%;
  margin: 0;
}
.sliderHome .swiper-content h2{
  color: var(--paletta-7);
  font-weight: 400;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-xs);
  -webkit-transition: 0.7s cubic-bezier(0, 0, 0.3642, 1) 0.15s;
  transition: 0.7s cubic-bezier(0, 0, 0.3642, 1) 0.15s;
  transform: translate3d(-40px, 0, 0);
  opacity: 0;
  padding: 0;
}
.sliderHome .swiper-content p{
  color: rgba(30, 30, 30, 0.78);
  font-size: 19px;
  margin-bottom: 0;
  -webkit-transition: 0.7s cubic-bezier(0, 0, 0.3642, 1) 0.4s;
  transition: 0.7s cubic-bezier(0, 0, 0.3642, 1) 0.4s;
  transform: translate3d(-40px, 0, 0);
  opacity: 0;
  padding: 0;
}
.sliderHome .swiper-content .wp-block-buttons .wp-block-button__link{
  transition: transform 0.7s cubic-bezier(0, 0, 0.3642, 1), opacity 0.7s cubic-bezier(0, 0, 0.3642, 1);
  transform: translate3d(-40px, 0, 0);
  opacity: 0;
  transition-delay: 1.1s;
}
.sliderHome .swiper-content .slide-badge{
  background-color: var(--paletta-1);
  border: none;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.7s cubic-bezier(0, 0, 0.3642, 1) 0.05s;
  transition: 0.7s cubic-bezier(0, 0, 0.3642, 1) 0.05s;
  transform: translate3d(-40px, 0, 0);
  opacity: 0;
}
.sliderHome .swiper-content .wp-block-buttons .wp-block-button__link{
  background-color: var(--paletta-1);
  color: var(--bianco-paletta);
  border: 2px solid var(--paletta-1);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.7s cubic-bezier(0, 0, 0.3642, 1), opacity 0.7s cubic-bezier(0, 0, 0.3642, 1);
  border-radius: 0;
}
.sliderHome .swiper-content .wp-block-buttons .wp-block-button__link:hover,
.sliderHome .swiper-content .wp-block-buttons .wp-block-button__link:focus {
  background-color: var(--paletta-10);
  color: #fff;
  transition-delay: 0s;
}
.sliderHome .swiper-slide.swiper-slide-active .slide-badge,
.sliderHome .swiper-slide.swiper-slide-active h2,
.sliderHome .swiper-slide.swiper-slide-active p,
.sliderHome .swiper-slide.swiper-slide-active .wp-block-buttons .wp-block-button__link{
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.sliderHome .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
  margin: 0 7px !important;
  border-radius: 50px;
  transition: all 0.35s ease;
}
.sliderHome .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--paletta-1);
  width: 34px;
}
.sliderHome .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 30px;
  text-align: center;
}
.sliderHome .swiper-button-next, 
.sliderHome .swiper-button-prev{
  color: #fff;
  opacity: 1;
  background: var(--paletta-1);
  border: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.sliderHome .swiper-button-next svg,
.sliderHome .swiper-button-prev svg {
  width: 22px;
  height: 22px;
}
.sliderHome .swiper-button-next:hover, 
.sliderHome .swiper-button-prev:hover{
  background: var(--paletta-2);
  transform: scale(1.08);
}
.sliderHome .swiper-button-prev{
  left: 30px;
  right: auto;
}
.sliderHome .swiper-button-next {
  right: 30px;
  left: auto;
}
@media(max-width:991px){
  .sliderHome {
    height: 600px;
  }
  .sliderHome .swiper-content{
    padding: 32px 38px;
    bottom: 60px;
  }
  .sliderHome .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .sliderHome .swiper-button-next, 
  .sliderHome .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
  .sliderHome .swiper-button-next svg,
  .sliderHome .swiper-button-prev svg {
    width: 18px;
    height: 18px;
  }
}
@media(max-width:650px){
  .sliderHome {
    height: 100vh;
    min-height: 600px;
  }
  .sliderHome .swiper-content{
    padding: 26px 22px;
    width: 88%;
    max-width: 88%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    border-left-width: 4px;
  }
  .sliderHome .swiper-content h2{
    font-size: var(--font-size-md);
    margin-bottom: 0 !important;
  }
  .sliderHome .swiper-content p{
    font-size: var(--font-size-base);
  }
  .sliderHome .swiper-content .slide-badge{
    font-size: 11px;
    padding: 4px 14px;
    margin-bottom: 12px;
  }
  .sliderHome .swiper-content .wp-block-buttons .wp-block-button__link{
    padding: 10px 28px;
    font-size: 0.9rem;
  }
  .sliderHome .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 20px;
  }
  .sliderHome .swiper-button-prev{
    left: 8px;
  }
  .sliderHome .swiper-button-next {
    right: 8px;
  }
}
/* ------
  ./ fine sliderHome - customizzazione
  -------
*/
.footer{
  position: relative;
  z-index: 0;
  /* max-width: var(--max-container); */
  /* margin: 0 auto 30px auto; */
  padding: 0 20px 20px 20px;
}
@media(max-width:780px){
  .footer{
    padding: 0 15px 30px 15px;
  }
}
.container-footer{
  background-color: var(--paletta-1);
  /* max-width: var(--max-container); */
  margin: 0 auto;
  position: relative;
  overflow: hidden !important;
}
@media(max-width:780px){
  .container-footer{
    padding: 0 10px;
  }
}
.widget-footer{
  padding-right: 0px;
}
.widget-footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-footer ul li{
  padding-bottom: 5px;
  padding-top: 5px;
}
.widget-footer ul li a,
.widget-footer ul li,
.widget-footer p,
.widget-footer a{
  margin: 0;
  transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
  color: var(--bianco-paletta);
}
.widget-footer ul li a:hover, .widget-footer a:hover{
  color: var(--paletta-10);
  transition: all 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.widget-footer h3{
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--bianco-paletta);
}
.widget-footer .widget-contatti {
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 30px 25px;
}
.widget-footer .widget-contatti p, .widget-footer .widget-contatti {
  color: var(--bianco-paletta);
  margin-bottom: 1.4rem;
  line-height: 1.6;
}
.widget-contatti .--item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 1rem;
}
.widget-contatti .--icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  color: var(--bianco-paletta);
  font-size: 1.15rem;
  flex-shrink: 0;
}
.widget-contatti .--item:hover .--icon {
  background-color: var(--paletta-1);
  color: var(--bianco-paletta);
}
.widget-contatti .--item strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bianco-paletta);
}
.widget-contatti .--item a {
  color: var(--bianco-paletta);
  text-decoration: none;
  font-size: 0.98rem;
}
.widget-contatti .--item a:hover {
  color: var(--paletta-1);
  text-decoration: underline;
}
.logo-footer img{
  max-height: 70px;
  width: 100%;
}
.credits{
  padding: 20px 0;
}
.credits a, .credits{
}
.swiper.marchi-slider {
    width: 100%;
    padding: 80px 100px;
}
.marchi-slider .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marchi-slider-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.marchi-slider-logo {
    max-width: 100% !important;
    height: 150px !important;
    width: auto;
    object-fit: contain;
}
.marchi-slider .swiper-button-prev,
.marchi-slider .swiper-button-next {
    color: var(--paletta-2)
}
.marchi-slider .swiper-button-prev::after,
.marchi-slider .swiper-button-next::after {
    font-size: 22px;
}
@media (max-width: 575.98px) {
    .swiper.marchi-slider {
        padding: 50px 30px;
    }
    .marchi-slider .swiper-button-prev::after,
    .marchi-slider .swiper-button-next::after {
        font-size: 18px;
    }
}
/* Frecce stile marchi per tutti gli slider WP Swiper (escluso sliderHome) */
.wp-swiper:not(.sliderHome) .swiper-button-prev,
.wp-swiper:not(.sliderHome) .swiper-button-next {
    color: var(--paletta-2);
}
.wp-swiper:not(.sliderHome) .swiper-button-prev::after,
.wp-swiper:not(.sliderHome) .swiper-button-next::after {
    font-size: 22px;
}
@media (max-width: 575.98px) {
    .wp-swiper:not(.sliderHome) .swiper-button-prev::after,
    .wp-swiper:not(.sliderHome) .swiper-button-next::after {
        font-size: 18px;
    }
}
/* Dot con gli stessi colori delle frecce */
.wp-swiper:not(.sliderHome) .swiper-pagination-bullet {
    background: var(--paletta-2);
    opacity: 0.35;
}
.wp-swiper:not(.sliderHome) .swiper-pagination-bullet-active {
    background: var(--paletta-2);
    opacity: 1;
}
.marchi-griglia .col {
    margin-bottom: 24px;
}
.marchi-griglia-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 140px;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    transition: box-shadow .3s ease, transform .3s ease;
}
.marchi-griglia-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    transform: translateY(-3px);
}
.marchi-griglia-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.marchi-griglia-logo {
    max-width: 100% !important;
    height: 100px !important;
    width: auto;
    object-fit: contain;
}
.marchi-griglia-name {
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.marchi-griglia-name:hover {
    text-decoration: underline;
}



/* 
  WOOCOMMERCE
*/
body.woocommerce-page .woocommerce{
  max-width: var(--max-container);
  margin: 30px auto;
  padding: 0 20px;
}
.woocommerce-breadcrumb i{
  padding: 0 10px;
}
.woocommerce-breadcrumb{
  margin-bottom: 5px;
}
/* Base: tutti i pulsanti */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  background-color: var(--paletta-7);
  color: var(--bianco-paletta);
  border: 2px solid var(--paletta-7);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
/* Hover */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  background-color: var(--paletta-8);
  color: var(--bianco-paletta);
  border-color: var(--paletta-8);
}
/* Focus (accessibilità) */
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
  outline: 2px solid var(--paletta-6);
  outline-offset: 2px;
}
/* Disabilitati */
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled {
  background-color: var(--paletta-9) !important;
  color: var(--paletta-10) !important;
  border-color: var(--paletta-9) !important;
  cursor: not-allowed;
}

/* Pulsanti "alt" (Aggiungi al carrello, Finalizza ordine) */
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #place_order {
  background-color: var(--paletta-7);
  color: var(--bianco-paletta);
  border: 2px solid var(--paletta-7);
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #place_order:hover {
  background-color: var(--paletta-8);
  border-color: var(--paletta-8);
  color: var(--bianco-paletta);
}
.woocommerce-page .woocommerce-ordering select {
  padding: 12px 15px 12px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: #a0a0a0;
	border-radius: 3px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1px solid #dddddd;
  padding: 40px 25px;
  text-align: center;
  background-color: var(--bianco-paletta);
}
/* Prezzo standard (grande e small) */
.woocommerce .price,
.woocommerce .price .woocommerce-Price-amount,
.woocommerce .price .amount,
.woocommerce .price ins .woocommerce-Price-amount {
  color: var(--paletta-7);
  font-weight: 700;
  font-size: 1.5rem;
}
/* Prezzo piccolo nel loop (categorie, prodotti correlati) */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .woocommerce-Price-amount {
  font-size: 1.25rem;
}
/* Prezzo barrato (prezzo pieno originale) */
.woocommerce .price del,
.woocommerce .price del .woocommerce-Price-amount,
.woocommerce .price del .amount {
  color: var(--paletta-6);
  font-weight: 400;
  font-size: 0.8em;
  opacity: 0.8;
}
/* Prezzo in saldo / evidenziato (ins) */
.woocommerce .price ins,
.woocommerce .price ins .woocommerce-Price-amount {
  color: var(--paletta-7);
  text-decoration: none; /* niente sottolineatura di default */
  font-weight: 700;
}
/* Simbolo della valuta (€, $, ecc.) */
.woocommerce .price .woocommerce-Price-currencySymbol {
  font-size: 0.85em;
  color: var(--paletta-7);
}
/* Pagina prodotto singolo */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 2.25rem;
  color: var(--paletta-7);
}
/* Carrello - prezzi riga */
.woocommerce table.shop_table td .woocommerce-Price-amount {
  color: var(--paletta-10);
  font-weight: 600;
}
/* Carrello - totale ordine */
.woocommerce table.shop_table .order-total .woocommerce-Price-amount {
  color: var(--paletta-7);
  font-size: 1.5rem;
  font-weight: 700;
}
/* Widget mini-carrello / prodotti correlati */
.woocommerce .widget_shopping_cart .woocommerce-Price-amount,
.woocommerce ul.cart_list .woocommerce-Price-amount {
  color: var(--paletta-7);
  font-weight: 600;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
      font-size: 1.75rem;
    }
    .woocommerce .price,
    .woocommerce .price .woocommerce-Price-amount {
      font-size: 1.25rem;
    }
}
/* Badge "Sconto" eventuale */
.woocommerce .onsale {
  background-color: var(--paletta-7);
  color: var(--bianco-paletta);
}
.woocommerce h2,
.woocommerce-page h2,
.woocommerce-MyAccount-content h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--paletta-8);
}
/* Sezioni specifiche WooCommerce */
.woocommerce .related.products > h2,
.woocommerce .up-sells > h2,
.woocommerce .cross-sells > h2 {
  font-size: 1.75rem;
  color: var(--paletta-7);
}
.woocommerce div.product .product_title {
  font-size: 2rem;
}
.woocommerce .cart-collaterals h2,
.woocommerce .woocommerce-checkout h2,
.woocommerce .woocommerce-order h2 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .woocommerce h2,
  .woocommerce-page h2 {
    font-size: 1.5rem;
  }
  .woocommerce ul.products li.product h2 {
    font-size: 1.1rem;
  }
}
/* Container tab: solo linea di base */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--paletta-9);
  margin-bottom: 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 49px;
  justify-content: center;
}
/* Rimuovo gli pseudo-elementi di default (i triangolini laterali) */
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
/* Singolo tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
/* Link dei tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 12px 0;
  color: var(--paletta-10);
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 4px solid transparent; /* spazio riservato alla linea */
  margin-bottom: -1px; /* allinea la linea con il bordo del container */
  transition: all 0.3s ease;
}
/* Hover */
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--paletta-7);
}
/* Tab attivo: solo linea sottostante */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: none;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--paletta-7);
  border-bottom: 4px solid var(--paletta-7);
}
/* Pannello contenuto */
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 0;
  margin: 0;
  border: none;
}
.woocommerce #review_form #respond p {
  margin-bottom: 0;
}
.woocommerce #review_form #respond .form-group{
  display: inline-flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
}
.woocommerce #review_form #respond .form-submit .submit{
  margin: 10px 0;
}
.woocommerce .related.products > h2{
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0 30px 0;
}
.woocommerce .related.products{
  background-color: #f7f7f7;
  padding: 60px 30px;
  margin: 100px 0 0px 0;
}
.woocommerce div.product form.cart .variations tr{
  display: flex;
  flex-direction: column;
}
@media(min-width: 992px) {
  .single-product div.product .woocommerce-product-gallery {
    max-width: 80%;
    margin: 0 auto;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    transform: scale(0.65);
    transform-origin: top left;
  }
  section.related.products ul.products li.product {
    width: 24% !important;
    margin: 0 1.33% 2em 0 !important;
  }
  section.related.products ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media (max-width:991px){
  section.related.products ul.products li.product {
    width: 49% !important;
    margin: 0 1% 2em 0 !important;
  }
  .woocommerce .related.products {
    padding: 60px 10px;
  }
}
@media (max-width:780px){
  section.related.products ul.products li.product {
    width: 100% !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs{
    gap:9px;
  }
}
@media (max-width:780px){
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin-right: 0;
  }
}
.woocommerce .quantity .qty {
  padding: 5px;
}
.woocommerce div.product form.cart .button {
  float: none !important;
  margin-bottom: 20px;
}
.woocommerce table.shop_attributes td {
 	font-size: 16px; 
}
/* Contenitore paginazione */
.woocommerce-pagination {
  margin: 40px 0;
  text-align: center;
}

.woocommerce-pagination ul.page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 8px;
}
/* Pulsanti (numeri e frecce) */
.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  background: var(--bianco-paletta);
  color: var(--nero-paletta);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}
/* Hover */
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background: #f5f5f5;
}
/* Pagina corrente */
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: var(--paletta-1);
  border-color: var(--paletta-1);
  color: var(--bianco-paletta);
  cursor: default;
}
/* Pagina corrente: disattiva hover */
.woocommerce-pagination ul.page-numbers li .page-numbers.current:hover {
  transform: none;
}
/* Puntini di sospensione (...) */
.woocommerce-pagination ul.page-numbers li .page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
}
.woocommerce .star-rating {
  color: #fdc51d;
}
.woocommerce ul.products li.product .star-rating{
  margin: 5px auto 10px auto;
}
.conteesaurit{
  color: red;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: -10px;
}
.woocommerce ul.products li.product .conteesaurit, .woocommerce-page ul.products li.product .conteesaurit{
  position: absolute;
  text-align: center;
  width: 100%;
  margin-left: -50%;
  left: 50%;
  margin-top: 5px;
}
.titesaurito{
	color: #e96656;
}
.esaurit{
	color: #e96656;
	cursor: pointer;
	font-weight:bold;
}
.esaurit:hover{
	color: #cb4332;
}
/*inizio input radio del carrello personalizzato*/
.woocommerce ul#shipping_method li input {
  margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.woocommerce ul#shipping_method li input[type="radio"] {
  background-color: #ddd;
  border-radius: 50%;
  border: none !important; 
  cursor: pointer;
  display: inline-block;
  height: 24px !important;
  margin-right: 15px;
  position: relative;
  width: 24px !important;
  padding: 0px !important;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
outline-width: 0;
}
.woocommerce ul#shipping_method li input[type="radio"]:focus {
  outline: none !important;
	border: none !important;
}
.woocommerce ul#shipping_method li input[type="radio"]:after {
  background-color: #c5c5c5;
  border-radius: 50%;
  content: '';
  display: block;
  height: 14px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 14px;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked:after {
  background-color: #f66;  
}
.woocommerce ul#shipping_method li input[type="radio"]:hover:after {
background-color: #f66;
}
input.allerta {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #1a1a1a !important;
  padding: 5px 10px !important;
  margin: 0px;
  width: 100%;
  border-radius: 5px;
  }
.jconfirm .jconfirm-box div.jconfirm-content-pane{
	margin-bottom:0px !important;
}
.testoalerta{
	margin-bottom:10px !important;
}
.labelallerta{
  font-size: 14px;
  text-align: left;
  display: block;
  padding-left: 5px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  background: var(--paletta-8) !important;
	color: #ffffff !important;
	font-weight: bold;
	outline: none;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: var(--paletta-8) !important;
	color: #ffffff !important;
	font-weight: bold;
}
#conteinvioema{
	height: 26px;
	display: block;
}
#messaggiinvioema {
  padding-top: 4px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
	font-size: 14px;
	color: var(--paletta-7);
	display: none;
}
#attesai{
  width: 20px;
  margin-top: 0px;
  margin-right: 5px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  margin-top: 0;
	margin-bottom: 10px;
}
.woocommerce ul#shipping_method .amount::after {
  content: ' Spedito in 24/48 ore';
  font-weight: inherit !important;
  font-size: 13px;
  color: green;
  padding-left: 5px;
}
.woocommerce #checkout-radio-confezione{
	padding-bottom: 10px;
}
.woocommerce #checkout-radio-confezione input[type="radio"] {
  background-color: #ddd;
  border-radius: 50%;
  border: none !important;
  cursor: pointer;
  display: block;
  height: 24px !important;
  margin-right: 15px;
  position: relative;
  width: 24px !important;
  padding: 0px !important;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline-width: 0;
}
/*css che regola la dicitura Confezione regalo €. 5,00 Cadauno e lo spazio per farlo rientrare*/
.woocommerce #checkout-radio-confezione .woocommerce-input-wrapper{
  display: inline-flex;
  align-items: center;
  justify-content: start;
}
.woocommerce #checkout-radio-confezione label{
	position: relative;
	padding-left: 0 !important;
	line-height: 1;
	font-size: 15px !important;
	text-align: left;
	white-space: nowrap;
}
.woocommerce #checkout-radio-confezione input[type="radio"]:focus {
  outline: none !important;
	border: none !important;
}
.woocommerce #checkout-radio-confezione input[type="radio"]:after {
  background-color: #c5c5c5;
  border-radius: 50%;
  content: '';
  display: block;
  height: 14px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 14px;
}
.woocommerce #checkout-radio-confezione input[type="radio"]:checked:after {
  background-color: #f66;
}
.woocommerce #checkout-radio-confezione input[type="radio"]:hover:after {
  background-color: #f66;
}
.woocommerce #checkout-radio-confezione input#radio_choice_0:after {
  background-color: #f66;
}
.woocommerce #checkout-radio-confezione input#radio_choice_0:hover:after {
  background-color: #c5c5c5;
}
.woocommerce #checkout-radio-confezione p#radio_choice_field {
	width: 90% !important;
	height: 50px !important;
	/*background-color: red !important;*/
  vertical-align: top;
  display: inline-flex;
  align-items: center;
}
.woocommerce #checkout-radio-confezione p#numero_conf_field{
/*background-color: green !important;	*/
width: 10% !important;
display: inline-block;
vertical-align: top;
height: 50px !important
}
/*rimuove freccie*/
.woocommerce #checkout-radio-confezione p#numero_conf_field span input::-webkit-outer-spin-button, .woocommerce #checkout-radio-confezione p#numero_conf_field span input::-webkit-inner-spin-button{
 /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce #checkout-radio-confezione p#numero_conf_field span input[type=number]{
 -moz-appearance:textfield; /* Firefox */	
}
/*fine rimuove freccie*/
/*rsponsive confezioni*/
@media(max-width: 768px) {
  .woocommerce #checkout-radio-confezione p#radio_choice_field, .woocommerce #checkout-radio-confezione p#numero_conf_field {
	  width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.woocommerce #checkout-radio-confezione label{
    font-size: 13px !important;
    bottom: 28px;
    left: 27px;
    padding-left: 0 !important;
  }
  .woocommerce #checkout-radio-confezione p#radio_choice_field {
    width: 230px !important;
    height: 50px !important;
  }
}
@media (max-width: 382px) {
	.woocommerce #checkout-radio-confezione label{
    font-size: 13px !important;
    bottom: 28px;
    left: 27px;
    padding-left: 0 !important;
  
  }
  .woocommerce #checkout-radio-confezione p#radio_choice_field {
    width: 230px !important;
    height: 50px !important;
  }
}
@media (max-width: 332px) {
.woocommerce #checkout-radio-confezione p#radio_choice_field {
    width: 200px !important;
    height: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }	
}
.yith-wapo-block{
	display: block !important;
}
.ppcp-messages {
    display: none !important;
}






.dicono-di-noi-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
}
.dicono-di-noi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 700px;
	height: 100%;
	margin: 0 auto;
	padding: 45px 35px 40px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	background: var(--bianco-paletta);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	text-align: center;
}
.dicono-di-noi-wrap .dicono-di-noi {
	max-width: none;
}
.dicono-di-noi .wp-block-image {
	margin-bottom: 20px;
}
.dicono-di-noi .wp-block-image img {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border: 4px solid rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	object-fit: cover;
}
.dicono-di-noi .wp-block-paragraph,
.dicono-di-noi > p {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 0 25px;
	color: var(--nero-paletta);
	font-size: 17px;
	font-style: italic;
	line-height: 1.7;
}
.dicono-di-noi .wp-block-paragraph::before,
.dicono-di-noi > p::before {
	display: block;
	margin: 0 auto 12px;
	color: var(--paletta-1);
	font-family: Georgia, serif;
	font-size: 42px;
	line-height: 1;
	content: "\201C";
}
.dicono-di-noi .wp-block-heading {
	position: relative;
	margin: 0;
	margin-top: auto;
	padding-top: 15px;
	color: var(--nero-paletta);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
}
.dicono-di-noi .wp-block-heading::before {
	display: block;
	width: 35px;
	height: 2px;
	margin: 0 auto 12px;
	background: var(--paletta-1);
	content: "";
}
@media (max-width: 480px) {
	.dicono-di-noi {
		padding: 30px 20px 25px;
	}
}
.icon-label {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  row-gap: 2px;
  align-items: center;
}
.icon-label .--icon {
  grid-row: 1 / span 2;
  grid-column: 1;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--paletta-10);
  color: var(--bianco-paletta);
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.icon-label .--icon svg {
  width: 26px;
  height: 26px;
  max-width: 60%;
  max-height: 60%;
  fill: currentColor;
}
.icon-label .--icon:hover {
  background-color: var(--paletta-1);
  color: var(--bianco-paletta);
}
.icon-label .--label {
  display: block;
  grid-row: 1;
  grid-column: 2;
  align-self: end;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  line-height: 1.2;
  margin: 0;
}
.icon-label .--text {
  display: block;
  grid-row: 2;
  grid-column: 2;
  align-self: start;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--nero-paletta);
  margin: 0;
}
.icon-label .--text a {
  color: inherit;
  text-decoration: none;
}
.icon-label:hover .--icon{
  background-color: var(--paletta-1);
}