/*RESPONSIVE*/
@media (max-width: 1850px) {
  /**/ :root {
    --extra-text: 2.2rem;
  }
  html, body {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  /**/ :root {
    --little-text: 0.9rem;
    --regular-text: 1rem;
    --medium-text: 1.25rem;
    --big-text: 1.5rem;
  --cursive-text: 1.6rem;
    --extra-text: 1.8rem;
    --footer-text: 0.7rem;
  }
  /**/
  html, body {
    font-size: 16px;
  }
  section {
    padding: 8rem 0;
  }
  footer {
    margin-top: 8rem;
  }
  section.section-first {
    height: 750px;
    min-height: 750px;
  }
  section.section-bigpad {
    padding: 12rem 0;
  }
  section.section-hero {
    padding-top: 16rem;
  }
  .row {
    margin-bottom: 6rem;
  }
  .row.row-mini {
    margin-bottom: 3rem;
  }
  .col-pad {
    padding: 0 6rem;
  }
  .m-bottom {
    margin-bottom: 8rem;
  }
  .arrow-scroll {
    bottom: 70px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }
  figure.img-box {
    height: 800px;
    min-height: 800px;
  }
  figure.img-big {
    height: 800px;
    min-height: 800px;
  }
  figure.img-gallery {
    height: 450px;
    min-height: 450px;
  }
  .box-wine figure.img-wine {
    height: 600px;
  }
  .box-history {
    width: 450px;
  }
  .box-history-inside {
    padding: 3rem;
    padding-top: 2.5rem;
  }
  .number-history {
    font-size: 8rem;
  }
  footer {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 1199px) {
  .hide-lg {
    display: none !important;
  }
  .margin-top-lg {
    margin-top: 6rem;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  h1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
  .margin-top-md {
    margin-top: 6rem;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .nopad-md {
    padding: 0;
  }
  .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .row > .col, .row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  section {
    padding: 6rem 0;
  }
  footer {
    margin-top: 6rem;
  }
  section.section-first-page {
    padding-top: 16rem;
  }
  section.section-hero {
    padding-top: 8rem;
  }
  .hero-banner {
    top: 40%;
  }
  figure.img-gallery {
    height: 250px;
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
  .margin-top-md, .margin-top-xs {
    margin-top: 3rem;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .nopad-xs {
    padding: 0;
  }
  .col-pad {
    padding: 0 5%;
  }
	.el-margin {
		margin-top: 3rem;
	}
  section {
    padding: 6rem 0;
  }
  .container {
	  margin-bottom: 6rem;
  }
  footer {
    margin-top: 6rem;
  }
  section.section-first {
    height: 800px;
    min-height: 800px;
  }
  section.section-bigpad {
    padding: 6rem 0;
  }
  section.section-hero {
    padding-top: 2rem;
  }
  .row {
    margin-bottom: 3rem;
  }
  .hero-banner {
    top: 16rem;
    padding: 0 5%;
  }
  .separator {
    width: 8px;
    height: 8px;
  }
  figure.img-box {
    height: 350px;
    min-height: 350px;
  }
  figure.img-big {
    height: 350px;
    min-height: 350px;
  }
  figure.img-wine {
    padding-top: 5rem;
    height: auto;
  }
  .box-wine::after {
    display: none;
  }
  .box-wine figure.img-wine {
    height: 350px;
  }
  .swiper.gallerySwiperWine .box-wine {
    width: 250px;
  }
	.dati-wine {
  padding: 4rem 2rem;
}
  .box-history {
    width: 250px;
  }
  .box-history-inside {
    padding: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .number-history {
    font-size: 4rem;
  }
	.img-vineyard {
		display: none;
	}
  footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  footer .row {
    margin-bottom: 2.5rem;
  }
  .gallerySingleWine .swiper-container-nav .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
  }
}