@charset "utf-8";
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/Roboto-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
::-moz-selection {
  /* Code for Firefox */
  background-color: #9f8a5f;
  color: #ffffff;
}
::selection {
  background-color: #9f8a5f;
  color: #ffffff;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1 !important;
  color: #9E9E9E;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: #9E9E9E;
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: #9E9E9E;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: #9E9E9E;
}
.clear {
  clear: both;
  width: 100%;
  height: 0px;
  font-size: 0;
}
a {
  color: #9f8a5f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #c7b17f;
}
.button {
  -webkit-transition: all 0.35s !important;
  -o-transition: all 0.35s !important;
  transition: all 0.35s !important;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border: 0;
  cursor: pointer;
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  max-width: 110px;
  padding: 16px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 8px;
  background: linear-gradient(0deg, #c7b17f 0%, #9f8a5f 100%);
  background: #9f8a5f;
}
.button:hover {
  color: #FFFFFF;
  background: linear-gradient(0deg, #cfbc91 0%, #a9966f 100%);
  background: #c7b17f;
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
strong,
b,
.strong {
  font-weight: 700;
}
em,
i,
.em {
  font-style: italic;
}
p {
  padding: 0px;
  padding-bottom: 16px !important;
  margin: 0 !important;
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6 {
  display: inline-block;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  line-height: 1;
}
body {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  cursor: default;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #21272A;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
img {
  border: 0px solid;
  display: inline-block;
  height: auto;
  max-width: 100%;
}
ul.menu {
  padding-left: 0px;
  margin-bottom: 0;
}
ul.menu li a:hover {
  text-decoration: none;
}
.mobile,
.tablet {
  display: none !important;
}
.rtecenter {
  text-align: center;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
tbody {
  border: 0 !important;
}
@media (max-width: 767px) {
  .tablet {
    display: block!important;
  }
  .no-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .w-col-1,
  .w-col-2,
  .w-col-3,
  .w-col-4,
  .w-col-5,
  .w-col-6,
  .w-col-7,
  .w-col-8,
  .w-col-9,
  .w-col-10,
  .w-col-11,
  .w-col-12 {
    width: 100% !important;
    clear: both;
    float: none;
    padding: 0;
  }
  .mobile {
    display: block!important;
  }
  .no-mobile {
    display: none !important;
  }
}
.slick-dots {
  display: block;
  position: absolute;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 90;
  right: 0;
  left: 0;
  height: 18px;
  padding: 0 16px;
  bottom: 0px;
  font-size: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  width: 18px;
  display: block;
  overflow: hidden;
  background-color: rgba(33, 39, 42, 0.5);
  padding: 0;
  border: 0;
  text-indent: -9999px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.slick-dots li button:hover {
  background-color: #21272A;
}
.slick-dots li.slick-active button {
  background-color: #21272A;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  top: 45%;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  outline: none;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  color: transparent;
  opacity: 1;
  background-color: #FFFFFF;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
}
.slick-prev {
  background-image: url(../images/arrow-lx.svg);
  left: 20px;
}
.slick-next {
  background-image: url(../images/arrow-rx.svg);
  right: 20px;
}
h1 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  height: 10px;
  text-indent: -9999px;
}
#lettering {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  #lettering {
    padding-bottom: 24px;
  }
}
h2 {
  color: #6c5e40;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
h2 strong {
  letter-spacing: -1px;
}
h3 {
  color: #6c5e40;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  color: #c7b17f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
.container {
  width: 100% !important;
  height: auto !important;
  max-width: 1280px !important;
  min-width: 320px !important;
  position: relative !important;
  margin: 0 auto !important;
  position: relative;
  padding: 0 16px;
}
#header {
  position: relative;
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #header {
    padding: 16px;
  }
}
#header #logo {
  font-size: 0;
}
#header #logo img {
  height: 65px;
  width: auto;
}
@media (max-width: 767px) {
  #header #logo img {
    height: 50px;
  }
}
#header #language {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  /*.current{
			background: url(../images/freccietta.png) no-repeat right 5px center;
			padding: 5px 20px 5px 5px;
			font-weight: bold;
			cursor: pointer;
			display: block;
			line-height: 1;
			
		}
		.other{
			display:none;
			list-style: none;
			margin: 0;
			background-color: #333740;
			padding: 0;
			position: absolute;
			width: 100%;
			a{
				display: block;
				padding: 5px;
				color:white;
				text-align:center;
				&:hover{
					background: @secondario;
				}
			}
		}*/
}
#header #language a {
  cursor: pointer;
  color: #21272A;
}
#header #language a.active {
  font-weight: 700;
}
#banner {
  font-size: 0;
  /*@media @mobile{
		padding-bottom:34px;
		.slick-dots {
			height: 14px;
			bottom: 10px;
		    li {
		        margin: 0 5px;
		        button {
		            height: 15px;
		        	width: 15px;
		        	background-color: fade(@nero,50%);
		        	&:hover {
						background-color: @nero;
					}
		        }
		    }
		    
		}
	}*/
}
#banner .slide {
  height: 100vh;
  max-height: 712px;
  overflow: hidden;
  background-color: #f0f0f0;
}
#banner .slide img {
  width: 100%;
  height: 100%;
  object-position: center;
}
#banner .slick-dots {
  height: auto;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.6);
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section {
    padding: 48px 0;
  }
}
@media (min-width: 767px) {
  .section.section-1 {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .section.section-1 {
    background-color: #E6DDCB;
    padding-bottom: 32px;
  }
}
@media (min-width: 767px) {
  .section.section-2 {
    padding-top: 160px;
    padding-bottom: 0px;
    background: url(../images/linee-grafiche-truffleland-04.png) no-repeat right top -45px;
    background-size: 390px auto;
    margin-top: -32px;
  }
}
@media (max-width: 767px) {
  .section.section-2 {
    padding-bottom: 30px;
  }
}
@media (min-width: 767px) {
  .section.section-3 {
    padding-top: 265px;
    padding-bottom: 20px;
    background: url(../images/linee-grafiche-truffleland-05.png) no-repeat center top;
    background-size: 390px auto;
  }
}
@media (max-width: 767px) {
  .section.section-3 {
    padding-top: clamp(210px, 50vw, 300px);
    background: url(../images/linee-grafiche-truffleland-04.png) no-repeat center top;
    background-size: clamp(214px, 55vw, 300px) auto;
    padding-bottom: 0;
  }
}
@media (min-width: 767px) {
  .section.section-4 {
    padding-top: 255px;
    background: url(../images/linee-grafiche-truffleland-03.png) no-repeat left top;
    background-size: 560px auto;
  }
}
@media (max-width: 767px) {
  .section.section-4 {
    padding-top: 255px;
    background: url(../images/linee-grafiche-truffleland-03.png) no-repeat center top;
    background-size: 400px auto;
  }
}
@media (max-width: 400px) {
  .section.section-4 {
    background-size: 100% auto;
  }
}
.section.section-5 h2 {
  padding-bottom: 0px;
}
.cta {
  padding-top: 24px;
}
.map-slide {
  display: flex;
  height: 580px;
  align-items: center;
  gap: 32px;
}
@media (max-width: 900px) {
  .map-slide {
    display: block;
    height: auto;
  }
}
.map-slide .map {
  width: 33.33%;
}
@media (max-width: 1030px) {
  .map-slide .map {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .map-slide .map {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 48px;
  }
}
.map-slide .map svg {
  width: 100%;
  height: auto;
}
.map-slide .map svg .cls-1 {
  fill: none;
  stroke: #1d1e1c;
  stroke-miterlimit: 10;
  stroke-width: 1.51px;
}
.map-slide .map svg .cls-2 {
  font-family: Gotham-Book, Gotham, 'Roboto', Arial, Helvetica, sans-serif !important;
  font-size: 50px;
  letter-spacing: 0em;
}
.map-slide .map svg .cls-6 {
  letter-spacing: -0.05em;
}
.map-slide .map svg .cls-4 {
  isolation: isolate;
}
.map-slide .map svg .cls-8 {
  fill: #1d1e1c;
}
.map-slide .map svg .cls-8,
.map-slide .map svg .cls-9,
.map-slide .map svg .cls-10,
.map-slide .map svg .cls-11,
.map-slide .map svg .cls-12 {
  stroke-width: 0px;
}
.map-slide .map svg .cls-9 {
  fill: #cabba8;
}
.map-slide .map svg .cls-10 {
  fill: #c7b17f;
}
.map-slide .map svg .cls-11 {
  fill: #d9d9d9;
}
.map-slide .map svg .cls-12 {
  fill: #9f8a5f;
}
.map-slide .map svg .changeSlide path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map-slide .map svg .changeSlide.active path {
  stroke-width: 4px;
  stroke: #000000;
}
.map-slide .box-locations {
  width: 66.66%;
  padding: 30px 24px 48px;
  background: #eeeeee;
}
@media (max-width: 1030px) {
  .map-slide .box-locations {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .map-slide .box-locations {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .map-slide .box-locations {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 400px) {
  .map-slide .box-locations {
    padding: 30px 16px 48px;
  }
}
.map-slide .elenco-locations {
  max-width: 702px;
  margin: 0 auto;
  text-align: center;
}
.map-slide .elenco-locations .slick-prev,
.map-slide .elenco-locations .slick-next {
  background-color: transparent;
}
.map-slide .elenco-locations .slick-prev {
  left: -24px;
}
.map-slide .elenco-locations .slick-next {
  right: -24px;
}
.map-slide .elenco-locations .slick-dots {
  height: 12px;
  bottom: -32px;
  font-size: 0;
}
.map-slide .elenco-locations .slick-dots li button {
  height: 12px;
  width: 12px;
  background-color: #D9D9D9;
}
.map-slide .elenco-locations .slick-dots li button:hover {
  background-color: #D9D9D9;
}
.map-slide .elenco-locations .slick-dots li.slick-active button {
  background-color: #9F9F9F;
}
.map-slide .elenco-locations .location {
  padding: 0 24px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .map-slide .elenco-locations .location {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .map-slide .elenco-locations .location {
    padding: 0;
  }
}
.map-slide .elenco-locations .location .picture {
  text-align: center;
  padding-bottom: 16px;
  font-size: 0;
  height: 260px;
}
.map-slide .elenco-locations .location .picture img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-slide .elenco-locations .location .text {
  padding-bottom: 16px;
}
.map-slide .elenco-locations .location .link {
  text-align: center;
}
.map-slide .elenco-locations .location .link a {
  color: #21272A;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  text-decoration-line: underline;
}
.elenco-attivita {
  display: flex;
  gap: calc(16px * 2);
  justify-content: space-between;
}
.elenco-attivita .attivita {
  width: 33.33%;
  padding-top: 16px;
  max-width: 360px;
  text-align: center;
}
.elenco-attivita .attivita .icon {
  margin-bottom: 16px;
  font-size: 0;
}
@media (max-width: 1170px) {
  .elenco-attivita {
    justify-content: center;
    flex-wrap: wrap;
  }
  .elenco-attivita .attivita {
    width: 50%;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .elenco-attivita {
    display: block;
  }
  .elenco-attivita .attivita {
    margin: 0 auto;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 48px;
  }
}
#footer {
  background: #DADADA;
  padding: 48px 0 80px;
  font-size: 16px;
}
#footer .container {
  color: #21272A;
}
#footer .container #logo img {
  height: 110px;
}
@media (max-width: 767px) {
  #footer .container #logo {
    text-align: center;
  }
}
#footer .container .partner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1150px) {
  #footer .container .partner {
    flex-wrap: wrap;
  }
}
#footer .container .partner .logo {
  width: calc(100% / 6);
}
#footer .container .partner .logo.logo-4 {
  width: 10%;
}
#footer .container .partner .logo.logo-5 {
  width: 13%;
}
@media (min-width: 767px) {
  #footer .container .partner .logo.logo-6 {
    margin-left: -15px;
  }
}
@media (max-width: 1150px) {
  #footer .container .partner .logo {
    width: calc(100% / 3.3);
  }
  #footer .container .partner .logo.logo-4 {
    width: 14%;
  }
  #footer .container .partner .logo.logo-5 {
    width: 18%;
  }
}
@media (max-width: 767px) {
  #footer .container .partner .logo {
    width: 207px;
  }
  #footer .container .partner .logo.logo-4 {
    height: 120px;
    width: auto;
  }
  #footer .container .partner .logo.logo-4 img {
    height: 100%;
    width: auto;
  }
  #footer .container .partner .logo.logo-5 {
    height: 93px;
    width: auto;
  }
  #footer .container .partner .logo.logo-5 img {
    height: 100%;
    width: auto;
  }
}
#footer .container .privacy-policy {
  font-size: 14px;
}
#footer .footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
