@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Forms
# Links
# Transitions
# Utilities
# Header
# Panel Side Mobile
# Header Sticky
# Footer

#   Hero
#   Direccion
#   Marcas
#   Colecciones
#   Comienzos
#   A la Carte
#   Testimonios
#   Catas

#   Vinos Internacionales
#   Contacto
#   Gracias
#   Producto
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
    font-family: 'celine_sansregular';
    src: url('../../assets2/fonts/celinesans-webfont.woff2') format('woff2'),
         url('../../assets2/fonts/celinesans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'engraversgothic_btregular';
    src: url('../../assets2/fonts/engravers-gothic-bt-font-webfont.woff2') format('woff2'),
         url('../../assets2/fonts/engravers-gothic-bt-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_stdbook';
    src: url('../../assets2/fonts/futurastdbook-webfont.woff2') format('woff2'),
         url('../../assets2/fonts/futurastdbook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_stdlight';
    src: url('../../assets2/fonts/futurastdlight-webfont.woff2') format('woff2'),
         url('../../assets2/fonts/futurastdlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: 'engraversgothic_btregular';
    background-color: #e9e5d3;
    color: #fff;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'futura_stdlight';
    text-transform: uppercase;
}

img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .panel-overlay {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #a4a4a4;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
    position: relative;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
   background: transparent;
    padding: 10px 43px;
    color: #e9e5d3;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.938rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #e9e5d3;
    border-radius: 50%;
    transition: all .5s ease;
}
/*
.cta::after {
    content: '';
    background-image: url('../../assets2/img/arrow-down-diagonal.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 21px;
    height: 21px;
    margin-left: 22px;
}*/

.cta:hover{
    background-color: #bfa372;
    border: 1px solid #bfa372;
    color: #fff;
    text-decoration: none;
}

.parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    top: 0;
    left: 0;
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 40px 0;
}

.main-header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}

.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.header-row .col-header.col-nav {
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-grow: 0.6;
}

.header-row .col-header.col-logo {
    flex-grow: 0.4;
    align-items: center;
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-weight: normal;
    font-size: 0.938rem;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 17px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #bfa372;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: 'engraversgothic_btregular';
}

.main-navigation ul > li.idioma > a {
    width: 39px;
    height: 39px;
    border: 1px solid #bfa372;
    border-radius: 50%;
    justify-content: center;
}

.main-navigation > ul > li:last-child {
    margin-right: 0px;
}

.main-nav-mob {
    display: flex;
    align-items: center;
}

.menu-burger {
    position: relative;
    width: 32px;
    height: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 16px;
    cursor: pointer;
    display: flex;
}

.menu-burger > span {
    width: 100%;
    height: 1px;
    background-color: #bfa372;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

/*--------------------------------------------------------------
# Header Sticky
--------------------------------------------------------------*/
.header-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #213d3c;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    border-bottom: 1px solid #bfa372;
    padding: 16px 0;
}

.Web-Header.Sticky .header-sticky {
    top: 0;
    opacity: 1;
}

/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 300px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #1e3b39;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    /* -webkit-transform: translateX(0); */
    /* -ms-transform: translateX(0); */
    /* transform: translateX(0); */
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 24px;
}

.side-panel_head {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.side-panel_body {
    padding: 1rem 0;
}

.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}

.side-panel_body nav ul li {
    margin-bottom: 0.5rem;
}

.side-panel_body nav ul li a {
    color: #bfa372;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.dropdown-menu {
    background-color: #009fe3;
    border: 0;
    width: 100%;
    padding: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    background-color: #e9e5d3;
    background-image: url('../../assets2/img/LB-Footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #bfa372;
    padding: 97px 0;
}

.footer_copy {
    font-size: 0.938rem;
    line-height: 1;
    text-transform: uppercase;
}

.widget-footer a {
    color: #bfa372;
    text-transform: uppercase;
    font-size: 0.938rem;
    line-height: 1;
    text-decoration: none;
}

.footer_newsletter form {
    max-width: 358px;
    position: relative;
}

.footer_newsletter p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}

.footer_newsletter .input_news {
    border: 1px solid #bfa372;
    color: #bfa372;
    font-size: 0.938rem;
    line-height: 1;
    padding: 22px 20px;
    background-color: #e9e5d3;
}

.footer_newsletter .btn_news {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    border-left: 1px solid #bfa372;
    width: 67px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_newsletter .btn_news::after {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23bfa372' d='M24.73 28.146a.5.5 0 0 0 .36-.153l7.359-7.631a.5.5 0 0 0 0-.693l-7.391-7.662a.5.5 0 1 0-.72.693l7.056 7.315l-7.024 7.284a.5.5 0 0 0 .36.847'/%3E%3Cpath fill='%23bfa372' d='M7.91 20.515h24.18a.5.5 0 0 0 0-1H7.91a.5.5 0 0 0 0 1'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
#   Hero
--------------------------------------------------------------*/
.seccion_hero {
    background-image: url('../../assets2/img/hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 749px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
}

.seccion_hero .box-zalto {
    position: relative;
    margin-bottom: 24px;
    display: inline-block;
}

.seccion_hero .box-zalto .sello {
    position: absolute;
    top: -50px;
    right: -140px;
    pointer-events: none;
}

.seccion_hero .linea {
    width: 46%;
    height: 1px;
    background-color: #bfa372;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.seccion_hero .box_content h1 {
    font-family: 'futura_stdlight';
    color: #bfa372;
    font-size: 3.75rem;
    line-height: 4rem;
    text-transform: uppercase;
}

.seccion_hero .box_content P {
    color: #bfa372;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
#   Seccion CTA
--------------------------------------------------------------*/
.seccion_cta {
    background-image: url('../../assets2/img/bg_textura_verde.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 18px 0;
}

.seccion_cta .cta {
    color: #bfa372;
    font-size: 1.5rem;
    line-height: 1;
    border: 1px solid #bfa372;
    width: 329px;
    height: 51px;
    padding: 0;
}

.seccion_cta .cta:hover {
    color: #fff;
}

/*--------------------------------------------------------------
#   Seccion Banner
--------------------------------------------------------------*/
.banner {
    width: 100%;
    height: 424px;
    object-fit: cover;
    object-position: center;
}

/*--------------------------------------------------------------
#   Seccion Incomparable
--------------------------------------------------------------*/
.seccion_incomparable {
    background-color: #e9e5d3;
    color: #a48349;
    padding: 90px 0 45px;
    position: relative;
}

.seccion_incomparable::before {
    content: '';
    width: 1px;
    height: 175px;
    background-color: #a48349;
    position: absolute;
    top: -87px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.container-incomparable {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}

.grid-incomparable {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.seccion_incomparable .content {
    max-width: 486px;
    margin-left: auto;
    padding: 0 12px;
}
.seccion_incomparable h2 {
    font-size: 3.438rem;
    line-height: 3.875rem;
}
.seccion_incomparable h2 .zalto {
    display: inline-block;
}
.seccion_incomparable h2 .zalto::after {
    content: '';
    display: block;
    width: 290px;
    height: 108px;
    background-image: url('../../assets2/img/zalto-290.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    left: -70px;
}

.seccion_incomparable .content p {
    font-family: 'futura_stdbook';
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.grid-fotos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}

/*--------------------------------------------------------------
#   Copas
--------------------------------------------------------------*/
.seccion_copas {
    background-color: #e9e5d3;
    color: #a48349;
    padding: 90px 0;
    position: relative;
}

.container-copas {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}

.seccion_copas .content-copas {
    padding: 0 12px;
}

.seccion_copas h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
}

.seccion_copas h2 .large {
    font-size: 3.75rem;
    line-height: 1;
}

.seccion_copas .content-copas p {
    font-family: 'futura_stdbook';
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
}

.seccion_copas .content-copas .linea {
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #a48349;
    padding-top: 24px;
}

.seccion_copas .content-copas .cta {
    font-family: 'futura_stdbook';
    background: white;
     
            color: #a48349;
            border-radius: 2px;

    font-size: 1.125rem;
    line-height: 1.875rem;
    height: 52px;
    padding: 6px 24px;
    max-width: max-content;
        margin: auto;

          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), 
                        0 2px 10px rgba(212, 175, 55, 0.4);
            animation: pulsoBrillo 3s ease-in-out infinite;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: 2px solid rgb(164, 131, 73);
            position: relative;
            overflow: hidden;
}


        .boton-opcion1:hover {
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35), 
                        0 4px 15px rgba(212, 175, 55, 0.6);
            transform: translateY(-4px) scale(1.03);
            border-color: #d4af37;
            background: rgb(164 131 73 / 23%) !important;
            color: #a48349;
        }

        .boton-opcion1::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
            animation: brilloCruzado 4s ease-in-out infinite;
        }

        @keyframes pulsoBrillo {
            0%, 100% {
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), 
                            0 2px 10px rgba(212, 175, 55, 0.4);
            }
            50% {
                box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3), 
                            0 4px 15px rgba(212, 175, 55, 0.7);
            }
        }

        @keyframes brilloCruzado {
            0% { left: -100%; }
            20%, 100% { left: 100%; }
        }


.seccion_copas .content-copas .cta .zalto, .seccion_copas .content-copas .cta .zalto2 {
    line-height: 1;
}

.seccion_copas .content-copas .cta .zalto2::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../../assets2/img/icon-whatsapp.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}

.seccion_copas .content-copas .cta .zalto::after {
    content: '';
    display: inline-block;
    width: 82px;
    height: 30px;
    background-image: url('../../assets2/img/zalto-290.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    left: -10px;
}


.card-copa {
    position: relative;
    border: 1px solid #a88850;
    max-width: max-content;
    margin: auto;
    cursor: pointer;
}

.card-copa .view {
    position: absolute;
    top: 11px;
    right: 11px;
}

.card-copa .copa {}

.card-copa_flotante {
    position: absolute;
    top: -40px;
    right: -17px;
    bottom: -14px;
    left: -17px;
    z-index: 1;
    border: 1px solid #a88850;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.card-copa_flotante .btnClose {
        position: absolute;
    z-index: 2;
    top: 16px;
    right: 20px;
}
.card-copa_flotante .card-content {
    background-color: rgb(0 0 0 / 52%);
    padding: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card-copa_flotante .card-content h3 {
    color: #fff;
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 16px;
}
.card-copa_flotante .card-content p {
    color: #fff;
    border: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.card-copa_flotante.mostrar {
    opacity: 1;
    visibility: visible;
}

.seccion_copas .control_carrusel  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 24px;
}

.seccion_copas .control_carrusel li {
    cursor: pointer;
}

.seccion_copas .control_carrusel .prev svg {
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
#   Garantia
--------------------------------------------------------------*/
.seccion_garantia {
    background-image: url('../../assets2/img/bg_textura_verde_04.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #a48349;
    padding: 81px 0;
}

.seccion_garantia h2 {
    font-size: 3.063rem;
    line-height: 3.063rem;
    margin-bottom: 30px;
}

.seccion_garantia p {
    font-family: 'futura_stdbook';
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
}

.seccion_garantia .box-logos {
    display: grid;
    grid-template-columns: 161px 97px;
    gap: 24px;
    justify-content: center;
}

.seccion_garantia .box-logos .logo-lb {}
.seccion_garantia .box-logos .logo-zalto {}

/*--------------------------------------------------------------
#   Marcas
--------------------------------------------------------------*/
.seccion_home_marcas {
    padding: 89px 0;
}

.carousel-continuo {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.carousel-continuo .carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    font-size: 0;
}

.carru-continuo-set-one {
    display: flex;
    align-items: center;
    will-change: transform;
    animation: 120s kf_one infinite linear;
}

.carru-continuo-set-two {
    display: flex;
    align-items: center;
    will-change: transform;
    animation: 120s kf_two infinite linear;
}

.carru_home_logo {
    width: 232px;
    text-align: center;
}

@keyframes kf_one {
    0% {transform: translateX(0%);}
    25% {transform: translateX(-50%);}
    25.01% {transform: translateX(150%);}
}

@keyframes kf_two {
    0% {transform: translateX(0%);}
    75% {transform: translateX(-150%);}
    75.01% {transform: translateX(50%);}
}

.seccion_copas .tns-ovh {
    padding: 30px 0;
}