.hero__slideshow__container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 600px;
    height: 100vh;
}

.hero__slideshow {
    height: 100vh;
    min-height: 600px;
    width: 100%;
}

.hero__slideshow__item {
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.hero__slideshow__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.swiper__whitearrows .swiper-button-prev,
.swiper__whitearrows .swiper-button-next {
    border: 1px solid #fff;
    border-radius: .25rem;
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem auto;
}

.swiper__whitearrows .swiper-button-prev svg,
.swiper__whitearrows .swiper-button-next svg {
    display: none;
}

.swiper__whitearrows .swiper-button-prev {
    background-image: url('../img/icons/arrow-left-white.svg');
    left: 2rem !important;
}

.swiper__whitearrows .swiper-button-next {
    right: 2rem !important;
    background-image: url('../img/icons/arrow-right-white.svg');
}

.swiper__whitearrows .swiper-pagination-bullet {
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.swiper__whitearrows .swiper-pagination-bullet-active {
    background-color: #fff;
}



.swiper__blackarrows .swiper-button-prev,
.swiper__blackarrows .swiper-button-next {
    border: 1px solid #444;
    border-radius: .25rem;
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem auto;
}

.swiper__blackarrows .swiper-button-prev svg,
.swiper__blackarrows .swiper-button-next svg {
    display: none;
}

.swiper__blackarrows .swiper-button-prev {
    background-image: url('../img/icons/arrow-left-black.svg');
    left: 1rem;
}

.swiper__blackarrows .swiper-button-next {
    right: 1rem;
    background-image: url('../img/icons/arrow-right-black.svg');
}

.swiper__blackarrows .swiper-pagination-bullet {
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.swiper__blackarrows .swiper-pagination-bullet-active {
    background-color: #fff;
}

.slide__products___item {
    text-decoration: none;
}

.swipper__products__slide .slide__products___item img {
    max-height: 240px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.hero__slideshow__info {
    font-size: 1.25rem;
    padding-top: 1rem;
    font-family: 'avenir_regular', sans-serif;
    color: var(--color-gray);
    margin-bottom: 2rem;
}

.swipper__products__slide .hero__slideshow__info {
    max-width: 160px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.slide__products {
    padding: 4rem 2rem;
    background-color: var(--color-silver);
}

.inner__slide__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.slide__products__subtitle {
    font-size: 1.125rem;
    font-family: 'engravers_gothicregular', sans-serif;
    color: var(--color-primary);
}

.slide__products__title {
    font-size: 2.25rem;
    font-family: 'engravers_gothicregular', sans-serif;
}

.slide__products__title br {
    display: none;
}

.slide__products__info {
    padding-right: 4rem;
}


.hero__video {
    padding: 3rem 2rem;
}

.inner__hero__video {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}

.hero__video__cta {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
}

.list__categories {
    padding-top: 4rem;
}

.list__categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.list__categories__item {
    width: calc(100% / 4);
    position: relative;
    min-height: 800px;
    -webkit-transition: all cubic-bezier(.19, .78, .53, 1) 0.25s;
    -o-transition: all cubic-bezier(.19, .78, .53, 1) 0.25s;
    transition: all cubic-bezier(.19, .78, .53, 1) 0.25s;
}

.list__categories__list a {
    text-decoration: none;
    display: inline-block;
    color: var(--color-black);
}

.list__categories__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 280px;
    padding: 2rem 1.5rem;
    color: var(--color-black);
}

.list__categories__title {
    font-family: 'engravers_gothicregular', serif;
    font-size: 2.25rem;
}

.list__categories__overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.list__categories__overlay__img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.list__categories__overlay__icon {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}

.list__categories__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
    opacity: 1;
    visibility: visible;
}

.list__categories__overlay:before {
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}

.list__categories__img {
    min-height: 800px;
    max-height: 800px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


.list__categories__item:hover .list__categories__overlay {
    opacity: 0;
    visibility: hidden;
}

.list__categories__item:hover {
    width: 40%;
}

.head__hero__interior,
.head__hero__video {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.head__hero__interior {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.head__hero__interior .head__title,
.head__hero__video .head__title {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.head__hero__interior .head__title {
    max-width: 420px;
    margin-left: 0;
    margin-right: 0;
}

.head__title {
    font-family: 'engravers_gothicregular', serif;
    font-size: 2.25rem;
    text-align: left;
    color: var(--color-black);
    max-width: 430px;
    text-transform: uppercase;
    margin-bottom: 0;
}


.footer {
    background-color: var(--color-black);
}

.inner__footer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.btn__open__category,
.btn__close__category {
    display: none;
}

/*  Hero video */

.hero__image,
.hero__video {
    /* height: calc(100vh - 104px); */
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 600px;
    /* max-height: 600px; */
    overflow: hidden;
}

.hero__image {
    max-height: 600px;
    height: 100%;
}

.hero__image img {
    width: 100%;
    height: 600px;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.hero__video__normal {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.top__hero___banner {
    position: relative;
}

.top__hero___banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.hero___banner__content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 1600px;
    color: var(--color-white);
    z-index: 3;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.hero___banner__icon {
    width: 150px;
}

.hero___banner__iconmedium {
    width: 200px;
}

.hero___banner__title {
    font-family: 'engravers_gothicregular', sans-serif;
    font-size: 3.5rem;
}

.hero___banner__subtitle {
    font-family: 'avenir_regular', sans-serif;
    font-size: 1.25rem;
    color: var(--color-primary);
}

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

.list__experiences__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 5rem;
    font-family: 'avenir_regular', sans-serif;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

}

.list__experiences__item:last-of-type {
    margin-bottom: 0;
}

.list__experiences__content {
    max-width: 50%;
    padding-right: 2rem;
}

.list__experiences__title {
    font-family: 'engravers_gothicregular', sans-serif;
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 0;
    color: var(--color-black);
}

.list__experiences__subtitle {
    font-size: 1.25rem;
    font-family: 'avenir_regular', sans-serif;
    color: var(--color-primary);
    margin-bottom: 1rem;
    margin-top: 0;
}

.list__experiences__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


.list__benefits__members {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    margin-bottom: 0;
}

.list__benefits__members li {
    font-family: 'avenir_regular', sans-serif;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: var(--color-black);
}

.list__benefits__members li a {
    text-decoration: none;
    color: var(--color-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.list__benefits__members li a {
    text-align: left;
}

.list__benefits__members li a img {
    max-height: 35px;
}

.content__tabs__members__item .text__subtitle {
    color: var(--color-primary);
    font-family: 'avenir_regular', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0;
}


.form__contact__clubmx {
    background-color: var(--color-white);
    padding: 4rem 2rem;
    max-width: 600px;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
}

.clubmx__contact {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #F6F1EB;
}

.inner__clubmx__contact {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.clubmx__contact input[type="text"],
.clubmx__contact input[type="email"],
.clubmx__contact select {
    border-color: var(--color-grey);
    border-radius: 0;
    font-family: 'avenir_regular', sans-serif;
}

.clubmx__contact .form-floating>label {
    color: var(--color-gray);
}

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

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

.head__subtitle {
    font-family: 'avenir_regular', sans-serif;
    font-size: 1.25rem;
    color: var(--color-primary);
    margin-bottom: 0;
    margin-top: 0;
}

.wrap__accordion__variedades {
    padding-top: 3rem;
    padding-bottom: 1rem;
    width: 100%;
}


.wrap__info__interior__vino {
    background-color: var(--color-yellow-ultralight);
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.info__interior__vino {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.list__experiences__image {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.list__experiences__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.list__categories__list .list__categories__item:nth-of-type(1) .list__categories__overlay__icon {
    top: 50px;
}

.list__categories__list .list__categories__item:nth-of-type(2) .list__categories__overlay__icon {
    top: 100px;
}

.list__categories__list .list__categories__item:nth-of-type(3) .list__categories__overlay__icon {
    top: 50px;
}

.list__categories__list .list__categories__item:nth-of-type(4) .list__categories__overlay__icon {
    top: 100px;
}


.block__featured {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.block__featured.is__full__width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.inner__block__featured {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inner__block__featured:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
}

.inner__block__featured img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.block__featured .text__featured {
    padding: 2rem 4rem;
    max-width: 540px;
    color: var(--color-white);
    font-size: 1rem;
    font-family: 'avenir_regular', sans-serif;
    line-height: 1.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
}

.block__featured .text__featured.text__featured__large {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    text-align: center;
}


.slide__products___item img {
    transform: scale(1,1);
    transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
} 

.slide__products___item:hover img {
    transform: scale(1.07,1.07);
}


@media screen and (max-width: 960px) {
    .list__categories__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list__categories__item {
        width: 100%;
    }

    .list__categories__content {
        max-width: 100%;
    }

    .list__categories__item:hover {
        width: 100%;
    }

    .list__categories__overlay__icon {
        max-height: 100px;
        max-width: 150px;
    }

    .btn__open__category,
    .btn__close__category {
        display: none;
        margin-right: 0;
        margin-top: 1rem;
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 2;
        display: block;
        background-color: transparent;
        color: var(--color-white);
        border: none;
    }

    .btn__close__category {
        color: var(--color-black);
        z-index: 1;
        margin-top: 0;
        margin-right: 0;
    }

    .list__categories__overlay__img {
        height: 170px;
    }

    .list__categories__item {
        height: 170px;
        overflow: hidden;
        min-height: 170px;
        transition: all linear 0.25s;
        -webkit-transition: all linear 0.25s;
        -moz-transition: all linear 0.25s;
        -ms-transition: all linear 0.25s;
        -o-transition: all linear 0.25s;
    }

    .list__categories__item:hover .list__categories__overlay {
        opacity: 1;
        visibility: visible;
    }

    .list__categories__item.active {
        height: auto;
        max-height: 600px;
    }

    .list__categories__item.active .list__categories__overlay {
        display: none;
    }

    .list__categories__content {
        padding-top: 4rem;
    }

    .list__categories__overlay__icon {
        top: 0 !important;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .header__menu__submenu {
        position: fixed;
        left: 0;
        top: 0;
        height: calc(100vh - 68px);
        width: 100%;
        top: 0;
        padding-top: 0;
    }
    
    .header__navigation {
        background-color: var(--color-white);
    }


}

@media screen and (max-width: 767px) {
    .slide__products__info {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .inner__slide__products {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .slide__products__info {
        margin-bottom: 4rem;
    }

    .slide__products {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .slide__products__title {
        font-size: 1.75rem;
    }

    .head__title {
        font-size: 1.75rem;
    }

    .hero___banner__title {
        font-size: 2.5rem;
    }

    .hero___banner__subtitle {
        font-size: 1rem;
    }

    .hero__video {
        max-height: none;
        min-height: auto;
        height: auto;
        padding-bottom: 1rem;
    }

    .list__experiences__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .list__experiences__content {
        max-width: 100%;
        padding-right: 0;
        padding-top: 2rem;
    }

    .list__experiences__description {
        padding-bottom: 1rem;
    }

    .list__experiences__title {
        font-size: 2rem;
    }

    .list__benefits__members li {
        font-size: 1.125rem;
    }

    .clubmx__contact {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .form__contact__clubmx {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .list__experiences__image {
        width: 100%;
        position: static;
    }

    .hero__image img {
        min-height: 600px;
    }

    .hero__video__cta {
        left: 1rem;
        bottom: 1rem;
    }
    .list__categories{
        padding-top: 2rem;
    }

}