@charset "UTF-8";
/* Scss Document */
/*
Auto-prefix
Border-radius
Griglia
Container
*/
/* HEADER inizio */
body, html {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    color: #FFF;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    z-index: 9;
  }
  header:hover, header.white {
    color: #000000;
    background-color: #FFF;
  }
  header a {
    color: #FFF;
    text-decoration: none;
    display: block;
  }
  header .submenu-list a {
    color: #000;
  }
  header:hover a, header.white a {
    color: #000;
  }
  header a {
    background: none;
    padding: 10px 0;
  }
  header a:hover, header.white a:hover {
    background: url("/images/header/svg/riga-menu-chiaro.svg") no-repeat bottom;
    background-size: 100%;
  }
  header:hover a:hover, header.white a:hover {
    background: url("/images/header/svg/riga-menu-scuro.svg") no-repeat bottom;
    background-size: 100%;
  }
  header .box-logo img.scuro, header.white .box-logo img.scuro {
    display: none;
  }
  header:hover .box-logo img.scuro, header.white .box-logo img.scuro {
    display: block;
  }
  header:hover .box-logo img.chiaro, header.white .box-logo img.chiaro {
    display: none;
  }
  .cont-dett-azienda.nopd-desk {
    padding-top: 0;
  }
  .dett-azienda.nopd-desk {
    padding-top: 0;
  }
}
.header-int {
  border-bottom: 1px solid #FFF;
  width: 100%;
}

header:hover .header-int, header.white .header-int {
  border-bottom: 1px solid #000;
}

.header-int-hidden {
  display: none;
  background-color: #FFF;
  color: #000;
}

/*header:hover .header-int-hidden{ display: block;}*/
.box-menu {
  width: 90%;
  max-width: 1645px;
  margin: auto;
  height: 90px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  position: relative;
}

.list-menu ul li {
  display: inline-block;
  margin-left: 30px;
  text-transform: uppercase;
  padding-top: 15px;
}

.list-menu ul li.menu-separator {
  width: 2px;
  height: 20px;
  padding-top: 0;
  margin: 0 0 0 30px;
  vertical-align: middle;
  background-color: currentColor;
  opacity: 0.6;
}

.lang-site {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}

header .lang-site a:hover, header.white .lang-site a:hover, .box-logo a:hover {
  background: none;
}

header:hover .lang-site a:hover, header.white .lang-site a:hover, .box-logo a:hover {
  background: none;
}

header.white-open-menu {
  background-color: #FFF !important;
  color: #000;
}

header.white-open-menu .header-int {
  border-bottom: 1px solid #000;
}

header.white-open-menu .scuro {
  display: block !important;
}

header.white-open-menu .chiaro {
  display: none !important;
}

header.white-open-menu a {
  background-color: #FFF !important;
  color: #000;
}

header .lang-site a {
  display: inline-block;
  padding: 10px 0 0 20px;
}

.box-submenu {
  width: 90%;
  max-width: 1645px;
  margin: auto; /*background-color: #FFF;*/
}

.box-submenu ul li {
  display: inline-block;
  margin-left: 30px;
  text-transform: uppercase;
}

.submenu-list {
  padding: 15px 0; /*display: none;*/
}

.bg-opacity-menu-open {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 1;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* HEADER fine */
/* FOOTER inizio */
.fascia-footer-fondo {
  width: 100%;
  background-color: #FFF;
  padding: 64px 0;
  border-top: 1px solid #614C4A;
}

.prefooter-fondo-int {
  width: 90%;
  max-width: 1645px;
  margin: auto;
}

.prefooter-fondo-tit {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 48px;
}

.prefooter-fondo-loghi {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.prefooter-fondo-loghi a {
  display: inline-flex;
}

.prefooter-fondo-loghi .logo-sq {
  height: 100px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}

.prefooter-fondo-loghi .logo-wide {
  height: 85px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}

.fascia-footer-fondo-int {
  width: 90%;
  max-width: 1645px;
  margin: auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #614C4A;
}

.fascia-footer-fondo a {
  text-decoration: none;
  color: #614C4A;
}

.fascia-footer-fondo-int img {
  margin-right: 10%;
  max-width: 13%;
  display: inline-block;
  vertical-align: middle;
}

.fascia-footer-vat {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #000;
  padding: 45px 0;
  background-color: #F5EDEA;
  border-top: 1px solid #000;
}

.fascia-voci-footer {
  background-color: #F5EDEA;
  padding: 8% 0;
}

.fascia-voci-footer-int {
  width: 90%;
  max-width: 1645px;
  margin: auto;
  display: grid;
  align-items: top;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.fascia-voci-footer .sedi {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.fascia-voci-footer .sedi p {
  padding-bottom: 35px;
}

.list-link-footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}

.list-link-footer li {
  padding-bottom: 20px;
  padding-left: 50px;
}

.list-link-footer a {
  text-decoration: none;
  color: #000;
}

.fascia-voci-footer .follow {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.fascia-voci-footer .follow a {
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 7px;
}

.fascia-voci-footer-new {
  background-color: #F5EDEA;
  padding: 0;
  position: relative;
}

.fascia-voci-footer-int-new {
  width: 90%;
  max-width: 1645px;
  margin: auto;
  display: grid;
  align-items: top;
  grid-template-columns: 28% 22% 50%;
}

.fascia-voci-footer-int-new > div {
  padding: 100px 0 20px;
}

.fascia-voci-footer-int-new.second-row > div {
  padding-top: 0;
}

.fascia-voci-footer-new .sedi {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-top: 30px;
}

.fascia-voci-footer-new .sedi.pd0 {
  padding-top: 0;
}

.fascia-voci-footer-new .sedi p {
  padding-bottom: 35px;
}

.list-link-footer-new {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.list-link-footer-new.title {
  font-weight: 400;
  text-transform: uppercase;
}

.list-link-footer-new li {
  padding-bottom: 5px;
  padding-left: 50px;
}

.list-link-footer-new a {
  text-decoration: none;
  color: #000;
}

.fascia-voci-footer-new .follow {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.fascia-voci-footer-new .follow a {
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 7px;
}

.center-grid {
  border-left: 1px solid #614C4A;
  border-right: 1px solid #614C4A;
}

.flex-footer-box {
  display: flex;
}

.flex-footer-box div:nth-child(2) {
  margin-left: auto;
  text-align: right;
}

.scroll-top {
  position: absolute;
  right: 5%;
  top: 4%;
}

.scroll-top a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

/* ===== NEW FOOTER (2026 redesign) ===== */
.footer-new {
  background-color: #F5EDEA;
}

.footer-new-int {
  width: 90%;
  max-width: 1645px;
  margin: auto;
  padding: 80px 0 48px;
}

.footer-new-loghi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo-genagricola img {
  height: 64px;
  width: auto;
}

.footer-logo-generali img {
  height: 60px;
  width: auto;
}

.footer-new-hr {
  border: 0;
  border-top: 1px solid #614C4A;
  margin: 40px 0;
  opacity: 0.4;
}

.footer-new-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 190px;
  font-family: "Montserrat", sans-serif;
  color: #614C4A;
}

.footer-col-sedi {
  flex: 0 0 calc(50% - 20px);
  min-width: 300px;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

.footer-cols-links {
  flex: 1 1 calc(50% - 20px);
  display: flex;
  gap: 40px;
}

.footer-cols-links .footer-col {
  flex: 1 1 0;
  min-width: 0;
}

.footer-sede {
  margin-bottom: 24px;
}

.footer-sede-tit {
  font-weight: 600;
}

.footer-col-sedi a {
  color: #614C4A;
  text-decoration: none;
}

.footer-col-sedi a:hover {
  text-decoration: underline;
}

.footer-col-tit {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 16px;
}

.footer-col-tit::first-letter {
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #614C4A;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-new-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-bottom-tit {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 16px;
}

.footer-social-ico {
  display: flex;
  gap: 24px;
}

.footer-social-ico a {
  color: #614C4A;
  display: inline-flex;
}

.footer-info-legali {
  text-align: right;
}

.footer-links-inline {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.footer-links-inline li {
  margin-bottom: 0;
}

.footer-legal-bar {
  background-color: #614C4A;
}

.footer-legal-bar-int {
  width: 90%;
  max-width: 1645px;
  margin: auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.footer-legal-left {
  flex: 1 1 600px;
  max-width: 760px;
}

.footer-legal-name {
  font-weight: 600;
  margin-bottom: 4px;
}

.footer-legal-right {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: flex-end;
}

.footer-legal-right a {
  color: #fff;
  text-decoration: none;
}

.footer-legal-right a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-new-int {
    width: 88%;
    padding: 48px 0 32px;
  }
  .footer-new-loghi {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .footer-new-cols {
    flex-direction: column;
    gap: 32px;
  }
  .footer-col, .footer-col-sedi {
    flex: 0 0 auto;
    min-width: 0;
  }
  .footer-cols-links {
    flex: 0 0 auto;
    flex-direction: column;
    gap: 32px;
  }
  .footer-new-bottom {
    flex-direction: column;
  }
  .footer-info-legali {
    text-align: left;
  }
  .footer-links-inline {
    justify-content: flex-start;
  }
  .footer-legal-bar-int {
    width: 88%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer-legal-left {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .footer-legal-right {
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: nowrap;
    gap: 16px;
  }
  .footer-legal-right span {
    flex: 0 0 100%;
  }
}
/* FOOTER fine */
/* ===== PRODOTTI PAGE (2026 redesign) ===== */
/* Hero usa il pattern standard del sito: .main-img-top-page-box + .box-main-title-page (no stili dedicati) */
.prodotti-filosofia {
  background: #fff;
  padding: 120px 0;
}

.prodotti-filosofia-int {
  width: 90%;
  max-width: 1645px;
  margin: auto;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.prodotti-filosofia-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.prodotti-filosofia-title-col {
  flex: 1 1 336px;
  min-width: 336px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #614C4A;
}

.prodotti-h1 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
  margin: 0;
  color: #614C4A;
}

.prodotti-filosofia-subtit {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  color: #614C4A;
}

.prodotti-filosofia-spacer {
  flex: 1 1 0;
}

.prodotti-spacer-1 {
  max-width: 306px;
  height: 224px;
}

.prodotti-spacer-2 {
  max-width: 416px;
  height: 132px;
}

.prodotti-filosofia-text-col {
  flex: 1 1 336px;
  min-width: 336px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.prodotti-filosofia-text-col p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.prodotti-banner {
  padding: 0 72px;
}

.prodotti-banner-int {
  position: relative;
  width: 100%;
  height: 632px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prodotti-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.prodotti-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.prodotti-banner-title {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.prodotti-brand-intro {
  padding: 120px 72px 80px;
}

.prodotti-brand-intro-int {
  width: 100%;
  max-width: 856px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.prodotti-brand-logo-big {
  width: 180px;
  height: 123px;
  display: block;
}

.prodotti-brand-tagline {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #000;
  text-align: center;
  margin: 0;
}

.prodotti-block {
  padding: 0 72px 80px;
}

.prodotti-block-int {
  width: 90%;
  max-width: 1645px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

.prodotti-block-content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.prodotti-brand-logo-small {
  width: 120px;
  height: 82px;
  display: block;
}

.prodotti-genagricola-logo-small {
  width: 180px;
  height: auto;
  display: block;
}

.prodotti-block-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  color: #614C4A;
  margin: 0;
}

.prodotti-block-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.prodotti-block-img {
  flex: 1 1 0;
  min-width: 0;
  height: 720px;
  background-size: cover;
  background-position: center;
}

.prodotti-cta {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #614C4A;
  text-decoration: none;
  position: relative;
  padding-bottom: 8px;
  align-self: flex-start;
}

.prodotti-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 1.5px;
  background: #614C4A;
  transition: width 0.2s ease;
}

.prodotti-cta:hover::after {
  width: 48px;
}

/* Link inline nel testo: colore CTA + sottolineatura che si estende all'hover */
.prodotti-link-inline {
  color: #614C4A;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease;
}

.prodotti-link-inline:hover {
  color: #9a8784;
}

/* Enfasi come la home (Playfair corsivo al posto del grassetto) — solo intro "I nostri prodotti" */
.pa-prodotti-tagline strong {
  font-weight: 600;
  font-size: 1.06em;
}

/* Bold nei testi correnti: semibold 600 invece del 700 di default */
.prodotti-filosofia-text-col strong,
.prodotti-block-text strong,
.prodotti-brand-tagline strong,
.pa-section-cols strong,
.pa-prodotto-text strong {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .prodotti-h1 {
    font-size: 54px;
    line-height: 60px;
  }
  .prodotti-banner-title {
    font-size: 54px;
    line-height: 60px;
  }
  /* Blocchi in colonna su tablet+mobile: immagine SEMPRE sopra, poi contenuto.
     flex:0 0 auto (NON 1 1 100%) altrimenti in column direction il flex-basis collassa l'altezza. */
  .prodotti-block-int {
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }
  .prodotti-block:not(.prodotti-block-reverse) .prodotti-block-int {
    flex-direction: column-reverse;
  }
  .prodotti-block-content {
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
  }
  .prodotti-block-img {
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
    height: 480px;
  }
}
@media (max-width: 768px) {
  .prodotti-filosofia {
    padding: 64px 0;
  }
  .prodotti-filosofia-int {
    gap: 32px;
  }
  .prodotti-filosofia-title-col, .prodotti-filosofia-text-col {
    flex: 1 1 100%;
    min-width: 0;
  }
  .prodotti-filosofia-spacer {
    display: none;
  }
  .prodotti-h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .prodotti-filosofia-subtit {
    font-size: 22px;
    line-height: 28px;
  }
  .prodotti-banner {
    padding: 0 24px;
  }
  .prodotti-banner-int {
    height: 380px;
  }
  .prodotti-banner-title {
    font-size: 36px;
    line-height: 42px;
  }
  .prodotti-brand-intro {
    padding: 64px 24px 48px;
  }
  .prodotti-brand-tagline {
    font-size: 22px;
    line-height: 28px;
  }
  .prodotti-block {
    padding: 0 24px 48px;
  }
  .prodotti-block-img {
    height: 280px;
  }
  .prodotti-block-title {
    font-size: 28px;
    line-height: 32px;
  }
}
/* PRODOTTI fine */
/* ===== PASSIONE AGRICOLA PAGE (2026 redesign) ===== */
/* Hero: pattern standard del sito (.main-img-top-page-box); logo sopra al titolo */
.pa-hero-logo {
  display: block;
  width: 280px;
  height: 192px;
  margin: 0 auto 20px;
  filter: brightness(0) invert(1);
}

/* Section ricorrente (section-1, section-2) — header in alto, sotto: spacer + (2 colonne testo + immagine) */
.pa-section {
  background: #fff;
  padding: 80px 0;
}

.pa-section-int {
  width: 90%;
  max-width: 1645px;
  margin: auto;
  padding: 0 72px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.pa-section-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 966px;
  color: #614C4A;
}

.pa-h1 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
  margin: 0;
  color: #614C4A;
}

.pa-subtit {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  color: #614C4A;
}

.pa-section-body {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.pa-section-body-spacer {
  flex: 0 0 auto;
  width: 416px;
}

.pa-section-body-main {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.pa-section-cols {
  display: flex;
  gap: 24px;
}

.pa-section-cols p {
  flex: 1 1 0;
  min-width: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.pa-section-image {
  width: 100%;
  height: 570px;
  background-size: cover;
  background-position: center;
}

/* Sfondo beige sotto i prodotti (dal Figma: .bg #F5EDEA) */
.pa-prodotti-intro,
.pa-ancore,
.pa-prodotto {
  background: #F5EDEA;
}

/* Intro "I nostri prodotti" */
.pa-prodotti-intro {
  padding: 120px 24px 64px;
}

.pa-prodotti-intro-int {
  width: 100%;
  max-width: 856px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.pa-brand-logo {
  width: 175px;
  height: 120px;
  display: block;
}

.pa-h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
  margin: 0;
  color: #614C4A;
}

.pa-prodotti-tagline {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  color: #000;
}

/* Tab selector */
.pa-ancore {
  padding: 0 24px 24px;
  border-bottom: 1px solid #614C4A;
}

.pa-ancore ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.pa-ancore a {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #614C4A;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.pa-ancore a:hover {
  color: #000;
}

html {
  scroll-behavior: smooth;
}

.pa-prodotti-wrapper {
  background: #F5EDEA;
  overflow: hidden;
}

/* Blocco prodotto (birra/olio/riso/miele) — schede impilate, raggiunte via ancora */
.pa-prodotto {
  padding: 48px 72px;
  scroll-margin-top: 110px;
}

/* Linea divisoria tra una scheda e la successiva (sul blocco precedente, così le ancore atterrano sul contenuto) */
.pa-prodotti-wrapper .pa-prodotto:not(:last-child)::after {
  content: "";
  display: block;
  width: 90%;
  max-width: 1645px;
  margin: 96px auto 0;
  border-top: 1px solid #614C4A;
}

.pa-prodotto-int {
  width: 90%;
  max-width: 1645px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

.pa-prodotto-content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pa-prodotto-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pa-prodotto-h {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  margin: 0;
  color: #614C4A;
}

.pa-prodotto-sub {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #614C4A;
}

.pa-prodotto-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.pa-prodotto-subhead {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  color: #614C4A;
}

.pa-prodotto-img {
  flex: 1 1 0;
  min-width: 0;
  height: 720px;
  background-size: cover;
  background-position: center;
}

/* Sostenibilità — banda verde, contenuto a sx, immagine a dx */
.pa-sostenibilita {
  padding: 120px 72px;
  background: #fff;
}

.pa-sostenibilita-int {
  width: 90%;
  max-width: 1645px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 48px;
  background: #3B7D6F;
  padding: 32px 32px 32px 48px;
  border-radius: 8px;
}

.pa-sostenibilita-img {
  flex: 1 1 0;
  min-width: 0;
  height: 480px;
  background-size: cover;
  background-position: center;
}

.pa-sostenibilita-text {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}

.pa-sostenibilita-text .pa-h1 {
  color: #fff;
}

.pa-sost-body {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.pa-sostenibilita-text .prodotti-cta {
  color: #fff;
}

.pa-sostenibilita-text .prodotti-cta::after {
  background: #fff;
}

@media (max-width: 1024px) {
  .pa-section {
    padding: 80px 0;
  }
  .pa-section-int {
    padding: 0 24px;
  }
  .pa-h1 {
    font-size: 54px;
    line-height: 60px;
  }
  .pa-h2 {
    font-size: 54px;
    line-height: 60px;
  }
  .pa-subtit {
    font-size: 24px;
    line-height: 28px;
  }
  .pa-section-body {
    flex-direction: column;
    gap: 24px;
  }
  .pa-section-body-spacer {
    display: none;
  }
  .pa-section-cols {
    flex-direction: column;
    gap: 24px;
  }
  .pa-section-image {
    height: 480px;
  }
  .pa-prodotti-intro {
    padding: 80px 24px 48px;
  }
  .pa-prodotto {
    padding: 32px 24px;
  }
  .pa-prodotto-int {
    flex-direction: column-reverse;
    gap: 32px;
    width: 100%;
  }
  .pa-prodotto-content, .pa-prodotto-img {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }
  .pa-prodotto-img {
    height: 480px;
  }
  .pa-prodotto-h {
    font-size: 40px;
  }
  .pa-sostenibilita {
    padding: 80px 24px;
  }
  .pa-sostenibilita-int {
    flex-direction: column;
    gap: 32px;
    padding: 48px;
  }
  .pa-sostenibilita-img, .pa-sostenibilita-text {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }
  .pa-sostenibilita-img {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .pa-hero-logo {
    width: 196px;
    height: 134px;
    margin-bottom: 12px;
  }
  .pa-section {
    padding: 64px 0;
  }
  .pa-section-int {
    padding: 0 16px;
  }
  .pa-h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .pa-h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .pa-subtit {
    font-size: 20px;
    line-height: 26px;
  }
  .pa-section-image {
    height: 320px;
  }
  .pa-prodotti-intro {
    padding: 64px 16px 40px;
  }
  .pa-prodotti-tagline {
    font-size: 20px;
    line-height: 26px;
  }
  .pa-ancore {
    padding: 0 16px 16px;
  }
  .pa-ancore ul {
    gap: 20px;
  }
  .pa-prodotto {
    padding: 24px 16px;
  }
  .pa-prodotto-img {
    height: 280px;
  }
  .pa-prodotto-h {
    font-size: 32px;
  }
  .pa-sostenibilita {
    padding: 64px 16px;
  }
  .pa-sostenibilita-int {
    padding: 32px 24px;
  }
  .pa-sost-body {
    font-size: 18px;
    line-height: 26px;
  }
}
/* PASSIONE AGRICOLA fine */
/* ===== HOME PAGE (2026 redesign) ===== */
/* Label orizzontale "GENAGRICOLA / ATTIVITÀ / SOSTENIBILITÀ" — rettangolo a sx + testo a fianco */
.home-h-label {
  display: flex;
  align-items: center;
  gap: 16px;
  width: calc(100% - 144px);
  max-width: 1645px;
  margin: 0 auto;
  padding: 48px 0 0;
  justify-content: flex-start;
}

.home-h-label .home-h-label-bar {
  flex: 0 0 10px;
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  height: 50px;
  background: #614C4A;
  border-radius: 2px;
  display: block;
}

.home-h-label .home-h-label-txt {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #614C4A;
}

.bg-green-home-sostenibilta .home-h-label-bar {
  background: #FFF !important;
}

.bg-green-home-sostenibilta .home-h-label-txt {
  color: #FFF !important;
}

/* Blocco 2 — intro 1851 centrato + CTA */
.home-section-centered .container-1645 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 72px 80px;
  position: relative;
}

.home-intro-centered {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.home-intro-centered .title-big {
  text-align: center !important;
  width: 100%;
}

.cont-title-index.home-intro-centered .descr-big,
.home-intro-centered .descr-big {
  font-family: "Montserrat", sans-serif !important;
  font-size: 35px;
  color: #614C4A;
  margin: auto;
  max-width: 1148px;
  padding-bottom: 0 !important;
  text-align: center !important;
  width: 80%;
}

.home-intro-centered .descr-big .center {
  text-align: center;
  display: block;
}

/* CTA generica home (es. "Scopri genagricola") */
.home-cta {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #614C4A;
  text-decoration: none;
  position: relative;
  padding-bottom: 8px;
  margin-top: 24px;
}

.home-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 1.5px;
  background: #614C4A;
  transition: width 0.2s ease;
}

.home-cta:hover::after {
  width: 48px;
}

/* Cerchio rotante con testo — img SVG ruotante (pattern come .bollo-left-all .rotate) */
img.home-rotate-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  display: block;
}

@keyframes home-spin-text {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
img.home-rotate-text.rotate {
  animation: home-spin-text 18s linear infinite;
  transform-origin: 50% 50%;
}

/* Blocco 4 — Attività: 3 box statici affiancati con bordi verticali */
.home-attivita {
  padding-bottom: 0;
}

.home-attivita-3col {
  display: flex;
  align-items: stretch;
  width: calc(100% - 144px);
  max-width: 1645px;
  margin: 48px auto 80px;
  border-left: 1px solid #614C4A;
  border-right: 1px solid #614C4A;
}

.home-attivita-box {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 32px 32px 0;
  text-decoration: none;
  color: #614C4A;
  border-right: 1px solid #614C4A;
  transition: background 0.2s ease;
}

.home-attivita-box:last-child {
  border-right: 0;
}

.home-attivita-box:hover {
  background: #F5EDEA;
}

.home-attivita-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 150px;
}

.home-attivita-tit {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin: 0;
  color: #614C4A;
}

.home-attivita-sub {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #614C4A;
  margin: 8px 0 0;
}

.home-attivita-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #614C4A;
  margin: 4px 0 0;
}

.home-attivita-img {
  position: relative;
  margin-top: 64px;
  padding-top: 0;
  padding-right: 50px;
}

.home-attivita-img-bg {
  display: block;
  width: 100%;
  height: auto;
}

/* override specifico per battere .bollo-left-all { width:55% } definito DOPO nel file */
.home-attivita-img .home-attivita-bollo.bollo-left-all {
  position: absolute !important;
  right: 0 !important;
  top: -50px !important;
  width: 130px !important;
  max-width: 130px !important;
  height: 130px !important;
  z-index: 2;
}

/* Blocco Ca' Corniani — full bleed con bg image + overlay + content centrato */
.home-cacorniani {
  padding: 48px 72px;
  background: #fff;
}

.home-cacorniani-int {
  position: relative;
  max-width: 1645px;
  width: 100%;
  margin: auto;
  height: 632px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  box-sizing: border-box;
}

.home-cacorniani-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-cacorniani-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.home-cacorniani-content {
  position: relative;
  max-width: 636px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.home-cacorniani-tit {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
  margin: 0;
  color: #fff;
}

.home-cacorniani-sub {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #fff;
}

.home-cacorniani-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #fff;
}

.home-cacorniani-cta {
  color: #fff !important;
  align-self: center !important;
  margin-top: 8px;
}

.home-cacorniani-cta::after {
  background: #fff !important;
}

/* Nav slider attività — nascosta su desktop, visibile solo nello slider mobile */
.home-attivita-nav {
  display: none;
}

/* Mobile/tablet */
@media (max-width: 1024px) {
  .home-attivita-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 24px 48px;
  }
  .home-attivita-arrow {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border: 1px solid #614C4A;
    border-radius: 50%;
    background: transparent;
    color: #614C4A;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .home-attivita-arrow:hover {
    background: #614C4A;
    color: #fff;
  }
  .home-attivita-dots {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .home-attivita-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(97, 76, 74, 0.3);
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .home-attivita-dot.is-active {
    background: #614C4A;
    transform: scale(1.3);
  }
  .home-h-label {
    width: calc(100% - 48px);
    padding: 32px 0 0;
  }
  /* Slider orizzontale con scroll-snap (no JS) */
  .home-attivita-3col {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    border-left: 0;
    border-right: 0;
    width: 100%;
    margin: 24px 0 48px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .home-attivita-3col::-webkit-scrollbar {
    display: none;
  }
  .home-attivita-box {
    flex: 0 0 82%;
    width: 82%;
    scroll-snap-align: center;
    border-right: 1px solid #614C4A;
    border-bottom: 0;
    padding: 24px;
  }
  .home-attivita-box:first-child {
    margin-left: 24px;
  }
  .home-attivita-box:last-child {
    border-right: 0;
    margin-right: 24px;
  }
  .home-attivita-tit {
    font-size: 32px;
    line-height: 36px;
  }
  .home-attivita-text {
    height: auto;
    min-height: 140px;
  }
  .home-attivita-img {
    margin-top: 32px;
  }
  .home-cacorniani {
    padding: 24px 16px;
  }
  .home-cacorniani-int {
    height: auto;
    min-height: 420px;
    padding: 32px 24px;
  }
  .home-cacorniani-tit {
    font-size: 48px;
    line-height: 52px;
  }
  .home-section-centered .container-1645 {
    padding: 32px 16px 48px;
  }
}
@media (max-width: 768px) {
  .home-h-label-bar {
    height: 32px;
  }
  .home-h-label-txt {
    font-size: 14px;
  }
  .home-attivita-tit {
    font-size: 28px;
    line-height: 32px;
  }
  .home-cacorniani-tit {
    font-size: 36px;
    line-height: 40px;
  }
  .home-cacorniani-sub {
    font-size: 18px;
    line-height: 22px;
  }
}
/* HOME fine */
/* ===== SOSTENIBILITÀ (2026 redesign) ===== */
.sost-banner-img {
  max-width: 1364px;
  margin: 48px auto 72px;
}

.sost-banner-img img {
  width: 100%;
  aspect-ratio: 1296/632;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.sost-clima {
  max-width: 1364px;
  margin: 0 auto 80px;
}

.sost-clima-head {
  max-width: 966px;
  margin-bottom: 48px;
}

.sost-clima-tit {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 64px;
  color: #614C4A;
  margin: 0 0 24px;
}

.sost-clima-txt {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #614C4A;
  margin: 0;
}

.sost-clima-body {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.sost-clima-spacer {
  flex: 0 0 33%;
  max-width: 416px;
}

.sost-clima-main {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 856px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sost-bio-txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #614C4A;
  margin: 0 0 24px;
}

.sost-bio-cta {
  margin-bottom: 32px;
  align-self: flex-start;
}

.sost-bio-img {
  width: 100%;
}

.sost-bio-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .sost-clima-body {
    flex-direction: column;
  }
  .sost-clima-spacer {
    display: none;
  }
  .sost-clima-main {
    max-width: 100%;
  }
  .sost-clima-tit {
    font-size: 40px;
    line-height: 46px;
  }
  .sost-clima-txt {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .sost-banner-img {
    margin: 24px 0 40px;
  }
  .sost-clima {
    margin-bottom: 48px;
  }
  .sost-clima-tit {
    font-size: 30px;
    line-height: 36px;
  }
  .sost-clima-txt {
    font-size: 20px;
    line-height: 26px;
  }
  .sost-bio-txt {
    font-size: 16px;
    line-height: 24px;
  }
}
/* Logo ISO 14001 (raster, non SVG): dimensione coerente con gli altri loghi cert */
.certificazioni-bottom-box img[src*=iso14001] {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 185px;
  height: auto;
  margin: 0 auto;
}

/* SOSTENIBILITÀ fine */
/* ===== CA' CORNIANI (2026) ===== */
.cc-wrap {
  width: calc(100% - 144px);
  max-width: 1296px;
  margin: 0 auto;
}

.cc-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.cc-label-bar {
  flex: 0 0 10px;
  width: 10px;
  height: 50px;
  background: #614C4A;
  display: block;
}

.cc-label-txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #614C4A;
}

.cc-h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.05;
  color: #614C4A;
  margin: 0;
}

.cc-h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  color: #614C4A;
  margin: 0;
}

.cc-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.cc-text strong {
  font-weight: 600;
}

.cc-center {
  text-align: center;
}

/* Chi siamo: titolo a sx, testo sotto spostato a destra */
.cc-intro {
  padding: 80px 0 0;
}

.cc-intro-head {
  max-width: 966px;
  margin-bottom: 48px;
}

.cc-intro-head .cc-h2 {
  margin-top: 0;
}

.cc-intro-body {
  display: flex;
  gap: 24px;
}

.cc-intro-spacer {
  flex: 0 0 33%;
  max-width: 416px;
}

.cc-intro-body .cc-text {
  flex: 1 1 auto;
  min-width: 0;
}

/* Banner full-width */
.cc-banner {
  width: calc(100% - 144px);
  max-width: 1296px;
  margin: 80px auto;
}

.cc-banner img {
  width: 100%;
  aspect-ratio: 1296/632;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Split (Dove siamo / Cosa facciamo) */
.cc-split {
  margin: 80px 0;
}

.cc-split-int {
  display: flex;
  align-items: center;
  gap: 80px;
}

.cc-split-img {
  flex: 0 0 416px;
}

.cc-split-img img {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cc-split-img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.cc-split-text {
  flex: 1 1 auto;
  min-width: 0;
}

.cc-split-text .cc-h2 {
  margin: 24px 0;
}

/* Una terra che sa evolvere + 3 card */
.cc-evolve {
  background: #F5EDEA;
  padding: 80px 0;
  margin-top: 80px;
}

.cc-evolve-head {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.cc-pillars {
  max-width: 850px;
  margin: 56px auto 48px;
}

.cc-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.cc-card {
  flex: 1 1 0;
  max-width: 416px;
  height: 480px;
  background: #614C4A;
  border: 0;
  border-radius: 8px;
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.cc-card-img {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  border-radius: 4px;
}

.cc-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.cc-card:hover .cc-card-img img {
  transform: scale(1.05);
}

.cc-card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cc-card-tit {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin: 0;
}

.cc-card-cta {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  display: inline-block;
  align-self: flex-start;
}

.cc-card-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 1.5px;
  background: #fff;
  transition: width 0.2s ease;
}

.cc-card:hover .cc-card-cta::after {
  width: 48px;
}

/* Vivere Ca' Corniani */
.cc-vivere {
  padding: 80px 0 0;
}

.cc-vivere-head .cc-h2 {
  max-width: 636px;
  margin-bottom: 48px;
}

.cc-vivere-body {
  margin-left: 33%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cc-vivere .cc-banner {
  margin-top: 48px;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .cc-wrap, .cc-banner {
    width: calc(100% - 48px);
  }
  .cc-h2 {
    font-size: 38px;
  }
  .cc-h4 {
    font-size: 24px;
  }
  .cc-intro-spacer {
    display: none;
  }
  .cc-intro-body {
    flex-direction: column;
  }
  .cc-split-int {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .cc-split-img {
    flex: 0 0 auto;
  }
  .cc-split-img img {
    height: auto;
    max-height: 520px;
  }
  .cc-cards {
    flex-direction: column;
    align-items: center;
  }
  .cc-card {
    width: 100%;
    max-width: 480px;
  }
  .cc-vivere-body {
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cc-h2 {
    font-size: 30px;
  }
  .cc-banner img {
    aspect-ratio: 4/3;
  }
}
/* Modali pilastri */
.cc-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(97, 76, 74, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.cc-modal.is-open {
  display: flex;
}

.cc-modal-box {
  position: relative;
  display: flex;
  gap: 48px;
  align-items: center;
  background: #F5EDEA;
  border-radius: 8px;
  width: 100%;
  max-width: 1296px;
  max-height: 90vh;
  overflow: auto;
  padding: 48px;
}

.cc-modal-text {
  flex: 1 1 0;
  min-width: 0;
}

.cc-modal-tit {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  color: #614C4A;
  margin: 0 0 24px;
}

.cc-modal-txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #614C4A;
}

.cc-modal-txt strong {
  font-weight: 600;
}

.cc-modal-img {
  flex: 0 0 568px;
  height: 560px;
  position: relative;
}

.cc-modal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cc-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #614C4A;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0;
  transition: opacity 0.2s ease;
}

.cc-modal-close:hover {
  opacity: 0.8;
}

/* slider nelle modali Ca' Corniani */
.cc-modal-img.cc-modal-img--slider {
  flex: 0 0 568px;
  height: 560px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cc-modal-slider {
  flex: 1 1 0;
  min-height: 0;
  position: relative;
}

.cc-modal-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.cc-modal-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
}

.cc-modal-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
}

.cc-modal-arrows {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.cc-modal-arrow {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #614C4A;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  padding: 0;
}

.cc-modal-arrow:hover {
  opacity: 0.8;
}

.cc-modal-arrow svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .cc-modal-box {
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    align-items: stretch;
  }
  .cc-modal-img {
    flex: 0 0 auto;
    height: auto;
    max-height: 55vh;
    width: 100%;
  }
  .cc-modal-img img {
    height: auto;
    max-height: 55vh;
  }
  .cc-modal-img.cc-modal-img--slider {
    flex: 0 0 300px;
    height: 300px;
    max-height: none;
  }
  .cc-modal-img.cc-modal-img--slider img {
    height: 100%;
    max-height: none;
  }
  .cc-modal-tit {
    font-size: 30px;
    line-height: 34px;
  }
  .cc-modal-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
/* CA' CORNIANI fine */
/* ALL SITE inizio */
.main-img-top-page-box {
  position: relative;
}

.box-main-title-page {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-main-title-page .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

.box-main-title-page .title {
  font-family: "Playfair Display", serif;
  font-size: 100px;
  line-height: 100%;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.box-intro-all-page {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10% 0 5%;
  align-items: center;
}

.box-intro-all-page .title {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #614C4A;
  padding: 0 20% 0 32%;
  background: url("/images/line-bg-intro.svg") no-repeat center right 10%;
}

.cont-title-index .title-big {
  font-family: "Playfair Display", serif;
  font-size: 160px;
  color: #614C4A;
  text-align: center;
}

.cont-title-index .descr-big {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  color: #614C4A;
  text-align: left;
  width: 80%;
  max-width: 1148px;
  margin: auto;
  padding-bottom: 6%;
}

.cont-title-index .descr-big span {
  font-size: 37px;
  font-family: "Playfair Display", serif;
}

.cont-title-index .descr-big span.center {
  text-align: center;
  display: block;
  padding-bottom: 2%;
  width: 100%;
}

.cont-title-index .descr-big span.italic {
  font-style: italic;
}

.container-top-index {
  background-color: #F5EDEA;
  position: relative;
  z-index: 0;
}

.cont-title-index {
  position: relative;
  z-index: 2;
}

.img-left-bg {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 16%;
  max-width: 259px;
}

.img-right-bg {
  position: absolute;
  top: 20%;
  right: 0;
  width: 33%;
  max-width: 570px;
}

.img-left-bg img, .img-right-bg img {
  width: 100%;
}

.box-intro-all-page.mod .title {
  padding: 0 20% 0 10%;
}

.box-intro-all-page.mod0 .title {
  padding: 0 20% 0 0;
  background-position: center right 5%;
}

.box-intro-all-page .title.img {
  padding: 0;
}

.box-intro-all-page .title.img img {
  width: 70%;
}

.box-intro-all-page .descr {
  font-family: "Playfair Display", serif;
  font-size: 28px;
}

.box-capitol > div {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.box-capitol .numb {
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

.box-capitol .txt {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.esplora {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #000;
  padding-bottom: 6px;
  margin-top: 15%;
  background: url("/images/home/svg/riga-esplora.svg") no-repeat left bottom;
  max-width: 100%;
}

.descr-general {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
}

.descr-general.small {
  font-size: 22px;
}

.descr-general.small span {
  font-size: 28px;
  font-weight: bold;
}

.grid-34-66 {
  display: grid;
  grid-template-columns: 34% 66%;
}

.grid-66-34 {
  display: grid;
  grid-template-columns: 60% 40%;
}

.grid-15-85 {
  display: grid;
  grid-template-columns: 15% 85%;
}

.grid-34-66.center {
  align-items: center;
}

.grid-45-55 {
  display: grid;
  grid-template-columns: 45% 55%;
}

.grid-50-50 {
  display: grid;
  grid-template-columns: 50% 50%;
}

.grid-25-75 {
  display: grid;
  grid-template-columns: 25% 75%;
}

.grid-25 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.al-item-center {
  align-items: center;
}

.bollo-left-all {
  width: 55%;
  max-width: 200px;
  position: relative;
}

.bollo-left-all .rotate {
  width: 100%;
}

.bollo-left-all .icon {
  max-width: 43%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.img-sost-dida {
  width: 80%;
  display: block;
}

.relative.cont-pdf {
  min-height: 85vh;
}

/* ALL SITE fine */
/* HOMEPAGE inizio */
.entra-genagricola {
  position: absolute;
  right: 5%;
  bottom: 8%;
  max-width: 13%;
  cursor: pointer;
}

.entra-genagricola img {
  width: 100%;
}

.bollo-left-all.entra {
  max-width: 100%;
  width: 100%;
}

.bollo-left-all.entra .icon {
  max-width: 70%;
}

.container-1645 {
  width: 90%;
  max-width: 1645px;
  margin: auto;
}

.box-full-azienda-home {
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  background-color: #F5EDEA;
  font-size: 0;
}

.box-full-azienda-home .box-text {
  padding: 0 10%;
}

.logo-azienda {
  margin-top: 5%;
  max-width: 41%;
}

.title-home {
  font-family: "Playfair Display", serif;
  font-size: 70px;
  color: #614C4A;
  line-height: 100%;
  margin: 5% 0;
}

.descr-home {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.row-full-azienda-home {
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
}

.row-partial-azienda-home {
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10%;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  padding: 5% 0;
}

.row-partial-azienda-home span {
  font-style: italic;
  font-family: "Playfair Display", serif;
}

.row-partial-azienda-home span strong {
  font-size: 145%;
}

.row-partial-azienda-home strong.brown {
  font-size: 145%;
  color: #614C4A;
  font-family: "Playfair Display", serif;
}

.nostri-settori {
  margin-top: 5%;
}

.nostri-settori .title-home {
  margin-top: 3%;
}

.row-settori {
  border-bottom: 1px solid #614C4A;
  padding: 20px 0 40px;
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  position: relative;
}

.row-settori a {
  display: block;
  text-decoration: none;
  color: #614C4A;
}

.row-settori a .descr {
  color: #000;
}

.row-settori a .ball-scopri {
  color: #FFF;
}

.row-settori:first-child {
  border-top: 1px solid #614C4A;
}

.row-settori .title {
  font-size: 100px;
  color: #614C4A;
  font-family: "Playfair Display", serif;
}

.row-settori .descr {
  font-size: 14px;
  color: #614C4A;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.img-scopri {
  position: absolute;
  right: 0;
  top: -25%;
  display: none;
}

.ball-scopri {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  position: absolute;
  right: 25%;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 130px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  background-color: #3B7D6F;
  display: none;
}

.row-settori:hover .ball-scopri, .row-settori:hover .img-scopri {
  display: block;
}

.cont-values {
  background-color: #F5EDEA;
  padding: 5% 0;
  margin-bottom: 40%;
}

.values {
  position: relative;
}

.values > div {
  max-width: 38%;
}

.values img.right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 5%;
}

.line-vertically-home {
  position: absolute;
  left: 7%;
  top: 0;
  height: 100%;
  width: 1px;
  border-right: 1px dashed #614C4A;
  z-index: 2;
}

.relative {
  position: relative;
}

.name-capitolo-home {
  width: 50px;
  height: 10px;
  background-color: #614C4A;
  transform: rotate(90deg);
  margin-left: -24px;
  margin-top: 150px;
  position: relative;
}

.txt-name-capitolo {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -30px;
  color: #614C4A;
}

.cont-sliders-home {
  position: relative;
}

.slider-ager {
  position: absolute;
  top: 22%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

/* Marquee CSS puro: seamless, niente FOUC, niente rewind */
.ager-marquee {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: ager-scroll 45s linear infinite;
}

.ager-marquee .txt-slider-infinite-home {
  margin: 0;
  flex: 0 0 auto;
}
@keyframes ager-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.txt-slider-infinite-home {
  font-family: "Playfair Display", serif;
  font-size: 250px;
  color: #FFF;
  text-align: center;
  font-style: italic;
  white-space: nowrap;
}

.img-slider-home-right {
  position: absolute;
  right: 10%;
  width: 21%;
  max-width: 398px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.arrow-slider-home {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8.7%;
  width: 10%;
  max-width: 166px;
}

.arrow-slider-home .txt {
  position: absolute;
  top: -1%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
}

.arrow-slider-home .txt.home-rotate-prodotti {
  width: 105%;
  height: 105%;
  top: calc(50% - 2px);
  left: 50%;
  right: auto;
  bottom: auto;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: home-spin-translate 18s linear infinite;
}
@keyframes home-spin-translate {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.cont-slider-attivita-home {
  padding: 15% 0 10%;
}

.cont-int-slider-attivita-home {
  border-top: 2px solid #614C4A;
  border-bottom: 2px solid #614C4A;
}

.slider-attivita-home {
  width: 85%;
  margin: auto;
  max-width: 1629px;
}

.slider-attivita-home .single-box-slider-attivita {
  border-left: 1px solid #614C4A;
  padding-left: 0.7%;
  margin-top: 30px;
  margin-left: -3px;
}

/*.slider-attivita-home .single-box-slider-attivita:nth-child(3n){ border-right:0;}*/
.single-box-slider-attivita a .title-slider-attivita {
  color: #614C4A;
}

.single-box-slider-attivita a .descr-slider-attivita {
  color: #000;
}

.single-box-slider-attivita a {
  text-decoration: none;
}

.title-slider-attivita {
  font-family: "Playfair Display", serif;
  font-size: 100px;
  color: #614C4A;
}

.descr-slider-attivita {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}

.descr-slider-attivita span {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.img-slider-attivita {
  position: relative;
  width: 80%;
  max-width: 441px;
  margin-top: 10%;
  margin-bottom: 10%;
}

.bollo-slider-attivita {
  position: absolute;
  top: -15%;
  right: -25%;
  width: 50%;
  max-width: 200px;
}

.bollo-slider-attivita .bollo-left-all, .img-relative-slider-attivita {
  width: 100%;
}

.slider-attivita-home .slick-prev, .slider-attivita-home .slick-next {
  top: 48%;
}

.slider-attivita-home .slick-prev {
  left: -6%;
}

.slider-attivita-home .slick-next {
  right: -6%;
}

/*.slider-attivita-home .slick-list{ overflow: visible;}*/
.bg-green-home-sostenibilta {
  background-color: #3B7D6F;
  padding: 5% 0 15%;
}

/* HOMEPAGE fine */
/* AZIENDA inizio */
.body-azienda {
  background-color: #F5EDEA;
}

.cont-dett-azienda {
  padding: 5% 0;
}

.row-settori-azienda {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
}

.row-settori-azienda a {
  display: block;
  text-decoration: none;
  color: #614C4A;
}

.row-settori-azienda .title {
  font-size: 30px;
  color: #614C4A;
  font-family: "Playfair Display", serif;
}

.row-settori-azienda img {
  width: 30px;
}

.title-azienda {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #614C4A;
  text-align: right;
  text-transform: uppercase;
}

.title-azienda.center {
  text-align: center;
  padding: 5% 0;
}

.dett-azienda {
  padding: 10% 0;
  color: #707070;
}

.dett-azienda p {
  padding: 0 5%;
}

.dett-azienda img {
  width: 100%;
  max-width: 529px;
}

.dett-azienda img.small {
  width: 80%;
}

.descr-azienda {
  font-family: "Playfair Display", sans-serif;
  font-size: 28px;
}

.btn-esplora {
  background-color: transparent;
  border: #000 1px solid;
  text-align: center;
  height: 50px;
  width: 55%;
  line-height: 50px;
  border-radius: 0;
  color: #000;
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  margin: 5% 0 5% 5%;
}

.btn-esplora a {
  text-decoration: none;
  color: #000;
}

.top50 {
  padding-top: 50%;
}

p.sez-azienda {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #614C4A;
  padding-bottom: 30px;
  line-height: 100%;
}

.txt-abs-tenute {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #707070;
  position: absolute;
  left: -35%;
  top: 5%;
  max-width: 340px;
}

.logo-esteso {
  width: 25%;
  margin-left: 13%;
  margin-bottom: -7%;
}

/* AZIENDA fine */
/* TENUTE inizio */
.grid-tenute {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 6%;
  padding-top: 8%;
}

.grid-tenute > div {
  margin-bottom: 100px;
  position: relative;
}

.grid-tenute img {
  width: 82%;
  margin-bottom: 20px;
  max-width: 240px;
}

.descr-tenute {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #707070;
}

.grid-tenute img.on-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}

.grid-tenute .none-hover:hover + img.on-hover, .grid-tenute img.on-hover:hover {
  display: block;
}

/* TENUTE fine */
/* STORIA inizio */
.intro-storia {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #614C4A;
  text-transform: uppercase;
  line-height: 110%;
  text-align: center;
  width: 100%;
  max-width: 1363px;
  margin: 5% auto;
  display: none;
}

.intro-storia.show {
  display: block;
}

.intro-storia strong {
  text-shadow: none;
  color: #614C4A;
}

.timeline-storia {
  padding: 8% 0 13%;
}

.row-timeline {
  width: 100%;
  height: 1px;
  background-color: #614C4A;
  position: relative;
}

.years-timeline {
  position: absolute;
  top: 0;
  right: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #614C4A;
  background-color: #614C4A;
  border-radius: 50%;
  font-size: 40px;
  font-family: "Playfair Display", sans-serif;
  color: #614C4A;
  line-height: 100%;
}

.years-timeline:hover {
  background-color: #614C4A;
}

.years-timeline.show {
  background-color: #614C4A;
  width: 25px;
  height: 25px;
  bottom: -11.5px;
}

.years-timeline p {
  position: absolute;
  top: -7px;
  left: -200px;
  text-align: right;
  width: 180px;
}

.years-timeline.first {
  left: 10%;
}

.years-timeline.second {
  left: 21%;
}

.years-timeline.third {
  left: 32%;
}

.years-timeline.fourth {
  left: 43%;
}

.years-timeline.fifth {
  left: 54%;
}

.years-timeline.sixth {
  left: 65%;
}

.years-timeline.seventh {
  left: 76%;
}

.years-timeline.eighth {
  left: 87%;
}

.ball-select-timeline {
  width: 15%;
  border-radius: 50%;
  padding-bottom: 15%;
  border: 1px solid #707070;
  bottom: -125px;
  position: absolute;
  left: 31%;
}

.title-storia {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #614C4A;
}

.title-storia.center {
  text-align: center;
}

.box-video-storia {
  padding-bottom: 10%;
}

.storia-download {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 15px;
}

.storia-download img {
  width: 35px;
}

.cont-timeline {
  width: 91%;
  border-right: 1px solid #614C4A;
  position: relative;
  margin-top: 5%;
  padding-top: 15%;
  margin-bottom: 50px;
}

.start-timeline {
  font-family: "Playfair Display", serif;
  font-size: 300px;
  position: absolute;
  top: 0;
  left: 5%;
  line-height: 1;
}

.single-box-timeline {
  position: relative;
  padding-bottom: 250px;
}

.single-box-timeline:last-child {
  border-right: 1px solid #FFF;
  margin-right: -1px;
}

/*.single-box-timeline > img{ position: absolute; left: 0; top: 0; opacity: 0.77; max-height: 95%;}
.box-descr-storia{ padding-left: 30%; position: relative; z-index: 2; max-width: 70%;}*/
.single-box-timeline > img {
  opacity: 0.77;
  max-width: 46%;
}

.box-descr-storia {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 30%;
  z-index: 2;
  max-width: 70%;
}

.box-descr-storia .descr-azienda {
  color: #614C4A;
  padding-top: 10%;
}

.slider-storia .slick-prev, .slider-storia .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  top: 50%;
}

.slider-storia .slick-prev {
  left: 5%;
}

.slider-storia .slick-next {
  right: 5%;
}

.prev-pdf {
  max-width: 90%;
}

.slider-storia .slick-dots {
  bottom: 3%;
  z-index: 7;
}

.slider-storia .slick-dots li button {
  width: 20px;
  height: 20px;
}

.slider-storia .slick-dots li button:before {
  font-size: 18px;
  color: #FFF;
  left: -1.5px;
  top: -1px;
}

.slider-storia .slick-dots li.slick-active button:before {
  color: #FFF;
}

.slick-dots li {
  border-radius: 10px;
  border: 2px solid #614C4A;
}

/* STORIA fine */
/* VITICOLTURA inzio */
p.title-viticoltura {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #614C4A;
  padding-bottom: 30px;
  line-height: 100%;
}

.cont-stats-viticoltura {
  padding-top: 5%;
}

.grid-stats-viticoltura .title {
  font-family: "Playfair Display", serif;
  font-size: 78px;
  color: #614C4A;
  padding-bottom: 30px;
  text-align: center;
  line-height: 80%;
  min-height: 175px;
}

.grid-stats-viticoltura .title span {
  font-size: 42%;
}

.grid-stats-viticoltura .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.grid-25.grid-stats-viticoltura {
  grid-gap: 0 5%;
}

.percent-stats-viticoltura {
  font-family: "Playfair Display", serif;
  font-size: 78px;
  color: #614C4A;
  text-align: right;
  padding: 5% 0 10%;
}

.cont-slider-viticoltura-tenute {
  width: 108%; /*overflow: hidden;*/
  padding: 4% 10% 4%;
}

.cont-slider-viticoltura-tenute.certificazioni {
  width: 100%; /*overflow: hidden;*/
  padding: 4% 0 0;
}

.title-slider-viticoltura-tenute {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #614C4A;
  padding: 5% 12%;
  border-bottom: 1px solid #614C4A;
}

.slider-viticoltura-tenute, .slider-sostenibilita, .slider-category-nav {
  width: 85%; /*max-width:380px;*/
}

.slider-viticoltura-tenute .slick-list, .slider-sostenibilita .slick-list {
  overflow: visible;
}

.slider-viticoltura-tenute .slick-slide img, .slider-sostenibilita .slick-slide img {
  margin: auto;
}

.slider-viticoltura-tenute .slick-slide, .slider-sostenibilita .slick-slide {
  margin: 0 27px; /*padding: 1.6% 0;*/
}

.slider-viticoltura-tenute .slick-list, .slider-sostenibilita .slick-list {
  margin: 0 -27px;
}

.slider-viticoltura-tenute a, .slider-sostenibilita a {
  text-decoration: none;
}

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  z-index: 9;
  top: 117px;
}

.slick-prev:before, .slick-next:before {
  font-size: 40px;
  color: transparent;
}

.slick-prev:before {
  background: url("/images/arrow-left.svg") no-repeat center center;
  background-size: 100%;
}

.slick-next:before {
  background: url("/images/arrow-right.svg") no-repeat center center;
  background-size: 100%;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0;
}

.box-descr-tenuta-viticoltura {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px; /*visibility: hidden;*/
}

.box-descr-tenuta-viticoltura .title {
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 5%;
  margin-bottom: 7%;
  border-bottom: 1px solid #614C4A;
}

.box-descr-tenuta-viticoltura.descr {
  font-size: 16px;
}

/* VITICOLTURA fine */
/* ALLEVAMENTO inizo */
img.img-allevamento-bottom-left {
  margin-top: -15%;
  margin-left: -70%;
}

/* ALLEVAMENTO fine */
/* SEMINATIVI inizo */
.first-img-seminativi {
  padding: 5% 0 0;
}

/* SEMINATIVI fine */
/* NOSTRO METODO inizo */
.intro-40 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  color: #614C4A;
  padding: 5% 0;
  max-width: 1364px;
  margin: auto;
  text-align: center;
}

.txt-32 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #614C4A;
  padding: 5% 0;
  text-align: center;
}

.box-agricoltur {
  padding-top: 5%;
  margin-top: 5%;
  border-top: 1px solid #614C4A;
}

.descr-metodo {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.box-certificazioni {
  padding-top: 5%;
  margin-top: 5%;
  border-top: 1px solid #614C4A;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #614C4A;
  align-items: center;
  border-bottom: 3px solid #F5EDEA;
  padding-bottom: 4%;
}

/* NOSTRO METODO fine */
/* NOSTRI VALORI inizo */
.txt-100 {
  font-family: "Playfair Display", serif;
  font-size: 100px;
  color: #614C4A;
  padding: 5% 0 0;
  max-width: 1364px;
  margin: auto;
  text-align: left;
}

.intro-40.left {
  text-align: left;
  padding-top: 2%;
}

.txt-respect {
  font-family: "Playfair Display", serif;
  font-size: 200px;
  text-transform: uppercase;
  padding: 0;
  max-width: 1364px;
  margin: auto;
  text-align: left;
  line-height: 120%;
}

.box-intro-all-page.mod0.valori {
  padding: 0;
}

.cont-icone-manifesto {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.cont-icone-manifesto img {
  width: 47%;
}

.cont-icone-manifesto .first {
  text-align: center;
}

.cont-icone-manifesto .second {
  text-align: left;
  margin-left: -15%;
  margin-top: -10%;
}

.cont-icone-manifesto .third {
  text-align: right;
  margin-top: -35%;
  margin-right: 5%;
}

.cont-icone-manifesto .fourth {
  text-align: left;
  margin-left: 10%;
  margin-top: -15%;
}

.cont-icone-manifesto .fifth {
  text-align: right;
  margin-top: -10%;
  margin-right: 0;
}

.cont-icone-manifesto .sixth {
  text-align: left;
  margin-left: -10%;
  margin-top: -32%;
}

.cont-icone-manifesto .seventh {
  text-align: right;
  margin-top: -10%;
  margin-right: 5%;
}

.cont-icone-manifesto .eighth {
  text-align: left;
  margin-left: -15%;
  margin-top: -27%;
}

.cont-icone-manifesto .nineth {
  text-align: right;
  margin-top: -10%;
  margin-right: 0;
}

.cont-icone-manifesto .tenth {
  text-align: left;
  margin-left: -15%;
  margin-top: -27%;
}

/* NOSTRI VALORI fine */
/* CONTATTI inzio */
.content.contatti {
  background-color: #614C4A;
}

#cont_all_page.contatti {
  background-color: #614C4A;
}

.box-main-title-page.contatti {
  position: static;
  display: block;
  padding: 13% 0 8%;
}

.box-main-title-page.contatti .title {
  text-align: left;
}

.txt-title-contatti {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  color: #FFF;
  text-align: left;
}

.indirizzo-contatti, .txt-sostenibilita-bottom {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #FFF;
  text-align: left;
  line-height: 140%;
}

.indirizzo-contatti.mod-successfull {
  padding: 200px 0 100px;
  text-align: center;
}

.indirizzo-contatti p {
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
}

.indirizzo-contatti p a {
  color: #FFF;
  text-decoration: none;
}

.box-form-contatti .grid-50-50 {
  grid-gap: 20%;
  grid-template-columns: 1fr 1fr;
  position: relative;
  padding-bottom: 50px;
}

.input-mod, .textarea-mod {
  color: #FFF;
  font-size: 20px;
  height: 70px;
  border-bottom: 1px solid #FFF;
  width: 100%;
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
}

.textarea-mod {
  resize: none;
  margin-top: 60px;
  outline: none;
  min-height: 150px;
}

.box-privacy-contatti {
  margin-top: 50px;
}

input[type=checkbox].checkbox-mod {
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

input[type=checkbox].checkbox-mod:checked {
  background: url("/images/flag-checked.png") no-repeat center center;
  background-size: 80%;
}

.accetta-privacy, .btn-submit {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  font-size: 20px;
  vertical-align: middle;
}

.accetta-privacy a {
  color: #FFF;
}

.btn-submit {
  display: block;
  text-align: right;
  border-bottom: 2px solid #FFF;
  position: absolute;
  right: 0;
}

.error-form {
  font-family: "Montserrat", sans-serif;
  color: red;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}

/* CONTATTI fine */
/* LAVORA CON NOI inizio */
#cont_all_page.contatti.lavora {
  padding-bottom: 10%;
}

.row-annuncio {
  padding: 5% 0;
  border-top: 1px solid #FFF;
  color: #FFF;
}

.row-annuncio:last-child {
  border-bottom: 1px solid #FFF;
}

.row-annuncio a {
  color: #FFF;
}

.row-annuncio .title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 2.5%;
}

.row-annuncio .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  padding-bottom: 2.5%;
}

.row-annuncio .scopri {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.container-1250 {
  max-width: 1250px;
  padding: 15% 0;
}

.container-1250.max-830 {
  max-width: 830px;
}

.title-dett-work {
  font-family: "Playfair Display", serif;
  font-size: 100px;
  padding-bottom: 2.5%;
}

.descr-dett-work {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  padding-bottom: 2.5%;
}

.grid-50-dett-work {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 10%;
  padding-bottom: 6%;
}

.grid-50-dett-work > div {
  padding-bottom: 15%;
  padding-right: 20%;
}

.dett-descr-work {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.dett-descr-work ul {
  padding-bottom: 50px;
  padding-top: 10px;
}

.dett-descr-work ul li {
  padding: 2px 0 2px;
  margin-left: 20px;
  list-style-type: disc;
}

.btn-candidati {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #707070;
  line-height: 58px;
  color: #000;
  cursor: pointer;
}

.btn-candidati.pdtop {
  margin-top: 70px;
}

.btn-candidati a {
  padding: 0 20px;
  display: block;
  text-decoration: none;
  color: #000;
}

button.btn-candidati {
  padding: 0 20px;
  display: block;
  text-decoration: none;
  color: #000;
}

/*form candidatura inizio*/
.single-block-form-candidati {
  padding: 50px 0 0;
}

.single-block-form-candidati:last-child {
  padding-bottom: 70px;
}

.grid-50-candidati-work {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-50-candidati-work > div {
  padding-bottom: 0;
  padding-right: 8%;
}

.title-block-candidati {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}

.title-input-work {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-bottom: 5px;
  width: 100%;
}

.input-custom-work {
  width: 100%;
  height: 36px;
  padding: 0 20px;
  border: 1px solid #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.input-custom-work.has-error {
  border: 1px solid red;
}

.box-error {
  color: red;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  visibility: hidden;
  height: 40px;
  padding-top: 5px;
}

.box-error.has-error {
  visibility: visible;
}

.input-custom-work.select {
  background: url("/images/arrow-select.svg") no-repeat center right 10px;
}

.img-upload {
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
}

.img-upload-descr {
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

/*.image-upload > input {
  display: none;
}*/
/*#file-input{ border: 1px solid #000;
  padding: 10px 20px;
  cursor: pointer;}*/
.box-trattamento {
  padding: 15px 0 5px;
}

/*.custom-checkbox-work{ display: inline-block !important; vertical-align: middle; margin-right: 15px; width: 18px; height: 18px; border:1px solid #707070; position: relative;}
.custom-checkbox-work:checked{ background-color: #000;}*/
/*.custom-checkbox-work:checked:after{ width:100%; height:100%;position: absolute; top: 2px; right: 2px; bottom: 2px; left: 2px; background-color: #000;}*/
.custom-checkbox-work-label {
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.custom-checkbox-work-label a {
  color: #000;
}

/*form candidatura fine*/
.grazie-candidatura {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  text-align: center;
  padding: 20% 0;
  max-width: 1180px;
  margin: auto;
}

input[type=checkbox].custom-checkbox-work {
  display: inline-block !important;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  margin-right: 15px;
  cursor: pointer;
}

input[type=checkbox].custom-checkbox-work:checked {
  background: url("/images/flag-checked-black.png") no-repeat center center;
  background-size: 80%;
}

/* LAVORA CON NOI fine */
/* DOWNLOAD inizio */
.single-box-download {
  color: #614C4A;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: center;
  padding: 60px 0;
}

.single-box-download a {
  color: #614C4A;
}

.single-box-download .scarica-pdf {
  padding-top: 40px;
}

.container-1645.download {
  padding-bottom: 150px;
}

.container-1645.download .grid-25 {
  padding-bottom: 80px;
}

.single-box-download img {
  max-width: 85%;
  display: block;
  margin: auto;
}

/* DOWNLOAD fine */
/* SOSTENIBILITA inizio */
.icon-sostenibilita {
  padding-top: 60px;
}

.icon-sostenibilita img {
  max-width: 11%;
}

.row-partial-azienda-home.sostenibilita p {
  position: relative;
  padding: 5px 0;
}

.row-partial-azienda-home.sostenibilita p img {
  position: absolute;
  left: -40px;
  top: 6px;
}

.blocco-singolo-sviluppo {
  padding: 8% 0 2%;
}

.box-int-sviluppo {
  padding-left: 12%;
  position: relative;
}

.box-int-sviluppo.pdtop {
  padding-top: 7%;
}

.box-int-sviluppo .descr-azienda {
  max-width: 50%;
}

.box-int-sviluppo .descr-home {
  padding-right: 30%;
  padding-top: 10%;
}

.ico-abs-sviluppo {
  position: absolute;
  top: 0;
  right: 0;
  width: 122px;
  height: 122px;
}

.ico-abs-sviluppo img {
  width: 100%;
}

.blocco-singolo-sviluppo:last-child {
  padding-bottom: 15%;
}

.certificazioni-bottom-box {
  border-top: 1px solid #614C4A;
  padding: 5% 0;
}

.certificazioni-bottom-box img {
  display: block;
  margin: auto;
}

/*.certificazioni-bottom-box:first-child{ border-top: 1px solid #614C4A;}*/
/* SOSTENIBILITA fine */
/* youtube */
.video-yt {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.video-yt iframe,
.video-yt object,
.video-yt embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* youtube */
/* PRIVACY */
.box-txt-privacy {
  padding: 200px 0 100px;
  width: 90%;
  max-width: 1250px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #000;
  margin: auto;
}

.header-false {
  background-color: #614C4A;
  height: 90px;
  width: 100%;
}

.txt-shadow {
  color: #ffffff;
  text-shadow: -1px 0 #614C4A, 0 1px #614C4A, 1px 0 #614C4A, 0 -1px #614C4A;
}

.overf-hidden {
  overflow: hidden;
}

.overfx-hidden {
  overflow-x: hidden;
}

/* WALLET LINKEDIN FOOTER inizio*/
.slider-linkedin {
  width: 90%;
  margin: auto;
}

.single-box-slider-linkedin {
  margin: 0 1%;
}

.single-post {
  width: 100%;
  height: 950px;
}

/*.share-update-card.main-feed-card.public-post{ border:0 !important;}*/
/* WALLET LINKEDIN FOOTER fine */
@media (max-width: 1750px) {
  .txt-100, .title-dett-work {
    font-size: 5.25vw;
  }
  .txt-respect {
    font-size: 10.5vw;
  }
  .start-timeline {
    font-size: 15.5vw;
  }
  .grid-stats-viticoltura .title, .percent-stats-viticoltura {
    font-size: 4.095vw;
  }
  .title-home {
    font-size: 3.67vw;
  }
  .box-intro-all-page .title, .title-azienda, .intro-storia, .title-storia, .title-viticoltura, .title-slider-viticoltura-tenute, .box-certificazioni {
    font-size: 2.95vw;
  }
  .box-intro-all-page .descr, .descr-general, .descr-general.small span, .indirizzo-contatti, .txt-sostenibilita-bottom {
    font-size: 1.47vw;
  }
  .descr-home, .row-settori .descr, .grid-stats-viticoltura .descr, .box-descr-tenuta-viticoltura .title, .accetta-privacy, .btn-submit, .input-mod, .textarea-mod, .error-form, .single-box-download {
    font-size: 1.05vw;
  }
  .row-partial-azienda-home, .descr-tenute, .descr-metodo {
    font-size: 1.34vw;
  }
  .descr-general.small {
    font-size: 1.15vw;
  }
  .box-descr-tenuta-viticoltura {
    font-size: 0.94vw;
  }
  .intro-40, .years-timeline, .txt-title-contatti {
    font-size: 2.1vw;
  }
  .txt-32 {
    font-size: 1.68vw;
  }
  .txt-abs-tenute {
    font-size: 1.19vw;
  }
  /*.cont-title-index .title-big,*/
  .txt-slider-infinite-home {
    font-size: 13.125vw;
  }
  .cont-title-index .title-big {
    font-size: 8.4vw;
  }
  .cont-title-index .descr-big {
    font-size: 1.834vw;
  }
  .cont-title-index .descr-big span {
    font-size: 1.942vw;
  }
  .ball-scopri {
    right: 10%;
  }
  .row-settori:hover .img-scopri {
    display: none;
  }
}
@media (max-width: 1440px) {
  .box-main-title-page .title, .row-settori .title {
    font-size: 5.25vw;
  }
  .ball-select-timeline {
    bottom: -100px;
  }
  p.sez-azienda {
    font-size: 55px;
  }
  .top50 {
    padding-top: 30%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .title-slider-attivita {
    font-size: 4vw;
  }
  .descr-slider-attivita {
    font-size: 19px;
    min-height: 100px;
    padding-right: 20px;
  }
  .bollo-slider-attivita {
    width: 38%;
    right: -19%;
  }
  .box-intro-all-page .title {
    background-position: top right 5%;
  }
  .cont-slider-attivita-home {
    padding-top: 19%;
  }
  .img-left-bg {
    width: 10%;
  }
  .img-right-bg {
    width: 20%;
  }
  .txt-slider-infinite-home {
    font-size: 11.25vw;
  }
  .box-menu {
    height: 65px;
  }
  .box-menu a img {
    width: 160px;
  }
  .list-menu ul li {
    padding-top: 0;
  }
  header {
    font-size: 14px;
  }
  .w130 {
    width: 160px;
  }
  .list-link-footer {
    font-size: 14px;
  }
  .fascia-footer-fondo-int {
    font-size: 18px;
  }
  .fascia-footer-fondo-int img {
    max-width: 10%;
  }
  .fascia-footer-vat {
    font-size: 13px;
  }
  .blocco-singolo-sviluppo > img {
    width: 130px;
  }
}
@media (max-width: 1280px) {
  .row-settori {
    grid-template-columns: 120px 1fr;
  }
  .ball-scopri {
    width: 90px;
    height: 90px;
    font-size: 14px;
    line-height: 90px;
  }
  /* TENUTE inizio */
  .grid-tenute {
    grid-template-columns: 1fr 1fr 1fr;
  }
  /* TENUTE fine */
  /*.years-timeline{ bottom: -6px; width: 12px; height: 12px; }
  .years-timeline p{position: absolute; top: -25px;left: -6px; font-size: 13px;}
  .ball-select-timeline{  bottom: -85px; }*/
  .years-timeline {
    width: 28px;
    height: 28px;
    right: -14px;
  }
  .years-timeline p {
    top: -2px;
  }
  .single-box-timeline {
    padding-bottom: 100px;
  }
  .btn-esplora {
    font-size: 10px;
    width: 90%;
  }
  p.sez-azienda {
    font-size: 40px;
  }
  .descr-azienda {
    font-size: 16px;
  }
  .txt-abs-tenute {
    font-size: 15px;
    bottom: 0;
    top: auto;
    left: -73%;
  }
  .slick-dots li {
    width: 16px;
    height: 16px;
  }
  .slider-storia .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .slider-storia .slick-dots li button:before {
    font-size: 15px;
    color: #FFF;
    left: -4px;
    top: -3px;
  }
  .single-box-timeline:last-child {
    border-right: 3px solid #FFF;
    margin-right: -2px;
    padding-bottom: 0;
  }
  .prev-pdf {
    max-width: 85%;
  }
  .img-sost-dida.small-mob {
    width: 66%;
  }
  .intro-40.small-mob {
    max-width: 450px;
  }
  .ico-abs-sviluppo {
    width: 85px;
  }
  .box-int-sviluppo.pdtop {
    margin-top: 6%;
  }
}
@media (max-width: 1023px) {
  .top50 {
    padding-top: 0;
  }
  p.sez-azienda {
    font-size: 30px;
  }
  .w130 {
    width: 130px;
  }
  /* FOOTER inizio */
  .fascia-voci-footer-int-new {
    text-align: center;
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
  .list-link-footer-new li {
    padding-left: 0;
  }
  .fascia-voci-footer-int > div {
    padding-bottom: 30px;
  }
  .fascia-voci-footer-int-new {
    text-align: center;
    grid-template-columns: 1fr;
  }
  .list-link-footer-new li {
    padding-left: 0;
  }
  .fascia-voci-footer-int-new > div {
    padding: 30px 0;
  }
  .fascia-footer-vat {
    padding: 35px 20px;
  }
  .fascia-footer-fondo {
    display: none;
  }
  .center-grid {
    border-left: 0;
    border-right: 0;
  }
  .flex-footer-box {
    display: block;
    text-align: center;
  }
  .flex-footer-box div:nth-child(2) {
    text-align: center;
    padding-top: 30px;
  }
  .scroll-top {
    top: 1%;
  }
  /* FOOTER fine */
  .box-main-title-page .title, .title-slider-attivita {
    font-size: 40px;
    line-height: 120%;
  }
  .descr-slider-attivita {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .menu-mobile {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #1e282c;
    z-index: 11;
  }
  .menu-mobile img {
    margin: 15px 0 15px 20px;
    width: 170px;
  }
  .hamb-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9;
  }
  .logo-gv-mob {
    text-align: center;
    padding: 5px 0;
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
  }
  .menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background-color: #FFF;
    height: 100vh;
    padding-top: 0;
    overflow: auto;
    padding-bottom: 100px;
  }
  .list-menu {
    padding: 30px 0;
  }
  .list-menu ul {
    border-top: 1px solid #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 30px 0;
  }
  .list-menu ul li {
    display: block;
    color: #000;
    padding: 5px 0;
  }
  .list-menu ul li a {
    display: block;
    text-decoration: none;
    color: #000;
  }
  .list-menu ul li.master, .list-menu ul li.master a {
    color: #909090;
    text-decoration: none;
  }
  /* transition CSS menu mobile*/
  .menu_mobile_open {
    right: 0;
    transition: all 0.6s ease;
  }
  .menu_mobile_close {
    right: -100%;
    transition: all 0.6s ease;
  }
  .submenu_mobile_open {
    right: 0;
    transition: all 0.6s ease;
  }
  .submenu_mobile_close {
    right: -100%;
    left: auto;
    transition: all 0.6s ease;
  }
  .submenu_mobile_return {
    right: 200%;
    transition: all 0.6s ease;
  }
  /* transition CSS menu mobile*/
  /* FOOTER inizio */
  .fascia-voci-footer-int-new {
    text-align: center;
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
  .list-link-footer-new li {
    padding-left: 0;
  }
  .fascia-voci-footer-int > div {
    padding-bottom: 30px;
  }
  .fascia-voci-footer-int-new {
    text-align: center;
    grid-template-columns: 1fr;
  }
  .list-link-footer-new li {
    padding-left: 0;
  }
  .fascia-voci-footer-int-new > div {
    padding: 30px 0;
  }
  .fascia-footer-vat {
    padding: 35px 20px;
  }
  .fascia-footer-fondo {
    display: none;
  }
  .center-grid {
    border-left: 0;
    border-right: 0;
  }
  .flex-footer-box {
    display: block;
    text-align: center;
  }
  .flex-footer-box div:nth-child(2) {
    text-align: center;
    padding-top: 30px;
  }
  .scroll-top {
    top: 1%;
  }
  /* FOOTER fine */
  /* ALL SITE inizio */
  .main-img-top-page-box {
    max-height: 90vh;
    overflow: hidden;
  }
  /* Hero senza foto mobile dedicata: l'orizzontale riempie in cover come azienda */
  .main-img-top-page-box .hero-img-mobile {
    height: 90vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .box-main-title-page .subtitle {
    font-size: 12px;
  }
  .box-main-title-page .title, .title-slider-attivita {
    font-size: 40px;
    line-height: 120%;
  }
  .box-intro-all-page {
    display: block;
    padding: 25px 0 30px 4%;
  }
  .box-intro-all-page .title, .box-intro-all-page.mod .title {
    font-size: 35px;
    padding: 0 0 5% 0;
    background: none;
  }
  .box-intro-all-page .descr, .descr-general, .descr-general.small span, .indirizzo-contatti, .txt-sostenibilita-bottom {
    font-size: 18px;
  }
  .descr-general.small {
    font-size: 15px;
  }
  .grid-45-55, .grid-50-50, .grid-34-66, .grid-25, .grid-25-75, .grid-15-85, .grid-100-mob {
    display: block;
  }
  p.descr-general {
    padding-top: 20px;
  }
  .fs26-mob {
    font-size: 26px !important;
  }
  /* ALL SITE fine */
  /* HOMEPAGE inizio */
  .box-full-azienda-home {
    display: block;
  }
  .box-full-azienda-home .box-text {
    padding: 10% 5%;
  }
  .logo-azienda {
    margin-top: 10%;
    max-width: 55%;
  }
  .title-home {
    font-size: 45px;
    margin: 10% 0;
  }
  .descr-home, .grid-stats-viticoltura .descr, .box-descr-tenuta-viticoltura .title, .accetta-privacy, .btn-submit, .input-mod, .textarea-mod, .error-form {
    font-size: 16px;
  }
  .entra-genagricola {
    width: 35%;
    max-width: none;
  }
  .entra-genagricola img {
    width: 100%;
  }
  .row-full-azienda-home, .row-partial-azienda-home {
    display: block;
    margin: auto;
    font-size: 18px;
  }
  .row-settori {
    grid-template-columns: 60px 1fr;
    padding: 10px 0 20px;
  }
  .row-settori .title {
    font-size: 31px;
  }
  .row-settori .descr {
    font-size: 11px;
    padding-top: 5px;
  }
  .row-settori img {
    width: 40px;
  }
  .row-settori:hover .ball-scopri {
    display: none;
  }
  .cont-values {
    background-color: #F5EDEA;
    padding: 5% 0 50%;
    margin-bottom: 130%;
  }
  .values {
    position: relative;
  }
  .values > div {
    max-width: 100%;
  }
  .values img.right {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -150%;
  }
  .line-vertically-home {
    display: none;
  }
  .cont-title-index .descr-big {
    width: 100%;
  }
  .cont-sliders-home {
    width: 150%;
    margin-left: -50%;
  }
  .arrow-slider-home {
    width: 13%;
  }
  .arrow-slider-home .txt {
    top: -5%;
    left: -1%;
  }
  .img-slider-attivita {
    margin-bottom: -20%;
  }
  .cont-slider-attivita-home {
    padding-bottom: 30%;
  }
  .slider-attivita-home .single-box-slider-attivita {
    padding-right: 0.7%;
  }
  .img-slider-attivita {
    margin-top: 18%;
  }
  /* HOMEPAGE fine */
  /* AZIENDA inizio */
  .title-azienda, .intro-storia, .title-storia, p.title-viticoltura, .title-slider-viticoltura-tenute, .box-certificazioni {
    font-size: 32px;
  }
  .cont-title-index .descr-big {
    font-size: 22px;
    padding-bottom: 80px;
  }
  .cont-title-index .descr-big span {
    font-size: 27px;
  }
  .descr-slider-attivita {
    font-size: 17px;
  }
  .dett-azienda img, .dett-azienda video {
    width: 80%;
    padding-top: 30px;
    display: block;
    margin: auto;
  }
  .sez-azienda {
    margin-top: 20px;
  }
  .cont-title-index .title-big {
    padding: 20px 0 15px;
  }
  .dett-azienda {
    padding: 5% 0;
  }
  .container-1645.azienda {
    width: 100%;
    padding: 0 5%;
  }
  .container-1645.azienda:nth-child(odd) {
    background-color: #FFF;
  }
  .txt-abs-tenute {
    position: static;
    padding: 20px 10px 10px;
    font-size: 17px;
  }
  /* AZIENDA fine */
  /* TENUTE inizio */
  .grid-tenute {
    grid-template-columns: 1fr 1fr;
  }
  .descr-tenute, .descr-metodo {
    font-size: 14px;
  }
  .grid-tenute img.on-hover {
    width: 86%;
  }
  /* TENUTE fine */
  /* STORIA inizio */
  .row-timeline {
    width: 250%;
  }
  .timeline-storia {
    padding: 85px 0;
    overflow: auto;
  }
  .ball-select-timeline {
    bottom: -70px;
  }
  .title-storia {
    padding-bottom: 30px;
  }
  .box-descr-storia {
    max-width: 90%;
    padding: 30px 0;
    position: relative;
  }
  .single-box-timeline {
    padding-bottom: 30px;
  }
  .single-box-timeline > img {
    max-width: 70%;
  }
  .box-descr-storia .title-storia {
    font-size: 28px;
  }
  .box-descr-storia .descr-azienda {
    padding-top: 0;
  }
  .start-timeline {
    font-size: 70px;
  }
  .years-timeline p {
    font-size: 25px;
    top: 6px;
  }
  /* STORIA fine */
  /* VITICOLTURA inizio */
  .grid-stats-viticoltura .title {
    min-height: 0;
    padding-bottom: 20px;
    font-size: 52px;
  }
  .grid-stats-viticoltura > div {
    padding-bottom: 50px;
  }
  .percent-stats-viticoltura {
    font-size: 44px;
    text-align: center;
  }
  p.title-viticoltura {
    padding-top: 30px;
  }
  .box-descr-tenuta-viticoltura {
    font-size: 14px;
  }
  .cont-slider-viticoltura-tenute {
    padding-bottom: 60px;
  }
  .cont-slider-viticoltura-tenute.certificazioni {
    padding-bottom: 0;
    padding-top: 50px;
  }
  .pdtop50mob {
    padding-top: 50px;
  }
  .img-sost-dida {
    margin-top: 40px;
  }
  .slider-viticoltura-tenute .slick-slide img, .slider-sostenibilita .slick-slide img {
    margin-left: -13%;
  }
  .box-intro-all-page .title.img img {
    width: 100%;
  }
  /* VITICOLTURA fine */
  /* ALLEVAMENTO inizo */
  img.img-allevamento-bottom-left {
    margin-top: -10%;
    margin-left: -4%;
  }
  /* ALLEVAMENTO fine */
  /* NOSTRO METODO inizo */
  .intro-40, .txt-title-contatti {
    font-size: 26px;
  }
  .txt-32 {
    font-size: 22px;
  }
  .sqnpi, .global {
    display: inline-block;
    width: 48%;
    font-size: 0;
    padding-top: 20px;
  }
  .sqnpi img {
    width: 70%;
  }
  .global img {
    width: 100%;
  }
  .box-agricoltur img {
    padding-bottom: 20px;
  }
  /* NOSTRO METODO fine */
  /* NOSTRI VALORI inizo */
  .txt-100 {
    font-size: 38px;
  }
  .txt-respect {
    font-size: 72px;
  }
  .cont-ico-manifesto div img {
    max-width: 85%;
  }
  .cont-ico-manifesto div:nth-child(1) {
    text-align: center;
  }
  .cont-ico-manifesto div:nth-child(2) {
    text-align: center;
  }
  .cont-ico-manifesto div:nth-child(3) {
    text-align: center;
    margin-top: 10%;
  }
  .cont-ico-manifesto div:nth-child(4) {
    text-align: center;
    margin-top: 10%;
  }
  .cont-ico-manifesto div:nth-child(5) {
    text-align: center;
    margin-top: 10%;
  }
  .cont-ico-manifesto div:nth-child(6) {
    text-align: center;
    margin-top: 10%;
  }
  .cont-ico-manifesto div:nth-child(7) {
    text-align: center;
    margin-top: 10%;
  }
  .cont-ico-manifesto div:nth-child(8) {
    text-align: center;
    margin-top: 10%;
  }
  .cont-ico-manifesto div:nth-child(9) {
    text-align: center;
    margin-top: 10%;
  }
  .cont-ico-manifesto div:nth-child(10) {
    text-align: center;
    margin-top: 10%;
  }
  .cont-icone-manifesto {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
  .cont-icone-manifesto img {
    width: 90%;
  }
  .cont-icone-manifesto .first,
  .cont-icone-manifesto .second,
  .cont-icone-manifesto .third,
  .cont-icone-manifesto .fourth, .cont-icone-manifesto .fifth, .cont-icone-manifesto .sixth, .cont-icone-manifesto .seventh, .cont-icone-manifesto .eighth, .cont-icone-manifesto .nineth, .cont-icone-manifesto .tenth {
    text-align: center;
    margin: 25px auto;
  }
  .txt-respect.manifesto {
    font-size: 57px;
  }
  /* NOSTRI VALORI fine */
  /* CONTATTI inzio */
  .box-main-title-page.contatti {
    padding: 100px 0 50px;
  }
  .box-form-contatti .grid-50-50 {
    padding-bottom: 0;
  }
  #cont_all_page.contatti {
    padding-bottom: 50px;
  }
  .btn-submit {
    position: static;
    padding-top: 40px;
    text-align: right;
    font-size: 18px;
  }
  .txt-title-contatti {
    padding: 20px 0;
  }
  .indirizzo-contatti.mod-successfull {
    padding: 120px 0 60px;
    text-align: center;
  }
  /* CONTATTI fine */
  /* LAVORA CON NOI inizio */
  .row-annuncio {
    padding: 7% 0;
  }
  .row-annuncio .title {
    font-size: 22px;
    padding-bottom: 4.5%;
  }
  .row-annuncio .descr {
    font-size: 18px;
    padding-bottom: 4.5%;
  }
  .row-annuncio .scopri {
    font-size: 16px;
  }
  .title-dett-work {
    font-size: 40px;
    padding-bottom: 4.5%;
  }
  .descr-dett-work {
    font-size: 18px;
    padding-bottom: 4.5%;
  }
  .grid-50-dett-work {
    display: block;
    padding-bottom: 3%;
  }
  .container-1250 {
    padding: 100px 0;
  }
  .dett-descr-work {
    font-size: 15px;
  }
  .grid-50-candidati-work {
    display: block;
  }
  .grid-50-candidati-work > div {
    padding-right: 0;
  }
  .grazie-candidatura {
    font-size: 22px;
    padding: 120px 0;
  }
  /* LAVORA CON NOI fine */
  /* DOWNLOAD inizio */
  .single-box-download {
    font-size: 16px;
    padding: 40px 0;
  }
  .single-box-download .scarica-pdf {
    padding-top: 30px;
  }
  .container-1645.download {
    padding-bottom: 75px;
  }
  .container-1645.download .grid-25 {
    padding-bottom: 40px;
  }
  /* DOWNLOAD fine */
  /* SOSTENIBILITA inizio */
  .icon-sostenibilita {
    padding-top: 30px;
  }
  .icon-sostenibilita img {
    max-width: 32%;
  }
  .row-partial-azienda-home.sostenibilita p img {
    position: absolute;
    left: -5px;
    top: 6px;
  }
  .row-partial-azienda-home.sostenibilita p {
    position: relative;
    padding: 5px 0 5px 30px;
  }
  .blocco-singolo-sviluppo {
    padding: 30px 0 10px;
  }
  .blocco-singolo-sviluppo > img {
    width: 100px;
  }
  .box-int-sviluppo {
    padding-left: 2%;
    position: relative;
  }
  .box-int-sviluppo.pdtop {
    padding-top: 7%;
  }
  .box-int-sviluppo .descr-azienda {
    max-width: 75%;
  }
  .box-int-sviluppo .descr-home {
    padding-right: 10%;
    padding-top: 10%;
  }
  .ico-abs-sviluppo {
    width: 65px;
    height: 65px;
  }
  .box-int-sviluppo p.sez-azienda {
    max-width: 75%;
  }
  .certificazioni-bottom-box {
    padding: 10% 0;
    text-align: center;
  }
  /* SOSTENIBILITA fine */
  .box-txt-privacy {
    padding: 100px 0 50px;
    width: 90%;
    font-size: 16px;
  }
  .header-false {
    display: none;
  }
  /* WALLET LINKEDIN FOOTER inizio */
  .slider-linkedin {
    width: 95%;
  }
  .single-box-slider-linkedin {
    margin: 0 5px;
  }
  .slider-linkedin .slick-next {
    right: 0;
  }
  .slider-linkedin .slick-prev {
    left: 0;
  }
  .single-post {
    width: 100%;
    height: 1000px;
  }
  /* WALLET LINKEDIN FOOTER fine */
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header {
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-on-tablet {
    display: none !important;
  }
  .box-menu {
    width: 95%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
[v-cloak] {
  display: none;
}

label {
  display: flex;
  flex-direction: column;
  width: 48px;
  cursor: pointer;
}

label span {
  background: #FFF;
  border-radius: 10px;
  height: 3px;
  margin: 5px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

span:nth-of-type(1) {
  width: 50%;
}

span:nth-of-type(2) {
  width: 100%;
}

span:nth-of-type(3) {
  width: 75%;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
  background: #000;
}

input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
  background: #000;
}

input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 47%;
  transform: translate(22px, -5px) rotatez(45deg);
  background: #000;
}

.slick-slide {
  outline: none;
}

.input-mod::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

.input-mod::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

.textarea-mod::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

.textarea-mod::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

.textarea-mod:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

.textarea-mod::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}

/*.entra-genagricola, */
.rotate {
  animation: spin 16s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
