/*RESPONSIVE*/
@media (max-width: 1750px) {
  html, body {
    font-size: 16px;
  }
  .map-ita {
    height: 240px;
    width: 240px;
    border-radius: 120px;
  }
  .map-title {
    font-size: 1rem;
    color: var(--red-color);
  }
  .map-loc {
    font-size: 0.65rem;
  }
  .map-info {
    font-size: 0.65rem;
  }
  figure.img-box {
    height: 650px;
    min-height: 650px;
  }
  figure.img-wine {
    height: 450px;
  }
}
@media (max-width: 1400px) {
  :root {
    --regular-text: 1.1rem;
    --h2-text: 1.8rem;
    --medium-text: 1.5rem;
    --big-text: 2rem;
    --extra-text: 2.75rem;
  }
  html, body {
    font-size: 16px;
  }
  .img-storia {
    height: 250px;
  }
  .intro-wine {
    padding: 1.5rem 0.5rem;
  }
  figure.img-box {
    height: 500px;
    min-height: 500px;
  }
	
.banner-hero h1  {
	font-size: var(--big-text);
}
}
@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;
  }
  .box-wine-home figure.img-box {
    height: 750px;
    min-height: 750px;
  }
  figure.img-box-mini {
    height: 350px;
  }
  figure.img-gallery {
    height: 280px;
  }
  figure.img-gallery-social {
    height: 220px;
  }
  figure.img-big {
    height: 750px;
    min-height: 750px;
  }
  figure.img-hero {
    height: 850px;
    min-height: 850px;
  }
  figure.img-wine {
    height: 350px;
  }
  figure.img-wine.img-wine-page {
    height: 650px;
  }
  .img-storia {
    height: 150px;
  }
}
@media (max-width: 991px) {
  html, body {
    font-size: 16px;
  }
  .hide-md {
    display: none !important;
  }
  .margin-top-md {
    margin-top: 6rem;
  }
  .margin-top-footer-md {
    margin-top: 2rem;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .nopad-md {
    padding: 0;
  }
  section.section-pad {
    padding: 5rem 0;
    border: 0;
  }
  section.section-gallery {
    padding: 0 10%;
  }
  .row {
    margin-bottom: 3.5rem;
  }
  .col-pad {
    padding: 20% 10%;
  }
  .col-lg-6:first-of-type .col-pad {
    padding-top: 0;
  }
  .col-lg-4:first-of-type .col-pad {
    padding-top: 0;
  }
  section.bg-blue .col-lg-6:first-of-type .col-pad {
    padding-top: 20%;
  }
  section.bg-blue .col-lg-4:first-of-type .col-pad {
    padding-top: 20%;
  }
  section.bg-brown .col-lg-6:first-of-type .col-pad {
    padding-top: 20%;
  }
  section.bg-brown .col-lg-4:first-of-type .col-pad {
    padding-top: 20%;
  }
  .col-lg-4:first-of-type .col-pad {
    padding-top: 0;
  }
  .banner-hero {
    position: absolute;
    padding: 0 5%;
    width: 100%;
    left: 0;
  }
  .img-storia {
    height: 300px;
  }
}
@media (max-width: 767px) {
  :root {
    --regular-text: 1rem;
    --medium-text: 1.25rem;
    --big-text: 2rem;
    --extra-text: 2.5rem;
  }
  .hide-xs {
    display: none !important;
  }
  .margin-top-md, .margin-top-xs {
    margin-top: 2.5rem;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .nopad-xs {
    padding: 0;
  }
	h2.h2-small-xs {
		font-size: 1.25rem;
	}
  section {
    margin: 4rem 0;
  }
  section.section-pad {
    padding: 3rem 0;
  }
  section.section-gallery {
    padding: 0 10%;
  }
  .container {
    margin-bottom: 4rem;
  }
  .row {
    position: relative;
    margin-bottom: 3rem;
  }
  figure.img-box {
    height: 350px;
    min-height: 350px;
  }
  figure.img-box-mini {
    height: 250px;
  }
  figure.img-gallery {
    height: 250px;
  }
  figure.img-gallery-social {
    height: 150px;
  }
  figure.img-big {
    height: 600px;
    min-height: 600px;
  }
  figure.img-hero {
    height: 100vh;
    height: 100svh;
    min-height: 750px;
  }
  figure.img-wine {
    height: 450px;
  }
  figure.img-wine.img-wine-page {
    height: 650px;
  }
  .logo-villas {
    height: 120px;
  }
}