/* Media query */
@import url("https://use.typekit.net/gwn6mdh.css");
/* FONT */
@font-face {
  font-family: "Adobe Caslon Pro Regular";
  src: url("../fonts/ACaslonPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
Futura PT Light
font-family: "futura-pt", sans-serif;
font-weight: 300;
font-style: normal;

Futura PT Light Oblique
font-family: "futura-pt", sans-serif;
font-weight: 300;
font-style: italic;

Futura PT Book
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;

Futura PT Book Oblique
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: italic;

Futura PT Medium
font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: normal;

Futura PT Medium Oblique
font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: italic;

Futura PT Demi
font-family: "futura-pt", sans-serif;
font-weight: 600;
font-style: normal;

Futura PT Demi Oblique
font-family: "futura-pt", sans-serif;
font-weight: 600;
font-style: italic;
Futura PT Extra Bold

font-family: "futura-pt", sans-serif;
font-weight: 800;
font-style: normal;

Futura PT Extra Bold Oblique
font-family: "futura-pt", sans-serif;
font-weight: 800;
font-style: italic;

Futura PT Heavy
font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: normal;

Futura PT Heavy Oblique
font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: italic;

Futura PT Bold
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: normal;

Futura PT Bold Oblique
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: italic;

Futura PT Cond Book
font-family: "futura-pt-condensed", sans-serif;
font-weight: 400;
font-style: normal;

Futura PT Cond Book Oblique
font-family: "futura-pt-condensed", sans-serif;
font-weight: 400;
font-style: italic;

Futura PT Cond Medium
font-family: "futura-pt-condensed", sans-serif;
font-weight: 500;
font-style: normal;

Futura PT Cond Medium Oblique
font-family: "futura-pt-condensed", sans-serif;
font-weight: 500;
font-style: italic;

Futura PT Cond Bold
font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: normal;

Futura PT Cond Bold Oblique
font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: italic;

Futura PT Cond Extra Bold
font-family: "futura-pt-condensed", sans-serif;
font-weight: 800;
font-style: normal;

Futura PT Cond Extra Bold Oblique
font-family: "futura-pt-condensed", sans-serif;
font-weight: 800;
font-style: italic;

*/
/* MIXIN */
/* VARIABILI */
/* GENERALI */
:root {
  --app-height: 100%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  :root {
    overflow-x: hidden;
  }
}

a:active,
a:focus {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
  -ms-interpolation-mode: nearest-neighbor;
}

html {
  position: relative;
  overflow: visible !important;
}

body {
  font-family: "Adobe Caslon Pro Regular";
  font-style: normal;
  line-height: 24px;
  font-size: 18px;
  color: #5D443A;
  position: relative;
  background-color: #F2EFE9 !important;
}
@media screen and (min-width: 1921px) {
  body {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }
}
body a {
  text-decoration: none;
  color: inherit;
}

.contenitore-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contenitore-flex.no-wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .contenitore-flex.no-wrap {
    flex-wrap: wrap;
  }
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto !important;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 480px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}

.post,
.page {
  margin-bottom: 0 !important;
}

.fcol {
  flex-direction: column !important;
}

section {
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
}

.no-overflow {
  overflow: hidden !important;
}

/* DIMENSIONI */
.mw-30 {
  max-width: 30vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-30 {
    max-width: 60vw;
  }
}
@media screen and (max-width: 480px) {
  .mw-30 {
    max-width: 80vw;
  }
}

.mw-50 {
  max-width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .mw-50 {
    max-width: 60vw;
  }
}

.mw-55 {
  max-width: 55vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-55 {
    max-width: 65vw;
  }
}

.mw-60 {
  max-width: 60vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-60 {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .mw-60 {
    max-width: 80vw;
  }
}

.mw-70 {
  max-width: 70vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-70 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-70 {
    max-width: 80vw;
  }
}

.mw-80 {
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-80 {
    max-width: 90vw;
  }
}

.mgt-15 {
  margin-top: 15vh !important;
}

.mgt-20 {
  margin-top: 20vh !important;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mgt-20 {
    margin-top: 15vh !important;
  }
}
@media screen and (max-width: 480px) {
  .mgt-20 {
    margin-top: 15vh !important;
  }
}

.mgtb-15 {
  margin: 15vh 0 !important;
}

.mw-90 {
  max-width: 90vw;
  margin: 0 auto;
}

.un-mezzo {
  flex-basis: 50%;
  width: 50%;
}

picture {
  display: flex;
  width: 100%;
}

.otgs-development-site-front-end {
  display: none !important;
}

.bg-osteria {
  background-color: #896655;
}

.bg-catering {
  background-color: #CCB2A4;
}

.bg-enoteca {
  background-color: #CD915E;
}

.bg-wine-bar {
  background-color: #bb7457;
}

/* BG PALLINI */
.bg-pallini {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 25vh;
  width: 28vw;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .bg-pallini {
    display: none;
  }
}
.bg-pallini img {
  opacity: 0.16;
  mix-blend-mode: multiply;
}

/* BOTTONI */
.bottone-semplice {
  border: 1px solid #432719;
  background-color: #432719;
  color: #F2EFE9;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  padding: 14px 30px;
  display: inline-block;
  margin-top: 25px;
  will-change: background-color, color;
  transition: all 0.3s ease-in-out;
}
.bottone-semplice:hover {
  background-color: #F2EFE9;
  color: #432719;
}
.bottone-semplice.prenota-header {
  background-color: transparent;
  color: #432719;
}
.bottone-semplice.prenota-header:hover {
  background-color: #432719;
  color: #F2EFE9;
}

.contenitore-bottone-grande {
  margin-top: 10vh;
  margin-bottom: 10vh;
}
.contenitore-bottone-grande.small a {
  padding: 40px 50px 40px 0;
}
@media screen and (max-width: 480px) {
  .contenitore-bottone-grande.small a {
    padding: 70px 50px;
  }
}
.contenitore-bottone-grande a {
  text-transform: uppercase;
  position: relative;
  color: #432719;
  border: 1px solid var(--bg-color);
  border-left: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  background: var(--bg-color);
  width: 75%;
  padding: 70px 50px 70px 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
  will-change: background-color;
}
@media screen and (min-width: 1921px) {
  .contenitore-bottone-grande a {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-bottone-grande a {
    width: 100%;
    justify-content: center;
    padding: 70px 50px;
  }
}
.contenitore-bottone-grande a:hover {
  background-color: transparent;
}
.contenitore-bottone-grande a span {
  position: relative;
}
.contenitore-bottone-grande a span::after {
  content: "";
  display: inline-block;
  background-color: #432719;
  width: 50vw;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media screen and (max-width: 480px) {
  .contenitore-bottone-grande a span::after {
    width: 100vw;
  }
}

.prenota-header {
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .prenota-header {
    display: none !important;
  }
}

.contenitore-bottone-centrato {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 20vh;
  text-align: center;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-bottone-centrato {
    margin-bottom: 10vh;
  }
}
.contenitore-bottone-centrato.light-text a {
  color: #F2EFE9;
}
.contenitore-bottone-centrato.call-archivio-news a {
  background-color: #432719;
  color: #F2EFE9;
  border-color: #432719 !important;
  border: 1px solid #432719;
}
.contenitore-bottone-centrato.call-archivio-news a:hover {
  background-color: transparent !important;
  color: #432719 !important;
  border-color: #432719 !important;
}
.contenitore-bottone-centrato:before, .contenitore-bottone-centrato:after {
  content: "";
  display: inline-block;
  background-color: #707070;
  width: 40vw;
  height: 1px;
  position: relative;
}
.contenitore-bottone-centrato a {
  border: 1px solid var(--bg-color);
  background-color: var(--bg-color);
  color: #432719;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  padding: 10px 70px;
  display: inline-block;
  will-change: background-color, color;
  transition: all 0.3s ease-in-out;
}
.contenitore-bottone-centrato a:hover {
  background-color: transparent;
  color: #432719;
}

.light-text-button .bottone-semplice {
  color: #F2EFE9 !important;
}
.light-text-button .bottone-semplice:hover {
  color: #5D443A !important;
}

/* DRAG CURSOR */
.drag-cursor {
  position: fixed;
  width: 135px;
  height: 135px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  z-index: 9;
  border: 2px solid #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
@media screen and (max-width: 480px) {
  .drag-cursor {
    display: none;
  }
}
.drag-cursor span {
  font-family: "futura-pt", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

/* SITE HEADER */
.site-header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  will-change: background-color;
  transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74), background-color ease 0.3s;
  padding: 30px 2.5vw;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .site-header {
    padding: 10px 2.5vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-header {
    padding: 20px 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .site-header {
    padding: 15px 2.5vw;
  }
}
.site-header .site-branding {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 50px;
}
.site-header .site-branding a {
  display: flex;
}
.site-header .site-branding a img.logo {
  width: 15vw;
  max-width: 280px;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-header .site-branding a img.logo {
    width: 30vw;
  }
}
@media screen and (max-width: 480px) {
  .site-header .site-branding a img.logo {
    width: 50vw;
  }
}
.site-header .site-branding .wrapper-guide {
  gap: 0 10px;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-header .site-branding .wrapper-guide {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .site-header .site-branding .wrapper-guide {
    display: none;
  }
}
.site-header .site-branding .wrapper-guide img {
  width: 100vw;
  max-width: 68px;
  height: auto;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-header .site-branding .wrapper-guide img {
    max-width: 58px;
  }
}
.site-header .main-navigation {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-header {
  /* --STICKY */
}
.site-header.clone {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-200%);
  transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74), background-color 0.4s;
  width: 100%;
  max-width: 100%;
  z-index: 999;
  margin: 0;
}
.site-header {
  /* HAMBURGER */
}
.site-header .contenitore-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .site-header .contenitore-hamburger {
    width: 15vw;
  }
}
.site-header .contenitore-hamburger .hamburger {
  display: flex !important;
  transform: translate3d(0, 0, 0);
  width: 100px;
}
@media screen and (max-width: 480px) {
  .site-header .contenitore-hamburger .hamburger {
    width: 15vw;
  }
}
.site-header .contenitore-hamburger .hamburger.is-active .hamburger-inner,
.site-header .contenitore-hamburger .hamburger.is-active .hamburger-inner::before,
.site-header .contenitore-hamburger .hamburger.is-active .hamburger-inner::after {
  background-color: #3E3A34;
}
.site-header .contenitore-hamburger .hamburger .hamburger-inner,
.site-header .contenitore-hamburger .hamburger .hamburger-inner::before,
.site-header .contenitore-hamburger .hamburger .hamburger-inner::after {
  width: 100px;
  background-color: #3E3A34;
  height: 1px;
  border-radius: 0;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0);
}
@media screen and (max-width: 480px) {
  .site-header .contenitore-hamburger .hamburger .hamburger-inner,
  .site-header .contenitore-hamburger .hamburger .hamburger-inner::before,
  .site-header .contenitore-hamburger .hamburger .hamburger-inner::after {
    width: 15vw;
  }
}
.site-header .contenitore-titolo-assoluto {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-header .contenitore-titolo-assoluto {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .site-header .contenitore-titolo-assoluto {
    display: none;
  }
}
.site-header .contenitore-titolo-assoluto h1 {
  margin: 0;
  font-family: "Adobe Caslon Pro Regular";
  color: #5D443A;
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
}
@media screen and (min-width: 1921px) {
  .site-header .contenitore-titolo-assoluto h1 {
    font-size: 35px;
  }
}

/* MENU SLIDE */
.menu-slide {
  position: fixed;
  left: 0;
  width: 40vw;
  top: 100px;
  height: calc(100vh - 100.78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  transform: translate(-100%, 0%);
  z-index: 99;
  background: #DBD1BC;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .menu-slide {
    height: calc(100vh - 87px);
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .menu-slide {
    width: 60vw;
  }
}
@media screen and (max-width: 480px) {
  .menu-slide {
    width: 100vw;
    justify-content: center;
  }
}
.menu-slide .contenitore-menu ul {
  display: flex;
  flex-direction: column;
  gap: 3.5vh;
  margin: 0;
  padding: 0;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .menu-slide .contenitore-menu ul {
    gap: 3.5vh;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .menu-slide .contenitore-menu ul {
    gap: 2.5vh;
  }
}
@media screen and (max-width: 480px) {
  .menu-slide .contenitore-menu ul {
    gap: 2.5vh;
  }
}
.menu-slide .contenitore-menu ul li {
  list-style: none;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-slide .contenitore-menu ul li:not(.categorie):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9vw;
  height: 1px;
  background-color: #707070;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .menu-slide .contenitore-menu ul li:not(.categorie):before {
    width: 18vw;
  }
}
.menu-slide .contenitore-menu ul li:not(.categorie)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9vw;
  height: 30px;
  background: url("/wp-content/uploads/2026/01/dispensa-bg-menu-links.svg") #DBD1BC;
  background-size: cover;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .menu-slide .contenitore-menu ul li:not(.categorie)::after {
    width: 18vw;
  }
}
.menu-slide .contenitore-menu ul li:not(.categorie):hover::before {
  opacity: 0;
}
.menu-slide .contenitore-menu ul li:not(.categorie):hover::after {
  opacity: 1;
}
.menu-slide .contenitore-menu ul li:not(.categorie).current-menu-item::before {
  opacity: 0;
}
.menu-slide .contenitore-menu ul li:not(.categorie).current-menu-item::after {
  opacity: 1;
}
@media screen and (max-width: 375px) {
  .menu-slide .contenitore-menu ul li.mobile-ko {
    display: none;
  }
}
.menu-slide .contenitore-menu ul li.categorie {
  width: 25vw;
  transition: width 0.3s ease-in-out;
  will-change: width;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .menu-slide .contenitore-menu ul li.categorie {
    width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .menu-slide .contenitore-menu ul li.categorie {
    width: 65vw;
  }
}
.menu-slide .contenitore-menu ul li.categorie:hover {
  width: 30vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .menu-slide .contenitore-menu ul li.categorie:hover {
    width: 45vw;
  }
}
@media screen and (max-width: 480px) {
  .menu-slide .contenitore-menu ul li.categorie:hover {
    width: 65vw;
  }
}
.menu-slide .contenitore-menu ul li.categorie.current-menu-item {
  width: 30vw;
}
@media screen and (max-width: 480px) {
  .menu-slide .contenitore-menu ul li.categorie.current-menu-item {
    width: 65vw;
  }
}
.menu-slide .contenitore-menu ul li.categorie a {
  padding: 10px 0 10px 10vw;
}
@media screen and (min-width: 1921px) {
  .menu-slide .contenitore-menu ul li.categorie a {
    padding: 20px 0 20px 10vw;
  }
}
@media screen and (max-width: 480px) {
  .menu-slide .contenitore-menu ul li.categorie a {
    padding: 10px 0 10px 20vw;
  }
}
.menu-slide .contenitore-menu ul li.link-prenota a, .menu-slide .contenitore-menu ul li.link-regala a {
  font-weight: bold;
}
.menu-slide .contenitore-menu ul li a {
  font-family: "Adobe Caslon Pro Regular";
  color: #432719;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  padding-left: 10vw;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1921px) {
  .menu-slide .contenitore-menu ul li a {
    font-size: 30px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .menu-slide .contenitore-menu ul li a {
    font-size: 14px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .menu-slide .contenitore-menu ul li a {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .menu-slide .contenitore-menu ul li a {
    padding-left: 20vw;
    font-size: 18px;
    line-height: 1.2;
  }
}
.menu-slide .contenitore-menu .selettore-lingua {
  margin-top: 3.5vh;
  gap: 10px 0;
  padding-left: 10vw;
  position: relative;
}
@media screen and (max-width: 480px) {
  .menu-slide .contenitore-menu .selettore-lingua {
    padding-left: 20vw;
  }
}
.menu-slide .contenitore-menu .selettore-lingua:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9vw;
  height: 1px;
  background-color: #707070;
}
@media screen and (max-width: 480px) {
  .menu-slide .contenitore-menu .selettore-lingua:before {
    width: 18vw;
  }
}
.menu-slide .contenitore-menu .selettore-lingua a {
  font-family: "futura-pt", sans-serif;
  color: #432719;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
}
@media screen and (min-width: 1921px) {
  .menu-slide .contenitore-menu .selettore-lingua a {
    font-size: 25px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .menu-slide .contenitore-menu .selettore-lingua a {
    font-size: 14px;
  }
}

.page-template-dispensa .contenitore-titolo-assoluto {
  display: none;
}

body.it .menu-slide .contenitore-menu .selettore-lingua a:first-child {
  font-weight: 700;
}

body.en .menu-slide .contenitore-menu .selettore-lingua a:last-child {
  font-weight: 700;
}

/* MENU FIXED */
.wrapper-menu-fixed {
  position: fixed;
  right: 0;
  top: 20vh;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 8;
  pointer-events: none;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .wrapper-menu-fixed {
    display: none;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .wrapper-menu-fixed {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .wrapper-menu-fixed {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-menu-fixed {
    display: none;
  }
}
.wrapper-menu-fixed ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper-menu-fixed ul li {
  list-style: none;
  background: url("/wp-content/uploads/2026/01/forme-o-struttura-geometriche-astratte-del-fondo.png"), #F2EFE9;
  transition: all 0.3s ease-in-out;
}
.wrapper-menu-fixed ul li.current-menu-item.bg-osteria {
  background: #896655;
}
.wrapper-menu-fixed ul li.current-menu-item.bg-catering {
  background: #CCB2A4;
}
.wrapper-menu-fixed ul li.current-menu-item.bg-enoteca {
  background: #CD915E;
}
.wrapper-menu-fixed ul li.current-menu-item.bg-wine-bar {
  background: #bb7457;
}
.wrapper-menu-fixed ul li:hover.bg-osteria {
  background: #896655;
}
.wrapper-menu-fixed ul li:hover.bg-catering {
  background: #CCB2A4;
}
.wrapper-menu-fixed ul li:hover.bg-enoteca {
  background: #CD915E;
}
.wrapper-menu-fixed ul li:hover.bg-wine-bar {
  background: #bb7457;
}
.wrapper-menu-fixed ul li a {
  font-size: 20px;
  color: #432719;
  width: 100%;
  display: flex;
  padding: 20px;
  pointer-events: all;
}
@media screen and (min-width: 1921px) {
  .wrapper-menu-fixed ul li a {
    font-size: 30px;
    padding: 30px;
  }
}

.bottone-prenota-mobile {
  position: fixed;
  bottom: 0;
  width: 100vw;
  background: #5D443A;
  padding: 20px;
  text-align: center;
  z-index: 99;
  color: #F2EFE9;
  font-family: "Adobe Caslon Pro Regular";
  font-size: 20px;
  font-weight: normal;
  display: none;
}

/* SLIDER */
.sezione-slider-intro {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  cursor: none;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-slider-intro {
    height: 50dvh !important;
  }
}
.sezione-slider-intro.no-drag {
  cursor: auto;
}
.sezione-slider-intro::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: auto;
  background: rgba(93, 68, 58, 0.9);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1;
  transform: translateX(40%);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .sezione-slider-intro::after {
    content: none;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 0;
    transform: none;
    height: 100vh;
    width: 100vh;
    top: unset;
    bottom: 0;
    left: 0;
    transform: translate(-25%, 81%);
    right: unset;
    transform-origin: center center;
  }
}
.sezione-slider-intro .contenitore-slider {
  width: 100%;
  height: 100%;
}
.sezione-slider-intro .contenitore-slider .slider {
  height: 100%;
}
.sezione-slider-intro .contenitore-slider .slider .slick-list {
  height: 100%;
}
.sezione-slider-intro .contenitore-slider .slider .slick-list .slick-track {
  height: 100%;
}
.sezione-slider-intro .contenitore-slider .slider .slick-list .slick-track .slide {
  height: 100%;
}
.sezione-slider-intro .contenitore-slider .slider .slick-list .slick-track .slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.sezione-slider-intro .wrapper-testo-slide {
  position: absolute;
  z-index: 3;
  bottom: 10vh;
  left: 2.5vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-slider-intro .wrapper-testo-slide {
    bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-slider-intro .wrapper-testo-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: 5vw;
    right: auto;
    bottom: 0;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sezione-slider-intro .wrapper-testo-slide h2 {
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-slider-intro .wrapper-testo-slide h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-slider-intro .wrapper-testo-slide h2 {
    font-size: 8vw !important;
  }
}
.sezione-slider-intro .wrapper-testo-slide h2 {
  color: #fff;
  font-size: 5vw;
  overflow: hidden;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  text-shadow: 1px 1px 1px #000;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-slider-intro .wrapper-testo-slide h2 {
    line-height: 1.2;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-slider-intro .wrapper-testo-slide h2 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-slider-intro .wrapper-testo-slide h2 {
    font-size: 10vw;
  }
}
.sezione-slider-intro .wrapper-testo-slide p {
  font-family: "futura-pt", sans-serif;
  color: #F2EFE9;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  text-shadow: 1px 1px 1px #000;
}
@media screen and (min-width: 1921px) {
  .sezione-slider-intro .wrapper-testo-slide p {
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-slider-intro .wrapper-testo-slide p {
    font-size: 15px;
  }
}

body:not(.page-template-dispensa) .sezione-slider-intro::after {
  display: none;
}

/* FASCIA COLORE */
.fascia-colore {
  width: 100%;
  height: 54px;
  display: block;
  background-color: var(--bg-color);
}

/* RIGA 4 CATEGORIE */
.sezione-riga-4-categorie {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  position: relative;
  border-bottom: 1px solid #707070;
  margin-bottom: 20vh;
  z-index: 10;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-riga-4-categorie {
    margin-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-riga-4-categorie {
    grid-template-columns: repeat(1, 1fr);
    border-bottom: 0;
    margin-bottom: 15vh;
  }
}
.sezione-riga-4-categorie .blocco-categoria {
  background: url("/wp-content/uploads/2026/01/forme-o-struttura-geometriche-astratte-del-fondo.png");
  border-right: 1px solid #707070;
  transition: all 0.3s linear;
}
@media screen and (max-width: 480px) {
  .sezione-riga-4-categorie .blocco-categoria {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.sezione-riga-4-categorie .blocco-categoria:last-child {
  border-right: none;
}
.sezione-riga-4-categorie .blocco-categoria:hover {
  background: var(--hover-color);
}
.sezione-riga-4-categorie .blocco-categoria a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/2.5;
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-riga-4-categorie .blocco-categoria a {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-riga-4-categorie .blocco-categoria a {
    font-size: 8vw !important;
  }
}
.sezione-riga-4-categorie .blocco-categoria a {
  color: #432719;
  font-size: 30px;
}
@media screen and (min-width: 1921px) {
  .sezione-riga-4-categorie .blocco-categoria a {
    font-size: 50px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-riga-4-categorie .blocco-categoria a {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-riga-4-categorie .blocco-categoria a {
    aspect-ratio: 4/1;
  }
}

/* RIGA ANCORE */
.sezione-riga-ancore {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 480px) {
  .sezione-riga-ancore {
    flex-wrap: wrap;
  }
}
.sezione-riga-ancore .blocco-categoria {
  background: url("/wp-content/uploads/2026/01/forme-o-struttura-geometriche-astratte-del-fondo.png");
  border-right: 1px solid #707070;
  transition: all 0.3s linear;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .sezione-riga-ancore .blocco-categoria {
    border-right: 0;
    border-bottom: 1px solid #707070;
    flex-basis: 100%;
  }
}
.sezione-riga-ancore .blocco-categoria:last-child {
  border-right: none;
}
@media screen and (max-width: 480px) {
  .sezione-riga-ancore .blocco-categoria:last-child {
    border-bottom: none;
  }
}
.sezione-riga-ancore .blocco-categoria:hover {
  background: #CCB2A4;
}
.sezione-riga-ancore .blocco-categoria a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 5vw;
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-riga-ancore .blocco-categoria a {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-riga-ancore .blocco-categoria a {
    font-size: 8vw !important;
  }
}
.sezione-riga-ancore .blocco-categoria a {
  color: #432719;
  font-size: 30px;
}
@media screen and (min-width: 1921px) {
  .sezione-riga-ancore .blocco-categoria a {
    font-size: 50px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-riga-ancore .blocco-categoria a {
    font-size: 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-riga-ancore .blocco-categoria a {
    font-size: 23px;
  }
}
/* SEZIONE TESTO ANIMATO */
.sezione-testo-animato {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 20vh 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-testo-animato {
    margin: 10vh 0;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-animato {
    margin: 15vh 0;
  }
}
.sezione-testo-animato h2 {
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-testo-animato h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-animato h2 {
    font-size: 8vw !important;
  }
}
.sezione-testo-animato h2 {
  font-size: 3vw;
  color: #432719;
  font-weight: bold;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50vw;
  margin: 0 auto 2.5vh auto;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-testo-animato h2 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-animato h2 {
    max-width: 80vw;
  }
}
.sezione-testo-animato .wrapper-testo-animato {
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-testo-animato .wrapper-testo-animato br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-animato .wrapper-testo-animato br {
    display: none;
  }
}
.sezione-testo-animato .wrapper-testo-animato p,
.sezione-testo-animato .wrapper-testo-animato a {
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-testo-animato .wrapper-testo-animato p,
  .sezione-testo-animato .wrapper-testo-animato a {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-animato .wrapper-testo-animato p,
  .sezione-testo-animato .wrapper-testo-animato a {
    font-size: 8vw !important;
  }
}
.sezione-testo-animato .wrapper-testo-animato p,
.sezione-testo-animato .wrapper-testo-animato a {
  font-size: 3vw;
  margin: 0;
  text-align: center;
  max-width: 50vw;
  margin: 0 auto;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-testo-animato .wrapper-testo-animato p,
  .sezione-testo-animato .wrapper-testo-animato a {
    line-height: 1.2;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-testo-animato .wrapper-testo-animato p,
  .sezione-testo-animato .wrapper-testo-animato a {
    max-width: 60vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-animato .wrapper-testo-animato p,
  .sezione-testo-animato .wrapper-testo-animato a {
    max-width: 80vw;
  }
}
.sezione-testo-animato .wrapper-testo-animato p.text-outline,
.sezione-testo-animato .wrapper-testo-animato a.text-outline {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  right: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(93, 68, 58, 0.45);
}
.sezione-testo-animato + .contenitore-bottone-centrato {
  margin-top: -10vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-testo-animato + .contenitore-bottone-centrato {
    margin-top: -5vh;
  }
}

/* SEZIONE TESTO DUE COLONNE */
.sezione-testo-due-colonne {
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 50%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne {
    padding-left: 0;
    padding-right: 0;
  }
}
.sezione-testo-due-colonne.con-bg {
  background-color: var(--bg-color);
  padding-top: 20vh;
  padding-bottom: 20vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-testo-due-colonne.con-bg {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne.con-bg {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
.sezione-testo-due-colonne.con-bg .wrapper-testo h2,
.sezione-testo-due-colonne.con-bg .wrapper-testo h3,
.sezione-testo-due-colonne.con-bg .wrapper-testo p {
  color: var(--text-color);
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne.con-bg .wrapper-testo h2 {
    position: relative;
  }
}
.sezione-testo-due-colonne.con-bg .wrapper-testo h2::before {
  top: 20vh;
  filter: brightness(99);
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-testo-due-colonne.con-bg .wrapper-testo h2::before {
    top: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne.con-bg .wrapper-testo h2::before {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne.con-bg .wrapper-testo h2::after {
    top: 0;
    filter: brightness(99);
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne.before-linea .wrapper-testo h2 {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 30px;
  }
}
.sezione-testo-due-colonne.before-linea .wrapper-testo h2:before {
  content: "";
  display: inline-block;
  width: 45vw;
  height: 1px;
  background-color: #5D443A;
  position: absolute;
  left: 0;
  top: 1vw;
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne.before-linea .wrapper-testo h2:before {
    flex: 1;
    width: unset;
    position: relative;
    bottom: unset;
    top: unset;
  }
}
.sezione-testo-due-colonne.before-linea .wrapper-testo h2:after {
  content: "";
  display: inline-block;
  flex: 1;
  width: unset;
  height: 1px;
  background-color: #5D443A;
  position: relative;
  left: 0;
}
.sezione-testo-due-colonne .wrapper-testo h2 {
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-testo-due-colonne .wrapper-testo h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne .wrapper-testo h2 {
    font-size: 8vw !important;
  }
}
.sezione-testo-due-colonne .wrapper-testo h2 {
  font-size: 3vw;
  line-height: 1;
  max-width: 40vw;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne .wrapper-testo h2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.sezione-testo-due-colonne .wrapper-testo h2:before {
  content: "";
  display: inline-block;
  width: 45vw;
  height: 66px;
  background: url("/wp-content/uploads/2026/01/dispensa-pallini-bg-righe-testo.svg");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne .wrapper-testo h2:before {
    width: unset;
    height: 26px;
    flex: 1;
    position: relative;
  }
}
.sezione-testo-due-colonne .wrapper-testo h2::after {
  content: "";
  display: inline-block;
  width: 45vw;
  height: 66px;
  background: url("/wp-content/uploads/2026/01/dispensa-pallini-bg-righe-testo.svg");
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne .wrapper-testo h2::after {
    width: unset;
    height: 26px;
    flex: 1;
    position: relative;
    display: block;
  }
}
.sezione-testo-due-colonne .wrapper-testo ul {
  padding: 0;
  margin: 20px 15px;
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne .wrapper-testo ul {
    padding: 0 10vw;
  }
}
.sezione-testo-due-colonne .wrapper-testo h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #5D443A;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne .wrapper-testo h3 {
    padding: 0 10vw;
    text-align: center;
  }
}
.sezione-testo-due-colonne .wrapper-testo p {
  max-width: 60%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-testo-due-colonne .wrapper-testo p {
    max-width: 70%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-testo-due-colonne .wrapper-testo p {
    max-width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne .wrapper-testo p {
    max-width: 100%;
    padding: 0 10vw;
    text-align: center;
  }
}
.sezione-testo-due-colonne .wrapper-testo p:first-of-type {
  margin-top: 0;
}
.sezione-testo-due-colonne .wrapper-testo p:last-of-type {
  margin-bottom: 0;
}
.sezione-testo-due-colonne .wrapper-testo p a {
  text-decoration: underline;
}
.sezione-testo-due-colonne .wrapper-testo .bottone-semplice {
  background-color: var(--bg-color);
  border-color: var(--bg-color);
  color: #432719;
}
@media screen and (max-width: 480px) {
  .sezione-testo-due-colonne .wrapper-testo .bottone-semplice {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sezione-testo-due-colonne .wrapper-testo .bottone-semplice:hover {
  background-color: transparent;
}

.contenitore-link-filtri p.term-links {
  max-width: 100%;
}

/* SEZIONE TESTO CENTRATO */
.sezione-testo-centrato {
  max-width: 60vw;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 480px) {
  .sezione-testo-centrato {
    max-width: 80vw;
  }
}

/* SEZIONE DUE COLONNE FOTO-VIDEO */
.sezione-due-colonne-foto-video {
  margin-top: 10vh;
  margin-bottom: 10vh;
}
.sezione-due-colonne-foto-video.invertita {
  justify-content: flex-end;
}
.sezione-due-colonne-foto-video.invertita .contenitore-nav-slider {
  padding-right: 40px;
  padding-left: 0;
}
.sezione-due-colonne-foto-video.invertita .col-big {
  order: 2;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .sezione-due-colonne-foto-video.invertita .col-big {
    order: 1;
    padding-top: 0;
  }
}
.sezione-due-colonne-foto-video.invertita .col-small {
  order: 1;
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  .sezione-due-colonne-foto-video.invertita .col-small {
    order: 3;
    margin-top: 5vh;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .sezione-due-colonne-foto-video.invertita .contenitore-nav-slider {
    order: 2;
  }
}
.sezione-due-colonne-foto-video.vers-slider {
  position: relative;
}
.sezione-due-colonne-foto-video.vers-slider .contenitore-slider,
.sezione-due-colonne-foto-video.vers-slider .slider,
.sezione-due-colonne-foto-video.vers-slider .slick-list,
.sezione-due-colonne-foto-video.vers-slider .slick-track {
  height: 100%;
}
.sezione-due-colonne-foto-video.vers-slider .contenitore-nav-slider .nav-slider {
  border: 1px solid var(--bg-bottoni);
}
.sezione-due-colonne-foto-video.vers-slider .contenitore-nav-slider .nav-slider .cls-1 {
  fill: var(--bg-bottoni);
  transition: all ease-in-out 0.3s;
  will-change: fill;
}
.sezione-due-colonne-foto-video.vers-slider .contenitore-nav-slider .nav-slider:hover {
  background-color: var(--bg-bottoni);
}
.sezione-due-colonne-foto-video.vers-slider .contenitore-nav-slider .nav-slider:hover .cls-1 {
  fill: #F2EFE9;
}
.sezione-due-colonne-foto-video .col-big {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  .sezione-due-colonne-foto-video .col-big {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.sezione-due-colonne-foto-video .col-big img,
.sezione-due-colonne-foto-video .col-big video {
  aspect-ratio: 1.358;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
.sezione-due-colonne-foto-video .col-small {
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 480px) {
  .sezione-due-colonne-foto-video .col-small {
    flex-basis: 50%;
    max-width: 50%;
    margin-top: 5vh;
  }
}
.sezione-due-colonne-foto-video .col-small img,
.sezione-due-colonne-foto-video .col-small video {
  aspect-ratio: 0.6919;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  width: 100%;
  height: 100%;
}
.sezione-due-colonne-foto-video + .contenitore-bottone-grande {
  margin-top: -5vh;
}

.contenitore-nav-slider {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
  padding-left: 40px;
}
.contenitore-nav-slider .nav-slider {
  width: 83px;
  height: 83px;
  border: 1px solid #432719;
  border-radius: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  will-change: background-color;
}
.contenitore-nav-slider .nav-slider.next {
  justify-content: flex-end;
  padding-right: 15px;
}
.contenitore-nav-slider .nav-slider.prev {
  justify-content: flex-start;
  padding-left: 15px;
}
.contenitore-nav-slider .nav-slider .cls-1 {
  fill: #432719;
  transition: all ease-in-out 0.3s;
  will-change: fill;
}
.contenitore-nav-slider .nav-slider:hover {
  background-color: #432719;
}
.contenitore-nav-slider .nav-slider:hover .cls-1 {
  fill: #F2EFE9;
}

/* SEZIONE RICONOSCIMENTI */
.sezione-riconoscimenti {
  margin-top: 10vh;
  margin-bottom: 10vh;
  margin-top: 30vh;
  padding-left: 50%;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-riconoscimenti {
    margin-top: 15vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-riconoscimenti {
    margin-top: 15vh;
    padding-left: 0;
  }
}
.sezione-riconoscimenti .wrapper-contenuto h2 {
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-riconoscimenti .wrapper-contenuto h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-riconoscimenti .wrapper-contenuto h2 {
    font-size: 8vw !important;
  }
}
.sezione-riconoscimenti .wrapper-contenuto h2 {
  font-size: 3vw;
  line-height: 1;
  max-width: 50vw;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 480px) {
  .sezione-riconoscimenti .wrapper-contenuto h2 {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
  }
}
.sezione-riconoscimenti .wrapper-contenuto h2:before {
  content: "";
  display: inline-block;
  width: 45vw;
  height: 1px;
  background-color: #5D443A;
  position: absolute;
  left: 0;
  top: 1vw;
}
@media screen and (max-width: 480px) {
  .sezione-riconoscimenti .wrapper-contenuto h2:before {
    flex: 1;
    width: unset;
    position: relative;
    bottom: unset;
    top: unset;
  }
}
.sezione-riconoscimenti .wrapper-contenuto h2:after {
  content: "";
  display: inline-block;
  flex: 1;
  width: unset;
  height: 1px;
  background-color: #5D443A;
  position: relative;
  left: 0;
}
.sezione-riconoscimenti .gallery-riconoscimenti {
  margin-top: 5vh;
  display: flex;
  gap: 30px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .sezione-riconoscimenti .gallery-riconoscimenti {
    justify-content: center;
  }
}
.sezione-riconoscimenti .gallery-riconoscimenti img {
  max-width: 190px;
}

/* RIGA INTRO IMG */
.riga-intro-img {
  margin-top: 5vh;
  margin-bottom: 5vh;
  position: relative;
}
.riga-intro-img:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20vw;
  height: 60%;
  background: url("/wp-content/uploads/2026/01/dispensa-bg-testo-left.svg");
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
}
.riga-intro-img:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20vw;
  height: 60%;
  background: url("/wp-content/uploads/2026/01/dispensa-bg-testo-left.svg");
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
.riga-intro-img img {
  max-width: 50vw;
  margin: 0 auto;
  display: flex;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .riga-intro-img img {
    max-width: 65vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .riga-intro-img img {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .riga-intro-img img {
    max-width: 100vw;
  }
}
.riga-intro-img + .sezione-testo-animato {
  margin-top: 10vh;
}

/* SEZIONE FORM */
.sezione-form {
  margin-top: 15vh;
  background: url("/wp-content/uploads/2026/01/dispensa-bg-form.png") #E0D9CA;
  mix-blend-mode: multiply;
  background-size: cover;
  padding: 15vh 0;
}
@media screen and (max-width: 480px) {
  .sezione-form {
    padding-top: 0;
  }
}
.sezione-form.no-bg {
  background: none;
  padding-top: 0;
}
.sezione-form.light-text .contenitore-titolo h2,
.sezione-form.light-text .contenitore-titolo span {
  color: #F2EFE9;
}
.sezione-form.light-text .contenitore-titolo h2::after,
.sezione-form.light-text .contenitore-titolo span::after {
  background-color: #F2EFE9;
}
.sezione-form.light-text .btn-send {
  color: #F2EFE9 !important;
}
.sezione-form.light-text .contenitore-form .wpcf7 form .btn-send p .wpcf7-submit {
  color: #F2EFE9;
}
.sezione-form .contenitore-titolo {
  text-transform: uppercase;
  position: relative;
  color: #432719;
  border: 1px solid var(--bg-color);
  border-left: 0;
  background: var(--bg-color);
  width: 75%;
  padding: 50px 0;
  padding-right: 50px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
  will-change: background-color;
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-titolo {
    width: 100%;
    padding-right: 0;
    justify-content: center;
  }
}
.sezione-form .contenitore-titolo h2 {
  width: 35%;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (min-width: 1921px) {
  .sezione-form .contenitore-titolo h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-titolo h2 {
    width: 100%;
    text-align: center;
    font-size: 6vw;
  }
}
.sezione-form .contenitore-titolo span {
  position: relative;
}
.sezione-form .contenitore-titolo span::after {
  content: "";
  display: inline-block;
  background-color: #432719;
  width: 50vw;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-titolo span::after {
    content: none;
  }
}
.sezione-form .contenitore-form {
  padding-left: calc(48.75% - 30px);
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-form {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.sezione-form .contenitore-form .wpcf7 {
  margin-top: 10vh;
}
.sezione-form .contenitore-form .wpcf7 form {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.sezione-form .contenitore-form .wpcf7 form p {
  border: 0;
}
.sezione-form .contenitore-form .wpcf7 form .contenitore-flex {
  width: 100%;
  justify-content: flex-start;
}
.sezione-form .contenitore-form .wpcf7 form .contenitore-flex .un-intero {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-top: 1px solid #707070;
  width: 100%;
  padding: 25px 0 18px 0;
}
.sezione-form .contenitore-form .wpcf7 form .contenitore-flex .un-intero p {
  margin: 0;
  border: 0;
  padding: 0;
}
.sezione-form .contenitore-form .wpcf7 form .contenitore-flex .un-intero.messaggio {
  border-bottom: 1px solid #707070;
}
.sezione-form .contenitore-form .wpcf7 form .wpcf7-date {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.sezione-form .contenitore-form .wpcf7 form #respond input[type=text], .sezione-form .contenitore-form .wpcf7 form #respond textarea, .sezione-form .contenitore-form .wpcf7 form .eltdf-style-form textarea, .sezione-form .contenitore-form .wpcf7 form .post-password-form input[type=password], .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-date, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-number, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-quiz, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-select, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-text, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-textarea, .sezione-form .contenitore-form .wpcf7 form input[type=email], .sezione-form .contenitore-form .wpcf7 form input[type=password], .sezione-form .contenitore-form .wpcf7 form input[type=text] {
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 0 10vw 0 0;
  text-align: left;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #5D443A;
  outline: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-form .contenitore-form .wpcf7 form #respond input[type=text], .sezione-form .contenitore-form .wpcf7 form #respond textarea, .sezione-form .contenitore-form .wpcf7 form .eltdf-style-form textarea, .sezione-form .contenitore-form .wpcf7 form .post-password-form input[type=password], .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-date, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-number, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-quiz, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-select, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-text, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-textarea, .sezione-form .contenitore-form .wpcf7 form input[type=email], .sezione-form .contenitore-form .wpcf7 form input[type=password], .sezione-form .contenitore-form .wpcf7 form input[type=text] {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-form .wpcf7 form #respond input[type=text], .sezione-form .contenitore-form .wpcf7 form #respond textarea, .sezione-form .contenitore-form .wpcf7 form .eltdf-style-form textarea, .sezione-form .contenitore-form .wpcf7 form .post-password-form input[type=password], .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-date, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-number, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-quiz, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-select, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-text, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-textarea, .sezione-form .contenitore-form .wpcf7 form input[type=email], .sezione-form .contenitore-form .wpcf7 form input[type=password], .sezione-form .contenitore-form .wpcf7 form input[type=text] {
    font-size: 18px;
    padding: 0 0 0 0;
  }
}
.sezione-form .contenitore-form .wpcf7 form #respond input[type=text]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form #respond textarea::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .eltdf-style-form textarea::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .post-password-form input[type=password]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-date::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-number::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-quiz::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-select::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-text::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=email]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=password]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=text]::-moz-placeholder {
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #5D443A;
}
.sezione-form .contenitore-form .wpcf7 form #respond input[type=text]::placeholder, .sezione-form .contenitore-form .wpcf7 form #respond textarea::placeholder, .sezione-form .contenitore-form .wpcf7 form .eltdf-style-form textarea::placeholder, .sezione-form .contenitore-form .wpcf7 form .post-password-form input[type=password]::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-date::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-number::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-quiz::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-select::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-text::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-textarea::placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=email]::placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=password]::placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=text]::placeholder {
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #5D443A;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-form .contenitore-form .wpcf7 form #respond input[type=text]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form #respond textarea::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .eltdf-style-form textarea::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .post-password-form input[type=password]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-date::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-number::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-quiz::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-select::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-text::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=email]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=password]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=text]::-moz-placeholder {
    font-size: 18px;
  }
  .sezione-form .contenitore-form .wpcf7 form #respond input[type=text]::placeholder, .sezione-form .contenitore-form .wpcf7 form #respond textarea::placeholder, .sezione-form .contenitore-form .wpcf7 form .eltdf-style-form textarea::placeholder, .sezione-form .contenitore-form .wpcf7 form .post-password-form input[type=password]::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-date::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-number::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-quiz::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-select::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-text::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-textarea::placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=email]::placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=password]::placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=text]::placeholder {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-form .wpcf7 form #respond input[type=text]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form #respond textarea::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .eltdf-style-form textarea::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .post-password-form input[type=password]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-date::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-number::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-quiz::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-select::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-text::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=email]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=password]::-moz-placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=text]::-moz-placeholder {
    font-size: 18px;
  }
  .sezione-form .contenitore-form .wpcf7 form #respond input[type=text]::placeholder, .sezione-form .contenitore-form .wpcf7 form #respond textarea::placeholder, .sezione-form .contenitore-form .wpcf7 form .eltdf-style-form textarea::placeholder, .sezione-form .contenitore-form .wpcf7 form .post-password-form input[type=password]::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-date::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-number::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-quiz::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-select::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-text::placeholder, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-textarea::placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=email]::placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=password]::placeholder, .sezione-form .contenitore-form .wpcf7 form input[type=text]::placeholder {
    font-size: 18px;
  }
}
.sezione-form .contenitore-form .wpcf7 form #respond input[type=text] p,
.sezione-form .contenitore-form .wpcf7 form #respond input[type=text] a, .sezione-form .contenitore-form .wpcf7 form #respond textarea p,
.sezione-form .contenitore-form .wpcf7 form #respond textarea a, .sezione-form .contenitore-form .wpcf7 form .eltdf-style-form textarea p,
.sezione-form .contenitore-form .wpcf7 form .eltdf-style-form textarea a, .sezione-form .contenitore-form .wpcf7 form .post-password-form input[type=password] p,
.sezione-form .contenitore-form .wpcf7 form .post-password-form input[type=password] a, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-date p,
.sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-date a, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-number p,
.sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-number a, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-quiz p,
.sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-quiz a, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-select p,
.sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-select a, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-text p,
.sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-text a, .sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-textarea p,
.sezione-form .contenitore-form .wpcf7 form .wpcf7-form-control.wpcf7-textarea a, .sezione-form .contenitore-form .wpcf7 form input[type=email] p,
.sezione-form .contenitore-form .wpcf7 form input[type=email] a, .sezione-form .contenitore-form .wpcf7 form input[type=password] p,
.sezione-form .contenitore-form .wpcf7 form input[type=password] a, .sezione-form .contenitore-form .wpcf7 form input[type=text] p,
.sezione-form .contenitore-form .wpcf7 form input[type=text] a {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-form .wpcf7 form .campo-azienda input[type=text]::-moz-placeholder {
    font-size: 14px;
  }
  .sezione-form .contenitore-form .wpcf7 form .campo-azienda input[type=text]::placeholder {
    font-size: 14px;
  }
}
.sezione-form .contenitore-form .wpcf7 form .riga-policy {
  margin: 20px 0 0 0;
  display: flex;
  vertical-align: middle;
  line-height: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
}
.sezione-form .contenitore-form .wpcf7 form .riga-policy .wpcf7-list-item {
  margin-left: 0;
}
.sezione-form .contenitore-form .wpcf7 form .riga-policy input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 37px;
  height: 37px;
  border: 1px solid #432719;
  border-radius: 100%;
  cursor: pointer;
}
.sezione-form .contenitore-form .wpcf7 form .riga-policy input[type=checkbox]:checked {
  background-color: #432719;
}
.sezione-form .contenitore-form .wpcf7 form .riga-policy p {
  margin: 0px 15px 0 0px;
  font-weight: normal;
  font-style: italic;
  color: #5D443A !important;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-form .wpcf7 form .riga-policy p {
    font-size: 15px;
  }
}
.sezione-form .contenitore-form .wpcf7 form .riga-policy p:last-of-type {
  padding-bottom: 5px;
}
.sezione-form .contenitore-form .wpcf7 form .riga-policy a {
  margin: 1px 0 0 0;
  font-style: italic;
  color: #5D443A !important;
  font-size: 18px;
  line-height: 1;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-form .wpcf7 form .riga-policy a {
    font-size: 15px;
  }
}
.sezione-form .contenitore-form .wpcf7 form .nice-select {
  height: 100%;
  align-items: center;
  display: flex;
  border: 0;
  padding: 0;
}
.sezione-form .contenitore-form .wpcf7 form .nice-select::after {
  position: relative;
  right: -10px;
  top: 1.5px;
  border: 0;
  background: url("/wp-content/uploads/2026/01/dispensa-arrow-down.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-position: center center;
  transform-origin: center;
  transform: rotate(0);
}
.sezione-form .contenitore-form .wpcf7 form .nice-select.open::after {
  transform: rotate(180deg);
}
.sezione-form .contenitore-form .wpcf7 form .nice-select .list {
  width: 70%;
  border-radius: 0;
}
.sezione-form .contenitore-form .wpcf7 form .nice-select .option:hover {
  background-color: #5D443A;
  color: #F2EFE9;
}
.sezione-form .contenitore-form .wpcf7 form .btn-send p {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
}
.sezione-form .contenitore-form .wpcf7 form .btn-send p .wpcf7-submit {
  border-radius: 0;
  border: 1px solid var(--bg-color);
  background-color: var(--bg-color);
  color: #432719;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  padding: 14px 30px;
  display: inline-block;
  margin-top: 25px;
  will-change: background-color, color;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sezione-form .contenitore-form .wpcf7 form .btn-send p .wpcf7-submit:hover {
  background-color: transparent;
  color: #5D443A;
}
.sezione-form .contenitore-form .wpcf7 form .btn-send p .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.sezione-form .contenitore-form .wpcf7 form .wpcf7-response-output {
  border-color: #896655 !important;
  background-color: #896655 !important;
  color: #432719;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  padding: 20px 50px !important;
  position: relative;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.sezione-form .contenitore-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #896655 !important;
  background-color: #896655 !important;
}

/* RIGA VIDEO */
.riga-video {
  max-width: 100%;
  position: relative;
  background-color: var(--bg-video);
  margin-top: 15vh;
  margin-bottom: 15vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .riga-video {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .riga-video {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
.riga-video .contenitore-video {
  display: flex;
  justify-content: flex-end;
}
.riga-video .contenitore-video video {
  width: 70%;
  height: auto;
}

/* RIGA GRIGLIA IMMAGINI CIRCOLARI */
.riga-griglia-immagini-circolari {
  max-width: 70vw;
  margin: 0 auto;
  margin-top: 15vh;
  margin-bottom: 15vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .riga-griglia-immagini-circolari {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .riga-griglia-immagini-circolari {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
.riga-griglia-immagini-circolari .griglia-immagini-circolari {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10vh 5vw;
}

/* RIGA LOCATION */
.riga-location {
  max-width: 70vw;
  margin: 0 auto;
  margin-top: 15vh;
  margin-bottom: 15vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .riga-location {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .riga-location {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .riga-location {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .riga-location {
    max-width: 80vw;
  }
}
.riga-location .term-links button {
  min-width: 10vw;
}
.riga-location .griglia-progetto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10vh 5vw;
}
@media screen and (max-width: 480px) {
  .riga-location .griglia-progetto {
    grid-template-columns: repeat(1, 1fr);
  }
}
.riga-location .griglia-progetto .blocco-location {
  text-align: center;
}
.riga-location .griglia-progetto .blocco-location img {
  aspect-ratio: 1;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.riga-location .griglia-progetto .blocco-location .link-location {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 1921px) {
  .riga-location .griglia-progetto .blocco-location .link-location {
    font-size: 28px;
  }
}
.riga-location .griglia-location {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5vh;
}
.riga-location .griglia-location .blocco-location {
  text-align: center;
  flex-basis: 22%;
  width: 22%;
  margin: 0 2.5% 10vh 2.5%;
}
@media screen and (max-width: 480px) {
  .riga-location .griglia-location .blocco-location {
    width: 100%;
    flex-basis: 100%;
  }
}
.riga-location .griglia-location .blocco-location img {
  aspect-ratio: 1;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.riga-location .griglia-location .blocco-location .link-location {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 1921px) {
  .riga-location .griglia-location .blocco-location .link-location {
    font-size: 28px;
  }
}

/* IL TEAM */
.sezione-il-team {
  position: relative;
  margin-top: 15vh;
  margin-bottom: 15vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-il-team {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-il-team {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
.sezione-il-team .titolo {
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-il-team .titolo {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-il-team .titolo {
    font-size: 8vw !important;
  }
}
.sezione-il-team .titolo {
  font-size: 3vw;
  line-height: 1;
  padding-left: 50%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .sezione-il-team .titolo {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 30px;
  }
}
.sezione-il-team .titolo:before {
  content: "";
  display: inline-block;
  width: 45vw;
  height: 1px;
  background-color: #5D443A;
  position: absolute;
  left: 0;
  bottom: 1vw;
}
@media screen and (max-width: 480px) {
  .sezione-il-team .titolo:before {
    flex: 1;
    width: unset;
    position: relative;
    bottom: unset;
  }
}
.sezione-il-team .titolo:after {
  content: "";
  display: inline-block;
  flex: 1;
  width: unset;
  height: 1px;
  background-color: #5D443A;
  position: relative;
  left: 0;
}
.sezione-il-team .wrapper-team {
  margin-top: 10vh;
  gap: 20vh 0;
}
@media screen and (max-width: 480px) {
  .sezione-il-team .wrapper-team {
    gap: 15vh 0;
  }
}
.sezione-il-team .wrapper-team .riga-membro {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .sezione-il-team .wrapper-team .riga-membro .col-foto {
    flex-basis: 100%;
    width: 100%;
  }
}
.sezione-il-team .wrapper-team .riga-membro .col-foto img {
  max-width: 40%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-il-team .wrapper-team .riga-membro .col-foto img {
    max-width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-il-team .wrapper-team .riga-membro .col-foto img {
    max-width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-il-team .wrapper-team .riga-membro .col-testo {
    flex-basis: 100%;
    width: 100%;
    margin-top: 5vh;
    text-align: center;
  }
}
.sezione-il-team .wrapper-team .riga-membro .col-testo h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #5D443A;
  font-weight: 500;
  margin: 0;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: #5D443A;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1921px) {
  .sezione-il-team .wrapper-team .riga-membro .col-testo h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-il-team .wrapper-team .riga-membro .col-testo h2 {
    font-size: 36px;
  }
}
.sezione-il-team .wrapper-team .riga-membro .col-testo h3 {
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-il-team .wrapper-team .riga-membro .col-testo h3 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-il-team .wrapper-team .riga-membro .col-testo h3 {
    font-size: 8vw !important;
  }
}
.sezione-il-team .wrapper-team .riga-membro .col-testo h3 {
  font-size: 23px;
  margin: 10px 0;
}
@media screen and (min-width: 1921px) {
  .sezione-il-team .wrapper-team .riga-membro .col-testo h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-il-team .wrapper-team .riga-membro .col-testo h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-il-team .wrapper-team .riga-membro .col-testo h3 {
    font-size: 6vw;
  }
}
.sezione-il-team .wrapper-team .riga-membro .col-testo p {
  margin: 20px 0 0 0;
  max-width: 60%;
}
@media screen and (max-width: 480px) {
  .sezione-il-team .wrapper-team .riga-membro .col-testo p {
    max-width: 80%;
    margin: 20px auto 0 auto;
  }
}

/* SEZIONE EVENTI EXTRA */
.sezione-eventi-extra {
  margin-top: 10vh;
  margin-bottom: 10vh;
  gap: 15vh 0;
}
.sezione-eventi-extra .wrapper {
  width: 100%;
}
.sezione-eventi-extra .contenitore-titolo-grande {
  margin-bottom: 10vh;
}
.sezione-eventi-extra .contenitore-titolo-grande.small h2 {
  padding: 40px 50px 40px 0;
}
.sezione-eventi-extra .contenitore-titolo-grande h2 {
  text-transform: uppercase;
  position: relative;
  color: #F2EFE9;
  border: 1px solid var(--bg-color);
  border-left: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  background: var(--bg-color);
  width: 75%;
  padding: 70px 0 70px 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
  will-change: background-color;
}
@media screen and (min-width: 1921px) {
  .sezione-eventi-extra .contenitore-titolo-grande h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-eventi-extra .contenitore-titolo-grande h2 {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.sezione-eventi-extra .contenitore-titolo-grande h2 span {
  position: relative;
  width: 25vw;
}
@media screen and (max-width: 480px) {
  .sezione-eventi-extra .contenitore-titolo-grande h2 span {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sezione-eventi-extra .contenitore-titolo-grande h2 span::after {
  content: "";
  display: inline-block;
  background-color: #F2EFE9;
  width: 50vw;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media screen and (max-width: 480px) {
  .sezione-eventi-extra .contenitore-titolo-grande h2 span::after {
    width: 100vw;
  }
}
.sezione-eventi-extra .riga-evento-extra {
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .sezione-eventi-extra .riga-evento-extra .col-foto {
    flex-basis: 100%;
    width: 100%;
  }
}
.sezione-eventi-extra .riga-evento-extra .col-foto img {
  max-width: 40%;
  margin: 0 10vw 0 auto;
  display: block;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-eventi-extra .riga-evento-extra .col-foto img {
    max-width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-eventi-extra .riga-evento-extra .col-foto img {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .sezione-eventi-extra .riga-evento-extra .col-testo {
    flex-basis: 100%;
    width: 100%;
    margin-top: 5vh;
    text-align: center;
  }
}
.sezione-eventi-extra .riga-evento-extra .col-testo p {
  margin: 20px 0 0 0;
  max-width: 25vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-eventi-extra .riga-evento-extra .col-testo p {
    max-width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-eventi-extra .riga-evento-extra .col-testo p {
    max-width: 80%;
    margin: 20px auto 0 auto;
  }
}
.sezione-eventi-extra .riga-evento-extra .col-testo a {
  text-decoration: underline;
}

/* INTRO CONTATTI */
.riga-intro-contatti {
  background-color: #9F9B71;
  align-items: center;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .riga-intro-contatti {
    padding: 5vh 0;
  }
}
@media screen and (max-width: 480px) {
  .riga-intro-contatti {
    gap: 5vh 0;
  }
}
.riga-intro-contatti .col-mappa {
  flex-basis: 40%;
}
@media screen and (max-width: 480px) {
  .riga-intro-contatti .col-mappa {
    flex-basis: 100%;
  }
}
.riga-intro-contatti .col-mappa a {
  display: flex;
}
.riga-intro-contatti .col-testo {
  flex-basis: 60%;
  padding-left: 10vw;
}
@media screen and (max-width: 480px) {
  .riga-intro-contatti .col-testo {
    flex-basis: 100%;
    padding-right: 10vw;
  }
}
.riga-intro-contatti .col-testo h2 {
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .riga-intro-contatti .col-testo h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .riga-intro-contatti .col-testo h2 {
    font-size: 8vw !important;
  }
}
.riga-intro-contatti .col-testo h2 {
  color: #F2EFE9;
}
.riga-intro-contatti .col-testo h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #5D443A;
  font-weight: 500;
  margin: 0;
  color: #F2EFE9;
  margin: 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.riga-intro-contatti .col-testo p {
  color: #F2EFE9;
}
.riga-intro-contatti + .sezione-testo-due-colonne .sezione-testo-animato {
  margin: 5vh 0 10vh 0;
}
@media screen and (max-width: 480px) {
  .riga-intro-contatti + .sezione-testo-due-colonne .sezione-testo-animato {
    text-align: center;
  }
}
.riga-intro-contatti + .sezione-testo-due-colonne .sezione-testo-animato .wrapper-testo-animato:first-of-type {
  margin-bottom: 2.5vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .riga-intro-contatti + .sezione-testo-due-colonne .sezione-testo-animato .wrapper-testo-animato:first-of-type {
    margin-bottom: 10px;
  }
}
.riga-intro-contatti + .sezione-testo-due-colonne .sezione-testo-animato a {
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .riga-intro-contatti + .sezione-testo-due-colonne .sezione-testo-animato a {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .riga-intro-contatti + .sezione-testo-due-colonne .sezione-testo-animato a {
    font-size: 21px;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  #privati,
  #wedding {
    margin-top: -10vh !important;
  }
}

/* SEZIONE TEAM CONTATTI */
.sezione-team-contatti {
  margin-bottom: 25vh;
}
@media screen and (max-width: 480px) {
  .sezione-team-contatti {
    margin-bottom: 15vh;
  }
}
.sezione-team-contatti .grid-team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10vh 5vw;
  width: 100%;
  padding: 0 10vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-team-contatti .grid-team {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .sezione-team-contatti .grid-team {
    grid-template-columns: 1fr;
  }
}
.sezione-team-contatti .grid-team .blocco-membro {
  justify-content: center;
}
.sezione-team-contatti .grid-team .blocco-membro .cerchio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #5D443A;
  border-radius: 100%;
  aspect-ratio: 1;
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
  width: 70%;
  height: auto;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-team-contatti .grid-team .blocco-membro .cerchio {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-team-contatti .grid-team .blocco-membro .cerchio {
    width: 40%;
  }
}
@-moz-document url-prefix() {
  .sezione-team-contatti .grid-team .blocco-membro .cerchio {
    height: 40vh;
    width: auto;
  }
}
.sezione-team-contatti .grid-team .blocco-membro .cerchio h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #5D443A;
  font-weight: 500;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-size: 26px;
}
@media screen and (min-width: 1921px) {
  .sezione-team-contatti .grid-team .blocco-membro .cerchio h2 {
    font-size: 36px;
  }
}
.sezione-team-contatti .grid-team .blocco-membro .cerchio h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #5D443A;
  font-weight: 500;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  font-size: 26px;
}
@media screen and (min-width: 1921px) {
  .sezione-team-contatti .grid-team .blocco-membro .cerchio h3 {
    font-size: 22px;
  }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .sezione-team-contatti .grid-team .blocco-membro .cerchio h3 {
    font-size: 18px;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-team-contatti .grid-team .blocco-membro .cerchio h3 {
    font-size: 16px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-team-contatti .grid-team .blocco-membro .cerchio h3 {
    font-size: 16px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-team-contatti .grid-team .blocco-membro .cerchio h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-team-contatti .grid-team .blocco-membro .cerchio h3 {
    font-size: 16px;
  }
}
.sezione-team-contatti .grid-team .blocco-membro a {
  font-size: 23px;
}
@media screen and (min-width: 1921px) {
  .sezione-team-contatti .grid-team .blocco-membro a {
    font-size: 33px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-team-contatti .grid-team .blocco-membro a {
    width: 100%;
    text-align: center;
  }
}

/* NEWS */
.contenitore-news {
  margin-top: 10vh !important;
}

.contenitore-news h1,
.contenitore-news h2,
.contenitore-news h3,
.contenitore-news p,
.contenitore-news .posted-wrapper {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-news h1,
  .contenitore-news h2,
  .contenitore-news h3,
  .contenitore-news p,
  .contenitore-news .posted-wrapper {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-news h1,
  .contenitore-news h2,
  .contenitore-news h3,
  .contenitore-news p,
  .contenitore-news .posted-wrapper {
    max-width: 80vw;
  }
}
.contenitore-news h1 {
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-news h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-news h1 {
    font-size: 8vw !important;
  }
}
.contenitore-news h1 {
  margin-bottom: 15px;
  font-size: 3vw;
  font-weight: normal;
  margin-left: auto !important;
  margin-right: auto !important;
}
.contenitore-news h2 {
  margin-bottom: 0;
  margin-top: 5vh;
}
.contenitore-news h2 + p {
  margin-top: 0;
}
.contenitore-news h2.futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
.contenitore-news p a {
  text-decoration: underline;
}
.contenitore-news blockquote {
  background-color: #5D443A;
  color: #F2EFE9;
  padding-right: 25vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 50%;
  margin: 10vh 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-news blockquote {
    padding-right: 15vw;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-news blockquote {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.contenitore-news blockquote h2 {
  font-family: "Adobe Caslon Pro Regular", sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  color: #5D443A;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-news blockquote h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-news blockquote h2 {
    font-size: 8vw !important;
  }
}
.contenitore-news blockquote h2 {
  color: #F2EFE9;
  position: relative;
}
.contenitore-news blockquote h2::before {
  content: "";
  display: inline-block;
  width: 45vw;
  height: 1px;
  background-color: #F2EFE9;
  position: absolute;
  left: -50vw;
  bottom: 1vw;
}
.contenitore-news .gallery {
  max-width: 60vw;
  margin: 5vh auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-news .gallery {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-news .gallery {
    max-width: 80vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.contenitore-news .gallery .gallery-item {
  margin: 0;
}
.contenitore-news .gallery .gallery-item img {
  height: 50vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .contenitore-news .gallery .gallery-item img {
    height: 24vh;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .contenitore-news .gallery .gallery-item img {
    height: 24vh;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .contenitore-news .gallery .gallery-item img {
    height: 24vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-news .gallery .gallery-item img {
    height: 14vh;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-news .gallery .gallery-item img {
    height: 20vh;
  }
}
.contenitore-news .bottone-semplice {
  margin: 5vh 0 0 19.5vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-news .bottone-semplice {
    margin: 5vh 0 0 9.5vw;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-news .bottone-semplice {
    margin: 5vh 0 0 10vw;
  }
}

/* ARCHIVIO NEWS */
.griglia-post {
  display: flex;
  gap: 10vh 5vw;
  margin-top: 5vh;
  margin-bottom: 10vh;
}
.griglia-post .blocco-post {
  display: flex;
  flex-direction: column;
  flex-basis: 31%;
  width: 31%;
  margin: 0 1% 10vh 1%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .griglia-post .blocco-post {
    flex-basis: 44%;
    width: 44%;
    margin: 0 2% 5vh 2%;
  }
}
@media screen and (max-width: 480px) {
  .griglia-post .blocco-post {
    flex-basis: 100%;
    width: 100%;
    margin: 0 0 10vh 0;
  }
}
.griglia-post .blocco-post img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.griglia-post .blocco-post .contenuto-blocco {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.griglia-post .blocco-post .contenuto-blocco .link-post {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.griglia-post .blocco-post .contenuto-blocco .link-categoria {
  font-family: "Adobe Caslon Pro Regular";
  font-size: 18px;
  margin: 10px 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .term-links {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .term-links {
    padding: 0 2.5vw !important;
  }
  .term-links button {
    font-size: 14px;
  }
}
.term-links button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid #432719 !important;
  background-color: #432719;
  color: #F2EFE9;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  padding: 14px 30px;
  display: inline-block;
  margin-top: 25px;
  will-change: background-color, color;
  transition: all 0.3s ease-in-out;
}
.term-links button:hover {
  background-color: transparent;
  color: #432719;
}
.term-links button.attivo {
  background-color: transparent;
  color: #432719;
}

/* FOOTER */
.site-footer {
  margin-top: 15vh;
}
.site-footer .pre-footer {
  position: relative;
  width: 100%;
  border-top: 1px solid #3E3A34;
  border-bottom: 1px solid #3E3A34;
  padding: 10px 0;
}
.site-footer .pre-footer::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #3E3A34;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.site-footer .site-info {
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5vw 5vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 5vh 5vw;
  }
}
.site-footer .site-info .col-footer {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 50px;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .site-footer .site-info .col-footer {
    padding: 0 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-footer {
    border: 0;
    padding: 20px 0 0 0;
    flex-basis: 100%;
    align-items: center;
    text-align: center;
  }
  .site-footer .site-info .col-footer::after {
    content: "";
    width: 30vw;
    height: 1px;
    background-color: #bb7457;
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-footer {
    border: 0;
    padding: 20px 0 0 0;
    flex-basis: 100%;
    align-items: center;
    text-align: center;
  }
  .site-footer .site-info .col-footer::after {
    content: "";
    width: 30vw;
    height: 1px;
    background-color: #bb7457;
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-footer .wrapper-legal {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .site-footer .site-info .col-footer .wrapper-legal span {
    display: none;
  }
}
.site-footer .site-info .col-footer:first-of-type {
  padding-left: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-footer:first-of-type {
    max-width: 50vw;
    padding: 0;
    margin: 0 auto;
    border: 0;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-footer:first-of-type {
    max-width: 60vw;
    padding: 0;
    margin: 0 auto;
    border: 0;
  }
}
.site-footer .site-info .col-footer:first-of-type img {
  width: 220px;
}
@media screen and (min-width: 1921px) {
  .site-footer .site-info .col-footer:first-of-type img {
    width: 400px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-footer .site-info .col-footer:first-of-type img {
    max-width: 20vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-footer:first-of-type img {
    width: 35vw;
    margin-bottom: 30px;
  }
}
.site-footer .site-info .col-footer:last-of-type {
  border: 0;
  padding-right: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-footer:last-of-type::after {
    content: none;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-footer:last-of-type::after {
    content: none;
  }
}
.site-footer .site-info .col-footer p,
.site-footer .site-info .col-footer a {
  margin: 0;
  line-height: 1.2;
  font-size: 17px;
  color: #5D443A;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1921px) {
  .site-footer .site-info .col-footer p,
  .site-footer .site-info .col-footer a {
    font-size: 23px;
  }
}
.site-footer .site-info .social-footer {
  gap: 0 15px;
  flex-wrap: nowrap;
  z-index: 10;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .social-footer {
    gap: 0 10px;
    margin-top: 5vh;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .social-footer {
    gap: 0 10px;
    margin-top: 5vh;
  }
}
.site-footer .site-info .social-footer svg {
  width: 30px;
  height: 30px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .social-footer svg {
    width: 35px;
    height: 25px;
  }
}
.site-footer .site-info .social-footer svg .cls-1-social-footer {
  transition: all linear 0.3s;
  will-change: fill;
  fill: #3E3A34;
}
.site-footer .site-info .social-footer svg .cls-2 {
  transition: all linear 0.3s;
  will-change: fill;
}
.site-footer .site-info .social-footer a {
  border: 1px solid #3E3A34;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 15px;
  aspect-ratio: 1;
  transition: background-color linear 0.3s;
  will-change: background-color;
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .social-footer a {
    padding: 25px;
  }
}
.site-footer .site-info .social-footer a:hover {
  background-color: #3E3A34;
}
.site-footer .site-info .social-footer a:hover svg .cls-1-social-footer {
  fill: #F2EFE9;
}

.sezione-parole {
  width: 100%;
  height: 100vh;
  margin-top: 50vh;
  margin-bottom: 800vh;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.sezione-parole .wrapper-parole {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-50%);
}
.sezione-parole .wrapper-parole p {
  margin: 0;
  color: #fff;
  position: relative;
  text-align: center;
}
.sezione-parole .wrapper-parole p .split-line {
  overflow: hidden;
}

/* 404 */
.contenitore-404 {
  max-width: 60vw;
  margin: 0 auto;
  display: flex;
  text-align: center;
  padding: 150px 0;
  justify-content: center;
  flex-direction: column;
}
.contenitore-404 h1 {
  font-style: normal;
  font-size: 3vw;
  line-height: 1.2;
  color: #5D443A;
}
@media screen and (max-width: 480px) {
  .contenitore-404 h1 {
    font-size: 8vw;
  }
}
.contenitore-404 a {
  font-style: normal;
  font-size: 40px;
  color: #5D443A !important;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .contenitore-404 a {
    font-size: 20px;
  }
}

.credits {
  background: #fff;
  color: #5D443A;
  padding: 10px 5vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .credits {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .credits {
    justify-content: center;
    flex-direction: column;
    z-index: 9;
  }
}
.credits svg, .credits a {
  max-width: 230px !important;
  width: 100% !important;
  height: 32px !important;
}
.credits a:first-child {
  font-family: "futura-pt, sans-serif";
  font-size: 17px;
  text-decoration: none !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  margin: 0 10px 0 0;
  height: auto;
  line-height: 35px;
}
@media screen and (min-width: 1921px) {
  .credits a:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .credits a:first-child {
    margin: 0;
    font-size: 15px;
  }
}
.credits .cls-credits {
  fill: #5D443A;
}
.credits .cls-1, .credits .cls-2, .credits .cls-3 {
  stroke: none;
}
.credits .cls-1, .credits .cls-2, .credits .cls-3 {
  fill: none;
}
.credits .cls-2 {
  clip-path: url(#clippath-1);
}
.credits .cls-3 {
  clip-path: url(#clippath);
}/*# sourceMappingURL=main.css.map */