/*
Theme Name: CVNE
Author: Droolstudio
Description: Plantilla CVNE para Wordpress
Version: 1.1.0
*/
@font-face {
    font-family: "Noe Display";
    src: url('font/noedisplay-medium/NoeDisplayMedium.eot') format('eot'),
        url('font/noedisplay-medium/NoeDisplayMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Noe Display";
    src: url('font/noedisplay-regularitalic/NoeDisplayRegularItalic.eot') format('eot'),
        url('font/noedisplay-regularitalic/NoeDisplayRegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
button, button:focus{
    outline: none;
}

*:focus{
    outline: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #353535;
    background-color: #FFFFFF;
    padding-top: 80px;
    overflow-x: hidden;
    position:relative;
    height: 100%;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 20px;
}
a{
    color: #705D57;
}
a:hover{
    text-decoration: none;
    color: #5f5f5f;
}
.button, .button:focus, .button:active,.input, .input:focus, .input:active{
    outline: none;
}

header{
    background-color: #FFFFFF;
    /*box-shadow: 0 2px 4px 0 rgba(53,53,53,0.06);*/
    position: fixed;
    width: 100%;
    height: 80px;
    left: 0px;
    top: 0px;
    z-index: 99;
}
header:before{
    box-shadow: 0 2px 4px 0 rgba(53,53,53,0.06);
    position: absolute;
    z-index: 9;
    height: 4px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    content: '';
    pointer-events: none;
}
header .header__menu_left{
    position: absolute;
    left: 40px;
}
header .header__menu_right{
    position: absolute;
    right: 40px;
}
header .menu-header li{
    margin-right: 20px;
    position: relative;

}
header .menu-header li a{
    display: inline-block;
    padding: 30px 0px;
    color: #010101;
    padding-right: 20px;
}
header .menu-header li .sub-menu{
    padding: 0px;
    list-style: none;
    margin: 0px;
    position: absolute;
    z-index: -1;
    background: #fff;
    padding: 26px 32px 24px;
    left: -32px;
    min-width: 320px;
    top: 70px;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out;
    opacity: 0;
}
header .menu-header li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    top: 80px;
    -webkit-animation: submenu 0.4s ease-in-out;
    animation: submenu 0.4s ease-in-out;
}
/*header .menu-header li .sub-menu li:first-child{
    color: #999894;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.17px;
    line-height: 14px;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 8px;
    margin-bottom: 8px;
    pointer-events: none;
}
header .menu-header li .sub-menu li:first-child a{
    line-height: 14px;
    color: #999894;
}*/
header .menu-header li .sub-menu li{
    margin: 0px;
}
header .menu-header li .sub-menu a{
    line-height: 28px;
    padding: 0px;
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out;
}
header .menu-header li .sub-menu a:hover{
    color: #96776D;
}
.menu-header-derecha{
    font-size: 12px;
    float: left;
} 
header .menu-header li .sub-menu li.menu-vinos{
    margin: 16px 0px 0px 0px;
}

.header__menu_right .menu-header-derecha li {
    margin-right: 0px;
    margin-left: 24px !important;
}
.header__menu_right_lang{
    float: left;
    color: #999894;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.17px;
    line-height: 14px;
    margin: 33px 0px 0px 34px;
}
.header__menu_right_lang a{
    display: inline-block;
    margin-left: 14px;
    color: #999894;
}

header .header__logo{
    width: 234px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -117px;
    height: 100%;
}
header .header__logo a {
    display: inline-block;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.menu-item-has-children:before{
    width: 8px;
    height: 6px;
    background: url(images/svg/arrow.svg) no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -1px;
}

.fondoMenu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #0B0908;
    z-index: 9;
    visibility: hidden;
}
.submenuactivo .fondoMenu{
    -webkit-animation: submenufondo_activo 0.4s ease-in-out;
    animation: submenufondo_activo 0.4s ease-in-out;
    opacity: 0.4;
    visibility: visible;
}
.submenuinactivo .fondoMenu{
    animation-name: submenufondo_inactivo;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
}
.submenuactivo .hito__ancla{
    z-index: -1;
}

.header__menu_right .menu-header li {
    margin-right: 0px;
    margin-left: 40px;
}


.alignleft, img.alignleft { float: left; margin-right: 15px; margin-bottom: 10px}
.alignright, img.alignright { float: right; margin-left: 15px; margin-bottom: 10px}
.aligncenter, img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.btn{
    border: 1px solid #010101;
    color: #010101;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 18px;
    background: #fff;
    border-radius: 0px;
    padding: 13px 40px;
}
.btn:hover{
    background-color: #705D57;
    border-color: #705D57;
    color: #fff;
}
.btn-trans{
    background: transparent;
}
.btn-trans:hover{
    background-color: #705D57;
    border-color: #705D57;
}
.btn:disabled{
    pointer-events: none;
}
.btn:focus{
    outline: none;
    box-shadow: none;
}

p{
    margin: 0px 0px 20px 0px;
}
p:last-child{
    margin: 0px;
}

.bloque__header h1{
    color: #1D1D1C;
    font-family: "Noe Display";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 38px;
    padding: 19px 0px 15px;
    margin: 0px;
}
.bloque__header .bloque__header_img{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.bloque__header .bloque__header_img img{
    width: 100%;
    object-fit: cover;
        -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out;
}
.bloque__header .bloque__header_img.video_iframe img{
    filter: blur(4px);
}
.bloque__header .bloque__header_img iframe{
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 882px;
    z-index: 1;
}
.visitas-jig-header .bloque__header_img iframe{
    width: 100%;

}
.visitas-jig-header video{
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

.wpcf7-acceptance{
    color: #0B0908;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 20px;
}

h2{
    color: #1D1D1C;
    font-family: "Noe Display";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.07px;
    line-height: 34px;
    margin: 0px 0px 14px 0px
}

.pretitulo{
    color: #737373;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    margin-bottom: 9px;
}
.descripcion73{
    color: #737373;
}
.modal-backdrop{
    background-color: rgba(245,243,240);
    opacity: 0.97;
}
.modal-ligthbox .modal-dialog{
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    margin: 0px;
    border: 0px;
}
.modal-ligthbox .modal-content{
    background: transparent;
    border: 0px;
    border-radius: 0px;
    display: block;
}

.lightbox{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(245,243,240,0.97);    
    opacity: 0;
    z-index: -1;
}
.lightbox.active{
    animation:lighEnter 0.8s ease;
    opacity: 1;
    z-index: 9999;
    left: 0px;
}
.lightbox.no-active{
    animation: lighExit 0.6s ease;
}
.lightbox__open{
    cursor: pointer;
}
body.lightbox__active{
    overflow: hidden;
}
.lightbox__top{
    height: calc(100vh - 100px);
    padding-top: 56px;
}

.carousel-cell, .carousel-cell-min {
    width: 100%;
    height: calc(100vh - 200px);
}
/*.carousel-cell img,
.carousel-cell-min img{
    max-height: 96%;
    margin: auto;
    max-width: 98%;
    width: 100%;
}*/

.carousel-cell_contenedorimg{
    display: inline-block;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    max-width: 99%;
}
.carousel-cell_contenedorimg img{
    max-width: 100% !important;
    height: auto !important;
}


.flickity-button {
    width: 46px !important;
    height: 46px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 1px solid #000 !important;
}
.flickity-button svg{
    display: none;
}
.flickity-button:before{
    content: '';
    position: absolute;
    background-color: #353535;
    -webkit-mask-image: url(images/svg/flecha.svg);
    mask-image: url(images/svg/flecha.svg);
    transform: translate(-50%,-50%) rotate(180deg);
    height: 8px;
    width: 16px;
    top: 50%;
    left: 50%;
}
.flickity-button.previous:before{
    transform: translate(-50%,-50%);
}


.carousel-nav .carousel-cell-min {
    height: 80px;
    width: 100px;
}
.carousel-nav .carousel-cell-min img{
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    max-width: 1600px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 98%;
    padding: 0px 4px;
}
.carousel-nav .carousel-cell-min.is-selected{
    border: 1px solid #000;
}
.flickity-page-dots,
.carousel-nav .flickity-button{
    display: none;
}
.lighbox__desc{
    color: #737373;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 20px;
    width: 100%;
    margin-top: 7px;
    text-align: right;
    font-style: italic;
}

.bloque__variedad{
    margin-top: 24px;
}
.bloque__variedad .bloque__variedad{
    color: #737373;
}
.galeria{
    position: relative;
}
.galeria .btn-mas-imagenes{
    position: absolute;
    bottom: 16px;
    right: 16px;
    border-color: transparent;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out;
}
.galeria:hover .btn-mas-imagenes{
    opacity: 1;
}

.bloque__bodegas_vinos_variedades{
    margin: 120px 0px;
}
.bloque__bodegas_vinos_variedades .resumen{
    position: relative;
    text-align: center;
    color: #010101;
    font-family: "Noe Display";
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.06px;
    line-height: 36px;
    z-index: 0;
}
.bloque__bodegas_vinos_variedades .resumen span{
    position: absolute;
    color: #C0BFBD;
    font-family: "Noe Display";
    font-size: 160px;
    font-weight: 500;
    letter-spacing: 0.43px;
    line-height: 49px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
}
.bloque__cita{
    margin: 128px 0px 48px;
    color: #737373;
    font-size: 16px;
    letter-spacing: 0.08px;
    line-height: 19px;
}
.bloque__cita q{
    display: block;
    color: #353535;
    font-family: "Noe Display";
    font-size: 24px;
    font-style: italic;
    letter-spacing: 0.06px;
    line-height: 34px;
    margin: 0px 0px 8px;
}
.bloque__equipo{
    margin-top: 24px;
}
.bloque__equipo__bodegas{
    margin: 24px 0px 0px;
}
.bloque__equipo__bodegas .equipo__bodega{
    color: #353535;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0.23px;
    line-height: 24px;
    margin-bottom: 48px;
}
.bloque__equipo__bodegas .equipo__bodega .galeria{
    /*margin-bottom: 16px;*/
}


.bloque__enlaces{
    background-color: #F5F3F0;
    padding: 60px 0px 28px;
    position: relative;
    overflow: hidden;

    background-image: url(images/svg/diagonal_3.svg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bloque__enlaces .bEnlace{
    display: block;
    position: relative;
    overflow: hidden;
}
.bloque__enlaces .bEnlace img{
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out;
    height: 256px;
    object-fit: cover;
    width: 100%;
}
.bloque__enlaces .bEnlace span{
    height: 256px;
    overflow: hidden;
    display: block;
}
.bloque__enlaces .bEnlace img{
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out;
    height: 256px;
    object-fit: cover;
    width: 100%;
}
.bloque__enlaces .bEnlace h3{
    color: #010101;
    font-family: "Noe Display";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04px;
    line-height: 28px;
    margin: 8px 0px 0px 0px;
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out;
}
.bloque__enlaces .bEnlace:hover h3{
    color: #96776D;
}

.bloque__enlaces .bEnlace:hover img{
    transform: scale(1.08);
}
.bloque__enlaces__titulo{
    text-align: center;
    color: #737373;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    text-align: center;

}
.bloque__enlaces .row__enla{
    margin-top: 16px;
}

.listado__bodegas{
    margin: 24px 0px 16px;
}
.listado__bodegas .listado__bodegas__bodega{
    text-align: center;
    color: #999894;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 16px;
    display: block;
    margin-bottom: 40px;
}
.listado__bodegas .listado__bodegas__bodega img{
}
.listado__bodegas .listado__bodegas__bodega h3{
    color: #353535;
    font-family: "Noe Display";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.06px;
    line-height: 32px;
    margin: 8px 0px 0px 0px;
}

.listado__bodegas__home .listado__bodegas__bodega{
    padding-right: 20px;
    margin-bottom: 0px;
}

.hover__zoom span{
    display: block;
    overflow: hidden;
}
.hover__zoom span img{
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out;
}
.hover__zoom:hover img{
    transform: scale(1.08)
}

.bodega__galeria{
    position: absolute;
    width: calc(50% + 130px);
    left: 0px;
    height: 496px;
    z-index: 1;
}
.bodega__galeria img {
    object-fit: cover;
    height: 496px;
    object-position: right;
}
.bodega__galeria .btn-mas-imagenes{
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out;
    border: 0px;
}
.bodega__galeria:hover .btn-mas-imagenes{
    opacity: 1;
}

.bodega__datos_container,
.ficha__vino_imagen_cont{
    height: 100%;
    background-color: #F5F3F0;
    position: relative;
    z-index: 0;
}
.bodega__datos_container:before,
.ficha__vino_imagen_cont:before{
    content: '';
    top: 0px;
    left: 0px;
    width: calc(50vw - 130px);
    height: 100%; 
    background: #F5F3F0;
    position: absolute;
    z-index: -1;
}

.ficha__vino_imagen_cont{
    top: -50px;
    height: 100%;
}

.bodega__datos{
    background-color: #F5F3F0;
    padding: 88px 20px;
    text-align: center;
    position: sticky;
    top: 88px;
}
.bodega__datos img{
    margin-bottom: 28px;
}
.bodega__datos .btn{
    margin-top: 36px;
}
.bodega__content{
    margin-top: 496px;
    padding-top: 32px;
    color: #353535;
    font-size: 16px;
    letter-spacing: 0.23px;
    line-height: 24px;
    padding-bottom: 64px;
}
.bodega__content blockquote{
    color: #353535;
    font-family: "Noe Display";
    font-size: 24px;
    font-style: italic;
    letter-spacing: 0.06px;
    line-height: 34px;
    margin-bottom: 24px;
}
.bodega__vinos{
    margin-top: 40px;
}
.bodega__vinos__listado{
    margin: 24px 0px 16px;
}

.list__vino{
    display: block;
    background-color: #F5F3F0;
    min-height: 496px;
    text-align: center;
    margin-bottom: 24px;
    padding: 24px;
}
.list__vino img{
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 376px;
    width:auto;
}
.list__vino:hover img{
    transform: translate(-50%,-50%) scale(1.08);
}
.list__vino h3{
    color: #010101;
    font-family: "Noe Display";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04px;
    line-height: 30px;
    margin: 0px;
    text-align: left;
}

.ficha__vino_imagen{
    padding-top: 30px;
    text-align: center;
    position: sticky;
    top: 70px;
    margin-bottom: 88px;
}
.ficha__vino_imagen img{
    display: block;
    margin: 0px auto 4px;
}

.ficha__vino_volver, 
.ficha__post_volver{
    margin: 24px 0px 0px 0px;
}
.ficha__vino_volver a,
.ficha__post_volver a{
    color: #999894;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 16px;
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out; 
}
.ficha__vino_volver a svg,
.ficha__post_volver a svg{
    height: 8px;
    width: 12px;
}
.ficha__vino_volver a svg path,
.ficha__post_volver a svg path{
    fill: #999894;
}
.ficha__vino_volver a svg path{
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out; 
}

.ficha__vino_title,
.ficha__post_title{
    margin: 40px 0px; 
}
.ficha__vino_title h1,
.ficha__post_title h1{
    margin: 40px 0px; 
    font-family: "Noe Display";
    color: #1D1D1C;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 38px;
}
.ficha__vino_title, 
.ficha__vino_title h1{
    margin:24px 0px 12px; 
}
.ficha__vino_content{
    max-width: 580px;
    color: #353535;
    font-size: 16px;
    letter-spacing: 0.23px;
    line-height: 24px;
    margin-bottom: 48px;
}
.ficha__post_imagen{
    position: absolute;
    width: calc(50% + 110px);
    left: 0px;
    height: 544px;
    overflow: hidden;
    top: 154px;
}
.ficha__post_imagen img{
    height: 544px;
    object-fit: cover;
    object-position: right;
    width: 100%;
}
.ficha__vino_titulosmall{
    color: #807F7B;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    margin: 0px 0px 24px 0px;
}
.ficha__vino_puntuacion,
.ficha__vino_ft,
.ficha__vino_fc,
.ficha__vino_material{
    margin-bottom: 48px;
}

.ficha__vino_cita{
    color: #353535;
    font-family: "Noe Display";
    font-size: 24px;
    font-style: italic;
    letter-spacing: 0.06px;
    line-height: 34px;
    margin-bottom: 80px;
    max-width: 580px;
}

.vft{
    margin-bottom: 28px;
}
.vft .vft__titulo{
    color: #999894;
    margin-bottom: 4px;
}
.vft a{
    color: #353535;
}
.ficha__vino_ft .col-6 .vft:last-child{
    margin: 0px;
}

.ficha__vino_fc a,
.ficha__vino_material a{
    color: #353535;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    margin-right: 12px;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
.ficha__vino_fc .ficha__vino_titulosmall,
.ficha__vino_material .ficha__vino_titulosmall{
    margin-bottom: 16px;
}

.ficha__vino_fc a:hover,
.ficha__vino_material a:hover{
    color: #705D57;
}

.puntuacion{
    overflow: hidden;
    margin-bottom: 17px;
    color: #353535;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    position: relative;
}
.puntuacion span.txtp{
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: absolute;
    margin-left: 53px;
}
.puntuacion .puntuacion__icono{
    float: left;
    width: 53px;
    height: 36px;
}
.puntuacion .puntuacion__icono .puntuacion__puntuacion{
    float: left;
    font-size: 18px;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.puntuacion .puntuacion__icono .puntuacion__puntuacion span{
    font-size: 10px;
    font-weight: normal;
    margin-left: 1px;
}
.pts_2 .puntuacion__icono{
    height: 40px;
    color: #DEB131;
    text-align: center;
}
.pts_2 .puntuacion__puntuacion{
    height: 40px;
    width: 40px;
    border: 2px solid #DEB131;
    border-radius: 40px;
    padding-top: 9px;
}
.pts_2 .puntuacion__puntuacion span{
    display: block;
    line-height: 10px;
}
.pts_3 .puntuacion__puntuacion,
.pts_4 .puntuacion__puntuacion,
.pts_5 .puntuacion__puntuacion{
    display: none;
}

.pts_4 .puntuacion__icono svg path{
    fill:#999894;
}
.pts_5 .puntuacion__icono svg path{
    fill:#A26447;
}
.row-vinos-siguiente span{
    display: block;
}
.siguiente__vino{
    display: block;
    position: relative;
    margin-bottom: 40px;
}

.siguiente__vino:before{
    height: calc(100% - 36px);
    width: 100%;
    background-color: #F5F3F0;
    content: '';
    top: 18px;
    left: 0px;
    position: absolute;
}
.siguiente__vino__datos{
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
}

.siguiente__vino__descubre{
    color: #807F7B;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    margin: 0px 0px 8px;
}
.siguiente__vino__title{
    color: #010101;
    font-family: "Noe Display";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.06px;
    line-height: 34px;
    margin: 0px 0px 16px;
}
.siguiente__vino__cita{
    color: #999894;
    font-family: "Noe Display";
    font-size: 24px;
    font-style: italic;
    letter-spacing: 0.06px;
    line-height: 34px;
}
.siguiente__vino__img{
    display: block;
    max-height: 450px;
    width: auto;
    margin: auto;
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out; 
}
.siguiente__vino:hover .siguiente__vino__img{
    transform: scale(1.08);
}

.enlace__visitas{
    display: block;
    max-width: 460px;
    color: #999894;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 16px;
    margin-right: 20px !important;
    text-align: center;
}
.slick-slide:last-child .enlace__visitas{
    margin: 0px !important;
}
.enlace__visitas img{
    display: block;
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out; 
}
.enlace__visitas span{
    display: block;
    overflow: hidden;
    height: 352px;
    margin-bottom: 8px;
}
.enlace__visitas:hover{
    color: #353535;
}
.enlace__visitas:hover img{
    transform: scale(1.08);
}
.enlace__visitas svg{
    height: 8px;
    transform: rotate(180deg);
    margin-top: -3px;
    margin-left: 4px;
}
.enlace__visitas h3{
    color: #353535;
    font-family: "Noe Display";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.06px;
    line-height: 32px;
    margin: 8px 0px 0px 0px;
}


.slick-slider{
    width: 100vw;
}
.slick-list{
    overflow: inherit;
}
.slick-dots{
    display: none !important;
}

.slick-arrow{
    position: absolute;
    top: -62px;
    left: 1374px;
    height: 46px;
    width: 46px;
    border: 1px solid #353535;
    background: #fff;
    padding: 0px;
    outline: none;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out;
}
.slick-arrow:before{
    height: 8px;
    width: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    content: '';
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out;

}
.slick-next:before{
    background-color: #353535;
    -webkit-mask-image: url(images/svg/flecha.svg);
    mask-image: url(images/svg/flecha.svg);
    transform: translate(-50%,-50%) rotate(180deg);
}
.slick-prev:before{
    background-color: #353535;
    -webkit-mask-image: url(images/svg/flecha.svg);
    mask-image: url(images/svg/flecha.svg);
}

.slick-prev{
    left: 1314px;
}
.slick-next{
    left: 1374px;
}
.slick-disabled{
    opacity: 0.2;
    pointer-events: none;
}

.slick-arrow:hover{
    border: 1px solid #705D57;
    background: #705D57;
}
.slick-arrow:hover:before{
    background-color: #fff;
}


.ficha__post{
    margin-bottom: 40px;
}
.ficha__post_datos{
    margin-top: 574px;
}
.bloque__visitas{
    margin: 10px 0px;
}
.ficha__post_categorias{
    padding: 16px 0px 16px;
    color: #737373;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    text-transform: uppercase;
}
.ficha__post_categorias a{
    color: #737373;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
}
.ficha__post_categorias a:hover{
    color: #705D57;
    text-decoration: underline;
}
.ficha__post_content{
    color: #353535;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 20px;
    margin-bottom: 54px;
}
.ficha__post_content blockquote{
    color: #353535;
    font-family: "Noe Display";
    font-size: 24px;
    font-style: italic;
    letter-spacing: 0.06px;
    line-height: 34px;
    margin: 32px 0px;
}
.ficha__post_content a{
    color: #705D57;
    text-decoration: underline;
}
.ficha__post_content .aligncenter{
    width: 100%;
    height: auto;
    display: block;
}
.ficha__post_content ul{
    list-style: none;
    margin: 12px 0px 40px 32px;
    padding: 0px;
}
.ficha__post_content ul li {
    position: relative;

}
.ficha__post_content ul li:before {
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    top: 6px;
    left: -16px;
    content: '';
    background-color: #705D57;

}
.ficha__post_rss{
    height: 100%;
}
.ficha__post_rss:before{
    content: '';
    top: -44px;
    left: 10px;
    width: calc(50vw - 130px);
    height: calc(100% + 44px);
    background: #F5F3F0;
    position: absolute;
    z-index: -1;
}
.ficha__post_rss_data{
    text-align: center;
    padding-top: 200px;
    position: sticky;
    top: 120px;
    margin-bottom: 88px;
}
.ficha__post_rss_data .btn{
    min-width: 145px;
    display: block;
    width: 145px;
    margin: 12px auto 0px;
}
.ficha__post_rss_data span{
    display: block;
    margin-bottom: 12px;
}

footer{
    background-color: #0B0908;
    color: #D4D4D4;
    padding-top: 21px;
}

.ficha__post_title,
.ficha__post_title h1{
    margin: 0px 0px 12px;
}

.ficha__post_fecha,
.ficha__post_medio{
    color: #353535;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.ficha__post_medio{
    margin: 0px;
}

.list_post{
    margin-bottom: 56px;
}
.list_post_a_img{
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}
.list_post img{
    width: 100%;
    display: block;
    height: auto;
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out; 
}
.list_post_a_img:hover img{
    transform: scale(1.08)
}
.list_post span{
    color: #737373;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.list_post span a{
    text-transform: uppercase;
    color: #737373;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
.list_post h3{
    color: #010101;
    font-family: "Noe Display";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05px;
    line-height: 28px;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
.list_post a:hover h2{
    color: #705D57;
}
.list_post span a:hover{
    color: #705D57;
}
time{
    font-size: 12px;
}
.list_post time{
    text-transform: uppercase;
}
.bloque__header_viendo{
    color: #737373;
    font-family: "Noe Display";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05px;
    line-height: 28px;
    margin-bottom: 40px;
}
.page__defecto{
    margin-bottom: 96px;
}
.page__defecto h1{
    margin-bottom: 12px;
    padding-bottom: 0px;
}
.page-404{
    margin: 100px 0px 170px;
    color: #353535;
    font-size: 12px;
    letter-spacing: 0.15px;
    line-height: 18px;
}
.page-404 h1{
    color: #353535;
    font-family: "Noe Display";
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 48px;
    margin-bottom: 40px;
}
.page-404 .btn{
    margin-top: 36px;
}
.page-404 .svg__404{
    height: 160px;
    width: 160px;
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.page-template-plantilla_arte .bloque__header .bloque__header_img img{
    margin-bottom: 24px;
}

.bloque__listado_arte{
    margin: 0px 0px 24px;
}
.bloque__listado_arte .subtitulo{
    color: #999894;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    margin-bottom: 9px;
}
.bloque__listado_arte h2{
    color: #353535;
    font-family: "Noe Display";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.07px;
    line-height: 34px;
    margin-bottom: 20px;
}
.bloque__listado_arte h3{
    color: #353535;
    font-family: "Noe Display";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.06px;
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 4px;
}
.bloque__listado_arte .list_arte_a{
    display: block;
    overflow: hidden;
    height: 304px;
    margin-bottom: 6px;
}
.bloque__listado_arte .list_arte_a img{
    display: block;
    object-fit: cover;
    height: 304px;
    width: 100%;
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out; 
}
.bloque__listado_arte .list_arte_a:hover img{
    transform: scale(1.08);
}

.bloque__listado_arte span{
    text-transform: uppercase;
    color: #737373;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
}
.bloque__listado_arte span a{
    text-transform: uppercase;
    color: #737373;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
}
.bloque__listado_arte .list_arte_ano{
    text-transform: uppercase;
    color: #737373;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
}
.bloque__listado_arte .list_arte{
    margin-bottom: 36px;
}

.mapa__contacto{
    width: 100%;
    height: 360px;
}

.bloque__accionista h1{
    color: #353535;
    font-family: "Noe Display";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 38px;
    text-align: center;
    margin: 20px 0px 20px;
}
.area{
    margin-bottom: 32px;
}
.area .area__titulo{

}
.area .area__titulo a{
    display: block;
    background-color: #705D57;
    color: #fff;
    padding: 16px 16px 12px 16px;
    color: #FFFFFF;
    font-family: "Noe Display";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04px;
    line-height: 26px;
    position: relative;
}

.area .area__titulo a:before {
    height: 5px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 16px;
    content: '';
    background-color: #fff;
    -webkit-mask-image: url(images/svg/arrow.svg);
    mask-image: url(images/svg/arrow.svg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: -2px;
    transform: rotate(180deg);
}
.area.contraido a:before {
    transform: rotate(0deg);
}


.area__tabla__row {
    display: block;
    padding: 12px 16px;
    margin-top: 4px;
    color: #353535;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 24px;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
.area__tabla__row:nth-of-type(odd){
    background-color: #FAF9F6;
}
.area__tabla__row-header{
    background-color: #F3F2EE;
    color: #737373;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 24px;
}
a.area__tabla__row:hover{
    background-color: #D1C9C6;
}

.bloque__contacto{
    margin:0px 0px 40px;
}
.bloque__contacto .contacto__pretitulo{
    color: #999894;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    margin: 0px 0px 8px;
}
.bloque__contacto h2{
    margin-bottom: 15px;
    margin-top: 8px;
}

.bloque__contacto .contacto__contenido{
    margin-bottom: 32px;
}
.bloque__contacto .contacto__contenido__datos{
    margin-top: 16px;
}
.bloque__contacto .contacto__contenido__datos a{
    color: #353535;
}
.bloque__contacto .contacto__contenido__datos a:hover{
    color: #5f5f5f;
}

.formulario__container{
    background-color: #F5F3F0;
    padding: 48px 0px 48px;
    margin-bottom: 24px;
}
.formulario__container h3{
    max-width: 700px;
    color: #1D1D1C;
    font-family: "Noe Display";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.06px;
    line-height: 34px;
    text-align: center;
    margin: 0px auto 32px;
}
.formulario__container__visitas h2{
    max-width: 700px;
    text-align: center;
    margin: 0px auto 32px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    border: 0px;
    color: #dc3232;
    text-align: center;
}
.wpcf7-not-valid-tip{
    text-align: left;
}
.wpcf7-not-valid{
    border-bottom: 1px solid #dc3232;
}
.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -12px;
}


label {
    width: 100%;
    position: relative;
    padding: 24px 0px 0px 0px;
    margin-bottom: 24px;
    z-index: 1;
}

label span.form__span {
    display: block;
    position: absolute;
    height: 24px;
    z-index: -1;
    color: #1D1D1C;
    font-family: "Noe Display";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04px;
    line-height: 28px;
    top: 27px;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
label span.form__span.error{
    color: #dc3232 !important;
}

label input[type=text],
label input[type=email],
label input[type=date],
label select,
label textarea{
    border: 0px;
    height: 40px;
    width: 100%;
    z-index: 1;
    background: transparent;
    margin: 0px;
    border: 0px;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #C0BFBD;
    color: #353535;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 24px;
}
label textarea{
    padding: 8px 0px 0px
}
label.contenido span.form__span {
    top: 0px;
    color: #999894;
}
label.label_select span.form__span {
    top: 0px;
    color: #999894;
}
label select{
    cursor: pointer;
    background: url(images/svg/arrow.svg) no-repeat right center;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin-top: 4px;
}

.slider{
    height: 600px;
    background: #F5F3F0;
}
.slider .slider__item{
    height: 600px;
    position: relative;
}
.slider .slider__item .slider__item_img {
    text-align: center;
    position: relative;
}
.slider .slider__item .slider__item_img.video_iframe img {
    filter: blur(4px);
}
.slider .slider__item .slider__item_img iframe {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.slider .slider__item .slider__item_img img{
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .slider__item_data_conte .pretitulo{
    opacity: 0;    
}
.carousel-fade .active .slider__item_data_conte .pretitulo{
    opacity: 1;
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 0.2s;
}
.carousel-fade .active .slider__item_data_conte .titulo{
    opacity: 1;
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 0.4s;
}
.carousel-fade .slider__item_data_conte .btn{
    opacity: 0;
}
.carousel-fade .active .slider__item_data_conte .btn{
    opacity: 1;
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 0.6s;
}

.carousel-fade .slider__item_data{
    opacity: 0;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 

}
.carousel-fade .active .slider__item_data{
    opacity: 1;
}

.carousel-indicators-home{
    position: absolute;
    left: calc(50%);
    bottom: 40px;
    z-index: 1;
    list-style: none; 
    margin-left: 20px;
    padding: 0px;
    transform: translateX(-50%);
}
.carousel-indicators-home li{
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
    margin-right: 12px;
    background: #C0BFBD;
    border-radius:12px;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
    border: 2px solid #F5F3F0;
}
.carousel-indicators-home li.active{
    width: 16px;
    height: 16px;
    background: #705D57;
    border: 2px solid #705D57;
}

.home__empresa{
    margin: 16px 0px 7px;
    padding: 40px 0px 102px;
    text-align: center;
    background: #F5F3F0;

    background-image: url(images/svg/diagonal-02.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.home__empresa h1{
    color: #010101;
    font-family: "Noe Display";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 34px;
    text-align: center;
    margin: 0px 0px 25px 0px;
}
.home__servicios{
}
.home__servicios h2{
    color: #353535;
    font-family: "Noe Display";
    margin-bottom: 0px;    
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05px;
    line-height: 37px;
}

.home__vinedo__img{
    position: relative;
}
.home__vinedo__img iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.home__vinedo__datos{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.home__banner{
    margin: 24px 0px;
}
.home__banner .home__banner_container{
    background-color: #F5F3F0;
    padding: 24px 0px 16px;
}
.home__banner .home__banner_container img{
    display: block;
    margin: 0px auto;
    max-width: 100%;
}
.home__banner h2{
    color: #353535;
    font-family: "Noe Display";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 32px;
    margin: 0px 0px 8px;
}
.home__banner .home__banner_descripcion{
    color: #353535;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.23px;
    line-height: 22px;
    margin-bottom: 36px;
}

.home__banner_data{
    position: relative;
    top: 48%;
    transform: translateY(-50%);
}
.home__blog{
    background: #F5F3F0;
    position: relative;
    padding-top: 46px;
    margin-top: 40px;
    background-image: url(images/svg/diagonal.svg);
    background-repeat: no-repeat;
    background-position: center top;
}

.home__blog h2{
    color: #010101;
    font-family: "Noe Display";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 34px;
    margin: 0px 0px 8px;
}
.list_post_destacado{
    background: #fff;
    padding: 16px 16px 40px;
}
.list_post_destacado .list_post{
    margin-bottom: 0px;
}

.buscador{
    position: relative;
    margin-top: 28px;
    color: #737373;
    font-family: "Noe Display";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04px;
    line-height: 28px;
    float: right;
    width: 20px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
.buscador form{
    width: 100%
}
.buscador.active{
    width: 100%;
    border-bottom: 1px solid #C0BFBD
}
.buscador.active input{
    width: calc(100% - 25px);
    padding-left: 28px;
    font-size: 16px;
}
.buscador svg{
    height: 20px;
    margin-top: 3px;
    position: absolute;
    z-index: -1;
}
.buscador input{
    color: #737373;
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 20px;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
    background: transparent;
}
.buscador input::placeholder{
    color: #737373;
}
.buscador input:hover{
    cursor: pointer;
}
.buscador svg path{
    fill:#737373;
}

.bloque__cita-historia{
    margin: 40px 0px 49px;
}
.cronologia_anos{
    list-style: none;
    margin: 60px 0px 90px;
    padding: 0px;
    display: flex;
}
.cronologia_anos_container{
    position: relative;
}
.anos_arrow{
    position: absolute;
    left: 11px;
    bottom: -40px;
    height: 10px;
    width: 14px;
    border-bottom: 10px solid #705D57;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
.cronologia_anos li{
    width: 45px;
    position: relative;
}

.cronologia_anos li a{
    transform: rotate(-45deg);
    color: #999894;
    font-family: "Noe Display";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04px;
    line-height: 30px;
    display: block;
    width: 100px;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
.cronologia_anos li.active a,
.cronologia_anos li:hover a{
    color: #1D1D1C;
}
.cronologia{
    position: relative;
}
.cronologia .cronologia__linea_content{
    position: absolute;
    top: 0px;
    left: 38px;
    height: 100%;
    width: 17px;
}
.page-template-plantilla_historia .bloque__header,
.page-template-plantilla_historia .bloque__cita-historia,
.bloque__cronologia .pretitulo,
.bloque__cronologia .cronologia_anos,
.bloque__cronologia h2{
    position: relative;
    z-index: 9;
}

.cronologia .bolita {
    position: sticky;
    background: #705D57;
    top: 50vh;
    left: 38px;
    height: 9px;
    width: 9px;
    display: block;
    border-radius: 17px;
    z-index: 999;
    margin-left: 4px;
    margin-top: 4px;
}
.cronologia .linea2{
    position: sticky;
    background: url(images/gia-f.jpg) #705D57;
    background-position: bottom center;
    top: 50vh;
    left: 38px;
    width: 17px;
    height: 17px;
    display: block;
    z-index: 0;

}
.cronologia .linea2:before{
    position: absolute;
    content: '';
    height: 100vh;
    width: 100%;
    background: #705D57;
    bottom: 9px;
    left: 0;
    z-index: -2;
}
.cronologia:before{
    position: absolute;
    content: '';
    height: 100vh;
    width: 100%;
    background: #fff;
    top: -100vh;
    left: 0px;
    z-index: 0;
}
.cronologia__linea_content-primero{
    z-index: -2 !important;
}

.hito{
    padding-bottom: 24px;
    position: relative;
    overflow: hidden;
}
.hito:before{
    position: absolute;
    content: '';
    top: 17px;
    left: 38px;
    height: calc(100% - 17px);
    width: 17px;
    background: url(images/svg/linea.svg) ;
    z-index: 0;
}
.hito:after{
    position: absolute;
    content: '';
    top: 0px;
    left: 38px;
    height: 100%;
    width: 17px;
    background: #C0BFBD;
    z-index: -9;
}
.hito__ancla{
    position: absolute;
    top: 0px;
    left: 38px;
    height: 17px;
    width: 17px;
    background: url(images/svg/circulo.svg) ;
    display: block;
    z-index: 1;

}
.hito__ultimo:before{
    display: none;
}
.hito__ultimo:after{
    height: 17px;
}
.hito .hito__ano{
    color: #999894;
    font-family: "Noe Display";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.06px;
    line-height: 30px;
}
.hito .hito__titulo h3{
    color: #010101;
    font-family: "Noe Display";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.06px;
    line-height: 32px;
    margin: 0px 0px 24px;
}
.hito .hito__descripcion{
    color: #737373;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 20px;
}
.hito img{
    height: 304px;
    object-fit: cover;
    width: 100%;
}
.slick-slide img {
    object-fit: cover;
    height: 352px;
    object-position: center;
    width: 100%;
}
.bloque__listado_post{
    min-height: 40vh;
}
.bloque__listado_post .list_post_destacado {
    background: #F5F3F0;
    margin-bottom: 16px;
}

footer .footer_cont{
    padding-left: 32px;
    position: relative;
    color: #C0BFBD;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 24px;
}
footer .footer_cont svg{
    position: absolute;
    left: 0px;
    top: 0px;
}
footer .footer_cont svg path{
    fill:#C0BFBD;
}
footer .footer_logo{
    color: #FAF9F6;
    font-family: "Noe Display";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.29px;
    line-height: 26px;
    margin-bottom: 13px;
    display: inline-block;
}
footer .footer_cont-direccion{
    margin-bottom: 0px;
}
footer .footer_cont-direccion svg{
    height: 17px;
    top: 3px;
}
footer .footer_cont a{
    color: #C0BFBD;
}

.footer_enlaces{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.footer_enlaces .foo_cont_enl{
    width: 400px;
    padding-right: 10px;
    padding-left: 10px;
}
.footer_enlaces .foo_cont_enl-contacto{
    width: 230px;
}
.footer_enlaces .foo_cont_enl a h3{
    color: #FAF9F6;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0.19px;
    line-height: 15px;
    margin: 6px 0px 16px;
}
.footer_enlaces .foo_cont_enl .foo_cont_enl_m ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer_enlaces .foo_cont_enl .foo_cont_enl_m ul li a{
    color: #C0BFBD;
    font-size: 12px;
    letter-spacing: 0.17px;
    line-height: 26px;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
.footer_enlaces .foo_cont_enl .foo_cont_enl_m ul li a:hover{
    color: #fff;
}
.footer__faldon{
    margin-top: 14px;
    padding: 18px 0px;
    background-color: #0B0908;
}
footer .footer_redes{
    margin-top: 30px;
}
.footer_redes a{
    display: inline-block;
    color: #D4D4D4;
    font-size: 13px;
    letter-spacing: 0.19px;
    line-height: 15px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
.footer_redes a svg{
    position: absolute;
    left: 0px;
}
.footer_redes a:hover{
    color: #fff;
}
.footer_redes a svg path{
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out;
}
.footer_redes a:hover svg path{
    fill:#fff; 
}
.footer_enlaces .foo_cont_enl.foo_cont_tienda{
    width: 220px;
}
.foo_cont_tienda svg {
    float: left;
    margin-right: 17px;
    margin-top: -4px;
}
.foo_cont_tienda svg path {
    fill:#fff;
}

.container {
    max-width: 1450px !important;
}

footer .footer__faldon-logos{
    display: flex;
}
footer .footer__faldon-logos div{
    padding: 0px 24px;
    border-right: 1px solid #353535;
}
footer .footer__faldon-logos div img{
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}

footer .footer__faldon-logos div a:hover img{
    filter: brightness(0) invert(1);
}
footer .footer__faldon-logos div:first-child{
    padding: 0px 24px 0px 0px;
}
footer .footer__faldon-logos div:last-child{
    border: 0px;
}
.header__menu_left_movil_bottom, .btn__menu_movil, .header__menu_right_button{
    display: none;
}
.no-encontrado-posts{
    min-height: 200px;
}
.ficha__post-arte .ficha__post_datos{
    margin-top: 6px;
    margin-left: 120px;
    margin-bottom: 12px;
}
.img-single-artes{
    margin-top: 32px;
    width: 100%;
    height: auto;
}
.area__size{
    display: block;
    margin-left: 32px;
}

.flickity-enabled {
    position: relative;
}
.galeria_sticky {
    position: sticky;
    top: 104px;
}
.flickity-enabled:focus { outline: none; }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    text-align: center;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
.flickity-button:before {
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}

.flickity-button:hover {
    border: 1px solid #705D57 !important;
    background: #705D57 !important;
    cursor: pointer;
}

.flickity-button:hover:before{
    background-color: #fff;
}

.flickity-button:focus {
    outline: none;
}


.flickity-button:disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: -65px; }
.flickity-prev-next-button.next { right: -65px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.lightbox__cerrar{
    position: absolute;
    right: 16px;
    top: 22px;
    display: block;
    width: 18px;
    height: 18px;
}

.lightbox__cerrar svg path{
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -ms-transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    transition:all .2s ease-in-out; 
}
.lightbox__cerrar:hover svg path{
    fill:#705D57;
}

.container-newsletter h1{
    text-align: center;
}
.container-newsletter h2 {
    font-family: "Noe Display";
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    margin: 0px 0px 0px 0px;
    max-width: 700px;
    margin: auto;
}
.container-newsletter form{
    margin-top: 32px;
}
span.wpcf7-list-item{
    margin: 0px;
}
.wpcf7-form-control-wrap{
    display: block;
    text-align: center;
}
.footer__faldon-legal{
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 0px !important;
    box-shadow: 0 -4px 8px 0 rgba(53,53,53,0.06);
    opacity: 1 !important;
    z-index: 9;
}

.banner__cookies{
    text-align: left;
    padding: 24px 0px;
    color: #353535;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 20px;
    margin: auto;
}
.banner__cookies .cookie_action_close_header,
.cli-tab-footer .wt-cli-privacy-accept-btn{
    background-color: #32AE24;
    padding: 14px 22px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 18px;
    margin: 0px 16px 0px 0px;
}
.cli-tab-footer .wt-cli-privacy-accept-btn{
    margin: 0px;
}
.banner__cookies .cookie_action_close_header_reject{
    background-color: #CC3807;
    padding: 14px 16px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 18px;
    margin: 0px 40px 0px 0px;
}
.cli-switch .cli-slider:before {
    bottom: 5px;
    left: 3px;
}
.cli-switch .cli-slider:after {
    bottom: 3px;
}
.cli-modal-content{
    border-radius: 0px;
    padding: 24px 16px;
}
.cargarmas__container{
    margin: 10px 0px 40px;
}
.cli-modal .cli-modal-dialog {
    max-width: 700px;
}
.cli-modal .cli-modal-dialog h4{
    color: #353535;
    font-family: "Noe Display";
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.06px;
    line-height: 36px;
    margin: 0px 0px 20px
}
a.cli-privacy-readmore{
    color: #705D57;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 20px; 
}
.cli-tab-header a.cli-nav-link{
    color: #353535;
    font-family: "Noe Display";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04px;
    line-height: 26px;
}
.cli-tab-header a:before {
    width: 7px;
    height: 7px;
    border-right: 1px solid #353535;
    border-bottom: 1px solid #353535;
    content: " ";
    transform: rotate(45deg);
    margin-right: 10px;
    margin-top: -5px;
}
.cli-switch input:checked + .cli-slider {
    background-color: #32AE24;
}
.cli-modal .cli-modal-close {
    width: 48px;
    height: 48px;
}
table.cookielawinfo-winter thead th {
    background: #705D57 !important
}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {
    background: none !important
}
table.cookielawinfo-winter tbody tr{
    background-color: #fff !important
}
table.cookielawinfo-winter tbody tr:nth-of-type(odd) {
    background-color: #FAF9F6 !important
}
table.cookielawinfo-winter tbody{
    border: 0px !important
}
span.cli-necessary-caption {
    font-size: 12px;
    line-height: 20px;
    margin-top: 3px;
}
.listado__vinos__categorias{
    /*text-align: center;*/
    margin-top: 32px;
}
.listado__vinos__categorias a{
    display: inline-block;
    margin: 0px 12px;
    color: #737373;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 14px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition:all .4s ease-in-out; 
    -ms-transition:all .4s ease-in-out; 
    -o-transition:all .4s ease-in-out; 
    transition:all .4s ease-in-out;
    border-bottom: 1px solid transparent;
}
.listado__vinos__categorias a.active,
.listado__vinos__categorias a:hover{
    color: #353535;
    border-bottom: 1px solid #353535;
}
.listado__vinos__categorias span{
    margin-right: 10px;
    color: #737373;
}
.listado__vinos__cont{
    margin: 32px 0px;
}
.check__contacto{
    padding: 24px 0px 24px;
}
.check__contacto label{
    padding: 0px;
    margin: 0px 0px 8px 0px;
}
footer .footer__faldon-logos .widget_media_image > a,
footer .footer__faldon-logos .widget_media_image > img{
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.descripcionCita{
    color: #1D1D1C;
    font-family: "Noe Display";
    font-size: 28px;
    font-style: italic;
    letter-spacing: 0.06px;
    line-height: 34px;
    margin: 31px 0px 16px;
}
.equipo__bodega{
    margin-bottom: 64px;
}
.equipo__bodega .galeria_txt_alt{
    margin-bottom: 20px;
}
.bloque__bloques_visitas{
    margin: 40px 0px;
}
.bloque__bloques_visitas a{
    color: #353535;
}
.bloque__actividades{
    margin-bottom: 12px;
}
.bloque__actividades .descripcion{
    margin-bottom: 12px;
}
.actividad{
    margin-bottom: 32px;
}
.actividad .galeria{
    margin-bottom: 12px;
}
.actividad h3{
    color: #1D1D1C;
    font-family: "Noe Display";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.07px;
    line-height: 30px;
    margin: 0px 0px 4px 0px;
}
#select__vinos__categorias{
    color: #353535; 
    font-family: "Noe Display";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03px;
    line-height: 20px;
    width: 164px;
    border: 0px;
    border-bottom: 1px solid #C0BFBD;
    padding-left: 8px;
}
.no-encontrado-vinos{
    margin-top: 40px;
}
.bloques__vinedo{
    color: #353535;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0.23px;
    line-height: 24px;
    margin: 20px 0px 40px;
}
.galeria_txt_alt{
    color: #737373;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 20px;
    width: 100%;
    margin-top: 7px;
    text-align: right;
    font-style: italic;
}
.img-single-post{
    margin-top: 0px;
    margin-bottom: 24px;
}
.ficha__post_resumen{
    color: #737373;
    margin-bottom: 24px;
    color: #737373;
    font-size: 16px;
    line-height: 24px;
}
.grecaptcha-badge { 
    visibility: hidden;
}

.modalpopiframe{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: none;
}
.modalpopiframe:before{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.9;
}
.modalpopiframe .modalpop-content{
    width: 96%;
    height: 93%;
    z-index: 999;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.modalpop18 .modalpop-content{
    width: 96%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    background: transparent;
    text-align: center;
}
.modalpop18 .modalpop-data{
    position: relative;
    display: inline-block;
}

.modalpop-content iframe{
    border: 0px;
    width: 100%;
    height: auto;
    height: 100%;
}
.modalpopiframe_close{
    background: transparent;
    border: 0px;
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 9;
    top: 8px;
    right: 8px;
    padding: 0px;
}
.modalpopiframe_close svg{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 6px;
    left: 6px;
}
.img-iframe{
    cursor: pointer;
}

.modalpop18 .modalpopiframe_close{
    top: 4px;
    right: 4px;
    padding: 4px;
    background: #000;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.modalpop18 img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
body.blockeadoScroll{
    overflow: hidden;
}


@media (max-width: 1500px){  
    header .header__menu_left {
        left: 22px;
    }
    header .header__menu_right{
        right: 22px;
    }
}
@media (max-width: 1450px){  
    .slick-prev{
        left: auto;
        right: 89px;
    }
    .slick-next{
        left: auto;
        right: 29px;
    }
}
@media (max-width: 1140px){
    .header__menu_right .menu-header li {
        margin-left: 24px;
    }
    header .menu-header li {
        margin-right: 24px;
    }
    .menu-item-has-children:before {
        right: -12px;
    }
    .home__blog{
        overflow: hidden;
    }
}
/*table*/
@media (max-width: 992px){  
    body{
        padding-top: 64px;   
    }
    .slider {
        height: auto;
    }
    .slider .slider__item .slider__item_img {
        position: initial;
        left: 0px;
        width: 100%;
        height: 529px;
    }
    .slider .slider__item .slider__item_data {
        position: initial;
        top: auto;
        right: 0px;
        width: 100%;
        min-height: 300px;
        height: auto;
    }
    .slider .slider__item {
        height: auto;
        position: relative;
    }
    .carousel-indicators-home{
        display: none;
    }
    .slider .slider__item .slider__item_data .slider__item_data_conte{
        padding: 40px 0px 0px 0px;
        text-align: center;
    }

    .slider .slider__item .slider__item_data .slider__item_data_conte .titulo {
        margin: 0px auto 40px;
        max-width: 516px;
        font-size: 28px;
        line-height: 32px;
    }
    .home__empresa {
        margin: 24px auto 0px;
        text-align: center;
        padding-bottom: 80px;
    }
    .home__empresa .col-12{
        max-width: 516px;
        margin: auto;
    }
    .home__empresa h1 {
        font-size: 32px;
        line-height: 40px;

    }
    .home__servicios h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .slick-list {
        padding-left: calc(100vw / 4) !important;
        margin-left: -62px !important;
    }
    .slick-arrow {
        top: auto;
        bottom: -70px;
        left: 50% !important;
    }
    .bloque__visitas {
        margin: 23px 0px 32px;
    }
    .slick-next {
        margin-left: -10px;
    }
    .slick-prev {
        margin-left: -80px;
    }
    .header__menu_left_movil_bottom{
        display: block;
    }
    .home__blog h3 {
        font-size: 32px;
        line-height: 40px;
        margin: 0px 0px 39px;
    }
    .list_post_destacado{
        background: transparent;
        padding: 0px;
        margin-bottom: 32px;
    }
    .home__banner{
        margin-top: 116px;
    }
    .home__banner_container{
        width: 100%;
        max-width: 516px;
        margin: auto;
        padding: 0px !important;
    }
    .home__banner .home__banner_container img {
        margin: -44px auto 0px;
        max-height: 290px;
        width: auto;
        max-width: 88%
    }
    .home__banner_data {
        padding: 0px 20px 60px 20px;
    }
    .home__banner_data {
        top: 0px;
        transform: none;
        padding: 67px 20px 60px 20px;
    }
    .home__banner h3 {
        font-size: 32px;
        line-height: 40px;
        margin: 0px 0px 24px;
    }
    .home__servicios{
        overflow: hidden;
        padding-bottom: 56px;
    }
    .home__blog{
        margin-top: 0px;
        padding-bottom: 14px;
    }
    .bloque__header_img{
        height: 382px;
    }
    .bloque__header_img img{
        object-fit: cover;
        width: 100%;
        height: 382px;
    }
    .bloque__variedad {
        margin-top: 40px;
    }
    .bloque__variedad .galeria{
        margin-top: 32px;
    }
    .bloque__bodegas_vinos_variedades .resumen span {
        font-size: 120px;
    }
    .bloque__bodegas_vinos_variedades {
        margin: 72px 0px 124px;
    }
    .bloque__cita .cita{
        max-width: 500px;
        margin: auto;
    }
    .bloque__cita {
        margin: 90px 0px;
    }
    .bloque__equipo__bodegas {
        margin: 40px 0px 0px;
    }
    .listado__bodegas .listado__bodegas__bodega h3 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.06px;
        line-height: 28px;
        margin: 4px 0px 0px 0px;
    }
    .listado__bodegas .listado__bodegas__bodega{
        margin-bottom: 24px;
    }
    .page-template-plantilla_visitas .bloque__visitas{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 30px -10px 0px;
    }
    .page-template-plantilla_visitas .bloque__visitas a {
        width: 50%;
        margin: 0px 0px 32px 0px !important;
        padding: 0px 10px;
        max-width: 50%;
    }
    .enlace__visitas span {
        height: 344px;
        margin-bottom: 8px;
    }
    .enlace__visitas img{
        height: 344px;
        width: 100%;
        object-fit: cover;
    }
    .ficha__post_imagen{
        width: 100%;
        height: 390px;
    }
    .ficha__post_imagen img {
        height: 390px;
        object-fit: cover;
        object-position: right;
        width: 100%;
    }
    .ficha__post_rss:before{
        display: none;
    }
    .ficha__post_datos{
        margin-top: 430px;   
    }
    .ficha__post_rss_data {
        text-align: center;
        padding-top: 0px;
        position: initial;
        top: 0px;
        margin-bottom: 0px;
        background-color: #F5F3F0;
        padding: 24px 12px 48px 12px;
    }
    .bloque__listado_arte .list_arte_a {
        height: 262px;
        width: 100%;
    }
    .bloque__listado_arte .list_arte_a img {
        height: 262px;
        width: 100%;
    }
    .bloque__listado_arte h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .bloque__contacto h2 {
        margin-bottom: 14px;
    }
    .bloque__contacto .contacto__contenido__datos {
        margin-left: 0;
    }
    .mapa__contacto{
        height: 360px;
    }
    .formulario__container h3{
        max-width: 488px;
        margin: 0px auto 46px;
    }
    .formulario__container {
        padding: 46px 24px 56px;
    }
    body.menu_activo{
        overflow: hidden;
    }
    .wpcf7-acceptance{
        display: block;
        margin-bottom: 18px;
    }

    .header__menu_left_movil{
        background: #F5F3F0;
        position: fixed;
        z-index: 9;
        top: 64px;
        left: 0px;
        width: 100%;
        height: calc(100% - 64px);
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out; 
        -moz-transition:all .5s ease-in-out; 
        -ms-transition:all .5s ease-in-out; 
        -o-transition:all .5s ease-in-out; 
        transition:all .5s ease-in-out; 
        transition-delay: 0.5s
    }

    

    body.menu_activo .header__menu_left_movil{
        z-index: 9;
        visibility: visible;
        opacity: 1;
        transition-delay: .0s
    }
    .menu-header-izquierda{
        opacity: 0;
        -webkit-transition: all .7s ease-in-out; 
        -moz-transition:all .7s ease-in-out; 
        -ms-transition:all .7s ease-in-out; 
        -o-transition:all .7s ease-in-out; 
        transition:all .7s ease-in-out; 
        transition-delay: .0s;
    }
    body.menu_activo .menu-header-izquierda{
        opacity: 1;
        transition-delay: .4s;
    }
    header {
        height: 64px;
    }
    header:before{
        z-index: 10;
    }
    header .header__logo img{
        height: 40px;
    }

    header .menu-header-derecha li a {
        padding: 22px 0px;
    }
    .btn__menu_movil{
        color: #353535;
        font-family: Roboto;
        font-size: 14px;
        letter-spacing: 0.2px;
        line-height: 14px;
        position: relative;
        width: 90px;
        height: 34px;
        padding: 10px 10px 10px 0px;
        display: block;
        margin: 15px 0px;
    }
    .btn__menu_movil .bm{
        position: absolute;
        width: 18px;
        height: 2px;
        background: #353535;
        top: 0px;

    }
    .btn__menu_movil .bm:nth-child(1){
        top: 10px;
        transform: rotate(0);
    }
    .btn__menu_movil .bm:nth-child(2){
        top: 16px;
    }
    .btn__menu_movil .bm:nth-child(3){
        top: 22px;
    }
    .btn__menu_movil .mt1,
    .btn__menu_movil .mt2{
        position: absolute;
        top: 10px;
        left: 34px;
        -webkit-transition: all .7s cubic-bezier(0.4, 0, 1, 1);
        -moz-transition:all .7s cubic-bezier(0.4, 0, 1, 1);
        -ms-transition:all .7s cubic-bezier(0.4, 0, 1, 1);
        -o-transition:all .7s cubic-bezier(0.4, 0, 1, 1);
        transition:all .7s cubic-bezier(0.4, 0, 1, 1);
    }
    .btn__menu_movil .mt2{
        opacity: 0;
    }
    .btn__menu_movil .mt1{
        transition-delay: .6s;
    }
    btn__menu_movil .mt2{
        transition-delay: .0s;
    }

    body.menu_activo .btn__menu_movil .mt1{
        opacity: 0;
        transition-delay: .0s;
    }
    body.menu_activo .btn__menu_movil .mt2{
        opacity: 1;
        -webkit-transition: all .7s ease-out;
        -moz-transition:all .7s ease-out;
        -ms-transition:all .7s ease-out;
        -o-transition:all .7s ease-out;
        transition:all .7s ease-out;
        transition-delay: .6s;
    }
    header.activo .btn__menu_movil .bm:nth-child(1){
        animation: ease .7s barra1 forwards;
    }
    header.no-activo .btn__menu_movil .bm:nth-child(1){
        animation: ease .7s barra1_1 forwards;
    }

    header.activo .btn__menu_movil .bm:nth-child(2){
        animation: ease .7s scaled forwards;
    }
    header.no-activo .btn__menu_movil .bm:nth-child(2){
        animation: ease .7s scaled_2 forwards;
    }
    header.activo .btn__menu_movil .bm:nth-child(3){
        animation: ease .7s barra3 forwards;
    }
    header.no-activo .btn__menu_movil .bm:nth-child(3){
        animation: ease .7s barra3_1 forwards;
    }
    .header__menu_left_movil_bottom{
        opacity: 0;
        -webkit-transition: all .7s ease-out;
        -moz-transition:all .7s ease-out;
        -ms-transition:all .7s ease-out;
        -o-transition:all .7s ease-out;
        transition:all .7s ease-out;
        transition-delay: .0s;
    }
    body.menu_activo .header__menu_left_movil_bottom{
        opacity: 1;
        transition-delay: .6s;
    }

    .menu-header-izquierda{
        margin: 24px 0px 192px 54px;
        display: block;
        width: 240px;
    }
    .menu-header-izquierda li a{
        color: #353535;
        font-family: "Noe Display";
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 0.07px;
        line-height: 60px;
        padding: 0px !important;
    }
    .menu-item-has-children:before{
        display: none;
    }
    header .menu-header li .sub-menu{
        left: 190px;
        top: 0px !important;
        background: transparent;
        margin-top: 40px;
        margin-left: 0px;
        padding: 0px;
        left: 320px;
        display: none;
        opacity: 1;
        visibility:visible;
        -webkit-animation: none;
        animation: none;
    }
    header .menu-header li:hover .sub-menu{
        top: 0px !important;
        opacity: 1;
        visibility: visible;
        -webkit-animation: none;
        animation: none;

    }
    header .menu-header li .sub-menu.activo{
        top: 0px !important;
        opacity: 1;
        visibility:visible;
    }
    header .menu-header li .sub-menu li a {
        color: #737373;
        font-family: Roboto;
        font-size: 14px;
        letter-spacing: 0.2px;
        line-height: 34px;

    }
    header .menu-header li{
        position: initial;
        padding: 0px;
    }

    header .menu-header li a.activo{
        color: #96776D;
    }

    .movil_idiomas{
        font-family: Roboto;
        font-size: 13px;
        letter-spacing: 0.19px;
        line-height: 15px;
        margin-left: 39px;
    }
    .movil_idiomas span{
        color: #999894;
        margin-bottom: 13px;
        display: block;
    }
    .movil_idiomas a{
        display: block;
        color: #737373;
        margin-bottom: 13px;
    }
    .footer_redes a{
        color: #D4D4D4;
    }
    .footer_redes a svg path{
        fill: #D4D4D4;
    }
    .footer_enlaces{
        display: block;
        position: relative;
    }
    .footer_enlaces .foo_cont_tienda{
    }
    .footer_enlaces .foo_cont_enl a h3 {
        margin: 0px 0px 16px;
    }

    footer .container{
        position: relative;
    }
    .footer__faldon {
        padding: 24px 0px;
    }
    footer .footer__faldon-logos div {
        padding: 0px 18px;
    }
    .footer__faldon-legal{
        text-align: center;
        color: #D4D4D4;
        font-size: 12px;
        letter-spacing: 0.17px;
        line-height: 14px;
        text-align: center;
        margin: 28px 0px 4px;
    }

    footer {
        padding-top: 40px;
    }

    .footer_enlaces .foo_cont_enl {
        width: 100%;
    }
    .footer_enlaces .foo_cont_enl .conSub {
        width: 100%;
        display: block;
        position: relative;
    }
    .footer_enlaces .foo_cont_enl .conSub:before {
        height: 5px;
        width: 8px;
        position: absolute;
        top: 4px;
        right: 0px;
        content: '';
        background-color: #999894;
        -webkit-mask-image: url(images/svg/arrow.svg);
        mask-image: url(images/svg/arrow.svg);
        -webkit-transition: all .2s ease-in-out; 
        -moz-transition:all .2s ease-in-out; 
        -ms-transition:all .2s ease-in-out; 
        -o-transition:all .2s ease-in-out; 
        transition:all .2s ease-in-out; 
    }
    .footer_enlaces .foo_cont_enl .conSub.active:before {
        transform: rotate(180deg);
    }
    .footer_enlaces .foo_cont_enl.foo_cont_tienda {
        width: 100%;
        text-align: left;
    }
    .bloque__visitas_home .enlace__visitas span {
        height: 480px;
    }
    .bloque__visitas_home .enlace__visitas img{
        height: 480px;
        width: 480px;
    }
    .bloque__visitas_home .enlace__visitas{
        max-width: 500px;
    }
    .header__menu_left_movil_bottom .footer_redes a{
        color: #737373;
    }
    .header__menu_left_movil_bottom .footer_redes a svg path{
        fill: #737373;
    }
    .bloque__bodegas_vinos_variedades .resumen span{
        font-size: 120px;
    }
    .bloque__cita q{
        color: #737373;
    }
    .bloque__cita .cita {
    }
    .bodega__datos {
        padding: 64px 20px;
        top: 0px;
        height: 382px;
    }
    .bodega__datos_container_col{
        position: initial;
    }
    .bodega__datos_container{
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .bodega__datos_container {
        position: absolute;
        top: 138px;
        right: 0px;
        width: calc(50% - 130px);
        height: 382px;
    }
    .bodega__galeria img {
        height: 382px;
    }
    .bodega__galeria {
        height: 382px;
    }
    .bodega__datos img {
        margin-bottom: 24px;
        height: 80px;
    }
    .bodega__datos .btn {
        margin-top: 0px;
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        min-width: 156px;
    }
    .bodega__content {
        margin-top: 382px;
        padding-top: 48px;
        padding-bottom: 40px;
        color: #737373;
    }
    .bodega__content blockquote{
        margin-bottom: 48px;
    }

    .bodega__vinos {
        margin-top: 54px;
    }
    .ficha__vino_title h1{
        margin-bottom: 22px;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: 0.07px;
        line-height: 42px;
    }
    .ficha__vino_content{
        color: #353535;
    }
    .ficha__vino_content p{
        margin-bottom: 24px;
    }
    .ficha__vino_title{
        margin-bottom: 10px;
    }
    .ficha__vino_imagen{
        margin-left: 15px;
    }
    .ficha__vino_imagen img {
        max-width: 200px;
        height: auto;
    }
    .btn {
        padding: 13px 32px;
    }
    .ficha__vino_imagen_cont:before {
        width: calc(50vw - 134px);
    }
    .bloque__listado_post .list_post_destacado {
        display: block;
        margin: 0px 46px 34px;
        padding: 16px 16px 32px;
    }
    .list_post {
        margin-bottom: 66px;
    }
    .ficha__post_imagen{
        width: calc(100% - 30px);
        max-width: 612px;
        margin-left: 15px;
        top: 130px;
    }
    .ficha__post_datos {
        margin-top: 412px;
    }
    .ficha__post_rss_data .btn {
        margin: 0px 8px 0px;
        display: inline-block;
    }
    .ficha__post_rss {
        max-width: 654px;
        margin: auto;
    }
    .ficha__post-arte .ficha__post_datos {
        margin-left: 0px;
    }
    .area__size{
        display: block;
        margin-left: 16px;
    }
    .galeria .btn-mas-imagenes{
        opacity: 1;
    }
    .flickity-button{
        display: none;
    }
    .bodega__galeria .btn-mas-imagenes{
        opacity: 1;
        border-color: #fff;
    }
    .bloque__cita-historia{
        margin-top: 72px
    }
    .bloque__cita-historia .cita{
        margin: 0px;
    }
    .hito img {
        height: auto;
        object-fit: contain;
        width: 100%;
        margin-bottom: 16px;
    }
    .bolita{
        -webkit-transition: all .6s ease-in-out; 
        -moz-transition:all .6s ease-in-out; 
        -ms-transition:all .6s ease-in-out; 
        -o-transition:all .6s ease-in-out; 
        transition:all .6s ease-in-out;  
        opacity: 1;
    }
    .menu_activo .bolita{
        opacity: 0;
    }

    .container{
        margin-left: 7px;
        margin-right: 7px;
        width: calc(100% - 14px);
    }

    .pretitulo{
        margin-bottom: 9px;
    }
    .list_post_a_img {
        margin-bottom: 8px;
    }
    .list_post span {
        margin-bottom: 10px;
    }
    .list_post h3 {
        margin-bottom: 14px;
    }
    .list_post time {
        font-size: 12px;
        letter-spacing: 0.2px;
        line-height: 14px;
    }
    .bloque__enlaces {
        padding: 40px 0px 24px;
    }
    .bloque__equipo__bodegas .equipo__bodega {
        margin-bottom: 40px;
    }
    .bloque__enlaces .bEnlace h3 {
        left: 16px;
        line-height: 36px;
    }

    .contacto__contenido{
        color: #737373;
    }
    label input[type=text], label input[type=email], label textarea {
        height: 36px;
    }
    .page__defecto h1{
        padding: 14px 0px 12px;
        margin-bottom: 10px;
    }
    .page__defecto{
        font-size: 12px;
    }
    .page__defecto {
        margin-bottom: 72px;
    }

    .submenuactivo .fondoMenu{
        display: none !important;
    }
    .banner__cookies .cookie_action_close_header, .cli-tab-footer .wt-cli-privacy-accept-btn {
        margin: 8px 16px 0px 0px;
    }

    .banner__cookies {
        padding: 14px 0px;
    }

    .listado__vinos__categorias a {
        margin-bottom: 8px;
    }
    footer .footer__faldon-logos{
        display: block;
        text-align: center;
    }
    footer .footer__faldon-logos div {
        display: inline-block;
        padding: 0px 13px;
        margin: 9px 0px;
    }
    .listado__bodegas__home .listado__bodegas__bodega {
        margin-bottom: 0px;
    }
    footer .footer__faldon-logos .widget_media_image > a, footer .footer__faldon-logos .widget_media_image > img {
        display: inline-block;
        top: 0px;
        transform: none;
    }
    footer .footer_redes {
        margin-top: 0px;
    }

    .footer-col-2 .foo_cont_enl{
        padding: 0px;
    }

    .cronologia_anos_container{
        overflow-x: scroll;
    }
    .anos_arrow {
        bottom: 50px;
    }
    .footer_enlaces .foo_cont_enl{
        padding-left: 0px;
    }
    .col-md-2 {
        -ms-flex: 0 0 18.666667%;
        flex: 18.666667%;
        max-width: 18.666667%;
    }
    .listado__vinos .buscador{
        margin-top: 16px;
    }
    .listado__vinos .listado__vinos__categorias {
        margin-top: 24px;
    }
}


@media (max-width: 767px){
    .container {
        margin-left: 1px;
        margin-right: 1px;
        width: calc(100% - 2px);
    }
    .slider .slider__item .slider__item_img img {
        height: 296px;
    }
    .slider .slider__item .slider__item_img{
        height: 296px;
    }
    .slider .slider__item .slider__item_data .slider__item_data_conte {
        padding: 24px 14px 0px 16px;
        text-align: left;
    }
    .slider .slider__item .slider__item_data .slider__item_data_conte .titulo {
        font-size: 29px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .slider .slider__item .slider__item_data .slider__item_data_conte .pretitulo {
        margin-bottom: 14px;
    }
    .home__empresa {
        margin: 0px auto 0px;
        text-align: center;
        max-width: 516px;
        padding: 24px 16px;
        padding-bottom: 48px;
        background-position: left bottom;
        margin-bottom: 32px;
    }
    .home__empresa h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .home__servicios h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .slick-slide img {
        object-fit: cover;
        height: 250px;
        width: 250px;
    }
    .enlace__visitas span {
        height: 250px;
    }
    .slick-list {
        padding-left: 62px !important;
        margin-left: -15px !important;
        text-align: center;
    }
    .enlace__visitas{
        margin-right: 0px !important;
        padding-right: 16px;
        max-width: 250px;
    }
    .home__blog h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0px 0px 26px;
    }
    .home__blog{
        padding-top: 32px;
        margin-top: 12px;
        padding-bottom: 0px;
    }
    .list_post{
        margin-bottom: 32px;
    }
    .list_post h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .list_post time{
        font-size: 12px;
        line-height: 14px;
    }
    .list_post span{
        margin-bottom: 6px;
    }
    .container-noticias-listado .list_post,
    .home__blog .list_post_col:nth-child(1) .list_post,
    .home__blog .list_post_col:nth-child(2) .list_post,
    .home__blog .list_post_col:nth-child(3) .list_post,
    .home__blog .list_post_col:nth-child(4) .list_post {
        padding-left: 90px;
        position: relative;
    }
    .container-noticias-listado .list_post .list_post_a_img,
    .home__blog .list_post_col:nth-child(1) .list_post .list_post_a_img,
    .home__blog .list_post_col:nth-child(2) .list_post .list_post_a_img,
    .home__blog .list_post_col:nth-child(3) .list_post .list_post_a_img,
    .home__blog .list_post_col:nth-child(4) .list_post .list_post_a_img{
        margin-bottom: 0px;
        position: absolute;

        width: 74px;
        height: 72px;
        left: 0px;
    }
    .container-noticias-listado .list_post .list_post_a_img img,
    .home__blog .list_post_col:nth-child(1) .list_post .list_post_a_img img,
    .home__blog .list_post_col:nth-child(2) .list_post .list_post_a_img img,
    .home__blog .list_post_col:nth-child(3) .list_post .list_post_a_img img,
    .home__blog .list_post_col:nth-child(4) .list_post .list_post_a_img img{
        width: 74px;
        height: auto;
    }
    .home__banner .home__banner_container img {
        margin: -44px auto 0px;
        max-height: 290px;
        width: auto;
        max-width: 88%
    }
    .home__banner{
        margin-top: 62px;
        margin-bottom: 20px;
    }
    .home__banner h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0px 0px 32px;
    }
    .home__banner .home__banner_descripcion{
        display: none;
    }
    .home__banner_data {
        padding: 48px 20px 32px 20px;
    }
    .bloque__header h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .bloque__header_img {
        height: 208px;
    }
    .bloque__header_img img {
        height: 208px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .pretitulo {
        margin-bottom: 12px;
    }

    .bloque__variedad {
        margin-top: 24px;
    }
    .bloque__bodegas_vinos_variedades .resumen{
        font-size: 18px;
    }
    .bloque__bodegas_vinos_variedades .resumen span {
        font-size: 66px;
    }
    .bloque__bodegas_vinos_variedades {
        margin: 34px 0px 64px;
    }
    .bloque__cita {
        margin: 40px 0px 54px;
    }
    .bloque__cita q {
        font-size: 24px;
        line-height: 30px;
        margin: 0px 0px 14px;
    }
    .bloque__equipo__bodegas {
        margin: 20px 0px 12px;
    }
    .bloque__equipo__bodegas .equipo__bodega{
        font-size: 14px;
        letter-spacing: 0.17px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .bloque__enlaces .bEnlace h3 {
        font-size: 20px;
        top: 16px;
        left: 16px;
        letter-spacing: 0.25px;

    }
    .bloque__enlaces {
        padding: 40px 0px 8px;
        overflow: hidden;
    }
    .page-template-plantilla_visitas .bloque__visitas a {
        width: 100%;
        max-width: 100%;
    }

    .page-template-plantilla_visitas .bloque__visitas a{
        margin-bottom: 24px !important;
        text-align: center;
    }

    .bloque__contacto .contacto__contenido__datos {
        margin-bottom: 28px;
    }
    .formulario__container h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .formulario__container {
        padding: 32px 16px 32px;
    }
    label {
        margin-bottom: 8px;
    }
    span.wpcf7-list-item{
        margin: 0px 0px 32px;
    }
    .page__defecto h1 {
        margin-bottom: 24px;
        padding-bottom: 0px;
    }
    .btn__menu_movil .mt1, .btn__menu_movil .mt2{
        display: none;
    }
    .header__menu_right_m{
        display: none;
    }
    .header__menu_right_button{
        display: block;
    }
    .header__menu_right_button svg{
        height: 20px;
    }
    .header__menu_right_button a {
        display: block;
        line-height: 14px;
        padding: 10px 0px 10px 10px;
        margin: 12px 0px;
    }
    header .header__logo img {
        height: 42px;
    }
    .header__logo {
        top: 10px;
    }
    .menu-header-izquierda {
        margin: 20px 0px 70px 16px;
        display: block;
        width: 190px;
    }
    header .menu-header li .sub-menu {
        margin-top: 26px;
        left: 220px;
    }
    .menu-header-izquierda li a {
        font-size: 24px;
        line-height: 46px;
    }
    .movil_idiomas {
        margin-left: 0;
    }
    .header__menu_left_movil_bottom {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 58px;
    }

    .bloque__visitas_home .enlace__visitas span {
        height: 250px;
    }
    .bloque__visitas_home .enlace__visitas img{
        height: 250px;
        width: 250px;
    }
    .bloque__visitas_home .enlace__visitas{
        max-width: 265px;
    }
    .bloque__contacto {
        margin: 16px 0px 16px;
    }

    footer .footer__faldon-logos{
        display: block;
        text-align: center;
    }
    footer .footer__faldon-logos div{
        display: inline-block;
        padding: 0px 13px;
        margin: 9px 0px;

    }
    footer .footer_logo, .footer_cont{
        display: none;
    }
    .foo_cont_tienda{
        text-align: center;
    }
    .foo_cont_tienda svg {
        float: none;
    }
    footer .container .footer_redes {

    }
    .footer_enlaces{
        min-height: auto;
        display: block;
        margin: 0px;
    }
    .footer_enlaces .foo_cont_enl{
        padding: 0px;
    }
    .footer_enlaces .foo_cont_enl a h3 {
        margin: 0px 16px 24px;
    }
    .footer-col-3, .footer-col-4 {
        margin-top: 0px;
    }
    .footer-col-3 .foo_cont_enl_m{
        margin: 0px;
    }

    footer .container{
        padding-right: 10px;
        padding-left: 10px;
    }
    .footer_enlaces .foo_cont_enl a h3 {
        margin: 24px 16px 12px;
    }
    .footer_enlaces .foo_cont_enl .conSub {
        width: calc(100% - 16px);
        margin-right: 16px;
    }
    footer {
        padding-top: 10px;
    }
    .bodega__galeria {
        height: 208px;
        width: 100%;
    }
    .bodega__galeria img{
        height: 208px;   
    }
    .bodega__datos_container {
        position: absolute;
        top: 358px;
        right: 15px;
        width: calc(100% - 30px);
        height: 250px;
    }
    .bodega__datos {
        padding: 24px 20px;
        top: 0px;
        height: 250px;
    }
    .bodega__datos img {
        margin-bottom: 18px;
        height: 64px;
    }
    .bodega__content blockquote {
        font-size: 24px;
    }
    .bodega__content {
        margin-top: 476px;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 40px;
        padding-top: 32px;
    }
    .bodega__vinos {
        margin-top: 20px;
    }
    .list__vino {
        min-height: 370px;
    }
    .list__vino img {
        top: 52%;
        max-height: 260px;
        width: auto;
    }
    .ficha__vino_imagen_cont:before {
        display: none;
    }
    .ficha__vino_imagen_cont {
        height: calc(100% - 16px);
        top: 0px;
        margin-top: 16px;
    }
    .ficha__vino_imagen_contbtn{
        position: fixed;
        bottom: -62px;
        left: 0px;
        width: 100%;
        z-index: 9;
        padding: 8px 10px;
        background-color: #FFFFFF;
        box-shadow: 0 -4px 8px 0 rgba(53,53,53,0.1);
        text-align: center;
        -webkit-transition: all .6s ease-in-out; 
        -moz-transition:all .6s ease-in-out; 
        -ms-transition:all .6s ease-in-out; 
        -o-transition:all .6s ease-in-out; 
        transition:all .6s ease-in-out;  
    }
    body.scroll .ficha__vino_imagen_contbtn{
        bottom: 0px;
    }

    .ficha__vino_imagen img {
        max-width: 200px;
    }
    .ficha__vino_title {
        position: absolute;
        top: 90px;
        margin-left: 0px;
    }
    .ficha__vino_title h1{
        font-size: 28px;
        font-weight: 500;
        line-height: 32px;
        padding: 0px 16px;
    }
    .no-relative{
        position: initial;
    }
    .ficha__vino_imagen {
        margin-left: 0;
        padding-top: 90px;
        margin-bottom: 32px;
    }
    .ficha__vino_content {
        margin-top: 24px;
    }
    .ficha__vino_content {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 48px;
    }
    .ficha__vino_puntuacion {
        margin-bottom: 24px;
    }
    .ficha__vino_cita {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 75px;
        margin-left: 18px;
        margin-right: 18px;
        width: calc(100% - 36px);
    }
    .siguiente__vino {
        margin-bottom: 40px;
        padding: 24px 16px 30px;
    }
    .siguiente__vino__img {
        max-height: 300px;
        margin-bottom: 32px;
    }
    .siguiente__vino__datos {
        position: initial;
        top: 0px;
        transform: none;
    }
    .siguiente__vino:before {
        top: 0px;
        height: calc(100%);
        z-index: -1;
    }
    .siguiente__vino__descubre {
        margin: 0px 0px 8px;
    }
    .siguiente__vino__cita {
        font-size: 24px;
        line-height: 34px;
    }
    .single.single-vinos-con-enlace{
        padding-bottom: 64px;
    }
    .buscador {
        float: none;
        margin: 0px auto 16px;
    }
    .bloque__listado_post .list_post_destacado {
        display: block;
        margin: 0px;
        padding: 0px 0px 32px;
        background: #fff;
    }
    .list_post img{
        margin-bottom: 0px;
    }
    .list_post_a_img {
        margin-bottom: 8px;
    }
    .list_post h3 {
        margin-bottom: 8px;
    }
    .container-noticias-listado-list{
        padding-right: 10px;
        padding-left: 10px;
    }
    .ficha__post_datos {
        margin-top: 244px;
    }
    .ficha__post_imagen {
        height: 222px;
    }
    .ficha__post_imagen img {
        height: 222px;
    }
    .ficha__post_title h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .ficha__post_fecha{
        margin-bottom: 24px;
    }
    .ficha__post_content blockquote{
        margin-left: 20px;
        margin-right: 20px;
        font-size: 24px;
        line-height: 34px;
    }
    .ficha__post_content {
        margin-bottom: 24px;
    }
    .ficha__post_rss_data .btn {
        margin: 0px auto 8px;
        display: block;
    }
    .ficha__post_rss_data {
        padding: 24px 12px 24px 12px;
    }
    .ficha__post {
        margin-bottom: 0;
    }
    .bloque__listado_arte{
        margin: 0px 0px 24px;
    }
    .bloque__listado_arte h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .bloque__listado_arte h3 {
        margin-bottom: 12px;
    }
    .bloque__listado_arte .list_arte {
        margin-bottom: 24px;
    }
    .img-single-artes {
        margin-top: 20px;
    }
    .ficha__post-arte .ficha__post_datos {
        margin: 0px;
    }
    .bloque__contacto h2 {
        margin-bottom: 12px;
    }

    .bloque__accionista h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .area .area__titulo a {
        font-size: 18px;
        line-height: 26px;
    }
    .area__tabla__row {
        font-size: 14px;
        line-height: 20px;
    }
    .area__size{
        display: block;
        margin-left: 0px;
    }
    .btn {
        padding: 14px 24px;
    }
    .container-newsletter h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .container-newsletter form {
        margin-top: 24px;
    }
    .cronologia_anos{
        display: none;
    }
    .hito:before,
    .hito__ancla,
    .hito:after,
    .cronologia .bolita,
    .cronologia .cronologia__linea_content{
        left: 0px;
    }
    .hito .hito__ano,
    .hito .hito__titulo h3{
        font-size: 20px;
        line-height: 28px;
    }
    .hito .hito__titulo h3{
        margin-bottom: 2px;
    }
    .page-404 .svg__404{
        margin-bottom: 40px;
        top: 0px;
        transform: none;
        height: 100px;
    }
    .page-404 {
        margin: 80px 0px 100px;
        color: #353535;
        font-size: 12px;
        letter-spacing: 0.15px;
        line-height: 18px;
    }
    header .header__menu_left {
        left: 16px;
    }
    header .header__menu_right {
        right: 16px;
    }
    .btn {
        padding: 13px 40px;
    }
    .enlace__visitas span {
        margin-bottom: 8px;
    }
    .slick-arrow {
        bottom: -62px;
    }
    .footer__faldon {
        margin-top: 0px;
        padding: 16px 0px;
    }
    .footer__faldon-legal {
        margin: 11px 0px 16px;
    }
    .bloque__cita .cita {
        margin: 0px 20px;
    }
    .anos_arrow{
        display: none;
    }
    .bloque__cronologia h2{
        margin-bottom: 32px;
    }
    .hito img {
        margin-bottom: 10px;
    }
    .bodega__datos .btn{
        bottom: 32px;
    }
    .bodega__content blockquote {
        margin-bottom: 26px;
    }
    .puntuacion {
        margin-bottom: 14px;
    }
    .siguiente__vino__title {
        margin: 12px 0px 32px;
    }
    .page-template-plantilla_visitas .enlace__visitas span{
        height: 262px;
    }
    .ficha__post_content ul li {
        line-height: 24px;
    }
    .ficha__post_content ul li:before {
        top: 8px;
    }
    .ficha__post_content ul {
        margin: 24px 0px 32px 32px;
    }
    .formulario__container h3 {
        margin: 0px auto 24px;
    }
    span.wpcf7-list-item{
        margin-bottom: 0px;
    }
    .wpcf7-acceptance label{
        padding-top: 10px;
        margin-bottom: 12px;
    }
    label {
        padding: 18px 0px 0px 0px;
    }
    label span.form__span {
        font-size: 18px;
    }
    .page__defecto h1 {
        margin-bottom: 16px;
    }
    .page__defecto {
        margin-bottom: 40px;
    }
    /*    .lightbox__top{
            height: calc(100vh - 200px);
        }*/
    .slick-next {
        margin-left: -3px;
    }
    .slick-prev {
        margin-left: -74px;
    }
    footer .footer_redes{
        margin-top: 18px;
    }
    .cli-switch .cli-slider:after {
        bottom: -1px;
    }
    .cli-switch .cli-slider:before {
        bottom: 3px;
        left: 3px;
        height: 14px;
        width: 14px;
    }
    .cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
        font-size: 10px;
    }
    .cli-tab-section .cli-tab-content {
        padding: 10px 4px 5px 4px;
    }
    .slider .slider__item .slider__item_data {
        min-height: 270px;
    }

    .bloque__enlaces .bEnlace h3{
        line-height: 28px;
        margin-top: 4px;
    }
    .listado__bodegas {
        margin: 24px 0px 16px;
    }
    .bodega__vinos__listado {
        margin: 24px 0px 16px;
    }
    .enlace__visitas img {
        height: 262px;
    }
    .bloque__enlaces .bEnlace{
        margin-bottom: 16px;
    }
    .listado__vinos__categorias {
        margin-top: 16px;
    }

    .listado__vinos__cont{
        margin: 24px 0px;
    }
    .home__vinedo {
        text-align: center;
    }
    .foo_cont_enl > a.d-inline-block{
        display:block !important;
        text-align: center;
        margin-bottom: 12px;
    }
    ul.menu-footer-col3{
        text-align: center;
        margin-top: 18px !important;
    }
    ul.menu-footer-col3 li{
        display: inline-block;
        text-align: center;
        margin: 0px 6px;
    }
    .descripcionCita {
        font-size: 20px;
        line-height: 26px;
        margin: 20px 20px 16px;
    }
    .wpcf7-acceptance {
        margin-bottom: 0px;
    }
    .footer_enlaces .foo_cont_enl .foo_cont_enl_m ul li a {
        margin: 4px 0px;
        display: inline-block;
    }
    .col-md-2 {
        -ms-flex: 0 0 100%;
        flex:100%;
        max-width: 100%;
    }
    .listado__vinos__categorias{
        text-align: center;
    }
    .listado__vinos .buscador {
        margin-bottom: 0px;
    }
    .listado__vinos__cont {
        margin: 16px 0px 24px;
    }


    .descripcionCategoria{
        height: 44px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box; 
    }
    .ver_masCategoria .span_mas_info{
        display: block
    }
    .ver_masCategoria .span_menos_info{
        display: none;
    }
    .ver_masCategoria.active .span_mas_info{
        display: none;
    }
    .ver_masCategoria.active .span_menos_info{
        display: block;
    }
    .descripcionCategoria.active{
        height: auto;
        display: block;
    }
    .home__blog h2{
        font-size: 24px;
        line-height: 30px;
    }
    .list_post_destacado h2{
        font-size: 18px;
        line-height: 22px;  
    }
    .home__banner h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .home__vinedo__img{
        margin-bottom: 16px;
    }
    .slider .slider__item .slider__item_img iframe{
        height: 100%;
        width: 100%;
    }
}
@media (max-width: 650px){
}
@media (max-width: 575px){
}



@keyframes barra1 {
    0% {
        top: 10px;
        transform: rotate(0);
    }
    50% {
        top: 16px;
        transform: rotate(0);
    }
    100% {
        top: 16px;
        transform: rotate(45deg);
    }
}
@keyframes barra1_1 {
    0% {
        top: 16px;
        transform: rotate(45deg);
    }
    50% {
        top: 16px;
        transform: rotate(0);
    }
    100% {
        top: 10px;
        transform: rotate(0deg);
    }
}
@keyframes scaled {
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes scaled_2 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes barra3 {
    0% {
        top: 22px;
        transform: rotate(0);
    }
    50% {
        top: 16px;
        transform: rotate(0);
    }
    100% {
        top: 16px;
        transform: rotate(-45deg);
    }
}
@keyframes barra3_1 {
    0% {
        top: 16px;
        transform: rotate(-45deg);
    }
    50% {
        top: 16px;
        transform: rotate(0);
    }
    100% {
        top: 22px;
        transform: rotate(0deg);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes submenu {
    0% {
        opacity: 0;
        top:70px;
    }
    100% {
        opacity: 1;
        top:80px;
    }
}
@keyframes submenu {
    0% {
        opacity: 0;
        top:70px;
    }
    100% {
        opacity: 1;
        top:80px;
    }
}


@-webkit-keyframes submenufondo_activo {
    0% {
        opacity: 0;
        visibility: visible
    }
    100% {
        opacity: 0.4;
        visibility: visible
    }
}
@keyframes submenufondo_activo {
    0% {
        opacity: 0;
        visibility: visible

    }
    100% {
        opacity: 0.4;
        visibility: visible
    }
}
@-webkit-keyframes submenufondo_inactivo {
    0% {
        opacity: .4;
        visibility: visible;
    }
    99% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}
@keyframes submenufondo_inactivo {
    0% {
        opacity: .4;
        visibility: visible;
    }
    99% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}






@-webkit-keyframes lighEnter {
    0% {z-index:-1;opacity:0}
    100% { z-index:9999;opacity:1}
}
@keyframes lighEnter {
    0% {z-index:-1;opacity:0}
    100% { z-index:9999;opacity:1}
}
@-webkit-keyframes lighExit {
    0% { z-index:9999;opacity:1}
    100% {z-index:-1;opacity:0}
}
@keyframes lighExit {
    0% { z-index:9999;opacity:1}
    100% {z-index:-1;opacity:0}
}


/*VISITAS JIG*/
.visitas-jig-header {
    margin-top: 40px;
}

.visitas-jig-header h1 {
    padding: 0px;
    color: #333;
    font-size: 40px;
    margin-bottom: 20px;
}

.titulo_superior h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--neutral-60);
    margin: 0 0 8px 0;
    font-family: var(--typo-secondary) !important;
}

.texto_introduccion {
    margin-bottom: 30px;
    margin-top: 10px;
}

.texto_introduccion span{
    color: #353535!important;
    font-weight: 400;
    font-family: var(--typo-secondary) !important;
}

.separator {
    height: 1px;
    background-color: #353535;
    margin-top: 24px;
}


.banner-regalar {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.banner-regalar a {
    display: block;
}

.banner-regalar img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.banner-regalar .texto-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-regalar .texto-banner h1{
    color: #fff;
}

.banner-regalar .sombra_img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    transition: var(--transition);
}

.banner-regalar:hover {
    cursor: pointer;
}

.banner-regalar:hover img{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
