@font-face {
  font-family: Abcarizonamix;
  src: url('../fonts/ABCArizonaMix-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcarizonamix Trial;
  src: url('../fonts/ABCArizonaMix-Light-Trial.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-light: #dbdccd;
  --black: #383838;
  --white: #f3f3f3;
  --medium: #6e6e6e;
  --dark-medium: #b2b89e;
  --dark-green: #26352b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.age-gate-content {
  z-index: 999999;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

._18-background {
  filter: blur(20px);
  background-image: linear-gradient(#26352b87, #26352b87), url('../images/AS-Hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
}

.age-gate {
  z-index: 99999;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #30303000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.age-gate.black {
  z-index: 99999;
  background-color: #30303080;
  display: none;
}

.confirm-age {
  opacity: 1;
  color: var(--dark-light);
  letter-spacing: .2px;
  font-family: Abcarizonamix Trial, Arial, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.confirm-age:hover {
  color: #b2b89e;
}

.button-age {
  text-align: center;
  cursor: auto;
  width: 60.0001%;
  margin-top: 0;
}

.paragraph {
  color: var(--black);
  text-align: left;
  flex-flow: column;
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2em;
  display: block;
}

.paragraph.tex-white {
  color: var(--dark-light);
  font-family: Abcarizonamix, Georgia, sans-serif;
}

.paragraph.tex-white.center {
  color: var(--dark-light);
  margin-top: 0;
}

.paragraph.tex-white.center.black {
  color: var(--white);
}

.paragraph.medium {
  color: #b2b89e;
}

.paragraph.center {
  color: var(--black);
  text-align: center;
  font-family: Abcarizonamix, Georgia, sans-serif;
}

._18 {
  z-index: 600;
  background-image: linear-gradient(#26352b87, #26352b87), url('../images/AS-Hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.pop-up-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: auto;
  background-color: #0000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 520px;
  padding: 0;
  display: flex;
}

.body {
  background-color: var(--white);
}

.language {
  color: var(--dark-medium);
  letter-spacing: .2px;
  margin-right: 0;
  padding: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: .85em;
  font-weight: 300;
  line-height: 1em;
  display: block;
}

.language:hover {
  color: var(--dark-green);
}

.language.w--current {
  text-decoration: none;
  -webkit-text-decoration-color: var(--dark-medium);
  text-decoration-color: var(--dark-medium);
  cursor: none;
}

.language.w--current:hover {
  color: var(--dark-green);
}

.language.gal {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.language.gal.actual:hover, .language.actual:hover {
  color: var(--dark-medium);
}

.navigation-home {
  z-index: 500;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 1em;
  margin-right: 0;
  padding: 30px 0 36px 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-language {
  margin-left: 16px;
}

.div-language.gal {
  align-self: flex-end;
  width: auto;
}

.dropdown {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-item {
  opacity: 1;
  color: var(--dark-medium);
  text-align: right;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  margin-right: 0;
  padding: 0 0 4px;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: opacity .4s, color .4s;
}

.navigation-item:hover {
  opacity: .9;
  color: #26352b;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #444;
  font-weight: 300;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.espace {
  color: #b2b89e;
  margin-right: 4px;
}

.navigation-item.black {
  color: var(--black);
}

.dropdown-list {
  margin-top: 52px;
  right: auto;
}

.dropdown-list.w--open {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: right;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
  right: 0;
}

.navigation-items-bar {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-2 {
  color: var(--dark-medium);
}

.icon-2.gal {
  margin-right: 24px;
}

.navigation-items {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.navigation-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 2em auto auto;
}

.dropdown-toggle {
  padding: 0;
}

.hero {
  background-image: linear-gradient(#26352b87, #26352b87), url('../images/AS-Hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 110vh;
  margin-top: -100px;
  position: static;
  inset: 0%;
}

.top_wrap {
  z-index: 2;
  display: block;
  position: relative;
  overflow: hidden;
}

.top_trigger {
  pointer-events: none;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.div-hero {
  flex-flow: column;
  order: 0;
  display: flex;
}

.code-embed {
  width: 420px;
  position: static;
}

.container-hero {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.gap-4.horizontal {
  flex-flow: row;
}

.gap-4.horizontal.center {
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.link {
  color: var(--dark-light);
  letter-spacing: .2px;
  cursor: pointer;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.link:hover {
  color: #b2b89e;
}

.link.w--current {
  cursor: none;
}

.link.w--current:hover {
  color: #dbdccd;
}

.link.disabled {
  color: #a0a0a0;
  cursor: pointer;
  font-family: Abcarizonamix, Georgia, sans-serif;
  text-decoration: none;
}

.link.disabled:hover {
  color: #dbdccd;
}

.link.text-black {
  color: var(--black);
  cursor: pointer;
  font-family: Abcarizonamix, Georgia, sans-serif;
}

.link.text-black:hover {
  color: var(--dark-medium);
}

.link.m {
  color: var(--dark-light);
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 1em;
  line-height: 1.1em;
}

.link.actual {
  cursor: none;
  font-family: Abcarizonamix, Georgia, sans-serif;
  text-decoration: none;
}

.link.actual:hover {
  color: var(--dark-light);
}

.air {
  background-image: linear-gradient(#0003, #0003), url('../images/AS-02.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 90vh;
  margin-top: -100px;
  position: static;
  inset: 0%;
}

.air.historia {
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_221.jpg');
  background-position: 80%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.air.terroir {
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_101.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-footer {
  z-index: 1;
  background-color: #26352b;
  width: 100%;
  height: 660px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8em;
  padding-bottom: 2em;
  position: fixed;
  bottom: 0;
}

.content-wrapper {
  z-index: 2;
  background-color: #f3f3f3;
  flex-flow: column;
  margin-bottom: 660px;
  display: flex;
  position: relative;
}

.content-wrapper.dark-medium {
  background-color: #dbdccd;
}

.scroll-wrap {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.sticky-parent {
  width: 100%;
  height: 400vh;
}

.code-embed-footer {
  width: 220px;
  position: absolute;
}

.h2 {
  color: #444;
  max-width: 14ch;
  font-family: Abcarizonamix Trial, Arial, sans-serif;
  font-size: 2em;
  line-height: 2rem;
}

.h2.text-white {
  color: #444;
  max-width: none;
  font-family: Abcarizonamix Trial, Arial, sans-serif;
  font-size: 2em;
  line-height: 2rem;
}

.h2.center {
  max-width: none;
  color: var(--black);
  text-align: center;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-weight: 300;
}

.h2.cookies {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-weight: 300;
}

.d-122-color-overlay {
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h4 {
  color: var(--dark-light);
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1rem;
}

.h4.text-black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
}

.h4.text-black.center {
  align-self: center;
}

.gap-target {
  z-index: 100;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 160px;
  margin-left: 3em;
  display: flex;
  position: absolute;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 1.5fr 1fr 1fr;
  grid-auto-columns: .75fr;
  place-items: start;
  height: 100%;
  display: grid;
}

.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.gap-16.gracias {
  justify-content: center;
  align-items: center;
}

.text-sm {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
}

.text-sm.fade.text-grey {
  color: var(--medium);
  letter-spacing: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 1.1em;
  line-height: 1.2;
}

.text-sm.fade.text-white {
  color: var(--black);
  letter-spacing: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 1.1em;
  line-height: 1.2;
}

.section-lagar-terroir {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9em;
  padding-bottom: 9em;
  display: flex;
}

.img-child {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-historia {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  padding-left: 3em;
  display: flex;
}

.container-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  margin-top: 0;
  display: flex;
}

.link-block {
  cursor: pointer;
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_11.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 480px;
  margin-left: 1px;
  margin-right: 2px;
  display: block;
  position: relative;
}

.link-block._2 {
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_143.jpg');
  background-position: 50%;
  background-size: cover;
  width: 380px;
  height: 480px;
}

.watch-scroll {
  width: 26rem;
}

.container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.parent {
  position: relative;
}

.parent.pad-top {
  padding-top: .25em;
}

.div-hover {
  z-index: 8888888;
  flex-flow: column;
  display: none;
  position: absolute;
  inset: auto 0% 2.2em 1.8em;
}

.div-hover.home {
  display: flex;
  position: absolute;
  bottom: 3em;
  left: 2em;
}

.mobile-section {
  background-color: #222;
  display: none;
}

.info-historia {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide {
  aspect-ratio: 2;
  background-color: #e9e9e9;
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_123.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 40vw;
  height: 740px;
}

.slide._3 {
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_58.jpg');
  width: 460px;
  height: 600px;
}

.slide._5 {
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_93.jpg');
  width: 460px;
  height: 600px;
}

.slide._4 {
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_135.jpg');
  width: 460px;
  height: 600px;
}

.slide._2 {
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_1.jpg');
  width: 460px;
  height: 600px;
}

.slide._1 {
  width: 460px;
  height: 600px;
}

.slide._6 {
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_34.jpg');
  width: 460px;
  height: 600px;
}

.slide._7 {
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_170.jpg');
  width: 460px;
  height: 600px;
}

.scroll_trigger {
  pointer-events: none;
  height: 100vh;
  min-height: auto;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.m {
  opacity: 1;
  color: #dbdccd;
  letter-spacing: .2px;
  font-family: Abcarizonamix Trial, Arial, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.m.medium {
  opacity: 100;
  color: #a0a0a0;
  font-size: 1.1em;
}

.m.black {
  opacity: 100;
  color: var(--black);
  margin-top: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 1.1em;
  line-height: 1.2rem;
  display: block;
}

.m.black.center {
  text-align: center;
  line-height: 1.1em;
}

.m.black {
  opacity: 100;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 1.1em;
  line-height: 1.2rem;
  display: block;
}

.m.black.caps {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  text-decoration: none;
  position: static;
  inset: auto 0% 1.5em 1em;
}

.m.grey {
  color: var(--medium);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 1.1em;
}

.logo-link {
  z-index: 0;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.container-15 {
  padding-right: 2em;
}

.slider-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: auto;
  margin-bottom: 0;
  padding-bottom: 9em;
  display: flex;
  overflow: clip;
}

.slider-wrapper {
  width: 100%;
  padding-left: calc(30vw - 1rem);
  display: flex;
}

.img-historia {
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_01.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 100vh;
}

.description-product {
  width: 60%;
  margin-bottom: 24px;
}

.h5 {
  color: var(--dark-medium);
  letter-spacing: .2px;
  cursor: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: .75em;
  font-weight: 300;
  line-height: 1rem;
}

.h5:hover {
  color: #b2b89e;
}

.h5.link-2 {
  color: var(--dark-medium);
  cursor: pointer;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: .75em;
  line-height: 1rem;
}

.h5.link-2:hover {
  color: #b2b89e;
}

.container-2 {
  height: auto;
  display: flex;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.product-title {
  margin-bottom: 16px;
}

.slide-w {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.l-image {
  opacity: 1;
  color: #dbdccd;
  letter-spacing: .2px;
  font-family: Abcarizonamix Trial, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
}

.icon-3 {
  color: #b2b89e;
}

.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.gap-8.first.eventos {
  order: -9999;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
}

.gap-8.first.eventos.center {
  align-self: center;
}

.page-wrapper {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 8rem 4rem 4rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.col.bg-colour {
  z-index: 4;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
}

.paragraph-smaller {
  color: var(--dark-light);
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1em;
}

.paragraph-smaller.center {
  text-align: center;
}

.paragraph-smaller.black {
  color: #444;
}

.scroll-text-parent {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.scroll-text-parent.two {
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text-parent.two.text-white.rel {
  position: relative;
}

.scroll-text-parent.two.text-white {
  grid-row-gap: 0rem;
  width: 60%;
}

.scroll-text-parent.three {
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text-parent.three.text-white.rel {
  position: relative;
}

.scroll-text-parent.three.text-white {
  grid-row-gap: 0rem;
  width: 60%;
}

.scroll-text-parent.one.text-white {
  grid-row-gap: 0rem;
  width: 60%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.img-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-whipe.one {
  z-index: 3;
}

.img-whipe.one.mobile {
  position: relative;
}

.img-whipe.two {
  z-index: 2;
}

.img-whipe.two.mobile {
  position: relative;
}

.img-whipe.three {
  z-index: 1;
}

.img-whipe.three.mobile {
  position: relative;
}

.dropdown-toggle-2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.img-scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-scroll.img-three {
  background-image: url('../images/Hero_01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.img-scroll.img-one {
  background-image: url('../images/Hero_03.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.img-scroll._2 {
  background-image: url('../images/AngelSequeiros_Lias_web.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-scroll._3 {
  background-image: url('../images/Quinta_Gaviñeira_blanco_web.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-scroll._1 {
  background-image: url('../images/AngelSequeiros_Foudre_web.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-scroll.img-two {
  background-image: url('../images/Hero_02.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.navigation-product {
  z-index: 500;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 2em;
  margin-right: 2em;
  padding: 30px 0 36px 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-link-2 {
  z-index: 0;
}

.logo-link-2:hover {
  opacity: .8;
}

.logo-link-2:active {
  opacity: .7;
}

.code-embed-header {
  width: 220px;
  position: absolute;
}

.load-historia {
  z-index: 800;
  background-color: #dbdccd;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.scroll_section {
  z-index: 1;
  text-align: center;
  visibility: hidden;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll_section.is-active {
  z-index: 1;
  visibility: visible;
}

.scroll_section.is-active.full {
  z-index: 10;
}

.scroll_wrap {
  height: 100svh;
  position: relative;
}

.scroll_text {
  max-width: 52ch;
  color: var(--black);
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.image-14 {
  max-width: 470px;
}

.scroll_title {
  max-width: 8.8ch;
  color: var(--dark-medium);
  letter-spacing: -.08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: min(8rem, 18vw);
  font-weight: 300;
  line-height: .9;
}

.container-16 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.logo-link-3 {
  z-index: 0;
}

.logo-link-3:hover {
  opacity: .8;
}

.logo-link-3:active {
  opacity: .7;
}

.icon-4 {
  color: #b2b89e;
}

.section-14 {
  z-index: 3;
  margin-bottom: 8em;
  position: relative;
}

.teaser-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.teaser-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  display: flex;
}

.image-9 {
  width: 460px;
  height: auto;
}

.container-terroir {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gap-4-hero {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.p-teaser-img-wrap {
  height: auto;
  min-height: 100vh;
  position: sticky;
  top: 0;
  bottom: 5vh;
  overflow: hidden;
}

.img-hero {
  background-image: url('../images/AS-Hero.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.img-hero.terroir {
  background-image: linear-gradient(#0003, #0003), url('../images/AS-Hero_Terroir.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-hero.lagar {
  z-index: 9;
  background-image: linear-gradient(#00000040, #00000040), url('../images/AS-Hero_Lagar.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  order: -9999;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-9 {
  width: 70%;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._5 {
  z-index: 2;
}

.teaser-img._6 {
  z-index: 1;
}

.teaser-img._4 {
  z-index: 3;
}

.teaser-img._9 {
  z-index: 2;
}

.teaser-img._8 {
  z-index: 3;
}

.teaser-img._10 {
  z-index: 1;
}

.teaser-img._7 {
  z-index: 4;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-30 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-wrapper {
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_01.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.img-wrapper.terroir {
  background-image: none;
  width: 460px;
  height: 600px;
  overflow: hidden;
}

.img-wrapper.terroir.s {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  display: flex;
}

.img-wrapper.historia {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: 470px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teaser-copy {
  max-width: 470px;
  padding-right: 0%;
}

.container-text-terroir {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: none;
  height: auto;
  min-height: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.teaser-column {
  width: 50%;
  margin-right: 0;
  padding-right: 0;
  position: relative;
}

.h1 {
  color: #dbdccd;
  text-transform: none;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 2.5rem;
}

.div-block-14 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 940px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.teaser-section {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.teaser-copy-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-right: 0;
  display: flex;
}

.teaser-img-tablet-down {
  display: none;
}

.container-events {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-5 {
  color: #b2b89e;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.background-video {
  width: 440px;
  height: 460px;
}

.section-eventos {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-color: #dbdccd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 9em;
  padding-bottom: 9em;
  display: flex;
}

.div-block-11 {
  width: 320px;
  margin-top: 1em;
  margin-bottom: 0;
  margin-left: 0;
}

.s {
  color: #dbdccd;
  letter-spacing: .2px;
  font-family: Abcarizonamix Trial, Arial, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.s.green {
  color: #b2b89e;
}

.s.green.center {
  align-self: center;
  font-family: Abcarizonamix, Georgia, sans-serif;
}

.section {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 9em;
  padding-bottom: 9em;
  display: flex;
}

.div-block-31 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.air-lagar {
  background-image: linear-gradient(#0003, #0003), url('../images/BODEGA-ANGEL-SEQUERIOS_141.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 90vh;
  margin-top: -100px;
  position: static;
  inset: 0%;
}

.icon-6 {
  color: #b2b89e;
}

.logo-link-4 {
  z-index: 0;
}

.logo-link-4:hover {
  opacity: .8;
}

.logo-link-4:active {
  opacity: .7;
}

.code-embed-header-black {
  color: #444;
  width: 220px;
  position: absolute;
}

.navigation-producto {
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 30px 0 30px 2em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.product-image.foudre {
  background-image: url('../images/AngelSequeiros_Foudre_web.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.product-image.lias {
  background-image: url('../images/AngelSequeiros_Lias_web.jpg');
}

.product-image.quinta {
  background-image: url('../images/Quinta_Gaviñeira_blanco_web.jpg');
}

.link-2 {
  color: #dbdccd;
  letter-spacing: .2px;
  font-family: Abcarizonamix Trial, Arial, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.link-2:hover {
  color: #b2b89e;
}

.link-2.w--current {
  cursor: none;
}

.link-2.w--current:hover {
  color: #dbdccd;
}

.link-2.text-darkmedium {
  color: #b2b89e;
  font-size: 1em;
  line-height: 1.2em;
}

.link-2.text-black {
  color: #444;
  cursor: pointer;
}

.link-2.text-black:hover {
  color: #b2b89e;
}

.wrap-cata {
  margin-top: 2em;
}

.button-add {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  background-color: #dbdccd;
  border-radius: 0 8px 8px 0;
  padding: 1.5em 1em;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-add:hover {
  color: #f3f3f3;
  text-transform: none;
  background-color: #26352b;
  transition-property: none;
}

.button-add:active {
  background-color: #43464d;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.tab-text {
  color: #dbdccd;
  letter-spacing: .2px;
  font-family: Abcarizonamix Trial, Arial, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.tab-text.medium {
  color: var(--medium);
  font-family: Abcarizonamix, Georgia, sans-serif;
  text-decoration: none;
}

.tab-text.medium:hover {
  color: #444;
  text-decoration: underline;
}

.tab-text.medium:lang(es-es) {
  color: #444;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.card {
  background-color: #fff;
  border-top: 1px #000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-left: 1em;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.tabs-content {
  margin-top: 1em;
}

.cart {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-left: 0;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.tab-link {
  opacity: .5;
  color: #a0a0a0;
  background-color: #0000;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link:hover {
  color: #b2b89e;
}

.tab-link.w--current {
  opacity: 100;
  color: #a0a0a0;
  background-color: #0000;
  text-decoration: underline;
  transition-property: none;
}

.section-product {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-product.cc-product-detail {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 50vh;
}

.wrap-img-product {
  background-image: url('../images/AngelSequeiros_Foudre_web.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 70vh;
}

.wrap-img-product._1 {
  height: 50vh;
}

.wrap-img-product._2 {
  background-image: url('../images/AngelSequeiros_Lias_web.jpg');
  height: 50vh;
}

.wrap-img-product._3 {
  background-image: url('../images/Quinta_Gaviñeira_blanco_web.jpg');
  height: 50vh;
}

.section-shop {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 100vh;
  padding-top: 2.5em;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.div-block-18 {
  align-self: flex-start;
  width: 420px;
  margin-top: 2.6em;
  margin-left: 2em;
}

.product_price {
  color: #dbdccd;
  letter-spacing: .2px;
  font-family: Abcarizonamix Trial, Arial, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.product_price.grey {
  color: var(--medium);
  margin-left: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: .9em;
  line-height: 1.2em;
}

.link-foudre, .link-lias {
  cursor: pointer;
  position: relative;
}

.link-quinta {
  cursor: pointer;
}

.gap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.gap.horizontal {
  flex-flow: row;
}

.gap.horizontal.center {
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.banner-cookies {
  z-index: 98000;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #dbdccd;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 24px 16px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-3 {
  color: #dbdccd;
  letter-spacing: .2px;
  font-family: Abcarizonamix Trial, Arial, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.link-3:hover {
  color: #b2b89e;
}

.link-3.w--current {
  cursor: none;
}

.link-3.w--current:hover {
  color: #dbdccd;
}

.link-3.text-black {
  color: #444;
  cursor: pointer;
}

.link-3.text-black:hover {
  color: #b2b89e;
}

.padding-16 {
  color: var(--black);
  margin-top: 16px;
  padding-top: 0;
}

.gap-footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-list-4 {
  margin-top: 56px;
  display: none;
}

.section-privacidad {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 9em 6em 9em 2em;
  display: flex;
}

.image-17 {
  width: 100%;
  max-width: none;
}

.this-year {
  color: var(--dark-medium);
  letter-spacing: .2px;
  cursor: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: .75em;
  font-weight: 300;
  line-height: 1rem;
}

.this-year:hover {
  color: #b2b89e;
}

.this-year.link-2 {
  color: var(--dark-medium);
  cursor: pointer;
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: .75em;
  line-height: 1rem;
}

.this-year.link-2:hover {
  color: #b2b89e;
}

.div-copyright {
  display: flex;
}

.margin_4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.navigation-historia, .navigation-quinta, .navigation-lagar, .navigation-tenda {
  z-index: 500;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 2em;
  margin-right: 2em;
  padding: 30px 0 36px 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.content-gracias {
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .age-gate-content {
    z-index: 999999;
    cursor: auto;
    background-color: #0000;
    max-width: 460px;
    display: flex;
    inset: 0%;
  }

  ._18-background {
    z-index: 9999999;
    filter: blur(40px);
    background-image: linear-gradient(#26352b87, #26352b87), url('../images/AS-Hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: static;
  }

  .age-gate {
    z-index: 99999;
    display: none;
    inset: 0%;
  }

  .age-gate.black {
    background-color: #30303080;
  }

  .confirm-age {
    opacity: 100;
    color: #dbdccd;
    text-align: center;
    cursor: pointer;
    object-fit: contain;
    margin-top: 0;
    position: static;
    inset: 0%;
  }

  .confirm-age:hover, .confirm-age:active, .confirm-age:focus {
    color: #b2b89e;
  }

  .button-age {
    margin-top: 0;
  }

  .paragraph {
    color: var(--black);
  }

  .paragraph.tex-white.center {
    margin-top: 0;
  }

  .paragraph.tex-white.center.black {
    color: var(--white);
  }

  ._18 {
    z-index: 600;
    background-image: linear-gradient(#26352b87, #26352b87), url('../images/AS-Hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
  }

  .pop-up-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 520px;
    padding: 0;
  }

  .language {
    color: var(--dark-medium);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: .85em;
  }

  .div-language {
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .dropdown {
    z-index: 2;
    justify-content: space-between;
    align-items: flex-end;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navigation-item {
    cursor: pointer;
  }

  .dropdown-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ddd;
    margin-top: 24px;
  }

  .dropdown-list.w--open {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-end;
    margin-top: 16px;
    padding-top: 4px;
    display: flex;
    inset: auto 0 auto auto;
    overflow: visible;
  }

  .icon-2 {
    color: #b2b89e;
    margin-right: 0;
    font-family: Abcarizonamix Trial, Arial, sans-serif;
    position: static;
  }

  .icon-2.gal {
    margin-right: 4px;
  }

  .dropdown-toggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0;
    display: flex;
  }

  .top_wrap {
    align-self: stretch;
  }

  .code-embed {
    width: 460px;
  }

  .container-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .link {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .link.disabled {
    color: var(--medium);
  }

  .air {
    height: 80vh;
  }

  .section-footer {
    padding-top: 8em;
  }

  .h2.text-white {
    font-weight: 300;
  }

  .dropdown-list-2 {
    background-color: #ddd;
  }

  .dropdown-list-2.w--open {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8px;
    display: flex;
  }

  .d-122-color-overlay {
    background-color: #0000004d;
  }

  .gap-target {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-left: 2em;
    display: flex;
  }

  .gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .section-lagar-terroir {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .img-child {
    cursor: pointer;
  }

  .section-historia {
    padding-left: 0;
  }

  .container-text {
    flex-flow: column;
    width: 50%;
    height: auto;
  }

  .link-block {
    background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_11.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    min-width: 500px;
    max-width: none;
    height: 740px;
  }

  .link-block:hover {
    opacity: 1;
  }

  .link-block._2 {
    background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_143.jpg');
    width: auto;
    height: 740px;
  }

  .parent {
    flex-flow: column;
    display: flex;
  }

  .parent.pad-top {
    padding-top: .25rem;
  }

  .div-hover {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
    left: 1.8em;
  }

  .div-hover.home {
    z-index: 500;
  }

  .info-historia {
    width: 50%;
    padding-left: 3em;
    padding-right: 4em;
  }

  .slide._3, .slide._5 {
    width: 500px;
    height: 740px;
  }

  .slide._4 {
    background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_135.jpg');
    width: 500px;
    height: 740px;
  }

  .slide._2, .slide._1 {
    width: 500px;
    height: 740px;
  }

  .slide._6 {
    background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_34.jpg');
    width: 500px;
    height: 740px;
  }

  .slide._7 {
    background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_170.jpg');
    width: 500px;
    height: 740px;
  }

  .scroll_trigger {
    height: 100vh;
  }

  .m {
    opacity: 100;
    position: static;
  }

  .m.medium {
    opacity: 1;
    font-size: 1em;
    line-height: 1.1em;
  }

  .m.black {
    opacity: 100;
    opacity: 100;
    color: var(--black);
  }

  .m.grey {
    color: var(--medium);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.1em;
  }

  .slider-section {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10em;
  }

  .slider-wrapper {
    height: 740px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .img-historia {
    width: 50%;
    margin-left: auto;
  }

  .h5.link-2 {
    font-size: .75em;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .dropdown-2 {
    z-index: 2;
    width: 70px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-w {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-3 {
    color: #b2b89e;
    margin-right: 0;
    font-family: Abcarizonamix Trial, Arial, sans-serif;
  }

  .col.bg-colour {
    justify-content: center;
    align-items: center;
  }

  .paragraph-smaller.center {
    text-align: center;
  }

  .dropdown-toggle-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    padding: 0;
    display: flex;
  }

  .body-dark {
    background-color: var(--dark-light);
  }

  .navigation-product {
    z-index: 9000;
  }

  .load-historia {
    z-index: 3;
    background-color: #dbdccd;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .div-block-29 {
    overflow: hidden;
  }

  .scroll_section.is-active {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .scroll_section.is-active.full {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-14 {
    width: auto;
    height: auto;
  }

  .dropdown-en {
    z-index: 2;
    width: 70px;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-4 {
    color: #b2b89e;
    margin-right: 0;
    font-family: Abcarizonamix Trial, Arial, sans-serif;
  }

  .section-14 {
    margin-bottom: 9em;
  }

  .teaser-grid {
    display: flex;
  }

  .image-9 {
    width: 100%;
  }

  .gap-4-hero {
    align-self: center;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }

  .img-wrapper.terroir {
    width: 500px;
    height: 740px;
  }

  .img-wrapper.terroir.s {
    width: 500px;
    height: 740px;
    overflow: hidden;
  }

  .img-wrapper.historia {
    height: auto;
  }

  .teaser-copy {
    max-width: 530px;
  }

  .container-text-terroir {
    flex-flow: column;
    width: auto;
    max-width: 940px;
    min-height: auto;
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .div-block-14 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .teaser-section {
    margin-bottom: 0;
  }

  .icon-5 {
    color: #b2b89e;
    margin-right: 0;
    font-family: Abcarizonamix Trial, Arial, sans-serif;
  }

  .background-video {
    width: 440px;
    height: 460px;
  }

  .div-block-11 {
    width: 320px;
    margin-top: .125em;
  }

  .image-15 {
    width: auto;
    height: auto;
  }

  .air-lagar {
    background-image: linear-gradient(#0000, #0000), url('../images/BODEGA-ANGEL-SEQUERIOS_141.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 80vh;
  }

  .icon-6 {
    color: #b2b89e;
    margin-right: 0;
    font-family: Abcarizonamix Trial, Arial, sans-serif;
  }

  .navigation-producto {
    padding-left: 2em;
  }

  .product-image.lias {
    background-image: url('../images/AngelSequeiros_Lias_web.jpg');
  }

  .product-image.quinta {
    background-image: url('../images/Quinta_Gaviñeira_blanco_web.jpg');
  }

  .link-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .link-2.text-black {
    color: var(--medium);
    font-family: Abcarizonamix, Georgia, sans-serif;
  }

  .button-add {
    color: var(--black);
  }

  .button-add:hover {
    color: #f3f3f3;
    background-color: #26352b;
  }

  .tab-text.medium {
    color: var(--medium);
  }

  .product-details-wrap {
    margin-left: 6em;
    padding-left: 0;
  }

  .grid, .wrap-img-product._1, .wrap-img-product._2, .wrap-img-product._3 {
    height: 70vh;
  }

  .product_price.grey {
    margin-top: 0;
    margin-left: 0;
    font-size: .9em;
  }

  .link-quinta {
    position: relative;
  }

  .banner-cookies {
    z-index: 98000000;
    display: none;
  }

  .link-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .dropdown-list-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
    display: flex;
    position: absolute;
  }

  .dropdown-list-4 {
    display: none;
  }

  .section-privacidad {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .this-year.link-2 {
    font-size: .75em;
  }

  .navigation-historia, .navigation-quinta, .navigation-lagar, .navigation-tenda {
    z-index: 9000;
  }
}

@media screen and (max-width: 991px) {
  .age-gate-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: auto;
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  ._18-background {
    justify-content: center;
    align-items: center;
    width: 110vw;
    height: 110vh;
    display: flex;
  }

  .age-gate {
    z-index: 999999;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #30303000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .age-gate.black {
    background-color: #30303080;
    display: none;
  }

  .confirm-age:hover {
    text-decoration: underline;
  }

  .button-age {
    width: auto;
    padding: 8px;
  }

  .paragraph {
    padding-right: 0;
  }

  .paragraph.tex-white {
    color: var(--dark-light);
  }

  .paragraph.tex-white.center.black {
    color: var(--white);
  }

  .paragraph.center {
    color: var(--black);
  }

  ._18 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .pop-up-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navigation-home {
    margin-left: 1em;
    padding: 25px 1em 25px 0;
  }

  .div-language {
    cursor: pointer;
    width: auto;
  }

  .dropdown {
    width: auto;
  }

  .navigation-item {
    text-align: center;
    background-color: #0000;
    height: auto;
    padding: 0;
    transition: opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #0000;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.espace {
    padding-left: 0;
    padding-right: 0;
    line-height: 1rem;
  }

  .navigation-item.espace:hover {
    background-color: #0000;
  }

  .navigation-item.black {
    line-height: 1rem;
  }

  .navigation-item.black:hover {
    background-color: #0000;
    line-height: 1rem;
  }

  .menu-button {
    padding: 0;
    font-size: .9em;
    line-height: 1rem;
  }

  .menu-button.w--open, .navigation-items-bar {
    background-color: #0000;
  }

  .navigation-items {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #0000;
  }

  .navigation-wrap {
    margin-right: 1em;
    right: 1em;
  }

  .code-embed {
    width: 360px;
  }

  .gap-4.horizontal.center {
    align-self: stretch;
  }

  .link {
    color: var(--dark-light);
  }

  .link.disabled {
    color: var(--medium);
  }

  .link.text-black {
    color: var(--black);
    text-align: left;
  }

  .link.text-black:hover {
    color: var(--dark-medium);
  }

  .section-footer {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper {
    margin-bottom: 624px;
    overflow: hidden;
  }

  .sticky-parent {
    display: none;
  }

  .h2.text-white {
    max-width: none;
  }

  .h2.center {
    max-width: none;
    color: var(--black);
    font-weight: 300;
  }

  .h2.cookies {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .d-122-color-overlay {
    opacity: .25;
  }

  .h4.text-black {
    color: var(--black);
    text-decoration: none;
  }

  .gap-target {
    margin-left: 2rem;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: 52px auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: .25fr;
  }

  .gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .gap-16.gracias {
    justify-content: center;
    align-items: center;
  }

  .link-block-4 {
    text-decoration: none;
  }

  .text-sm.fade.text-grey {
    color: var(--medium);
    font-weight: 300;
  }

  .text-sm.fade.text-white {
    color: var(--black);
    font-weight: 300;
    line-height: 1.1;
  }

  .section-lagar-terroir {
    padding: 9em 2em;
  }

  .section-historia {
    background-color: #0000;
    flex-flow: column;
    padding-left: 0;
  }

  .container-text {
    width: 60%;
  }

  .link-block {
    width: auto;
    min-width: 340px;
    max-width: 400px;
    height: 560px;
  }

  .link-block._2 {
    width: auto;
    height: 560px;
  }

  .watch-scroll {
    width: 301100%;
  }

  .container {
    width: auto;
    margin-top: 9rem;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 0 0 3rem;
  }

  .parent.pad-top {
    padding-top: .25rem;
  }

  .div-hover {
    width: auto;
    display: flex;
    position: absolute;
    bottom: 1.8em;
    left: 1.2em;
  }

  .div-hover.home {
    bottom: 2.5em;
  }

  .mobile-section {
    background-color: #0000;
    display: block;
  }

  .info-historia {
    order: 9999;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2.5em 2em 9em;
  }

  .slide._3, .slide._5, .slide._4, .slide._2, .slide._1, .slide._6, .slide._7 {
    width: 400px;
    height: 560px;
  }

  .m {
    font-size: 1.1em;
  }

  .m.black {
    text-align: left;
    text-align: left;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .container-15 {
    max-width: none;
    margin-left: 0;
  }

  .slider-section {
    margin-bottom: 0;
    padding-bottom: 9em;
  }

  .img-historia {
    width: 100vw;
  }

  .description-product {
    width: 80%;
  }

  .container-2 {
    max-width: none;
    height: 600px;
  }

  .l-image {
    color: var(--dark-light);
  }

  .gap-8.first.eventos {
    width: 89%;
    margin-bottom: 2em;
  }

  .gap-8.first.eventos.center {
    justify-content: space-between;
    align-items: center;
  }

  .col {
    padding: 0 2rem;
  }

  .col.div-hide {
    padding: 2.5em 2em 6em;
  }

  .col.bg-colour {
    padding-left: 2rem;
  }

  .scroll-text-parent.two.text-white.rel, .scroll-text-parent.three.text-white.rel, .scroll-text-parent.one.text-white {
    width: 80%;
  }

  .img-scroll.img-three, .img-scroll.img-one, .img-scroll.img-two {
    background-image: none;
  }

  .navigation-product {
    margin-left: 2em;
    padding: 25px 1em 25px 0;
  }

  .logo-link-2 {
    height: auto;
  }

  .logo-link-2.w--current {
    flex: 1;
  }

  .load-historia {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .image-14 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container-16 {
    width: auto;
    margin-top: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 2rem 0 3rem;
  }

  .logo-link-3.w--current {
    flex: 1;
  }

  .section-14 {
    margin-bottom: 0;
    padding-bottom: 9em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .teaser-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .image-9 {
    width: auto;
    height: auto;
  }

  .container-terroir {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .gap-4-hero {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-13 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: auto;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .div-block-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
  }

  .img-wrapper.terroir {
    width: auto;
    height: 560px;
  }

  .img-wrapper.terroir.s {
    height: 560px;
    overflow: hidden;
  }

  .img-wrapper.historia {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .teaser-copy {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 6em;
  }

  .container-text-terroir {
    width: 60%;
  }

  .teaser-column {
    width: 100%;
  }

  .div-block-14 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-img-tablet-down.terroir {
    width: 100%;
  }

  .container-events {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .background-video {
    width: 340px;
    height: 360px;
  }

  .section-eventos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    padding: 9em 2rem;
  }

  .div-block-11 {
    width: 280px;
  }

  .s.green.center {
    color: var(--dark-medium);
    align-self: center;
  }

  .section {
    min-height: auto;
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .logo-link-4 {
    height: auto;
  }

  .logo-link-4.w--current {
    flex: 1;
  }

  .navigation-producto {
    padding: 25px 30px;
  }

  .product-image {
    width: 100%;
    height: 80vh;
    margin-bottom: 40px;
  }

  .product-image.foudre {
    margin-bottom: 0;
  }

  .product-image.lias {
    background-image: url('../images/AngelSequeiros_Lias_web.jpg');
  }

  .product-image.quinta {
    background-image: url('../images/Quinta_Gaviñeira_blanco_web.jpg');
  }

  .link-2 {
    height: auto;
  }

  .link-2.text-black {
    text-align: left;
  }

  .button-add {
    justify-content: center;
  }

  .product-informations {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    display: flex;
  }

  .product-details-wrap {
    text-align: center;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2.5em 2em 9em;
  }

  .cart {
    margin-left: 0;
    margin-right: 8px;
  }

  .section-product.cc-product-detail {
    flex-direction: column;
    height: auto;
  }

  .div-block-18 {
    margin-left: 2em;
  }

  .link-foudre, .link-lias, .link-quinta {
    position: relative;
  }

  .gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .gap.horizontal.center {
    align-self: stretch;
  }

  .banner-cookies {
    z-index: 98000;
    display: none;
  }

  .link-3.text-black, .padding-16 {
    text-align: left;
  }

  .gap-footer {
    margin-top: 16em;
  }

  .section-privacidad {
    padding: 9em 6em 9em 2em;
  }

  .navigation-historia, .navigation-quinta, .navigation-lagar, .navigation-tenda {
    margin-left: 2em;
    padding: 25px 1em 25px 0;
  }

  .content-gracias {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 540px;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .age-gate-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .age-gate {
    z-index: 999999;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #30303000;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .age-gate.black {
    background-color: #30303080;
    display: none;
  }

  .confirm-age {
    color: #b2b89e;
    text-align: center;
  }

  .button-age {
    width: auto;
    padding-right: 16px;
  }

  .paragraph {
    color: var(--black);
  }

  .paragraph.tex-white {
    color: var(--dark-light);
  }

  .paragraph.tex-white.center.black {
    color: var(--white);
  }

  .paragraph.center {
    color: var(--black);
    padding-right: 0;
  }

  ._18 {
    display: none;
  }

  .pop-up-item {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .language {
    color: var(--dark-medium);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .language:hover {
    color: var(--dark-green);
  }

  .navigation-home {
    margin-left: 1em;
    margin-right: 1em;
    padding: 20px 0;
  }

  .div-language {
    margin-top: 4px;
  }

  .navigation-item.black {
    line-height: 1rem;
  }

  .navigation-item.black:hover {
    background-color: #0000;
  }

  .dropdown-list {
    background-color: #0000;
    align-self: auto;
  }

  .dropdown-list.w--open {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 56px;
    display: flex;
    right: 0;
  }

  .icon-2:hover {
    color: var(--dark-green);
  }

  .navigation-items {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    font-size: 1em;
    line-height: 1rem;
  }

  .navigation-wrap {
    align-self: flex-start;
    margin-top: 2.6rem;
    margin-right: 0;
    right: 2em;
  }

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

  .div-hero {
    justify-content: space-between;
    align-items: center;
  }

  .code-embed {
    width: 300px;
  }

  .gap-4 {
    align-self: flex-start;
  }

  .gap-4.horizontal.center {
    text-align: center;
    align-self: stretch;
  }

  .gap-4.gracias {
    justify-content: center;
    align-items: center;
  }

  .link {
    color: var(--dark-light);
    text-align: left;
  }

  .link:hover {
    color: var(--dark-medium);
  }

  .link.disabled {
    color: var(--medium);
  }

  .link.text-black {
    color: var(--black);
  }

  .link.text-black:hover {
    color: var(--dark-medium);
  }

  .air.historia {
    background-position: 60%;
  }

  .section-footer {
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 9em;
    padding-bottom: 6em;
  }

  .content-wrapper {
    margin-bottom: 70vh;
  }

  .code-embed-footer {
    text-align: left;
    width: 280px;
    height: auto;
    position: static;
  }

  .h2.center {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
  }

  .h2.cookies {
    max-width: none;
  }

  .d-122-color-overlay {
    opacity: .2;
    display: block;
  }

  .h4.text-black {
    color: var(--black);
  }

  .gap-target {
    margin-left: 2rem;
  }

  .footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .gap-16 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .gap-16.gracias {
    justify-content: space-between;
    align-items: center;
  }

  .link-block-4 {
    text-decoration: none;
  }

  .text-sm.fade.text-grey {
    color: var(--medium);
  }

  .text-sm.fade.text-white {
    color: var(--black);
  }

  .section-lagar-terroir {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .section-historia {
    flex-flow: column;
    padding-left: 0;
  }

  .container-text {
    width: 400px;
  }

  .link-block {
    width: 400px;
    height: 600px;
  }

  .link-block._2 {
    width: 400px;
    min-width: auto;
    max-width: none;
  }

  .watch-scroll {
    width: 100%;
  }

  .container {
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .parent.pad-top {
    padding-top: .25rem;
    padding-right: 18rem;
  }

  .div-hover {
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
  }

  .div-hover.home {
    bottom: 1.5em;
    left: 1em;
  }

  .mobile-section {
    background-color: #0000;
  }

  .info-historia {
    order: 9999;
    width: auto;
    height: auto;
    margin: 0;
    padding: 2.5em 2em 9em;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .slide._3, .slide._5, .slide._4, .slide._2, .slide._1 {
    width: 400px;
    height: 600px;
  }

  .slide._6, .slide._7 {
    height: 600px;
  }

  .m {
    text-align: left;
    font-size: 1.1em;
  }

  .logo-link {
    z-index: auto;
    align-self: flex-start;
    padding-left: 0;
  }

  .slider-section {
    margin-bottom: 0;
    padding-bottom: 9em;
  }

  .img-historia {
    width: 100%;
    height: 80vh;
  }

  .h5 {
    text-align: left;
  }

  .container-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    height: auto;
  }

  .l-image {
    color: var(--dark-light);
    text-align: left;
  }

  .gap-8.first.eventos {
    width: auto;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
  }

  .gap-8.first.eventos.center {
    justify-content: space-between;
    align-items: center;
  }

  .page-wrapper {
    min-height: auto;
  }

  .col.div-hide {
    padding: 2.5em 2em 5em;
  }

  .paragraph-smaller {
    text-align: left;
  }

  .paragraph-smaller.center {
    color: var(--dark-light);
  }

  .scroll-text-parent.two.text-white.rel, .scroll-text-parent.three.text-white.rel, .scroll-text-parent.one.text-white {
    width: 100%;
  }

  .img-scroll.img-three, .img-scroll.img-one, .img-scroll.img-two {
    background-image: none;
  }

  .navigation-product {
    z-index: 8888;
    margin-top: 2rem;
    margin-left: 2em;
    margin-right: 2em;
    padding: 0 0 20px;
  }

  .logo-link-2 {
    z-index: auto;
    align-self: flex-start;
    padding-left: 0;
  }

  .load-historia {
    z-index: 800;
    background-color: #dbdccd;
    width: 100vw;
    position: absolute;
  }

  .image-14 {
    width: 100%;
    max-width: none;
  }

  .container-16 {
    text-align: center;
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-link-3 {
    z-index: auto;
    align-self: flex-start;
    padding-left: 0;
  }

  .section-14 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 9em;
    padding-left: 2em;
    padding-right: 2em;
    overflow: hidden;
  }

  .teaser-container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    height: auto;
  }

  .gap-4-hero {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-8 {
    flex-flow: column;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-12 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-30 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .img-wrapper.terroir, .img-wrapper.terroir.s {
    width: 400px;
    height: 600px;
  }

  .img-wrapper.historia {
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

  .teaser-copy {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2.5em 2em 6em;
  }

  .container-text-terroir {
    width: 90%;
    padding-bottom: 4em;
  }

  .teaser-column {
    align-self: center;
  }

  .h1 {
    color: var(--dark-light);
  }

  .div-block-14 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .teaser-copy-wrap {
    margin-right: 0;
    padding-left: 0;
  }

  .teaser-img-tablet-down.terroir {
    align-self: center;
    width: 100%;
  }

  .container-events {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .background-video {
    width: 400px;
    height: 460px;
  }

  .section-eventos {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .div-block-11 {
    width: 300px;
  }

  .s.green.center {
    align-self: center;
  }

  .section {
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 7em;
    padding-bottom: 9em;
  }

  .div-block-31 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo-link-4 {
    z-index: auto;
    align-self: flex-start;
    padding-left: 0;
  }

  .navigation-producto {
    margin-top: 2rem;
    margin-left: 2rem;
    padding: 0 30px 20px 0;
  }

  .product-image {
    height: 80vh;
    margin-bottom: 0;
  }

  .link-2 {
    text-align: left;
  }

  .product-informations {
    width: 100%;
    margin-bottom: 1.6rem;
  }

  .product-details-wrap {
    width: auto;
    margin: 0;
    padding: 3em 2em 9em;
  }

  .section-product {
    height: auto;
    margin-bottom: 8em;
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-product.cc-product-detail {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .wrap-img-product._1, .wrap-img-product._2, .wrap-img-product._3 {
    height: 60vh;
  }

  .div-block-18 {
    margin-bottom: 4em;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .product_price {
    text-align: left;
  }

  .gap {
    align-self: flex-start;
  }

  .gap.horizontal.center {
    text-align: center;
    align-self: stretch;
  }

  .banner-cookies {
    z-index: 98000;
    display: none;
  }

  .link-3 {
    text-align: left;
  }

  .gap-footer {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-privacidad {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .this-year {
    text-align: left;
  }

  .navigation-historia, .navigation-quinta, .navigation-lagar, .navigation-tenda {
    z-index: 8888;
    margin-top: 2rem;
    margin-left: 2em;
    margin-right: 2em;
    padding: 0 0 20px;
  }

  .content-gracias {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .age-gate-content {
    z-index: 999999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  ._18-background {
    opacity: 1;
    filter: blur(40px);
    background-image: linear-gradient(#26352b87, #26352b87), url('../images/AS-Hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
  }

  .age-gate {
    z-index: 9999999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #30303000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .age-gate.black {
    z-index: 999999;
    background-color: #30303080;
    display: none;
  }

  .confirm-age {
    color: #b2b89e;
    text-align: center;
    margin-top: 0;
    font-size: .9em;
    line-height: 1.1em;
    position: relative;
  }

  .button-age {
    width: auto;
    margin-top: 0;
  }

  .paragraph {
    color: var(--black);
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .paragraph.tex-white {
    color: var(--dark-light);
  }

  .paragraph.tex-white.center {
    line-height: 1.2em;
  }

  .paragraph.tex-white.center.black {
    color: var(--white);
  }

  .paragraph.center {
    color: var(--black);
    text-align: center;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .paragraph.grey {
    color: var(--medium);
  }

  ._18 {
    z-index: 600;
    background-image: linear-gradient(#26352b87, #26352b87), url('../images/AS-Hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .pop-up-item {
    background-color: #0000;
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0;
  }

  .body {
    overflow: scroll;
  }

  .language {
    color: #b2b89e;
    letter-spacing: .1em;
    order: -9999;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: .8em;
  }

  .language.w--current {
    height: auto;
  }

  .navigation-home {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    right: 1em;
  }

  .div-language {
    order: 0;
    align-self: auto;
    margin-left: 0;
    padding-top: 2px;
  }

  .div-language.gal {
    align-self: auto;
  }

  .dropdown {
    z-index: 1;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    line-height: 1em;
    display: flex;
  }

  .navigation-item {
    color: var(--dark-medium);
    cursor: pointer;
    background-color: #0000;
    padding: 0;
    line-height: 1.1rem;
    text-decoration: none;
  }

  .navigation-item:hover {
    color: var(--dark-green);
    background-color: #0000;
    padding: 0;
  }

  .navigation-item.espace {
    color: #b2b89e;
    background-color: #0000;
    padding: 0;
  }

  .navigation-item.black {
    color: var(--black);
    margin-top: 0;
  }

  .menu-button {
    flex: none;
    align-self: flex-end;
    font-size: .9em;
    line-height: 100%;
  }

  .menu-button.w--open {
    flex: none;
  }

  .dropdown-list {
    flex-flow: column;
    display: none;
  }

  .dropdown-list.w--open {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 24px;
    display: flex;
  }

  .navigation-items-bar {
    background-color: #0000;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-2 {
    color: #b2b89e;
    order: -9999;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 2px;
    display: flex;
    position: static;
  }

  .icon-2.gal {
    margin-right: 4px;
  }

  .navigation-items {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #0000;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .navigation-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 2.5em;
    margin-right: 0;
    right: 1em;
  }

  .navigation-wrap.product {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: .5em;
    position: absolute;
  }

  .dropdown-toggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: -9999;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    line-height: 1em;
    display: flex;
  }

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

  .hero {
    background-image: linear-gradient(#26352b87, #26352b87), url('../images/AS-Hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 120vh;
    margin-top: -20vh;
  }

  .div-hero {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .code-embed {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-hero {
    width: 100%;
    margin-top: 18vh;
    display: flex;
    inset: 0%;
    overflow: visible;
  }

  .gap-4 {
    margin-bottom: auto;
    padding-bottom: 0;
    font-family: Abcarizonamix Trial, Arial, sans-serif;
    font-size: 1em;
  }

  .gap-4.horizontal.center {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gap-4.gracias {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .link {
    height: auto;
    color: var(--dark-light);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .link:hover {
    color: var(--dark-medium);
  }

  .link.w--current, .link.disabled {
    height: auto;
  }

  .link.text-black {
    height: auto;
    color: var(--black);
  }

  .link.text-black:hover {
    color: var(--dark-medium);
  }

  .air {
    background-image: url('../images/AS-02.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: 95vh;
    position: static;
  }

  .air.historia {
    background-position: 60%;
  }

  .section-footer {
    z-index: 0;
    height: 90vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: fixed;
  }

  .content-wrapper {
    margin: 0 0 88vh;
    position: relative;
    overflow: scroll;
  }

  .content-wrapper.dark-medium {
    background-color: #dbdccd;
    margin-bottom: 80vh;
  }

  .code-embed-footer {
    color: #b2b89e;
    width: 220px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .h2 {
    max-width: none;
    margin-top: 0;
  }

  .h2.text-white {
    max-width: 20ch;
    font-size: 1.4em;
    line-height: 1.4rem;
  }

  .h2.center {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2em;
  }

  .h2.cookies {
    color: var(--black);
    order: -9999;
    font-weight: 300;
  }

  .dropdown-list-2.w--open {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .d-122-color-overlay {
    opacity: .26;
    display: block;
  }

  .h4 {
    text-align: left;
  }

  .h4.text-black {
    color: var(--black);
    font-size: .9em;
  }

  .h4.text-black.center {
    text-align: center;
    order: -9999;
  }

  .gap-target {
    margin-top: 10em;
    margin-left: 1em;
  }

  .footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50.6652%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .gap-16 {
    order: -9999;
    font-family: Abcarizonamix Trial, Arial, sans-serif;
    font-size: 1em;
  }

  .gap-16.gracias {
    justify-content: space-between;
    align-items: center;
  }

  .link-block-4 {
    text-decoration: none;
  }

  .text-sm.fade.text-grey {
    color: var(--medium);
    font-size: 1.1em;
    line-height: 1.2;
  }

  .text-sm.fade.text-white {
    color: var(--black);
    font-size: 1em;
    line-height: 1;
  }

  .section-lagar-terroir {
    height: auto;
    padding: 9em 1rem;
  }

  .section-historia {
    background-color: #0000;
    flex-flow: column;
    height: auto;
    padding-left: 0;
  }

  .container-text {
    order: -9999;
    width: 100%;
    margin-left: 1em;
    margin-right: 1em;
  }

  .link-block {
    width: 90vw;
    min-width: auto;
    max-width: none;
    height: 480px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .link-block._2 {
    width: 90vw;
    min-width: auto;
    max-width: none;
    height: 480px;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    grid-column-gap: 59em;
    grid-row-gap: 59em;
    align-self: stretch;
    height: auto;
    margin: 9em 1rem 3em;
    padding: 0 0 0;
    display: block;
  }

  .parent.pad-top {
    margin-top: 8px;
    padding-top: .25rem;
    padding-right: 0;
  }

  .div-hover {
    align-self: center;
    display: flex;
    position: absolute;
    inset: auto 1em 2em;
  }

  .div-hover.home {
    z-index: 200;
    font-family: Abcarizonamix Trial, Arial, sans-serif;
    font-size: 1em;
    bottom: 2.5em;
    left: 1.5em;
  }

  .mobile-section {
    background-color: #0000;
    margin-top: 0;
  }

  .info-historia {
    order: 9999;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin: 0 0;
    padding: 2.5em 1em 5rem;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
  }

  .slide._3, .slide._5, .slide._4, .slide._2 {
    width: 90vw;
    height: 480px;
  }

  .slide._1 {
    width: 90vw;
    height: 480px;
    margin-left: 0;
  }

  .slide._6, .slide._7 {
    width: 90vw;
    height: 480px;
  }

  .m {
    font-size: 1em;
    line-height: 1.1em;
    position: relative;
  }

  .m.medium {
    font-size: 1em;
    line-height: 1.1em;
  }

  .m.black {
    text-align: left;
    align-self: flex-start;
    font-size: 1em;
    line-height: 1.1em;
  }

  .m.black.center {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .m.black {
    color: var(--black);
    text-align: left;
    align-self: center;
    font-size: 1em;
    line-height: 1.1em;
  }

  .m.black.caps {
    position: static;
  }

  .m.grey {
    font-size: 1em;
  }

  .logo-link {
    cursor: pointer;
    align-self: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .logo-link.w--current {
    flex: 0 auto;
    min-width: 180px;
  }

  .slider-section {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-wrapper {
    padding-top: 0;
  }

  .img-historia {
    width: 100vw;
    height: 460px;
  }

  .description-product {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .h5 {
    text-align: left;
    order: -9999;
  }

  .h5.link-2 {
    height: auto;
    font-size: .75em;
  }

  .container-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-2 {
    z-index: 1;
    line-height: 1em;
  }

  .slide-w {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .l-image {
    color: #dbdccd;
    font-size: 1em;
    line-height: 1.1em;
    position: relative;
  }

  .icon-3 {
    color: #b2b89e;
    margin-top: 0;
    margin-bottom: 0;
  }

  .gap-8 {
    flex: 1;
    order: -9999;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    height: auto;
  }

  .gap-8.first {
    order: -9999;
  }

  .gap-8.first.eventos {
    width: 94%;
    margin-bottom: 4em;
  }

  .gap-8.first.eventos.center {
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-bottom: 2.5em;
  }

  .gap-8.center {
    justify-content: center;
    align-items: center;
  }

  .page-wrapper {
    min-height: auto;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: scroll;
  }

  .col {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .col.div-hide {
    padding: 2.5em 2em 5em 1em;
  }

  .col.div-hide.extra {
    padding-bottom: 5rem;
  }

  .paragraph-smaller {
    font-size: 1em;
    line-height: 1.1em;
  }

  .paragraph-smaller.center {
    color: var(--dark-light);
  }

  .scroll-text-parent.two.text-white.rel, .scroll-text-parent.three.text-white.rel, .scroll-text-parent.one.text-white {
    grid-row-gap: 0rem;
    width: 100%;
  }

  .dropdown-toggle-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1em;
  }

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

  .img-scroll.img-three, .img-scroll.img-one, .img-scroll.img-two {
    background-image: none;
  }

  .navigation-product {
    z-index: 88888;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-link-2 {
    align-self: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .logo-link-2.w--current {
    flex: 0 auto;
    min-width: 180px;
  }

  .code-embed-header {
    color: #b2b89e;
    width: 160px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .load-historia {
    z-index: 800;
    background-color: #dbdccd;
    justify-content: center;
    align-items: center;
    height: 100vh;
    line-height: 28vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .scroll_section {
    height: 100vh;
    padding-left: 1em;
    padding-right: 1em;
  }

  .scroll_text {
    color: var(--black);
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .image-14 {
    align-self: stretch;
    width: 100%;
    max-width: none;
  }

  .scroll_title {
    color: var(--dark-medium);
  }

  .dropdown-en {
    z-index: 1;
    line-height: 1em;
  }

  .container-16 {
    grid-column-gap: 59em;
    grid-row-gap: 59em;
    align-self: stretch;
    height: auto;
    margin-top: 2em;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .logo-link-3 {
    align-self: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .logo-link-3.w--current {
    flex: 0 auto;
    min-width: 180px;
  }

  .icon-4 {
    color: #b2b89e;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-14 {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .teaser-container {
    padding-left: 0;
    padding-right: 0;
  }

  .teaser-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

  .image-9 {
    width: auto;
    height: auto;
  }

  .container-terroir {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .gap-4-hero {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    width: 90vw;
  }

  .p-teaser-img-wrap {
    height: 70vh;
    display: none;
  }

  .img-hero.terroir {
    background-image: linear-gradient(#0003, #0003), url('../images/AS-Hero_Terroir.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .img-hero.lagar {
    background-image: linear-gradient(#00000059, #00000059), url('../images/AS-Hero_Lagar.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
  }

  .div-block-8 {
    flex-flow: column;
    width: 90vw;
    margin-top: 0;
  }

  .div-block-9 {
    width: auto;
    margin-top: 1em;
  }

  .teaser-img {
    top: auto;
    overflow: scroll;
  }

  .teaser-img._9, .teaser-img._10 {
    z-index: 2;
  }

  .div-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 9999;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 380px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .div-block-30 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
  }

  .img-wrapper {
    background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_01.jpg');
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .img-wrapper.terroir {
    width: 90vw;
    height: 480px;
    overflow: hidden;
  }

  .img-wrapper.terroir.s {
    width: 90vw;
    height: 480px;
  }

  .img-wrapper.historia {
    background-image: none;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 90vw;
    max-width: none;
    height: 480px;
    display: flex;
    overflow: hidden;
  }

  .teaser-copy {
    height: auto;
    margin-bottom: 0;
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 9em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-text-terroir {
    width: auto;
    min-height: auto;
    margin-bottom: 5em;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1 {
    color: var(--dark-light);
    text-align: center;
    text-transform: none;
    font-family: Abcarizonamix Trial, Arial, sans-serif;
    font-size: 2em;
    line-height: 1.8rem;
  }

  .div-block-14 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .teaser-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .teaser-copy-wrap {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-right: 0;
  }

  .teaser-img-tablet-down {
    height: 70vh;
  }

  .teaser-img-tablet-down.terroir {
    height: 80vh;
  }

  .container-events {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .icon-5 {
    color: #b2b89e;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-wrapper {
    height: 100vh;
  }

  .background-video {
    width: 100%;
    height: 100%;
  }

  .section-eventos {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 9em 1em;
  }

  .div-block-11 {
    color: #444;
    text-align: center;
    align-self: center;
    width: auto;
    margin: 1.5em 0 0;
  }

  .s {
    text-align: left;
  }

  .s.green {
    color: #b2b89e;
  }

  .s.green.center {
    color: var(--dark-medium);
    text-align: center;
  }

  .section {
    height: auto;
    margin: 0 0;
    padding: 0 1em 9em;
  }

  .div-block-31 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
  }

  .air-lagar {
    background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_141.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: 95vh;
    position: static;
  }

  .icon-6 {
    color: #b2b89e;
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo-link-4 {
    align-self: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .logo-link-4.w--current {
    flex: 0 auto;
    min-width: 180px;
  }

  .code-embed-header-black {
    color: #444;
    width: 160px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-producto {
    justify-content: flex-start;
    align-items: center;
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .product-image {
    height: 84vh;
    margin-bottom: 0;
  }

  .product-image.lias {
    background-image: url('../images/AngelSequeiros_Lias_web.jpg');
  }

  .link-2 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .link-2.w--current {
    height: auto;
  }

  .link-2.text-black {
    height: auto;
    color: var(--black);
  }

  .link-2.text-black:hover {
    color: var(--dark-medium);
  }

  .button-add {
    background-color: var(--dark-light);
    height: auto;
    color: var(--black);
    letter-spacing: 0;
    text-transform: none;
    border-radius: 8px;
    margin-left: auto;
    margin-right: 0;
    padding: 1.7em 2em;
    font-family: Abcarizonamix Trial, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.1em;
  }

  .button-add:hover {
    background-color: var(--dark-green);
    color: #f3f3f3;
  }

  .product-informations {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-text {
    text-align: left;
  }

  .tab-text.medium {
    color: var(--medium);
  }

  .tab-text.medium:hover {
    color: var(--black);
  }

  .product-details-wrap {
    width: 100%;
    max-width: none;
    margin: 0 0;
    padding: 2.5em 1em 9em;
  }

  .card {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .product-detail-main-details {
    margin-top: 0;
    margin-bottom: 1.5em;
  }

  .cart {
    align-self: flex-start;
    margin-right: 0;
  }

  .tab-link {
    height: auto;
    color: var(--medium);
  }

  .tab-link:hover {
    color: #444;
  }

  .tab-link.w--current {
    height: auto;
  }

  .section-product {
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 9em 1em;
  }

  .section-product.cc-product-detail {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    inset: 0%;
    overflow: hidden;
  }

  .grid {
    position: relative;
  }

  .wrap-img-product._1 {
    height: 70vh;
  }

  .wrap-img-product._2 {
    background-image: url('../images/AngelSequeiros_Lias_web.jpg');
    height: 70vh;
  }

  .wrap-img-product._3 {
    background-image: url('../images/Quinta_Gaviñeira_blanco_web.jpg');
    height: 70vh;
  }

  .section-shop {
    min-height: auto;
  }

  .div-block-18 {
    width: auto;
    margin: 3em 5em 3em 1em;
  }

  .product_price {
    font-size: 1em;
    line-height: 1.1em;
  }

  .product_price.grey {
    color: var(--medium);
    margin-left: 0;
    font-size: .9em;
    line-height: 1em;
  }

  .link-foudre, .link-lias {
    position: relative;
  }

  .margin-1em {
    margin-right: 1em;
  }

  .gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    margin-bottom: auto;
    padding-bottom: 0;
    font-family: Abcarizonamix Trial, Arial, sans-serif;
    font-size: 1em;
  }

  .gap.horizontal.center {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gap-card {
    margin-right: 1em;
  }

  .banner-cookies {
    z-index: 98000;
    background-color: #dbdccd;
    flex-flow: column;
    width: auto;
    max-width: none;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.3em 1em;
    display: none;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .link-3 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .link-3.w--current, .link-3.text-black {
    height: auto;
  }

  .gap-footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16em;
  }

  .image-16 {
    overflow: visible;
  }

  .section-privacidad {
    height: auto;
    padding: 9em 1rem;
  }

  .list {
    padding-left: 16px;
  }

  .this-year {
    text-align: left;
    order: -9999;
  }

  .this-year.link-2 {
    height: auto;
    font-size: .75em;
  }

  .div-copyright {
    order: -9999;
  }

  .navigation-historia, .navigation-quinta, .navigation-lagar, .navigation-tenda {
    z-index: 88888;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-gracias {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    height: 100vh;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }
}

#w-node-_675840bd-7af0-a58f-1ca0-a2f0ff6074c1-ff6074be {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_675840bd-7af0-a58f-1ca0-a2f0ff6074c3-ff6074be {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_675840bd-7af0-a58f-1ca0-a2f0ff6074cd-ff6074be {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_675840bd-7af0-a58f-1ca0-a2f0ff6074e1-ff6074be {
  grid-area: 2 / 1 / 2 / 6;
  align-self: end;
}

#w-node-dce5ae55-eef8-ae8f-c5b2-307853f56778-53f56775 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dce5ae55-eef8-ae8f-c5b2-307853f5677a-53f56775 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dce5ae55-eef8-ae8f-c5b2-307853f56784-53f56775 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-dce5ae55-eef8-ae8f-c5b2-307853f5678d-53f56775 {
  grid-area: 2 / 1 / 2 / 6;
  align-self: end;
}

#w-node-d7d667c2-85d6-85a7-d9e4-6c81c93f959b-c93f9598 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d7d667c2-85d6-85a7-d9e4-6c81c93f959d-c93f9598 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d7d667c2-85d6-85a7-d9e4-6c81c93f95a7-c93f9598 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-d7d667c2-85d6-85a7-d9e4-6c81c93f95b0-c93f9598 {
  grid-area: 2 / 1 / 2 / 6;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_675840bd-7af0-a58f-1ca0-a2f0ff6074be-ff6074be {
    grid-row-start: 3;
  }

  #w-node-_675840bd-7af0-a58f-1ca0-a2f0ff6074c3-ff6074be {
    grid-column: 1 / 4;
    grid-row-start: 2;
  }

  #w-node-_675840bd-7af0-a58f-1ca0-a2f0ff6074cd-ff6074be {
    grid-column: 3 / 3;
    grid-row-start: 2;
  }

  #w-node-_675840bd-7af0-a58f-1ca0-a2f0ff6074e1-ff6074be {
    grid-area: 3 / 1 / 3 / 5;
  }

  #w-node-dce5ae55-eef8-ae8f-c5b2-307853f56775-53f56775 {
    grid-row-start: 3;
  }

  #w-node-dce5ae55-eef8-ae8f-c5b2-307853f5677a-53f56775 {
    grid-column: 1 / 4;
    grid-row-start: 2;
  }

  #w-node-dce5ae55-eef8-ae8f-c5b2-307853f56784-53f56775 {
    grid-column: 3 / 3;
    grid-row-start: 2;
  }

  #w-node-dce5ae55-eef8-ae8f-c5b2-307853f5678d-53f56775 {
    grid-area: 3 / 1 / 3 / 5;
  }

  #w-node-d7d667c2-85d6-85a7-d9e4-6c81c93f9598-c93f9598 {
    grid-row-start: 3;
  }

  #w-node-d7d667c2-85d6-85a7-d9e4-6c81c93f959d-c93f9598 {
    grid-column: 1 / 4;
    grid-row-start: 2;
  }

  #w-node-d7d667c2-85d6-85a7-d9e4-6c81c93f95a7-c93f9598 {
    grid-column: 3 / 3;
    grid-row-start: 2;
  }

  #w-node-d7d667c2-85d6-85a7-d9e4-6c81c93f95b0-c93f9598 {
    grid-area: 3 / 1 / 3 / 5;
  }
}


@font-face {
  font-family: 'Abcarizonamix';
  src: url('../fonts/ABCArizonaMix-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcarizonamix Trial';
  src: url('../fonts/ABCArizonaMix-Light-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}