.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

.history-page {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: auto;
  padding-bottom: 0rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.navbar {
  position: fixed;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2rem 6rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar.navbar-contact {
  position: fixed;
  background-color: #fff;
}

.navlink {
  margin-right: 1.4rem;
  margin-left: 1.4rem;
  padding: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.navlink.w--current {
  border-bottom: 2px solid #d4b46d;
  color: #fff;
}

.navlink.navlink-black {
  color: #161616;
  font-weight: 500;
}

.navlink.homepage {
  display: none;
}

.nav-linguage {
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.navlink-linguage {
  margin-right: 0rem;
  margin-left: 1.4rem;
  padding: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.navlink-linguage.w--current {
  border-bottom: 2px solid #d4b46d;
  color: #fff;
}

.navlink-linguage.navlink-black {
  color: #161616;
  font-weight: 500;
}

.nav-menu {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.brand.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.landing-page {
  position: relative;
  width: 100%;
  height: 100vh;
}

.main-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 9.5em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.home-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hand-title {
  position: relative;
  left: 14rem;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Connoisseurs, sans-serif;
  color: #fff;
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
}

.home-titles-center {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.box-about {
  position: relative;
  width: 75%;
  height: 69vh;
  min-height: 700px;
  margin-bottom: 16.5rem;
  padding: 8.5rem 10rem 2rem 0rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c0d13), to(#5c0d13)), url('../images/DSC_0043edit.jpg');
  background-image: linear-gradient(180deg, #5c0d13, #5c0d13), url('../images/DSC_0043edit.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.box-title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6rem;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 3.2em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.box-title.color-black {
  margin-left: 12rem;
  color: #161616;
}

.box-title.color-black.title2 {
  margin-right: 10rem;
  margin-left: 6rem;
}

.line {
  width: 500px;
  margin-top: 2rem;
  margin-bottom: 5.5rem;
}

.line.line-mobile {
  display: block;
}

.paragraph {
  max-width: 750px;
  margin-left: 12rem;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 30px;
  font-weight: 500;
}

.paragraph.color-black {
  max-width: none;
  margin-right: 6rem;
  margin-left: 18rem;
  float: right;
  color: #878787;
  font-weight: 500;
}

.paragraph.color-black.paragraph2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12rem;
  margin-bottom: 10px;
  margin-left: 12rem;
  font-weight: 500;
  text-align: left;
}

.paragraph.paragraph2 {
  display: none;
  max-width: 1050px;
  margin-bottom: 11rem;
  margin-left: 0rem;
  font-weight: 500;
  text-align: center;
}

.paragraph.paragraph-time {
  position: relative;
  height: auto;
  max-width: none;
  margin-bottom: 0px;
  margin-left: 0rem;
  color: #161616;
  font-size: 0.9em;
  line-height: 18px;
  text-align: justify;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph.paragraph-time-mobile {
  position: relative;
  height: auto;
  max-width: none;
  margin-bottom: 0px;
  margin-left: 0rem;
  color: #161616;
  font-size: 0.9em;
  line-height: 18px;
  text-align: justify;
  -o-object-fit: fill;
  object-fit: fill;
}

.circule {
  position: absolute;
  left: auto;
  top: auto;
  right: -125px;
  bottom: -125px;
  width: 250px;
  height: 250px;
}

.slide-nav {
  display: none;
}

.slider {
  height: auto;
  margin-bottom: 16.5rem;
  background-color: transparent;
}

.slider-text {
  overflow: hidden;
  width: 55%;
  height: 69vh;
  min-height: 700px;
  padding-top: 8.5rem;
  padding-bottom: 2rem;
  float: right;
  background-color: #fff;
}

.right-arrow {
  position: absolute;
  left: 50px;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  color: #161616;
  font-size: 25px;
}

.left-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 55px;
  bottom: 0%;
  width: 50px;
  height: 50px;
  color: #161616;
  font-size: 25px;
}

.line2 {
  width: 500px;
  margin-top: 2rem;
  margin-bottom: 5.5rem;
  float: right;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.line2.line-mobile {
  display: block;
}

.slide-img {
  position: relative;
  left: 8rem;
  bottom: 55px;
  width: 45%;
  height: 500px;
}

.wrapper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-text2 {
  overflow: hidden;
  width: 55%;
  height: 69vh;
  min-height: 700px;
  padding-top: 8.5rem;
  padding-bottom: 2rem;
  float: right;
  background-color: #fff;
}

.slide-img2 {
  position: relative;
  right: 8rem;
  bottom: 55px;
  width: 45%;
  height: 500px;
}

.slider2 {
  height: auto;
  margin-bottom: 0rem;
  background-color: transparent;
}

.text-video {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-video {
  position: absolute;
  left: 6rem;
  top: auto;
  right: auto;
  bottom: 2.5rem;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-scroll {
  position: absolute;
  left: auto;
  top: auto;
  right: 5rem;
  bottom: 3.5rem;
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.8em;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.wines-page {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: auto;
  padding-bottom: 15rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.center-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-wine {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  margin-right: 10rem;
  margin-left: 10rem;
  padding: 4rem 8rem 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.wine {
  margin-top: 0px;
  margin-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Playfair Display', sans-serif;
  color: #161616;
  font-size: 3.2em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.wine.color-white {
  color: #fff;
  line-height: 1.3em;
  text-align: center;
}

.wine.product-title {
  margin-bottom: 0.5rem;
}

.wine-family {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-wine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.wine-name {
  margin-top: 0px;
  margin-bottom: 2.5rem;
  font-family: Raleway, sans-serif;
  color: #878787;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.wine-bottle {
  width: auto;
  height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}

.group-wines {
  display: -ms-grid;
  display: grid;
  margin-bottom: 5rem;
  grid-auto-flow: column;
  grid-auto-columns: minmax(143px, 1fr);
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  -ms-grid-columns: minmax(143px, 1fr) 1fr;
  grid-template-columns: minmax(143px, 1fr) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.group-wines.violino {
  grid-auto-flow: column;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.group-wines.adiafa {
  grid-auto-flow: row;
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
}

.button {
  margin-bottom: 4rem;
  padding: 10px 25px;
  background-color: #161616;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.middle-line {
  margin-bottom: 7rem;
}

.circule2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -110px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  position: relative;
  z-index: 1000;
}

.wrapper-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-right: 6rem;
  padding-left: 6rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #5c0d13;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3rem;
  padding-bottom: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footerlink {
  margin-right: 1.4rem;
  margin-left: 1.4rem;
  padding: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.footerlink.w--current {
  color: #fff;
}

.footerlink.socialspace {
  margin-top: 0px;
  margin-right: 0.5rem;
  margin-bottom: 0px;
}

.social-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.2rem;
  padding-bottom: 0rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linksocial {
  padding: 5px 5px 5px 1rem;
  text-decoration: none;
}

.social {
  width: auto;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  padding-right: 6rem;
  padding-bottom: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px solid #922e35;
}

.family-page {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.big-bottle {
  position: absolute;
  left: 0%;
  top: 45vh;
  right: 0%;
  bottom: auto;
  z-index: 1500;
  height: 800px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper-family {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 330px 10rem 15rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-line {
  position: relative;
  width: 2px;
  height: 160px;
  margin-bottom: 57px;
  background-color: #d4b46d;
}

.wine-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1150px;
  padding: 11rem 8rem 7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.single-wine2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.group-wines2 {
  display: -ms-grid;
  display: grid;
  width: 90%;
  margin-bottom: 4rem;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-areas: "Area"
    "Area-2";
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wine-name2 {
  margin-top: 2.5rem;
  font-family: Raleway, sans-serif;
  color: #878787;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
}

.wrapper-next {
  position: absolute;
  left: 0%;
  top: -225px;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.next-wine {
  position: relative;
  left: -40px;
  z-index: 1000;
  width: 100px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.left-next {
  position: static;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.line-left {
  position: absolute;
  left: 0px;
  top: 2rem;
  right: auto;
  bottom: 0%;
  z-index: 500;
  width: 210px;
  margin-top: auto;
  margin-bottom: auto;
}

.text-next {
  position: relative;
  left: -20px;
  margin: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.right-next {
  position: static;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.line-right {
  position: absolute;
  left: auto;
  top: 2rem;
  right: 0px;
  bottom: 0%;
  z-index: 500;
  width: 210px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-page {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.wrapper-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 300px 10rem 11rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-info {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1150px;
  padding: 6rem 8rem 3.5rem;
  background-color: #fff;
}

.text-block {
  margin-bottom: 2.2rem;
  font-family: 'Playfair Display', sans-serif;
  color: #161616;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.text-block.title-shop {
  margin-bottom: 0rem;
  padding-top: 2px;
  padding-right: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.paragraph3 {
  margin-bottom: 1.5rem;
  font-family: Raleway, sans-serif;
  color: #555;
  font-size: 1em;
  line-height: 20px;
  font-weight: 400;
}

.group-info {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0.2rem;
  font-family: Raleway, sans-serif;
  color: #d4b46d;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.heading.title-contact {
  color: #5c0d13;
  text-transform: none;
}

.text-block-2 {
  font-family: Raleway, sans-serif;
  color: #555;
  font-size: 0.9em;
  font-weight: 500;
}

.text-block-2.text-contact {
  margin-bottom: 1rem;
}

.button2 {
  margin-top: 1.5rem;
  padding: 10px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #161616;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button2.button-contact {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fff;
  color: #161616;
  font-weight: 600;
}

.select-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  margin-right: 20px;
  margin-bottom: 1rem;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #898989;
  font-size: 1.1em;
  font-weight: 400;
}

.button-2:focus {
  border-bottom: 2px solid #161616;
  color: #161616;
  font-weight: 600;
}

.normal-bottle {
  position: absolute;
  bottom: 4rem;
  z-index: 800;
  height: 620px;
  -o-object-fit: contain;
  object-fit: contain;
}

.columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column {
  position: static;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-down {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  color: #555;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: none;
}

.download {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.normal-box {
  z-index: 800;
  height: 360px;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blur {
  overflow: hidden;
  width: auto;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.08);
}

.box-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 450px;
  height: 100%;
  padding: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.field-label {
  font-family: Raleway, sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.field-label.label-contact {
  color: #fff;
}

.text-field {
  margin-bottom: 0.8rem;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  font-family: Raleway, sans-serif;
  color: #161616;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 500;
}

.text-field::-webkit-input-placeholder {
  font-family: Raleway, sans-serif;
  color: #161616;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 500;
}

.text-field:-ms-input-placeholder {
  font-family: Raleway, sans-serif;
  color: #161616;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  font-family: Raleway, sans-serif;
  color: #161616;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 500;
}

.text-field::placeholder {
  font-family: Raleway, sans-serif;
  color: #161616;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 500;
}

.text-field.field-contact {
  margin-bottom: 1rem;
  border-color: transparent;
  background-color: hsla(0, 0%, 95.7%, 0.15);
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 400;
}

.textarea {
  min-height: 75px;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  font-family: Raleway, sans-serif;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 400;
}

.textarea::-webkit-input-placeholder {
  color: #161616;
}

.textarea:-ms-input-placeholder {
  color: #161616;
}

.textarea::-ms-input-placeholder {
  color: #161616;
}

.textarea::placeholder {
  color: #161616;
}

.textarea.area-contact {
  border-color: transparent;
  background-color: hsla(0, 0%, 95.7%, 0.15);
}

.box-title-encomenda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 2px solid #f4f4f4;
}

.image-3 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button-voltar {
  padding-right: 26px;
}

.form-block {
  height: 100%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-top {
  width: 100%;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  width: 50%;
  height: 100vh;
  padding-top: 105px;
  background-color: #fff;
}

.wrapper-contact {
  width: 50%;
  height: 100%;
}

.contact-info {
  width: 100%;
  height: auto;
  padding: 5rem 6rem 4rem 8rem;
  background-color: #5c0d13;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 150px 6rem 4rem 8rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.social-menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social2 {
  width: auto;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.time-history {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-time {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.time-title {
  position: absolute;
  left: auto;
  top: -40px;
  right: auto;
  bottom: 0%;
  width: auto;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
}

.bola {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d4b46d;
  border-radius: 100%;
}

.line-time {
  width: 10rem;
  height: 2px;
  background-color: #d4b46d;
}

.line-time.line-time2 {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-time {
  position: absolute;
  left: 0%;
  top: 50px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: auto;
  padding: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.text-time.text-time2 {
  left: auto;
  top: 50px;
  right: 0%;
  bottom: auto;
}

.background-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.wine-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wine-search.space-right {
  margin-right: 2rem;
}

.wine-search.space-left {
  margin-left: 2rem;
}

.text-block-3 {
  font-family: Raleway, sans-serif;
  color: #878787;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dropdown {
  font-family: Raleway, sans-serif;
  color: #555;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dropdown-toggle {
  width: 180px;
  margin-right: 0px;
  margin-left: 12px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-bottom: 2px solid #f4f4f4;
  color: #e3dfda;
}

.dropdown-toggle.w--open {
  border-bottom-style: none;
}

.icon {
  margin-right: 0px;
  font-size: 1.2em;
}

.dropdown-link {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4f4f4;
  color: #161616;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.text-block-4 {
  color: #fff;
}

.image-4 {
  width: 300px;
}

.mega-wrapper-wine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-mobile {
  display: none;
}

.brand-mobile.w--current {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-linguage-mobile {
  display: none;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.timeline {
  position: relative;
  z-index: 1000;
  padding-top: 15rem;
  padding-bottom: 18rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.timeline.timeline-mobile {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.navbarteste {
  position: absolute;
  z-index: 1500;
  display: none;
  width: 100%;
  padding: 2rem 6rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.next-wine2 {
  position: relative;
  right: -40px;
  z-index: 1000;
  width: 100px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-next2 {
  position: relative;
  right: -20px;
  margin: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.wrapper-next-copy {
  position: absolute;
  left: 0%;
  top: -225px;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.line-mobile-new {
  display: none;
}

.bottom-wines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10rem;
  padding-bottom: 5rem;
  padding-left: 10rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-wines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bottom-title {
  margin-top: 0px;
  margin-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.heading-2 {
  margin-bottom: 0.8rem;
  font-family: Raleway, sans-serif;
  color: #d4b46d;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.box-more-wines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1150px;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-back-familiy {
  position: absolute;
  left: 20px;
  top: 30px;
  right: auto;
  bottom: auto;
}

.wrapper-dots {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-left: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-dots.w--current {
  position: relative;
}

.text-dots {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: none;
}

.circle-dots {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.image-5 {
  width: auto;
  height: 30px;
  padding-left: 4px;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.search-button {
  height: 32px;
  padding: 1px 15px 0px;
  border-right: 1px none #d5d5d5;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #333;
  color: #fff;
  font-size: 1.2em;
}

.lupa {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.searchbar-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.all-search-2 {
  position: absolute;
  right: 50px;
  display: none;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.search-input-2 {
  width: 100%;
  height: 32px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  color: #636363;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: none;
}

.button_pesq-2 {
  padding-top: 0px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.line-menu {
  width: 2px;
  height: 30px;
  margin-left: 4px;
  background-color: #fff;
}

.tabs {
  display: none;
}

.bola-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d4b46d;
  border-radius: 100%;
}

.icon-filtro {
  margin-right: 20px;
}

.box-wine-search {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-page {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: auto;
  padding-bottom: 0rem;
  background-image: url('../images/Background-Home3.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background-image: url('../images/Background-Home3.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.home-landing-page {
  position: relative;
  width: 100%;
  height: 100vh;
}

.home-title {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.home-title.frente {
  position: absolute;
  z-index: 1000;
}

.center-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #e3dfda;
  font-size: 9.5em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.homepage-title.frente {
  position: absolute;
  z-index: 1000;
}

.homapage-img {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 800;
  height: 100vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.bottom-nav {
  position: absolute;
  left: auto;
  top: auto;
  right: 6rem;
  bottom: 2.5rem;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.navlink2 {
  margin-right: 0rem;
  margin-left: 2rem;
  padding: 0px;
  border-bottom: 2px solid transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink2:hover {
  border-bottom: 2px solid #d4b46d;
}

.navlink2.w--current {
  border-bottom: 2px solid #d4b46d;
  color: #fff;
}

.navlink2.navlink-black {
  color: #161616;
  font-weight: 500;
}

.homepagetitle2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #d4b46d;
  font-size: 9.5em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.homepagetitle2.frente {
  position: absolute;
  z-index: 1000;
}

.background-video-black {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.wrapper-age {
  position: fixed;
  z-index: 5000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-right: 6rem;
  padding-left: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 13, 19, 0.86)), to(rgba(92, 13, 19, 0.86))), url('../images/DSC_0043edit.jpg');
  background-image: linear-gradient(180deg, rgba(92, 13, 19, 0.86), rgba(92, 13, 19, 0.86)), url('../images/DSC_0043edit.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-5 {
  position: static;
  margin-bottom: 2rem;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.image-6 {
  margin-bottom: 4rem;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  width: 350px;
  height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.age-line {
  margin-bottom: 2.5rem;
}

.button-age {
  margin-top: 1.5rem;
  padding: 10px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d4b46d;
  background-color: #d4b46d;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button-age:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #d4b46d;
  background-color: transparent;
  color: #d4b46d;
}

.button-age.button-contact {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fff;
  color: #161616;
  font-weight: 600;
}

.form-block-2 {
  position: relative;
  z-index: 2000;
  margin-top: 0rem;
  margin-bottom: 2rem;
}

.box-age {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c0d13), to(#5c0d13));
  background-image: linear-gradient(180deg, #5c0d13, #5c0d13);
}

.image-7 {
  position: absolute;
  left: 10px;
  top: auto;
  right: 10px;
  bottom: 10px;
}

.circulehome {
  position: absolute;
  left: -100px;
  top: auto;
  right: auto;
  bottom: -100px;
  width: 350px;
  height: 350px;
}

.box-banner {
  position: fixed;
  z-index: 4000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 13, 19, 0)), to(rgba(92, 13, 19, 0.8))), url('../images/newintro.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url('../images/newintro.jpg');
  background-position: center center;
  background-size: auto, cover;
}

.columns-2 {
  width: 100%;
  height: 100%;
}

.column-3 {
  height: 100%;
}

.column-4 {
  height: 100%;
}

.close-banner {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-close {
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.line-close2 {
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.columns-3 {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-8 {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.title-banner {
  margin-top: 0px;
  margin-bottom: 1rem;
  margin-left: 0rem;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 5.5em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.title-banner.color-black {
  margin-left: 12rem;
  color: #161616;
}

.title-banner.color-black.title2 {
  margin-right: 10rem;
  margin-left: 6rem;
}

.button-banner {
  width: 250px;
  margin-bottom: 9rem;
  padding: 10px 25px;
  background-color: #d4b46d;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-block-6 {
  margin-bottom: 3em;
  font-family: Raleway, sans-serif;
  color: #d4b46d;
  font-size: 1.5em;
  font-weight: 400;
}

.title-down-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-field {
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 0.9em;
  line-height: 18px;
  font-weight: 500;
}

@media screen and (min-width: 1920px) {
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .box-about {
    height: 69vh;
  }

  .paragraph.color-black.paragraph2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph.paragraph2 {
    display: none;
  }

  .slide-nav {
    display: none;
  }

  .slider-text {
    height: 69vh;
  }

  .slide-img {
    height: 34em;
  }

  .slider-text2 {
    height: 69vh;
  }

  .slider2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-video {
    display: none;
    overflow: visible;
  }

  .group-wines.adiafa {
    grid-column-gap: 2rem;
    -ms-grid-columns: minmax(143px, 1fr) 1fr;
    grid-template-columns: minmax(143px, 1fr) 1fr;
  }

  .big-bottle.pacote {
    top: 53vh;
    height: 800px;
  }

  .wrapper-age {
    display: none;
    overflow: visible;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #5c0d13;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 13, 19, 0.78)), to(rgba(92, 13, 19, 0.78))), url('../images/DSC_0043edit.jpg');
    background-image: linear-gradient(180deg, rgba(92, 13, 19, 0.78), rgba(92, 13, 19, 0.78)), url('../images/DSC_0043edit.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .box-banner {
    display: none;
    overflow: visible;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-size: auto;
  }

  .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(92, 13, 19, 0.78);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 13, 19, 0.76)), to(rgba(92, 13, 19, 0.76))), url('../images/fundobg.png');
    background-image: linear-gradient(180deg, rgba(92, 13, 19, 0.76), rgba(92, 13, 19, 0.76)), url('../images/fundobg.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    opacity: 1;
  }

  .close-banner {
    background-color: transparent;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px none #000;
  }

  .body {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .navlink {
    margin-right: 2.4em;
    margin-bottom: 1.3em;
    margin-left: -2rem;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #878787;
    font-size: 1.2em;
    text-align: center;
  }

  .navlink.w--current {
    width: 50%;
    margin-right: 2.4em;
    margin-left: -2rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .navlink.tablet {
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0rem;
    padding: 0px;
  }

  .nav-linguage {
    margin-right: 2em;
  }

  .navlink-linguage {
    margin-left: 1rem;
    font-size: 0.85em;
  }

  .nav-menu {
    display: none;
  }

  .main-title {
    font-size: 7.5em;
  }

  .hand-title {
    left: 11.5rem;
    font-size: 2.8em;
  }

  .box-about {
    width: 80%;
    height: auto;
    min-height: 600px;
    margin-bottom: 14rem;
    padding-top: 7.5rem;
    padding-right: 8rem;
    padding-bottom: 4rem;
  }

  .box-title {
    margin-left: 4rem;
  }

  .box-title.color-black {
    margin-right: 1em;
    margin-left: 8rem;
  }

  .box-title.color-black.title2 {
    margin-right: 6.5rem;
    margin-left: 4rem;
  }

  .line {
    position: relative;
    z-index: 500;
    width: 400px;
    margin-bottom: 5rem;
  }

  .line.line-mobile {
    width: 400px;
  }

  .paragraph {
    margin-left: 8rem;
    font-size: 1em;
    line-height: 28px;
  }

  .paragraph.color-black {
    margin-right: 4rem;
    margin-left: 12rem;
  }

  .paragraph.color-black.paragraph2 {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .circule {
    right: -100px;
    bottom: -100px;
    width: 200px;
    height: 200px;
  }

  .slider {
    margin-bottom: 14rem;
  }

  .slider-text {
    width: 70%;
    height: auto;
    min-height: 600px;
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }

  .right-arrow {
    bottom: 5px;
  }

  .left-arrow {
    bottom: 5px;
  }

  .line2 {
    position: relative;
    z-index: 500;
    width: 400px;
    margin-bottom: 5rem;
  }

  .line2.line-mobile {
    width: 400px;
  }

  .slide-img {
    left: 6rem;
    bottom: 60px;
    width: 30%;
    height: 450px;
  }

  .slider-text2 {
    width: 70%;
    height: auto;
    min-height: 600px;
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }

  .slide-img2 {
    position: absolute;
    right: 6rem;
    width: 30%;
    height: 450px;
  }

  .button-video {
    left: 4rem;
    display: none;
  }

  .text-scroll {
    right: 2.5rem;
    display: none;
  }

  .wrapper-wine {
    margin-right: 4rem;
    margin-left: 4rem;
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .wine {
    margin-bottom: 4rem;
  }

  .single-wine {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wine-name {
    margin-bottom: 2rem;
  }

  .wine-bottle {
    height: 200px;
  }

  .group-wines {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    grid-column-gap: 2rem;
  }

  .wrapper-footer {
    padding-right: 4rem;
    padding-left: 4rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footerlink {
    margin-right: 0rem;
    margin-left: 0rem;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.8em;
  }

  .footerlink.w--current {
    margin-right: 0.5rem;
    margin-left: 0rem;
  }

  .social-menu {
    margin-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .linksocial {
    margin-right: 1rem;
    padding-right: 1rem;
    padding-left: 0rem;
  }

  .footer-logo {
    width: 250px;
    padding-right: 3rem;
  }

  .big-bottle {
    top: 48vh;
  }

  .wrapper-family {
    padding-top: 250px;
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .wine-list {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .single-wine2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .group-wines2 {
    width: 100%;
  }

  .wrapper-next {
    top: -230px;
  }

  .next-wine {
    width: 80px;
  }

  .line-left {
    width: 180px;
  }

  .line-right {
    width: 180px;
  }

  .wrapper-product {
    padding: 250px 4rem 10rem;
  }

  .product-info {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .paragraph3 {
    line-height: 18px;
  }

  .text-block-2 {
    line-height: 1.2em;
  }

  .button-2 {
    margin-bottom: 0rem;
    padding-top: 0px;
    font-size: 1em;
    line-height: 1.1em;
  }

  .normal-bottle {
    bottom: 5rem;
  }

  .column-2 {
    padding-left: 3rem;
  }

  .text-down {
    font-size: 0.8em;
  }

  .map {
    padding-top: 90px;
  }

  .contact-form {
    padding-left: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-menu2 {
    margin-top: 2rem;
  }

  .time-history {
    margin-top: 0rem;
  }

  .time-title {
    font-size: 1.3em;
  }

  .line-time {
    width: 5rem;
  }

  .text-time {
    width: 350px;
  }

  .wine-search {
    position: relative;
    margin-bottom: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-3 {
    font-size: 0.8em;
    letter-spacing: 0em;
  }

  .dropdown-toggle {
    width: 150px;
  }

  .image-4 {
    width: 20em;
    max-width: 100%;
    margin-right: 3.7em;
    padding-left: 0px;
  }

  .menu-button {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sub-navmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-right: 0px;
    padding-left: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #e3dfda;
  }

  .brand-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5em;
    padding-bottom: 0em;
  }

  .brand-mobile.w--current {
    z-index: 9;
    display: block;
    margin-top: 5em;
    padding-bottom: 3em;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-mobile {
    max-width: 80%;
    margin-top: 5em;
    margin-right: 2.4em;
    margin-left: 0em;
    padding-right: 0px;
    padding-bottom: 3em;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .icon-menu {
    max-width: 27em;
    font-size: 14em;
    line-height: 20em;
  }

  .icon-menu2 {
    display: none;
  }

  .navbarteste {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .next-wine2 {
    width: 80px;
  }

  .wrapper-next-copy {
    top: -230px;
  }

  .bottom-wines {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .bottom-title {
    font-size: 2.2em;
  }

  .link-dots {
    position: relative;
  }

  .lupa {
    margin-right: 0px;
    margin-left: 14.4em;
    padding-right: 0px;
  }

  .all-search-2 {
    top: 50px;
    right: 0px;
  }

  .button_pesq-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1px;
    line-height: 10px;
  }

  .icon-filtro {
    margin-bottom: 20px;
  }

  .homepage-title {
    font-size: 7em;
  }

  .bottom-nav {
    right: 4rem;
  }

  .navlink2 {
    font-size: 0.85em;
  }

  .navlink2.w--current {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .homepagetitle2 {
    font-size: 7em;
  }

  .wrapper-age {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .form-block-2 {
    margin-bottom: 0rem;
  }

  .circulehome {
    width: 300px;
    height: 300px;
  }

  .box-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-8 {
    max-width: 70%;
  }

  .image-8.tablet {
    height: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-banner.color-black {
    margin-right: 1em;
    margin-left: 8rem;
  }

  .title-banner.color-black.title2 {
    margin-right: 6.5rem;
    margin-left: 4rem;
  }

  .button-banner {
    margin-bottom: 0rem;
  }

  .text-block-6 {
    font-size: 1.4em;
  }

  .title-down-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navlink.w--current {
    width: 50%;
  }

  .navlink.homepage {
    display: inline-block;
  }

  .navlink.tablet {
    position: relative;
  }

  .nav-menu {
    margin-left: 0px;
    padding-left: 0px;
  }

  .dropdown-toggle {
    margin-left: 0px;
  }

  .image-4 {
    max-width: 250%;
    margin-right: -0.5em;
    margin-left: -39px;
    padding-left: 0px;
  }

  .sub-navmenu {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .brand-mobile.w--current {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav-linguage-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 44px;
    padding-right: 155px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 1.2em;
    text-align: left;
  }

  .icon-menu {
    max-width: 250%;
  }

  .icon-menu2 {
    display: none;
    max-width: 250%;
  }

  .wrapper-dots {
    display: none;
  }

  .lupa {
    margin-right: 1px;
    margin-left: 3em;
    padding-right: 0px;
  }

  .all-search-2 {
    display: none;
    margin-top: 1em;
  }

  .button_pesq-2 {
    padding-right: 1px;
    padding-left: 51px;
    line-height: 1px;
  }

  .bottom-nav {
    display: none;
  }

  .box-banner {
    display: none;
  }

  .title-down-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {


  .history-page {
    padding-bottom: 0rem;
  }

  .navbar {
    z-index: 1500;
    padding-top: 1.5rem;
    padding-right: 0.5rem;
    padding-left: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navlink {
    margin-right: 1rem;
    margin-bottom: 2rem;
    margin-left: -1.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #878787;
    font-size: 1.4em;
    font-weight: 500;
    text-align: center;
  }

  .navlink.w--current {
    margin-right: 1rem;
    margin-left: -1.5rem;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-bottom-style: solid;
    border-bottom-color: #d4b46d;
    color: #161616;
  }

  .navlink.tablet {
    margin-right: 3.2rem;
    margin-bottom: 2rem;
    margin-left: 0.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-linguage {
    display: none;
    max-width: 50em;
    margin-right: 0em;
    margin-left: -32px;
    padding-left: 0px;
    font-size: 1em;
  }

  .navlink-linguage {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
  }

  .nav-menu {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }

  .brand {
    padding-left: 0px;
  }

  .brand.w--current {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-title {
    width: 100vw;
    margin-bottom: 5px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 16vw;
  }

  .home-titles {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hand-title {
    left: 0%;
    font-size: 2.5em;
  }

  .home-titles-center {
    margin-bottom: 2rem;
  }

  .box-about {
    width: 100%;
    padding-top: 8rem;
    padding-right: 1.5rem;
    padding-bottom: 6rem;
  }

  .box-title {
    margin-left: 1.5rem;
    font-size: 3em;
  }

  .box-title.color-black {
    margin-right: 1.5rem;
    margin-left: 0rem;
    text-align: right;
  }

  .box-title.color-black.title2 {
    margin-right: 0rem;
    margin-left: 1.5rem;
    text-align: left;
  }

  .line {
    margin-bottom: 4rem;
  }

  .paragraph {
    margin-left: 1.5rem;
  }

  .paragraph.color-black {
    margin-right: 1.5rem;
    margin-left: 0rem;
    text-align: right;
  }

  .paragraph.color-black.paragraph2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0rem;
    margin-left: 1.5rem;
  }

  .paragraph.paragraph2 {
    display: none;
    text-align: justify;
  }

  .paragraph.paragraph-time-mobile {
    padding: 1.5rem;
    background-color: #fff;
  }

  .circule {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -80px;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
  }

  .slider-text {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
  }

  .right-arrow {
    left: 100px;
    top: 240px;
    right: 0%;
    bottom: auto;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 30px;
  }

  .left-arrow {
    left: 0%;
    top: 240px;
    right: 100px;
    bottom: auto;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 30px;
  }

  .line2.line-mobile {
    margin-bottom: 4rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .slide-img {
    left: 0rem;
    bottom: 0px;
    width: 100%;
    height: 300px;
  }

  .wrapper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-text2 {
    width: 100%;
    padding-top: 5rem;
    padding-right: 1.5rem;
    padding-bottom: 5rem;
  }

  .slide-img2 {
    position: relative;
    right: 0rem;
    bottom: 0px;
    width: 100%;
    height: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button-video {
    left: auto;
    bottom: 8.5rem;
    display: none;
    overflow: visible;
  }

  .text-scroll {
    display: none;
    margin: 0px -42px 459px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0.63;
  }

  .wrapper-wine {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .wine {
    margin-bottom: 5rem;
    font-size: 3em;
    text-align: center;
  }

  .wine.product-title {
    text-align: left;
  }

  .wine-family {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wine-name {
    margin-bottom: 1.5rem;
  }

  .group-wines {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-bottom: 5rem;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .group-wines.violino {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .middle-line {
    display: none;
  }

  .wrapper-footer {
    height: auto;
    padding: 6rem 1.5rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footerlink {
    padding: 15px 40px;
    font-size: 1em;
  }

  .footerlink.w--current {
    margin-right: 0rem;
  }

  .footerlink.socialspace {
    margin-top: 4rem;
    margin-right: 0rem;
  }

  .social-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .linksocial {
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .footer-logo {
    height: auto;
    margin-bottom: 5rem;
    padding-right: 0rem;
    padding-bottom: 5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #922e35;
    border-right-style: none;
  }

  .family-page {
    padding-bottom: 6rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  }

  .big-bottle {
    top: 58vh;
    height: 75vh;
  }

  .wrapper-family {
    padding-right: 1.5rem;
    padding-bottom: 6rem;
    padding-left: 1.5rem;
  }

  .wine-list {
    padding-top: 8rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .single-wine2 {
    border-bottom: 2px solid #f4f4f4;
  }

  .group-wines2 {
    margin-bottom: 2rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .wine-name2 {
    line-height: 1.2em;
  }

  .wrapper-next {
    position: relative;
    top: 0px;
    display: none;
    margin-top: 8rem;
  }

  .left-next {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .line-left {
    left: -25px;
  }

  .text-next {
    left: -25px;
    margin-top: -14px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .line-right {
    right: -25px;
  }

  .wrapper-product {
    padding: 10rem 1.5rem;
  }

  .product-info {
    padding-right: 1.5rem;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
  }

  .text-block {
    margin-bottom: 2.5rem;
    text-align: left;
  }

  .paragraph3 {
    text-align: justify;
  }

  .heading.title-contact {
    font-size: 1em;
  }

  .text-block-2 {
    font-size: 1em;
  }

  .text-block-2.text-contact {
    font-size: 1em;
  }

  .select-size {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-2 {
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .normal-bottle {
    position: relative;
    bottom: 0rem;
    height: 320px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    margin-bottom: 6rem;
    padding-right: 0px;
    padding-left: 0rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-down {
    color: #878787;
  }

  .normal-box {
    height: 320px;
  }

  .popup {
    display: none;
  }

  .blur {
    display: none;
  }

  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map {
    position: relative;
    width: 100%;
    height: 90vh;
    padding-top: 0px;
  }

  .wrapper-contact {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .contact-info {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .contact-form {
    padding-top: 150px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .time-history {
    display: none;
    width: 250%;
    margin-top: 0rem;
  }

  .text-time.text-time2 {
    width: 320px;
  }

  .text-time.text-time2.text-center2 {
    right: auto;
    width: 320px;
  }

  .text-time.text-center {
    left: auto;
    top: 50px;
    right: auto;
    bottom: auto;
    width: 320px;
  }

  .text-time.text-mobile {
    position: static;
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .wine-search {
    margin-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wine-search.space-left {
    width: auto;
    margin-left: 0rem;
  }

  .text-block-3 {
    margin-bottom: 5px;
  }

  .dropdown {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .dropdown-toggle {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .dropdown-toggle.w--open {
    margin-bottom: 0px;
  }

  .image-4 {
    width: 20em;
    max-width: 1em;
    margin-right: 0.2em;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14em;
    line-height: 10px;
  }

  .mega-wrapper-wine {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .menu-button {
    right: 0%;
    display: block;
    width: 3em;
    height: 3em;
    max-width: 0px;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
  }

  .menu-button.w--open {
    position: fixed;
    left: auto;
    top: 1.5rem;
    right: 0.5rem;
    bottom: auto;
    z-index: 1000;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    color: #161616;
    text-align: center;
  }

  .sub-navmenu {
    z-index: 1500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e3dfda;
  }

  .brand-mobile {
    display: block;
    margin-top: 0em;
    margin-bottom: 0rem;
  }

  .brand-mobile.w--current {
    display: block;
    margin-bottom: 8rem;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-linguage-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    margin-right: 38px;
    padding-right: 0px;
    text-align: center;
  }

  .image-mobile {
    max-width: 100%;
    margin-right: 22em;
    padding-left: 0px;
  }

  .mask {
    background-color: #fff;
  }

  .mask-2 {
    background-color: #fff;
  }

  .timeline {
    position: relative;
    overflow: scroll;
    padding-top: 16rem;
    padding-bottom: 19rem;
  }

  .timeline.timeline-mobile {
    position: relative;
    overflow: visible;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }

  .icon-menu {
    display: inline-block;
    max-width: 1em;
    margin-right: 0px;
    margin-left: -19px;
    padding-right: 5px;
    color: #333;
    font-size: 2em;
  }

  .icon-menu2 {
    display: none;
  }

  .navbarteste {
    z-index: 1500;
    padding-top: 1.5rem;
    padding-right: 0.5rem;
    padding-left: 1.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-next2 {
    right: -25px;
    width: 75px;
    margin-bottom: 18px;
    padding-bottom: 0px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .wrapper-next-copy {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0rem;
    padding-bottom: 0rem;
  }

  .line-mobile-new {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 7rem;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #d4b46d;
  }

  .bottom-wines {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .more-wines {
    margin-bottom: 4rem;
  }

  .bottom-title {
    font-size: 2.5em;
    text-align: center;
  }

  .box-more-wines {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-dots {
    display: none;
  }

  .search-2 {
    width: 240px;
  }

  .search-button {
    height: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .lupa {
    display: block;
    width: 20px;
    max-width: 10em;
    margin-right: 12em;
    margin-left: -19.8em;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1em;
    line-height: 1px;
  }

  .searchbar-2 {
    margin-top: 0em;
    margin-right: 0.5rem;
    margin-bottom: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .all-search-2 {
    display: block;
    height: 35px;
    margin-bottom: 0em;
  }

  .search-input-2 {
    height: 35px;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
  }

  .button_pesq-2 {
    margin-right: -12px;
    padding: 13px 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 2px;
  }

  .tabs {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .tab-box.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .button-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    padding-top: 60px;
    padding-bottom: 1.5rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tab-pane {
    width: 100%;
    height: 350px;
    padding-top: 30px;
  }

  .tabs-content {
    height: 350px;
  }

  .div-block {
    position: relative;
    height: 100vh;
  }

  .icon-filtro {
    margin-bottom: 20px;
  }

  .box-wine-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-page {
    padding-bottom: 0rem;
  }

  .home-title {
    z-index: 1100;
  }

  .center-title {
    padding-bottom: 7rem;
  }

  .homepage-title {
    width: 100vw;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 3em;
    line-height: 1.1em;
  }

  .bottom-nav {
    left: auto;
    bottom: 8.5rem;
  }

  .navlink2 {
    margin-bottom: 2rem;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #878787;
    font-size: 1.4em;
    font-weight: 500;
    text-align: center;
  }

  .navlink2.w--current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-bottom-style: solid;
    border-bottom-color: #d4b46d;
    color: #161616;
  }

  .homepagetitle2 {
    width: 100vw;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 3em;
    line-height: 1.1em;
  }

  .wrapper-age {
    display: none;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .text-block-5 {
    margin-bottom: 4rem;
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
  }

  .text-field-2 {
    width: 100%;
  }

  .circulehome {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -80px;
    display: none;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
  }

  .box-banner {
    display: none;
  }

  .banner {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 13, 19, 0.79)), to(rgba(92, 13, 19, 0.79))), url('../images/fundobg.png');
    background-image: linear-gradient(180deg, rgba(92, 13, 19, 0.79), rgba(92, 13, 19, 0.79)), url('../images/fundobg.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-5 {
    padding-top: 2rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-6 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-8 {
    display: block;
    overflow: visible;
    height: 50%;
    max-width: 200em;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .title-banner {
    font-size: 3em;
  }

  .title-banner.color-black {
    margin-right: 1.5rem;
    margin-left: 0rem;
    text-align: right;
  }

  .title-banner.color-black.title2 {
    margin-right: 0rem;
    margin-left: 1.5rem;
    text-align: left;
  }

  .button-banner {
    width: 100%;
    margin-bottom: 1rem;
  }
}

#w-node-_31b6b2ed-40e7-f792-1f36-6fccd2c2be0a-d0363b05 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b687b512-32b0-38ba-7694-b8e0d746e643-d0363b05 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_3d8e04b3-a94b-3551-bb0a-7ac531544a95-d0363b05 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_00cc1cb8-d8a5-fe50-be48-3242d5318fa9-d0363b05 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e003f112-06c5-6fc3-aafe-45cfe65096c5-d0363b05 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-cfbe1e64-45a1-68b9-8513-5eeffcbc133b-d0363b05 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3b8100c7-302f-c0cf-1e3d-02e66869adb6-d0363b05 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-div-block-3-18363b06 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_31b6b2ed-40e7-f792-1f36-6fccd2c2be0a-5f363b0a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9b048d86-e80b-eab8-af0f-1b65475c727b-5f363b0a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_025e50db-9687-b9ab-868c-e7c3eb87aa81-ed363b0b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e270b7ed-5e71-0a82-eef7-25c01a6ddde6-ed363b0b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_025e50db-9687-b9ab-868c-e7c3eb87aa81-5c75ba55 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e270b7ed-5e71-0a82-eef7-25c01a6ddde6-5c75ba55 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bab360af-ee68-8a73-a526-3e9f116591a6-5c75ba55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9f5030d2-13db-c588-71a0-66061b1a0c67-5c75ba55 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00cc1cb8-d8a5-fe50-be48-3242d5318fa9-fc334af1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_124914a9-a42a-beca-d02a-4d0fea84d679-fc334af1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00cc1cb8-d8a5-fe50-be48-3242d5318fa9-c4830c2e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_025e50db-9687-b9ab-868c-e7c3eb87aa81-f70faf8a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e270b7ed-5e71-0a82-eef7-25c01a6ddde6-f70faf8a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_025e50db-9687-b9ab-868c-e7c3eb87aa81-57763f90 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9d588347-1668-27a0-d4f8-90ff6d249ea9-57763f90 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_025e50db-9687-b9ab-868c-e7c3eb87aa81-9f71a624 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e270b7ed-5e71-0a82-eef7-25c01a6ddde6-9f71a624 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-div-block-3-c8bd50b0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Connoisseurs';
  src: url('../fonts/connoisseurs-webfont.woff2') format('woff2'), url('../fonts/connoisseurs-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
