html {
  scroll-behavior: smooth;
}
img {
    aspect-ratio: auto;
    object-fit: cover;
}
.scrolled .navbar img{
    max-width: 50px;
}

/*** css recomendado lenis scroll ***/

  html.lenis {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-scrolling iframe {
    pointer-events: none;
  }

/*** fin css recomendado lenis scroll ***/
.nav{
  z-index:2000;
  font-family: 'Work Sans', sans-serif;
}
.text-a-white{
  color:#ffffff;
}
.text-a-white a{
  color:#ffffff;
  text-decoration: none;
}
#menu {
  background-image: url(../img/bg-menu.webp);
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: 0;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1100;
  display: flex;
  align-items: center;
}
#menu .menu-bg{
  position:absolute;
  transition: background-image 200ms;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-image: url(../img/bg-menu.webp);
  background-size: cover;
  z-index:0;
  display:block
}
#menu .cotainer{z-index:1}
#menu.open {
  opacity: 1;
  visibility: visible;
}
#menu.open li {
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
#menu ul a {
  -webkit-transform: translateZ(0);
  /*transition: opacity 200ms ease-in-out;*/
}
#menu ul a:hover {
  opacity: 1;
}
.main-nav{
  transform: translateY(150px)
}
#menu .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: #FEFFFE;
  font-family: 'Lora', serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 145.4%;
  text-decoration: none;
  text-align: left;
}
.main-nav a:first {
  padding-top: 0;
}
.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 50px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: absolute;
  vertical-align: middle;
  width: 50px;
  z-index: 2000;
}
.toggle-menu span {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}
.footer-nav{
  border-top: 1px solid #FFFFFF;
    padding-top: 15px;
    padding-bottom: 30px;
}
.footer-nav a{
  color:#87D5AD;
  margin-left: 6px;
}
.dropdown{
  position: static;
}
.dropdown-menu{
    color: #FFFFFF;
    background-color: transparent;
    inset: 0px 0px auto auto !important;
    transform: inherit !important;
    border:0;
}
.dropdown-menu span{
  font-family: 'Work Sans', sans-serif;
  color: #87D5AD;
}
.dropdown-menu::before{
  content:'';
  position: absolute;
  left:-20px;
  background-color: #FFF;
  height: 100%;
  width: 1px;
}
.main-nav .dropdown-menu li a{
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 145.4%;
  padding: 2px 0;
}
.dropdown-toggle{
  display: flex;
  align-items:center;
}
.dropdown-toggle::after{
  content:none;
}
.dropdown-toggle:hover::after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #87D5AD;
    border-right: 1.5px solid #87D5AD;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
    position: absolute;
    right:50px;
}
.nav-link:focus, .nav-link:hover, .dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
  color: #87D5AD;
}
.vinos:hover::before {
  content:'';
  background-image: url(../img/bg-vinos.webp) !important;
  background-size:cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index:2000;
}
.z-index-top{
  position: relative;
  z-index:10;
}
.links-footer a{
  color: #000;
  font-family: 'Work Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 154.3%; /* 24.688px */
  letter-spacing: 1.12px;
  text-transform: uppercase;
  text-decoration:  none;
  display: flex;
}
/*** critical css para pegar después en el head ***/
.grecaptcha-badge{
  display: none!important;
}
header{
  position: absolute;
  top: 30px;
  left:0;
  z-index: 20000;
  width: 100%;
}
h1{
  font-family: 'Lora', serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 108.5%;
}
.header-post h1{
  font-size: 65px;
}
.buscador-idioma{
  display: flex;
  align-items: center;
  justify-content: end;
}
#search-menu {
  position: fixed;
  width: 100%;
  height: 20em;
  top: -20em;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.01)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc000000", endColorstr="#1a000000",GradientType=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#search-menu.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#search-menu .wrapper {
  position: relative;
  margin: 3em auto 0 auto;
  padding: 0 1em;
}
#search-menu .wrapper input {
  width: 100%;
  padding: 0 20px;
  background: transparent;
  border: none;
  border-bottom: 3px solid #bfbfbf;
  font-size: 4em;
  color: #bfbfbf;
}
#search-menu .wrapper input:focus {
  outline: none;
}
#search-menu .wrapper button {
  position: absolute;
  display: block;
  width: 10%;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #bfbfbf;
  font-size: 4em;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#search-menu .wrapper button:hover {
  color: #fff;
}
#search-menu .wrapper button:focus {
  outline: none;
}

#search-icon {
  padding: 0 0.5em 0.25em 0.5em;
  font-size: 15px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
}
#search-icon:hover {
  color: #fff;
}
/**fin critical**/
.h2-big-style, .body-text-blog h2{
  font-family: 'Lora', serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.4%;
  position: relative;
  z-index:10;
}
.green-square{
  position: relative;
  z-index:2;
  display: inline-block;
}
.green-square::before{
  content:'';
  position: absolute;
  left: -80px;
  bottom: -55px;
  width: 180px;
  height: 80px; 
  background-color: #87D5AD;
  z-index:-1;
}
.h2-small-style{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.4%; 
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}

.h3-style, .body-text-blog h3, .h3-style p{
  font-family: 'Lora', serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.4%;
}
.h3-style.black-text a{
  color:#212529;
}
h4{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 148.9%;
}
p, ul li{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.9%;
}
section{
  padding-top: 130px;
}
.margin-section{
  margin-top: 130px;
}
.cta{
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%; 
  letter-spacing: 1.44px;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  padding: 13px 18px;
  margin-top: 30px;
  display: inline-flex;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.cta:hover, a:hover{
  opacity: 0.6
}
button {
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0;
}
a:hover{
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.primary-cta{
  color: #000 !important;
  background-color: #87D5AD;
  border:1px solid #87D5AD ;
}
.secondary-cta{
  color: #87D5AD !important;
  background-color: transparent;
  border:1px solid #87D5AD ;
}
.link-style{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 148.9%;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  margin-top: 30px;
  display: block;
}
.ml-green-square{
  margin-left: 150px;
}
.link-style::after{
  content:url(../img/arrow.svg);
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 3px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.link-style:hover::after{
  transform: translateX(15px);
}
.link-style:hover{
  opacity: 0.8;
}
.link-style-reverse{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.link-style-reverse::after{
  content:url(../img/arrow-left.svg);
  margin-right: 10px;
}
.link-style-reverse:hover::after {
    transform: translateX(-15px);
}
.green-color{
  color: #87D5AD !important;
}
.bg-green-color{
  background-color: #87D5AD;
}
.bg-dark-green-color{
  background-color: #63AE88;
}
.bg-black{
  background-color: #000000;
  color:#ffffff;
}
.maxi-container{
  max-width: 1700px;
  width: 100%;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
}
/****/

.bg-ilustracion{
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-position-left{
    background-position: left;
}
.bg-position-right{
    background-position: right;
}
.barricas{
  position: relative;
}
.barricas::after{
  content:url(../img/ilustracion-barricas.svg);
  position: absolute;
  z-index:-1;
}
.uvas, .bg-cata, .bg-camion, .barco{
  position: relative;
}
.barco::after{
  content: '';
    position: absolute;
    z-index: -1;
    background-image: url(../img/ilustracion-barco.svg);
    background-size: cover;
    width: 490px;
    height: 460px;
    top: -130px;
    left: -60px;
}
.uvas::after{
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url(../img/ilustracion-uvas.svg);
  background-size: cover;
  width: 660px;
  height: 740px;
  top: -130px; 
  right: -350px;
}
.left::after{
  top:0;
  left:-130px;
}
.bg-camion::after{
  content: '';
  position: absolute;
  z-index: -1;
  background-image:url(../img/ilustracion-camion.svg);
  background-size: cover;
  width: 620px;
  height: 340px;
  right: 0;
  top: 30%;
}
.bg-cata::after{
  content:'';
   background-image:url(../img/ilustracion-cata.svg);
  background-size: cover;
  width: 620px;
  height: 620px;
  position: absolute;
  z-index:-1;
  top:0;
}
.bg-barco{
  background-image:url(../img/ilustracion-barco.svg);
}
[data-img="full"] {
    width: 100%;
    height: 90vh;
}
.card-style{
    background-image:url(../img/img-bg-card.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    position: relative;
    transition: all 200ms ease-out;
}
.card-style::before{
      content: '';
    background: linear-gradient(0deg, rgba(2,0,36,0.6) 0%, rgba(0,0,0,0.6) 25%, rgba(0,0,0,0) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
}
.card-style img, .card-section-style img{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.card-style div{
  z-index:5;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.card-style:hover img, .card-section-style:hover div img {
    transform: translateX(15px);
}
.card-style:hover, .card-section-style:hover{
  opacity:0.8;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.card-section-style{
  color:#000000 !important;
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
.card-section-style:hover{
  text-decoration: none;
}
.card-section-style div{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
/** form **/
footer{
  padding-top: 100px;
}
input, label{
  font-family: 'Work Sans', sans-serif;
}
input{
  
}
.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}

.form-label {
  position: absolute;
  left: 0;
      padding-left: 15px;
  top: 10px;
  color: #000;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
  transform: translateY(-125%);
  font-size: 0.75em;
}

.form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #000;
}
.form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
 input[type="checkbox"] {
    visibility:hidden;
    position:relative;
    font:inherit;
    color:inherit;
    margin:1em;
    cursor:pointer;
    appearance: none;
  }

input[type="checkbox"]:before,
input[type="checkbox"]:after {
  content:"";
  position:absolute;
  transform:translate(-50%, -50%);
  visibility:visible;
  width:1.5em;
  height:1.5em;
  box-sizing:border-box;
  border-color:#FFFFFF;
}

input[type="checkbox"]:before {
  border:3px solid #f0f0f0;
  transition:border 0.1s ease-out;
}

input[type="checkbox"]:checked:before {border-width:0.75em;}

input[type="checkbox"]:after {
content:"✓";
text-align:center;
font-weight:bolder;
overflow:hidden;
opacity:0;
transition:opacity 0.1s ease-in;
}
input[type="checkbox"]:checked:after {opacity:1;}

footer .rrss a{
  margin-right: 15px;
  color: #fff;
  font-size: 20px;
}
.rrss a:hover{
  opacity: 0.8;
}
.legal-links{
  display: flex !important;
  padding-top: 10px; 
  padding-bottom: 10px;
}
.legal-links a{
  width: auto;
}
div.legal-layer table td {
    border: 1px solid #458b68;
    padding: 5px;
    width: auto!important;
    border-radius: 0;
    display: table-cell;
    text-align: left;
}

div.legal-layer table thead td, div.legal-layer table thead td.title {
    color: #458b68!important;
    font-size: 12px!important;
    display: table-cell!important;
    text-align: left!important;
    width: auto!important;
    padding: 5px!important;
}

div.legal-layer table td p {
    text-align: left;
    font-size: 11px;
    color: #63AE88;
    line-height: 1em;
    margin: 0;
}

div.legal-layer table td a {color: #458b68;}
.small-text{
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}

/*VIDEO FULL CONTAINER*/
video.fullscreen {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-container{width:100%; position:relative}
.video_header{height:600px}

.video-bg{
  width:100%; 
  height:90vh; 
  position:relative; 
  overflow:hidden; 
}
.video-bg.img-bg-video{
  background-image: url(../img/bg-vina-monty.webp);
  background-size: cover;
}
.video-bg .contain-video{
  position: absolute; z-index: 0; width: 100%; height:calc(100% + 160px); left:0; top:-80px; z-index:0
}
.video-bg .after{z-index:2; width:100%; height:100%; position:absolute; left:0; top:0}

/** página interior nivel 2 **/

.header-interior{
  height: 90vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items:center;
  color:#FFFFFF;
  text-align: center
}
.header-interior .row, .header-post .row{
  justify-content:center;
}
.bg-interior-enoturismo{
  background-image: url(../img/bg-enoturismo.webp);
}
.bg-interior-experiencias{
  background-image: url(../img/bg-img-experiencias.webp);
}
.bg-interior-compromiso{
  background-image: url(../img/bg-img-compromiso.webp);
}
.bg-interior-contacto{
  background-image: url(../img/bg-img-contacto.webp);
}
.bg-interior-vinos{
  background-image: url(../img/bg-vinos.webp);
}
.bg-interior-novedades{
  background-image: url(../img/bg-novedades.webp);
}
.bg-page-enoturismo{
   background-image: url(../img/bg-interior-enoturismo.webp);
}
.bg-interior-compromiso{
  background-image: url(../img/bg-compromiso.webp);
}

.bg-enoteca{
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%), url(../img/bg-enoteca.webp) no-repeat center center / cover fixed;
}
.bg-page-compromiso{
  background-image: url(../img/bg-interior-compromiso.webp);
}
.bg-page-gama-vinos{
  background-image: url(../img/bg-interior-gama-vinos.webp);
}
.bg-page-ficha-vino{
  background-image: url(../img/bg-interior-ficha-vino.webp);
}
.bg-page-ficha-vino .slider-images::after{
content:'';
background: rgb(0,0,0);
background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
position: absolute;
height: 100%;
    width: 73%;
    right: 0;
    top: 0;
    opacity: 0.5;
}
.bread{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px; 
  font-style: normal;
  text-align: center;
  margin-top: 20px 
}
.bread a{
  font-weight: 700;
  color: #87D5AD;
  text-decoration: none;
}
.bread i{
      font-size: 9px;
      color: #87D5AD;
          margin-left: 3px;
    margin-right: 3px;
}
.intro-section-interior{
  margin-top: 90px; 
  margin-bottom: 90px;
}
.header-page-interior{
  background-size:cover;
  padding-top: 115px;
  color:#FFFFFF;
}
.header-page-interior .h1-interior{
    position: absolute;
    right:12%;
    top: 60px;
    text-align: right;
}
.header-page-interior .row{
  position: relative;
}
.header-post{
  background-size: cover;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
.header-post::before{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}
.img-right-absolute{  
  display: flex;
  justify-content: flex-end;
  right: 0;
}
.imagen-elaboracion-barricas img{
  margin-top: 200px;
}
.full-height-section-bg{
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 95vh;
  display: flex;
  align-items: center;
  background-attachment:fixed;
  margin-top: 70px;
}
.full-height-section-laguarda{
  background-image: url(../img/laguarda.webp);
}
.bg-opacity-black{
  color:#FFFFFF;
}
.bg-opacity-black::before{
    content: '';
    background-color: #000;
    position: absolute;
    width: 40%;
    height: 100%;
    opacity: 0.6;
}
.navigation-links .row{
  justify-content: space-between;
      padding: 20px 0;
}
.navigation-links a{
  color:#000000;
}
.small-links a, .small-links{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.4%;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
}
.vinos-title{
  justify-content: center;
  margin-bottom: 20px;
}
.card-wine-style{
  min-height: 600px;
  position: relative;
}
.card-wine-style::before{
  content: '';
    background: linear-gradient(0deg, rgba(2,0,36,0.6) 0%, rgba(0,0,0,0.6) 25%, rgba(0,0,0,0) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
}
.mapa iframe{
    width: 100%;
    min-height: 400px;
}
.mapa a{
  color:#000000;
  text-decoration: none;
}
.post-border-content{
  border-top:1px solid #87D5AD;
      padding-top: 50px;

}
.list-style li{
  list-style-type: none;
  position: relative
}
.list-style li::before{
  content:'\f00c';
  font-family: fontawesome;
  position: absolute;
  left:-25px;
  color:#87D5AD;
}
.slick-dots{
  bottom: 7px !important;
}
.slick-dots li button:before{
  content: '' !important;
  background-color: #ffffff !important;
  width: 50px!important;
  height: 4px!important;
}
.slick-dots li{
  width: 50px!important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
}
.slick-next, .slick-prev{
    z-index:6;  
}
.slick-prev:before {
    content: '\f053' !important;
}
.slick-next:before {
    content: '\f054'!important;
}
.slick-next:before, .slick-prev:before {
    font-family: fontawesome!important;
    font-size: 25px !important;
    opacity: 1!important;
    color: #87D5AD!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 20px !important;
}
.slick-next {
    right: 25px !important;
}
.select-blog {
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: 'Work Sans', sans-serif;
}
.select-blog select{
  border:0;
  outline: none;
  color: #87D5AD;
}
.body-text-blog iframe{
  width: 100%;
}

.body-text-blog ol li{
  font-family: 'Work Sans', sans-serif;
}
.body-text-blog a{
  color:inherit !important;
}

.body-text-blog img{
  margin-top: 15px;
  margin-bottom: 15px;
}

.tabla-datos-vino{
  padding-top: 90px;
      display: flex;
    flex-direction: column;
}
.tabla-datos-vino .row{
  padding-top: 15px;
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: inherit;
}
.after-mas::after{
  content:"\2b";
  position: absolute;
  right:0px;
  color: #87D5AD;
  font-size: 25px;
  margin-top: -8px;
}
.testimonios{
  padding-top: 100px;
  position: relative;
}
.testimonios p{
  font-family: 'Lora', serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 137.4%; 
}
.testimonios span{
  font-family: 'Work Sans', sans-serif;
}
.testimonios::before, .testimonios::after{
  content:'“';
  position: absolute;
  z-index:-1;
  color: #87D5AD;
  text-align: center;
  font-family: Lora;
  font-size: 324px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.45;
}
.testimonios::before{
  left:-40px;
  top:-50px;
}
.testimonios::after{
  right:-50px;
  bottom:-100px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.premios{
  justify-content:center;
}
.premios img{
  max-width: 130px;
  margin-top: 10px;
  height: auto;
}
.pasos{
  justify-content:center;
}
.pasos span{
  color: #87D5AD;
  font-family: Lora, serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  margin-left: 40px;
  margin-bottom: 5px;
  display: block;
}
.pasos span::before{
  content: '';
    position: absolute;
    bottom: 10px;
    left: -40px;
    z-index: -1;
    width: 60px;
    height: 40px;
    opacity: 0.35;
    background: #87D5AD;
}
.barricas-vino::after{
      left: -400px;
    top: 0px;
}

.slider-vinos {
       display: flex;
    flex-wrap: wrap;
}
.container-ficha-vino{
  position: relative;
  background-repeat: no-repeat;
  display: flex !important;
  flex-direction: column;
  justify-content: end;
  align-items: baseline;
  color:#000000;
  text-decoration: none;
  transition: all 200ms ease-out;
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 40px;
  padding: 0;
}
.container-ficha-vino .cta{
  position: absolute;
      bottom: 20px;
    left: 25px;
  z-index: 30;
}
.card-ficha-vino {
  height: 100%;
    width: 100%;
  padding: 25px 25px 65px 25px;
      text-align: center;
}
.card-ficha-vino .botella{
  max-height:400px;
  position: relative;
  z-index:5;
}
a.card-ficha-vino{
  color:#000000;
  text-decoration: none;
}
.card-ficha-vino::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.07) 80.73%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.card-ficha-vino .link-style{
  opacity: 0;
}
.card-ficha-vino:hover img{
  opacity: 0;
  transition: all 30ms ease-out;
}
.card-ficha-vino:hover{
  background-image: url(../img/img-graciano.webp);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 30ms ease-out;
  color: #fff;
  opacity: 1;
}
.card-ficha-vino:hover .link-style{
  opacity: 1;
}
.card-ficha-vino .cta{
  margin-top: 20px;
}
.card-ficha-vino .h3-style{
-moz-transform: translateY(40px);
-webkit-transform: translateY(40px);
-o-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
}
.card-ficha-vino:hover .h3-style{
 -moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.card-ficha-vino:hover::before{
  background:linear-gradient(0deg, rgba(2,0,36,0.6) 0%, rgba(0,0,0,0.6) 25%, rgba(0,0,0,0) 50%)
}
.bg-black-overlay{
  position: absolute;
  top:0;
  background-color: rgba(0, 0, 0, 0.60);
  height: 100%;
  width: 40%;
      display: flex;
    align-items: center;
}

.maxi-slider-slide{
  background:linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.75) 22%, rgba(0,0,0,0.7483368347338936) 79%, rgba(0,0,0,1) 100%),
  url(../img/1870-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color:#FFFFFF;
  min-height: 880px;
      display: flex !important;
    align-items: center;
}
.maxi-slider-slide .container{
  padding-top: 120px;
  padding-bottom: 130px;
}
.maxi-slider .slick-next, .maxi-slider  .slick-prev{
  top:initial !important;
  bottom: 35px;
}
.maxi-slider .slick-next{
      right: 47% !important;
}
.maxi-slider .slick-prev{
      left: 47% !important;
}
.maxi-slider-container{
  position: relative;
}
.gradient-before-after{
  width: 100%;
  height: 100%;
}
.maxi-slider-container .slider-links{
  position: absolute;
  top: 25px;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.containerlinks{
  max-width:1010px;
    margin-left: 25px;
}
.slider-links a{
  color:#ffffff;
  margin-right: 50px;
  margin-bottom: 5px;
  display: inline-block;
}
.slider-links .containerlinks::-webkit-scrollbar {
  display: none; /* Oculta la barra de desplazamiento en navegadores webkit (Chrome, Safari, etc.) */
}
.slider-links a {
  opacity: 0.5; 
}
.slider-links a:hover{
  opacity: 1;
}
.slider-links a.active {
  opacity: 1; 
}
/* Estilos para todas las .container */
.maxi-slider-slide .container {
  opacity: 0.2; /* Opacidad por defecto para las .container no activas */
      margin-right: 5%;
}

/* Estilos para la .container activa */
.maxi-slider-slide .container.active {
  opacity: 1; /* Opacidad completa para la .container activa */
}
.iframe-mapa iframe{
  height: 600px;
  width: 100%;
}
.iframe-mapa a{
  text-decoration: none;
  color:#000000;
}
.form-control, .widget_archive select, .widget_categories select, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea{
  border-left:0;
  border-right:0;
  border-top:0;
  border-bottom:1px solid #000000;
  border-radius: 0;
  color: #000000;  
  background-color: transparent;
  padding: 0;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.btn-outline-primary, .wpcf7 input[type=submit], .btn-outline-primary:hover, .wpcf7 input:hover[type=submit]{
      color: #ffffff;
    border-color: transparent;
    background-color: #87d5ad;
        max-width: 120px;
        text-transform: uppercase
}
.btn-outline-primary:hover, .wpcf7 input:hover[type=submit]{
  opacity: 0.6;
}
.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus{
  outline: none;
      border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
 footer .btn-outline-primary,footer .wpcf7 input[type=submit],footer .btn-outline-primary:hover,footer .wpcf7 input:hover[type=submit] {
    color: #000000;
    border-color: transparent;
    background-color: #ffffff;
    max-width: 120px;
}
footer .btn-outline-primary.disabled,footer .btn-outline-primary:disabled,footer .wpcf7 input.disabled[type=submit],footer .wpcf7 input:disabled[type=submit] {
    color: #000000;
    background-color: #ffffff;
}
.wpcf7{
  margin:0 !important;
}
.wpcf7-form-control-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:  #000000 !important;
  opacity: 1; /* Firefox */
}

.wpcf7-form-control-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #000000  !important;
}

.wpcf7-form-control-wrap input::-ms-input-placeholder { /* Microsoft Edge */
  color:  #000000  !important;
}
.pagination{
  justify-content:center;
  margin-top: 10px;
}
.page-link {
    font-weight: 600;
    color: #87d6ad;
    border: 0;
}
.page-item:first-child .page-link{
  border-radius: 0;
}
.page-item.active .page-link {
    background-color: #87d6ad;
    border-color: #87d6ad;
}
.page-link:focus {
    color: #87d6ad;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
.mute_button{position:absolute; right:40px; bottom:40px; color:#fff; font-size:30px; z-index:50; cursor:pointer}
.video-home{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.video-home::after{
  content: '';
  width: 100%;
  height: 100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 28%, rgba(0,0,0,0.6951155462184874) 54%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 28%, rgba(0,0,0,0.6951155462184874) 54%);
background: linear-gradient(0deg, rgba(0,0,0,0) 28%, rgba(0,0,0,0.6951155462184874) 54%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: 0.5;
  position: absolute;
  
}
.page-header{
  position: relative!important;
}
.ilus-enoteca{
  position: relative;
}
.slider-images img{
  width: 100%;
}
/*.ilus-enoteca::after{
  content: '';
    position: absolute;
    z-index:1;
    background-size: cover;
    width: 75px;
    height: 79px;
        bottom: -20px;
    left: -10px;
}
.music::after{
    background-image: url(../img/icon-music.svg);
}
.movies::after{
    background-image: url(../img/icon-movies.svg);
}*/
.movies img{
  max-width: 270px;
}
/*********
**********
LAPTOP.  (lg)
**********
*********/

@media screen and (max-width:1200px) {
  h1 {
    font-size: 70px;
  }
  .h2-big-style, .body-text-blog h2 {
    font-size: 40px;
  }
  .left::after {
      left: -310px;
  }
  .card-style{
        min-height: 430px;
  }
  .green-square::before{
      width: 150px;
    }
    .ml-green-square {
      margin-left: 110px;
  }
    .video-home video{
      height: 100vh;
    width: auto;
  }
}



/*********
**********
TABLET. (md)
**********
*********/

@media screen and (max-width:992px) {
  .main-nav {
    transform: translateY(35%);
  }

    /****/
    section {
      padding-top: 70px;
    }
    .margin-section{
      margin-top: 70px;
    }
    
    h1 {
      font-size: 55px;
    }
    .h2-big-style, .body-text-blog h2 {
      font-size: 30px;
    }
    .h3-style, .body-text-blog h3{
      font-size:20px;
    }
    .green-square::before {
      left: -20px;
      bottom: -25px;
      width: 110px;
      height: 40px;
    }
    .vinos-title{
      justify-content:flex-start;
    }
    .vinos-title div{
      text-align:left
    }
    .after-mas::after{
      right: 5px;
    }
    .tabla-datos-vino p{
      padding-right: 25px;
    }
    .ml-green-square{
      margin-left: 0;
      margin-top: 30px;
    }
    .bg-black-overlay{
      width: 80%;
    }
    .bg-cata::after{
      left: -220px;
    }
    .uvas::after{
     width: 420px;
    height: 491px;
    top: -20px;
    right: -220px;
    }
    .bg-camion::after{
          width: 420px;
    height: 230px
    }
    .navigation-links{
      display: none;
    }
    .slider-vinos .slick-next, .slider-vinos .slick-prev{
      top:-100px !important;
    }
    .slider-vinos .slick-prev{
      left: inherit !important;
      right: 60px !important;
    }
    .slider-vinos .slick-slide{
      margin:5px;
    }
    .maxi-slider-slide .container {
      margin-right: auto;
  }
    .card-ficha-vino .botella{
      max-height: 350px;
      margin-bottom: 20px;
    }
    .container-ficha-vino .cta {
      position: relative;
      margin-top: 10px;
    }
    .card-ficha-vino{
      padding: 25px 25px 10px 25px;
    }
    .card-ficha-vino:hover{
      background-image: none !important;
      color:inherit;
    }
    .card-ficha-vino:hover img {
      opacity: 1;
    }
    .card-ficha-vino:hover::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.07) 80.73%);
    }
    .d-none-after-responsive .uvas::after, .d-none-after-responsive .barco::after{
      content:none;
    }
    .containerlinks{
      max-width: 100%;
      overflow: scroll;
      display: -webkit-inline-box;
      margin-left: 25px;
    }
    .slider-links a{
      display: block
    }
    .intro-section-interior {
      margin-top: 60px;
      margin-bottom: 50px;
    }
    .maxi-slider-slide{
      min-height: 1100px
    }
    .maxi-slider-slide .container {
      padding-top: 110px;
      padding-bottom: 110px;
    }
    .container-ficha-vino{
          width: 32%;
    }
    .reverse-mobile{
      flex-direction:column-reverse;
    }
    .ilus-enoteca::after{
      content:none;
    }
    .accordion-enoteca .col-md-4{
      margin-bottom: 30px;
    }
    .card-ficha-vino .link-style{
      opacity: 1;
    }
    .card-ficha-vino .cta{
      margin-top: 20px;
    }
    .card-ficha-vino .h3-style{
     -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    }
    .enoteca .slick-slide{
      margin: 0!important;
    }
    .accordion-enoteca div{
      margin-bottom: 20px;
    }
}



/*********
**********
MOBILE. (sm)
**********
*********/

@media screen and (max-width:768px) {
  .main-nav a{
    font-size: 30px;
  }
  .main-nav {
      transform: inherit;
      padding-top: 130px;
      padding-left: 15px;
  }
  .main-nav ul {
    position: relative !important;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
  }
  .dropdown-menu::before {
    content: none;
  }
  .nav-link{
    padding:0;
  }
  .dropdown-menu span{
    display: none;
  }
  .dropdown-toggle::after {
    content: "";
        width: 11px;
    height: 11px;
    border-top: 3px solid #87D5AD;
    border-right: 3px solid #87D5AD;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
    position: absolute;
    right: 50px;
}
  .dropdown-toggle:hover::after {
    content: none;
  }
  #menu ul:hover a {
    opacity: 1;
}
.main-nav .dropdown-menu li a {
    font-size: 20px;
}
.footer-nav .rrss a {
  font-size: 25px;
}
/***/
    
  footer {
    padding-top: 70px;
}
  .header-page-interior {
        padding-top: 80px;
  }
  .header-page-interior .h1-interior{
    position: relative;
    right: inherit;
    top: inherit;
    text-align: left;
    padding-top: 30px;
    margin-bottom: -25px;
        max-width: 85%;
  }
  .header-page-interior .row{
    flex-direction: column-reverse;
  }
  .maxi-slider-slide .container {
    padding-top: 20px;
    padding-bottom: 40px;
}
  .maxi-slider-slide{
    padding-top: 130px;
    align-items:baseline;
  }
  .maxi-slider .slick-next, .maxi-slider .slick-prev {
    top: 80px !important;
    bottom: initial !important;
  }
  .maxi-slider .slick-prev {
    left: 25px !important;
  }
  .maxi-slider .slick-next {
    left: 60px !important;
    right: initial !important;
  }
  .maxi-slider-container .slider-links {
    justify-content: start;
  }
  .maxi-container{
    padding-left: 15px;
    padding-right: 15px;
  }
  #search-menu .wrapper input{
        font-size: 40px;
  }
  .bg-opacity-black::before{
        width: 80%;
  }
  .imagen-elaboracion-barricas img {
      margin-top: 30px;
      margin-bottom: 10px;
  }
  .container-ficha-vino{
        width: 49%;
  }
  .bg-cata::after {
    left: inherit;
    right: 0;
    top: -10px;
        width: 360px;
    height: 360px;
  }
  nav, .nav{
    padding-left: 0;
    padding-right: 0;
  }
  .wpml-ls-legacy-list-horizontal a{
    padding: 5px 5px 6px !important;
  }
  .header-post h1{
    font-size: 45px;
  }
  .legal-links a {
    width: 100%;
  }
}

/*********
**********
MOBILE SMALL. 

**********
*********/

@media screen and (max-width:576px) {
  .bg-opacity-black::before{
        width: 100%;
  }
  .container-ficha-vino{
        width: 100%;
  }
  header{
    top:45px;
  }
}

/*YOUTUBE*/
.yt-video{width:100%; min-height:400px; cursor:pointer; background-repeat: no-repeat; background-position:center center; background-size:contain; position:relative
}
.yt-video-enoteca{
   min-height:200px;
}
.yt-video::before{
  content:"";
  background: url("../img/youtube_btn.svg") no-repeat center center;
  background-size: auto;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-out;
}
.yt-video:hover::before{
  background: url("../img/youtube_btn_hover.svg") no-repeat center center;
  background-size: auto;
  background-size: 64px 64px;
}
.yt-video-responsive {
  overflow: hidden;
  padding-bottom: 0px;
  position: relative;
}
.yt-video-responsive iframe, .video-responsive object, .video-responsive embed {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.wpml-ls-display{displat:none}
.wpml-ls-item{text-transform:uppercase}
.text-a-white .wpml-ls-current-language a{color:#87D5AD}
.wpml-ls-item{
  position: relative;
}
.wpml-ls-item:not(:last-child):after{
  content:'|';
  position: absolute;
    right: -2px;
    top: 2px;
}
.wpml-ls-legacy-list-horizontal{
  padding:0 !important;
}
/** scrolled **/
.scrolled{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    background-color: rgb(0 0 0 / 55%);
    transition: all 0.3s ease-in-out;
    animation: smoothScroll 0.5s forwards; } @keyframes smoothScroll { 0% { transform: translateY(-40px); } 100% { transform: translateY(0px); } 
}
.navbar img.d-scrolled{
  display: none;
}

.scrolled .navbar img.d-scrolled{
    max-width:35px;
    display: block;
}
.scrolled .navbar img.d-none-scrolled{
  display: none;
}
header.scrolled{
    border-top: none;
}
.scrolled .navegacion-superior{
  display: none;
}
.sticky-top{
  top:74px;
}
/***/
.cintillo{
    text-transform: uppercase;
    
    padding-top: 7px;
    padding-bottom: 5px;
        line-height: 18px;
}
.cintillo a{
    text-decoration: underline;
    color:initial;
}
.cintillo p{
  line-height: 115%;
  margin:0;
  padding:0;
}
.shopify-buy__btn  {
  text-align: center !important;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 112% !important;
  letter-spacing: 1.44px !important;
  text-transform: uppercase !important;
  border-radius: 5px !important;
  text-decoration: none; !important
  padding: 13px 18px !important;
  margin-top: 30px !important;
  display: inline-flex !important;
  -webkit-transition: all 200ms ease-out !important;
  -moz-transition: all 200ms ease-out !important;
  -ms-transition: all 200ms ease-out !important;
  -o-transition: all 200ms ease-out !important;
  transition: all 200ms ease-out !important;
      position: absolute;
    left: 25px;
    bottom: 15px;
}
.shopify-buy__layout-vertical {
    text-align: left !important;
}
.container-ficha-vino .shopify-buy-frame--product {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 30;
}