:root {
  --main-bg-color: #f7f5ed;
  --text-color: #232323;
  --white-color: #faf9f3;
  --grey-color: #f2ede6;
  --gold-color: #f2ead9;
}
/*GENERALI*/
html, body {
  padding: 0px;
  margin: 0px;
  color: var(--text-color);
  outline: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  background-color: var(--main-bg-color);
  font-family: 'Bodoni Moda', serif;
  font-family: 'Domine', serif;
}
html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
* {
  outline: none !important;
}
#main {
  overflow: unset;
}
.container_main {
  position: relative;
  padding: 0 35px;
  z-index: 1;
  border: 35px solid white;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.5s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.block {
  display: block !important;
  text-align: left;
}
section {
  position: relative;
  margin-bottom: 200px;
}
section:last-of-type {
  margin-bottom: 0;
}
.section_pad {
  position: relative;
  padding: 200px 0;
  border-top: 1px solid var(--text-color);
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 200px;
  z-index: 2;
}
.wrapper:last-of-type {
  margin-bottom: 0;
}
.container {
  margin-bottom: 200px;
  z-index: 2;
}
.container-fluid {
  margin-bottom: 200px;
}
.container:last-of-type, .container-fluid:last-of-type {
  margin-bottom: 0;
}
.row {
  position: relative;
}
.row, .row .row, .row_inside {
  margin-bottom: 150px;
}
.row:last-of-type, .row .row:last-of-type, .row_inside:last-of-type {
  margin-bottom: 0;
}
.el_margin {
  margin-top: 100px;
}
.big-gutters {
  margin-right: -50px !important;
  margin-left: -50px !important;
}
.big-gutters > .col, .big-gutters > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}
.nomargin {
  margin: 0 !important;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nooverflow {
  overflow: hidden;
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cover.cover_left {
  object-position: left;
}
.cover.cover_top {
  object-position: top;
}
.img_free {
  max-width: 100%;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li:last-of-type {
  margin-bottom: 0 !important;
}
.col_pad_left {
  position: relative;
  padding-left: 60px;
  padding-bottom: 0;
  /*border-left:1px solid var(--text-color);*/
}
.col_pad_left::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--text-color);
}
.col_pad_top {
  padding-top: 200px;
}
.col_pad_bottom {
  padding-bottom: 75px;
}
.col_pad_left.line_vert::after, .box_wine_inside.line_vert::after, .box_storia_inside.line_vert::after, .box_news_inside.line_vert::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 50px;
  background-color: var(--text-color);
}
*.line_oriz::after, *.line_oriz_top::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 10px;
  background-color: var(--text-color);
}
*.line_oriz_top::after {
  bottom: auto;
  top: 0;
}
/*END GENERALI*/
/*TYPO*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
  margin-bottom: 50px;
  line-height: 1.35;
  font-family: 'Bodoni Moda', serif;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0 !important;
}
h1, h2, h3 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
}
h1 {
  padding-top: 15px;
  white-space: nowrap;
}
h2 {
  font-family: 'Crimson Foam', 'Bodoni Moda', serif;
  font-weight: 200;
  font-size: 5rem;
  line-height: 1;
  white-space: nowrap;
}
p {
  margin-bottom: 15px;
}
p a {
  color: var(--text-color);
  font-weight: 400;
}
p a:hover {
  color: var(--text-color);
}
p strong {
  font-weight: 600;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}
.text_intro, .text_focus {
  margin-bottom: 50px;
}
.text_intro:last-child, .text_focus:last-child {
  margin-bottom: 0;
}
.text_intro p {
  font-weight: 400;
  font-style: italic;
}
.text_focus p {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: 'Josefin Sans', sans-serif;
}
.text_focus_page {
  padding: 35px;
  margin-top: 75px;
  border: 1px solid var(--text-color);
}
blockquote {
  margin-bottom: 100px;
  padding: 0 50px;
  border-left: 1px solid var(--red-color);
}
blockquote p {
  text-align: left;
  font-style: italic;
  color: var(--red-color);
  font-size: 1rem;
}
article ul {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 18px;
  padding-right: 35px;
  color: #808080;
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: inline-block;
  margin-top: 35px;
}
a.more span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: var(--text-color);
  font-size: 0.85rem;
  font-style: italic;
  /*font-family: 'Bodoni Moda', serif;
  font-weight: 500;*/
  text-transform: none;
  z-index: 2;
}
a.more::before, a.more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  margin-left: 10px;
  background-color: var(--text-color);
  transition: all 0.3s;
  transform-origin: left;
}
a.more::before {
  position: absolute;
  margin-left: 0;
  transform-origin: left;
  width: 50px;
  height: 5px;
  right: 0;
  top: 13px;
  transform: scale(0, 1);
}
a.more::after {
  transform-origin: left;
  transform: scale(1, 1);
}
@media only screen and (min-width: 1200px) {
  a.more span {
    transition: color 0.5s;
  }
  a.more:hover::before {
    transform: scale(1, 1);
  }
  a.more:hover::after {
    transform: scale(1, 1);
  }
}
/*END A BTN*/
/*IMG*/
figure {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
figure:last-of-type {
  margin-bottom: 0 !important;
}
.img_page {
  height: 90vh;
  min-height: 600px;
  z-index: 1;
}
.img_page_homepage {
  padding: 0 15px;
}
.img_box {
  height: 550px;
  min-height: 550px;
  background-color: var(--grey-color);
}
.img_box_big {
  height: 950px;
  min-height: 950px;
  background-color: var(--grey-color);
}
.img_vineyard {
  height: 350px;
}
.img_vineyard img {
  display: block;
  max-width: 100%;
  max-height: 85%;
  margin: 0 auto;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  z-index: 2;
}
/*END IMG*/
/*HOME*/
.claim {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 40%;
  z-index: 4;
}
.claim h1 {
  font-size: 3.5rem;
  color: var(--white-color);
}
.claim .col_pad_left::before {
  background-color: var(--white-color);
  height: 700px;
}
.claim .col_pad_left.line_vert::after {
  background-color: var(--white-color);
}
/*END HOME*/
/*WINE*/
.box_wine {
  margin-bottom: 50px;
}
.box_wine_inside {
  position: relative;
  padding: 50px;
  border-left: 1px solid var(--text-color);
  background-color: var(--grey-color);
}
.text_wine {
  display: block;
  margin-top: 50px;
  padding: 0 25px 0 25px;
  /*border-top:1px solid var(--text-color);*/
  text-align: center;
}
.box_wine h3 {
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 0;
  min-height: 50px;
}
.img_wine {
  height: 500px;
}
.img_wine a {
  display: block;
  width: 100%;
  height: 100%;
}
.img_wine img {
  max-width: 90%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.desc_wine p strong {
  font-size: 1rem;
  font-weight: 600;
}
.text_page_wine p strong {
  font-family: 'Crimson Foam', 'Bodoni Moda', serif;
  font-weight: 200;
  font-size: 3rem;
}
/*END WINE*/
/*NEWS*/
.box_news {
  margin-bottom: 50px;
}
.box_news_inside {
  position: relative;
  border-top: 1px solid var(--text-color);
  padding: 50px 50px 0 50px;
}
.data_news {
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: 'Josefin Sans', sans-serif;
}
.box_news .title_news {
  margin-bottom: 25px;
  font-size: 1.2rem;
  font-weight: 700;
}
/*END NEWS*/
/*STORIA*/
.box_storia {
  margin-bottom: 50px;
}
.box_storia_inside {
  position: relative;
  border-top: 1px solid var(--text-color);
  padding: 50px 50px 0 50px;
}
.data_storia {
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: 'Josefin Sans', sans-serif;
}
.img_box_storia {
  margin-top: 50px;
}
.img_box_storia img {
  width: 100%;
}
/*END STORIA*/
/*MARGIN HACK*/
.row.remove_margin_list {
  margin-bottom: -50px !important;
}
/*END MARGIN HACK*/
/*SCROLL*/
.scroll {
  position: absolute;
  left: 50%;
  top: -50px;
  height: 120%;
  width: 10px;
  margin-left: -5px;
  background-color: transparent;
  z-index: 200;
}
.scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 4px;
  background-color: var(--red-color);
  transition: transform 0.3s;
  transform-origin: top;
  transform: scale(1, 1);
  z-index: 1;
}
/*END SCROLL*/
/*FOOTER*/
.logo_circle {
  margin-bottom: 75px;
}
.logo_circle img {
  height: 120px;
}
footer {
  position: relative;
  margin-top: 200px;
}
footer .logo {
  margin-bottom: 75px;
}
footer p {
  line-height: 1.8;
}
span.footermini {
  font-size: 0.7rem;
}
.logo_campagna {
  margin-top: 35px;
}
.logo_campagna img {
  width: 300px;
  max-width: 80%;
}
.social {
  margin-top: 25px;
}
.social a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  border: 1px solid var(--text-color);
}
.social a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img.cover_book {
  width: 250px;
  max-width: 60%;
  margin-top: 35px;
  margin-bottom: 35px;
}
img.logo_circle_page {
  max-width: 220px;
  margin-bottom: 50px;
}
img.logo_villa_page {
  width: 220px;
  max-width: 60%;
  margin-bottom: 50px;
}
/*END FOOTER*/
/*TABLE SOSTENIBILITA*/
table.table_norme {
  margin: 50px 0;
  border: 1px solid var(--text-color);
  background-color: transparent;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.table_norme td, table.table_norme th {
  border: 1px solid var(--text-color);
  padding: 15px 5px;
  width: 33%;
  font-size: 0.85rem;
  font-weight: 400;
}
table.table_norme th, table.table_norme td:last-of-type {
  background-color: var(--grey-color);
  font-weight: 700;
}
@media (max-width: 420px) {
  table.table_norme {
    margin: 25px 0;
  }
  table.table_norme td, table.table_norme th {
    padding: 10px 7px;
    font-size: 0.75rem;
  }
}
/*END TABLE SOSTENIBILITA*/
/*ILL*/
.ill_page {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.ill_page.ill_center {
  top: 10%;
  height: auto;
  text-align: right;
}
.ill_page.ill_vert {
  top: 0%;
  height: 80%;
  width: 30%;
  text-align: left;
}
.ill_page.ill_center.ill_left {
  text-align: left;
}
.ill_page img {
  max-width: 100%;
  max-height: 100%;
}
/*END ILL*/
/*PAGE LOADER*/
.page_loader {
  background-color: var(--grey-color);
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity 1s ease-out;
  width: 100%;
  z-index: 2000;
  transition-delay: 0.5s;
}
.page_loader_logo {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease-out;
}
.page_loader_logo img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -100%);
}
.page_loader.loaded {
  opacity: 0;
  pointer-events: none;
}
.page_loader_logo.loaded {
  opacity: 0;
}
/*END PAGE LOADER*/
/*banner fixed*/
.banner-fixed {
  position: fixed;
  width: 250px;
  bottom: 25px;
  left: 0;
  z-index: 900;
  transform: translate(0, 0);
  transition: transform 0.5s;
}
.scrollDown .banner-fixed {
  transform: translate(-100%, 0);
}
.banner-fixed-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  background-color: var(--gold-color);
  border-top: 1px solid var(--text-color);
  border-bottom: 3px solid var(--text-color);
  border-right: 3px solid var(--text-color);
  transition: 0.3s;
}
.banner-fixed-inside h3 {
  font-size: 1rem;
  margin-bottom: 15px;
}
.banner-fixed-inside p {
  font-size: 0.7rem;
}
.logo-circle-banner {
  height: 100px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid var(--text-color);
}
.logo-circle-banner img {
  height: 100%;
}
@media (max-width: 767px) {
  .banner-fixed {
    width: 200px;
    bottom: 0;
  }
  .banner-fixed-inside {
    padding: 12px;
  }
  .logo-circle-banner {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .banner-fixed-inside:hover {
    background-color: var(--main-bg-color);
  }
}
/*end banner fixed*/
/* banner newsletter */
.banner-newsletter {
	padding: 5rem 3rem;
	background-color: var(--gold-color);
  border: 1px solid var(--text-color);
  border-bottom: 3px solid var(--text-color);
  border-right: 3px solid var(--text-color);
}
/* end banner newsletter */
/*modal*/
.modal.show {
  display: block;
}
.modal-backdrop {
  z-index: 9998;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.modal-backdrop.show {
  opacity: 1;
}
.modal {
  z-index: 9999;
}
.modal.fade, .modal-backdrop.fade {
    transition: opacity .75s linear;
}
.modal-content {
  margin: 2rem 0;
  border: none;
  padding: 1rem;
  padding-top: 0;
}
.modal-body {
    padding: 1rem 0 0 0;
}
.modal-header .close {
	padding-right: 0;
}

/*end modal*/
/*SELECTION*/ ::-moz-selection {
  background: black;
  color: white;
}
::selection {
  background: black;
  color: white;
}
/*END SELECTION*/

/*IUBENDA*/
.iubenda-cs-preferences-link.iubenda-tp-btn[data-tp-float] {
  display: none !important;
}
/*END IUBENDA*/
/*AOS NEW ANIMATION*/
[data-aos="fade"] {
  opacity: 0;
}
[data-aos="fade"].aos-animate {
  opacity: 1;
}
[data-aos="blur"] {
  filter: blur(10px);
  opacity: 0;
}
[data-aos="blur"].aos-animate {
  filter: blur(0);
  opacity: 1;
}
[data-aos="createline"], [data-aos="createline"].aos-animate {
  transition: none;
}
[data-aos="createline"]::before {
  transform: scale(1, 0);
  transition: transform 1.5s;
  transform-origin: top;
}
[data-aos="createline"].aos-animate::before {
  transform: scale(1, 1);
}
[data-aos="createline"]::after {
  transform: scale(1, 0);
  transition: transform 1s;
  transition-delay: 0.5s;
  transform-origin: top;
}
[data-aos="createline"].aos-animate::after {
  transform: scale(1, 1);
}
[data-aos="createlineoriz"], [data-aos="createlineoriz"].aos-animate {
  transition: none;
}
[data-aos="createlineoriz"]::before {
  transform: scale(0, 1);
  transition: transform 3s;
  transition-delay: 0.3s;
  transform-origin: left;
}
[data-aos="createlineoriz"].aos-animate::before {
  transform: scale(1, 1);
}
[data-aos="createlineoriz"]::after {
  transform: scale(0, 1);
  transition: transform 1s;
  transition-delay: 0.5s;
  transform-origin: left;
}
[data-aos="createlineoriz"].aos-animate::after {
  transform: scale(1, 1);
}
/*END AOS NEW ANIMATION*/