:root {
  --main-bg-color: #fff;
  --second-bg-color: #f7f0e7;
  --text-color: #1d1d1d;
  --second-text-color: #636363;
  --white-color: #fff;
  --black-color: #1d1d1d;
  --grey-color: #f1f1f1;
  --border-color: #d4d4d4;
}
/*GENERALI*/
html, body {
  padding: 0px;
  margin: 0px;
  color: var(--text-color);
  outline: none;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
  background-color: var(--main-bg-color);
  font-family: 'Abhaya Libre', 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;
  transition-timing-function: ease-in-out;
}
#main {
  overflow: unset;
}
.container_main {
  position: relative;
}
.container_main > * {
  z-index: 2;
}
.wrapper {
  position: relative;
  width: 1600px;
  margin: 0 auto;
  max-width: 90%;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: #151515;
  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: 150px;
}
.container {
  margin-bottom: 150px;
}
.container: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 !important;
}
.separator {
  display: block;
  position: relative;
  margin: 0 auto 150px auto;
  width: 100%;
  height: 1px;
  background-color: var(--black-color);
}
.separator:last-child {
  margin-top: 150px;
  margin-bottom: 0;
}
.el_margin {
  margin-top: 100px;
}
.col_pad {
  position: relative;
  padding-top: 75px;
}
.col_pad_left {
  padding-left: 75px;
}
.col_pad_left_border {
  padding-left: 75px;
  border-left: 1px solid var(--black-color);
}
.col_pad_border {
  border-top: 1px solid var(--black-color);
}
.el_margin:first-child {
  margin-top: 0;
}
.big-gutters {
  margin-right: -50px !important;
  margin-left: -50px !important;
}
.big-gutters > .col, .big-gutters > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /**/
  object-position: top;
  font-family: 'object-fit: cover;';
}
.cover.cover_top {
  object-position: top;
}
.cover.cover_bottom {
  object-position: bottom;
}
.cover.cover_right {
  object-position: right;
}
.cover.cover_left {
  object-position: left;
}
.img_free {
  max-width: 100%;
  margin: 0 auto;
}
.img_float {
  max-height: 135px;
  float: left;
  margin: 0 25px 25px 0;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li:last-of-type {
  margin-bottom: 0 !important;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/*END GENERALI*/
/*TYPO*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 1.2;
  font-family: 'Montserrat', sans-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.subtitle {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}
h1 strong {
  font-weight: 700;
}
.claim h1, body.page_wine h1 {
  font-size: 2.7rem;
  font-weight: 300;
  text-transform: uppercase;
}
h2, h3 {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
}
h2.subtitle_mini {
  text-align: center;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
h2 strong, h3 strong {
  font-weight: 500;
}
p {
  margin-bottom: 20px;
  /*color: var(--second-text-color);*/
}
p a {
  color: var(--text-color);
  font-weight: 600;
}
p a:hover {
  color: var(--text-color);
}
p strong {
  font-weight: 700;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}
.align-right p {
  text-align: right;
}
strong {
  font-weight: 600;
}
ul.list_option {
  margin-top: 50px;
  padding: 50px;
  border: 1px solid var(--black-color);
}
ul.list_option li {
  position: relative;
  padding: 25px 0;
  font-size: 0.85rem;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid var(--border-color);
}
ul.list_option li:first-of-type {
  padding-top: 0;
}
ul.list_option li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
ul.list_option li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -50px;
  width: 8px;
  height: 8px;
  background-color: var(--black-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: inline-block;
  padding: 10px 35px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-align: center;
  background-color: transparent;
  color: var(--text-color);
  border-radius: 4px;
  border: 1px solid var(--text-color);
  transition: background 0.3s, color 0.2s, border 0.3s;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  a.more:hover {
    background-color: var(--text-color);
    color: var(--white-color);
  }
}
a.more:last-child {
  margin-right: 0;
}
a.more.more_margin {
  margin-top: 35px;
}
/*END A BTN*/
/*IMG*/
figure {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
figure:last-of-type {
  margin-bottom: 0 !important;
}
.img_page {
  height: 100vh;
  min-height: 650px;
}
.img_box {
  height: 500px;
  min-height: 500px;
}
.img_box_mini {
  height: 300px;
  min-height: 300px;
}
.img_box_big {
  height: 720px;
  min-height: 720px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 0.15;
  z-index: 2;
}
/*END IMG*/
/*HOME*/
.ill_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  min-width: 300px;
  z-index: 1;
}
body.homepage .ill_top {
  width: 30%;
}
.ill_top img {
  width: 100%;
}
.ill_home {
  position: absolute;
  bottom: 250px;
  right: 10%;
  width: 300px;
  z-index: 1;
}
.ill_home img {
  width: 100%;
}
.ill_fixed_left {
  position: fixed;
  left: -25px;
  bottom: 10%;
  width: 120px;
  height: 120px;
  opacity: 0;
  transition: opacity 0.3s;
  /**/
  display: none;
}
.ill_fixed_right {
  position: fixed;
  right: -50px;
  top: 30%;
  width: 120px;
  height: 120px;
  opacity: 0;
  transition: opacity 0.3s;
  /**/
  display: none;
}
.scrollDown .ill_fixed_left {
  transition-delay: 2s;
  opacity: 1;
}
.scrollDown .ill_fixed_right {
  transition-delay: 1.5s;
  opacity: 1;
}
.scrollUp .ill_fixed_left, .scrollUp .ill_fixed_right {
  transition-delay: 0s;
  opacity: 1;
}
.ill_box {
  position: relative;
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
  width: 120px;
}
.intro_home {
  height: 100vh;
  min-height: 650px;
}
.claim {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  text-align: center;
}
.claim .container {
  height: 100%;
}
.claim .row {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
  width: 100%;
}
/*END HOME*/
/*PAGE*/
.first_letter {
  display: block;
  position: absolute;
  top: -80px;
  left: -30px;
  font-size: 8rem;
  font-family: 'Montserrat', sans-serif;
  color: var(--grey-color);
  font-weight: 800;
  z-index: -1;
}
.col_green {
  padding: 75px;
  background-color: #6f8467;
}
.col_green p, .col_green h3 {
  color: var(--white-color);
}
.col_green h3 {
  font-weight: 600;
}
/*END PAGE*/
/*NUMERI*/
.num {
  position: relative;
  width: 100%;
  padding-left: 150px;
  margin-bottom: 75px;
}
.num:nth-child(even) {
  margin-left: 0;
}
.num:last-of-type {
  margin-bottom: 0;
}
.ill_num {
  position: absolute;
  width: 100px;
  height: 120px;
  top: 0;
  left: 0;
}
.ill_num img {
  mnax-width: 80%;
  max-height: 90%;
}
.title_num {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.num.num_right {
  padding-left: 0;
}
/*END NUMERI*/
/*HISTORY*/
.box_history::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  margin: 50px 0;
  background-color: var(--black-color);
}
.box_history:last-of-type::after {
  display: none;
}
.box_history figure {
  margin-bottom: 50px !important;
}
.box_history h3 {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--black-color);
}
.box_history h3 span {
  font-size: 1.5rem;
  font-weight: 700;
}
/*END HISTORY*/
/*WINE*/
.box_wine {
  margin-bottom: 100px;
}
body.homepage .box_wine {
  margin-bottom: 50px;
  border-top: 1px solid var(--black-color);
}
body.homepage .box_wine:first-of-type {
  border-top: none;
}
body.homepage .box_wine:first-of-type img {
  padding-top: 0;
}
body.homepage .box_wine:last-of-type {
  margin-bottom: 0;
}
.text_wine {
  display: block;
  padding: 50px 25px 0 25px;
  text-align: center;
}
.box_wine h3 {
  margin-bottom: 0;
  font-size: 1rem;
}
.details_wine_main {
  font-size: 0.85rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.details_wine_main:last-child {
  margin-bottom: 0;
}
.img_wine {
  height: 600px;
  padding: 0 0 0 0;
}
body.homepage .img_wine {
  padding-top: 50px;
  height: 65vh;
  min-height: 600px;
}
.img_wine a {
  display: block;
  width: 100%;
  height: 100%;
}
.img_wine img {
  max-width: 90%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.img_wine.img_wine_big {
  padding: 0;
  height: 80vh;
  min-height: 800px;
  border: none;
  background-color: transparent;
}
.img_wine.img_wine_big img {
  height: 100%;
  max-width: none;
}
.title_wine {
  margin-bottom: 15px;
}
.desc_wine p strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.sticky-top {
  top: 75px;
}
@media (min-width: 1200px) {
  .img_wine a img {
    transition: transform 0.3s;
  }
  .img_wine a:hover img {
    transform: scale(0.95, 0.95);
  }
}
/*END WINE*/
/*MARGIN HACK*/
.row.remove_margin_list {
  margin-bottom: -100px !important;
}
/*END MARGIN HACK*/
/*PREMI ACCORDATION*/
.box_accordation {
  position: relative;
  margin-bottom: 25px;
}
.box_accordation:last-of-type {
  margin-bottom: 0 !important;
}
.title_accordation {
  position: relative;
  border-bottom: 1px solid var(--text-color);
  padding: 10px 0;
  padding-left: 0;
  color: var(--text-color);
  font-weight: 500;
  cursor: pointer;
}
.title_accordation i {
  position: absolute;
  right: 0;
  top: 15px;
  color: var(--red-color);
  font-size: 0.6rem;
  transition: transform 0.3s;
}
.accordation_inside {
  margin-top: 35px;
  /*padding: 25px;
  border: 1px solid var(--text-color);*/
  /**/
  display: none;
}
.openAccordation .accordation_inside {
  display: block;
}
.openAccordation .title_accordation {
  color: var(--red-color);
}
.openAccordation .title_accordation i {
  transform: rotate(-45deg);
}
.box_premio {
  margin-bottom: 25px;
  font-weight: 700;
}
.box_premio:last-of-type {
  margin-bottom: 0;
}
.title_premio {
  margin-bottom: 15px;
}
ul.list_premi li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid var(--text-color);
  border-bottom: 1px solid #d4d4d4;
}
ul.list_premi li:first-of-type {
  padding-top: 0;
}
ul.list_premi li span {
  display: inline-block;
  width: 45%;
  font-size: 0.85rem;
  font-weight: normal;
  vertical-align: middle;
}
ul.list_premi li span.premio_left {
  margin-right: 10%;
}
ul.list_premi li span.premio_right {
  text-align: right;
  color: var(--red-color);
  font-weight: 700;
}
/*END PREMI ACCORDATION*/
/*COLLAPSE HACK*/
.collapse_object {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.6s;
}
/*END COLLAPSE HACK*/
/*FOOTER*/
footer {
  position: relative;
  padding: 0 0 150px 0;
  /*background-image: url(/img/def/bgfooter.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;*/
}
footer .logo_footer {
  display: block;
}
footer .logo_footer img {
  height: 105px;
}
footer p {
  font-size: 0.7rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
footer p strong {
	font-weight: 600;
}
/*END FOOTER*/
/*SELECTION*/ ::-moz-selection {
  background: black;
  color: white;
}
::selection {
  background: black;
  color: white;
}
/*END SELECTION*/
/*AOS NEW ANIMATION*/
[data-aos="enter_image"]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-color: var(--main-bg-color);
  transition: opacity 1.2s;
  /*transform: translate3d(0, 0, 0);*/
}
section.section_pad [data-aos="enter_image"]::after {
  background-color: var(--second-bg-color);
}
[data-aos="enter_image"].aos-animate::after {
  opacity: 0;
}
/*END AOS NEW ANIMATION*/