.grid-item__img img, .galeria-item__img img, .midbar-wrap-logo img, .midbar-item-logo img, .midbar-cesta-logo img, .footer-item__img img, .testimonios-carrusel-item__img img, .blog-item__img img, .precios-ficha .anterior:after, .familia-grid-item__img img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media screen and (max-width: 1024px) {
    .grid-promo-item, .blog-item__img, .familia-grid-item__img {
        min-width: 100% !important;
        width: 100% !important; } }

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

body {
    font-family: "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: inherit;
}
a:hover, a:focus {
    text-decoration: none;
    color: inherit; }

a.btnc,
button.btnc {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    background: #b89129;
    border: 3px solid #b89129;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    color: black;
}
a.btnc:hover,
button.btnc:hover {
    background: #ffffff;
    border: 3px solid #b89129;
    color: #b89129;
}
a.btnc:after,
button.btnc:after {
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:url(../img/linea-punteada.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
.toTop {
    position: fixed;
    right: 2%;
    bottom: 120px;
    z-index: 9;
    display: none;
    padding: 0;
    width: 50px;
    height: 50px;
    outline: none;
    border: 2px solid #b89129;
    border-radius: 50%;
    background: #b89129;
    color: #fff;
    text-align: center;
    line-height: 30px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    transition: .3s ease all; }

.toTop:hover {
    background: #fff;
    color: #353d41; }

.toTop i {
    font-size: 16px; }

.seccion {
    margin-bottom: 60px; }
.seccion-cta {
    text-align: center;
    margin-top: 40px; }
.seccion-cta a {
    color: #fff; }
.seccion-cta a:hover {
    background: transparent;
    color: #353d41; }

section.legales.seccion {
    margin: 20px;
}

section.listado.grid.seccion{
    margin: 20px;
}
section.familia.seccion {
    margin: 20px;
}
.seccion-alt {
    position: relative;
    background: #000000;
    padding: 30px 20px 10px;
}
.seccion-alt:after {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background: url("../img/seccion-bottom.png") center/cover no-repeat;
}

.seccion-alt--no-after {
    position: relative;
    background: #000000;
    margin-bottom: 40px;
    padding: 20px 0 80px;
}

.seccion-alt--top {
    padding: 40px 0; }
.seccion-alt--top:after {
    top: 0;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-filter: FlipV;
    filter: FlipV;
    -ms-filter: "FlipV"; }

.fondo-textura-gris {
    background: #e7e7e7;
    background: url(../img/home-fondo-2.jpg);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
section.articulo.seccion.fondo-textura-gris {
    padding-bottom: 0;
}
section.articulo.seccion.fondo-textura-gris .container {
    background: white;
    padding-top: 15px;
    border-radius: 10px 10px 0 0;
}
.articulo-texto-adicional {
    margin-bottom: 50px;
}
.row-blanco {
    background: white;
    margin-right: 0;
    margin-left: 0;
    padding: 30px 15px;
    border-radius: 0 0 10px 10px;
}

.blog.blog-home {
    background: black;
    margin-bottom: 0;
    padding: 50px 0;
    position:relative;
    background: url(../img/home-fondo-4.jpg);
}

section.content-contenido-destacado {
    background: url(../img/home-fondo-1.jpg);
    background-size: cover;
    background-position: center;
}

section.content-contenido-destacado {}
section.content-contenido-destacado.blanco {
    background: url(../img/home-fondo-3.jpg);
    background-size: cover;
    background-position: center;
}
.contenido-destacado {
    margin: 40px 0;
    background: black;
    background: url(../img/home-fondo-1-1.jpg);
    background-size: cover;
    padding: 100px 0px 20px;
    border-radius: 10px;
    box-shadow: -5px 10px 10px #000;
    position: relative;
    float: left;
}
.contenido-destacado:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0px;
    background: url(../img/fondo-contenido-destacado-1.png);
    background-position: center;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}
.texto-contenido-destacado {
    width: 49%;
    position: relative;
    right: 0;
    float: right;
    color: white;
    z-index: 3;
    top: -30px;
    padding-right: 35px;
}
.contenido-destacado a {
    position: absolute;
    bottom: -20px;
    right: 20px;
    color: white;
    z-index: 4;
    padding: 5px 10px;
    border: solid 4px #000;
    border-radius: 10px;
    background-color: #b89129;
    cursor: pointer;
}
.contenido-destacado a:hover {
    background-color: #000000;
    border: solid 4px #b89129;
}
.contenido-destacado a:after {
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:url(../img/linea-punteada.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position: absolute;
    left: 0;
}
section.content-contenido-destacado.blanco .contenido-destacado {
    background: #43653a;
    background: url(../img/home-fondo-3-1.jpg);
    background-size: cover;
    background-position: center;
}
section.content-contenido-destacado.blanco .contenido-destacado:after {
    background: url(../img/fondo-contenido-destacado-2.png);
    width: 57%;
    background-position: center;
    left: initial;
    right: 0;
    border-radius: 0 0 10px 0;
    background-size: cover;
}
section.content-contenido-destacado.blanco .contenido-destacado a {
    border: solid 4px #fff;
}
section.content-contenido-destacado.blanco a:after {
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:url(../img/linea-punteada-blanca.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position: absolute;
    left: 0;
}
section.content-contenido-destacado.blanco .texto-contenido-destacado {
    color: black;
}
section.content-contenido-destacado.blanco .texto-contenido-destacado img {
    width:100px;
    margin-top: 20px;
}
.blog.blog-home .container {
    position: relative;
    z-index: 2;
}

.blog.blog-home:before {
    content:"";
    display:block;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:black;
    opacity:.5;
    z-index: 1;
}

.blog.blog-home:after {
    content:"";
    display:block;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: url(../img/base-blog-home.png);
    background-size: cover;
    z-index: 1;
}

.titulo-blog-home h2 {
    color: #b89129;
    font-size: 4em;
    font-weight: 500;
    text-transform: uppercase;
}

.titulo-blog-home h2 + p {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 500;
    padding-right: 50px;
}

.no-padding {
    padding: 0; }

.no-margin {
    margin: 0; }

.titulo {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #b89129;
    background: black;
    border-radius: 10px 10px 0 0;
    padding: 10px 0 4px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.articulo.seccion.fondo-textura-gris .container .titulo {
    margin-top: 0;
    margin-bottom: 40px;
}
section.recomendados.seccion .titulo {
    margin-bottom: 20px;
}
section.articulo.seccion.fondo-textura-gris .container .titulo h1 {margin-top: 0;margin-bottom: 0px;background:black;display:block;position: relative;z-index: 9;}
.titulo h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    background: black;
    z-index: 1;
    padding: 0 5px;
}
section.articulo.seccion.fondo-textura-gris .fondo-textura-gris .titulo {
    margin-top:40px;
}
.testimonios .titulo {
    background: transparent;
    margin: 0-50%;
}
.testimonios .titulo:after {
    background-size: contain;
    background-repeat:repeat-x;
}
.testimonios .titulo h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color:#b89129;
    background: white;
    z-index: 1;
    padding: 0 5px;
}
.titulo:after {
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:url(../img/linea-punteada-amarilla.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position: absolute;
}

.titulo--izq {
    text-align: left; }
.titulo--izq span {
    display: none; }
.titulo--izq hr {
    width: 100%;
    margin-top: 10px; }


.titulo + .whisky {
    margin-bottom: 40px;
    margin-top: 10px;
}
section.nosotros.seccion .titulo + .whisky {
    margin-top: 20px; }
.seccion-alt .titulo {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #fff;
}
.seccion-alt .titulo-separador {
    margin: 10px 0 30px; }
.seccion-alt .titulo-separador span {
    padding: 10px;
    background: #b89129; }
body._contacto .seccion-alt .titulo {
    margin-bottom:20px; }




.seccion-alt .titulo-separador i {
    font-size: 1.3em;
    color: #fff; }
.seccion-alt .titulo-separador hr {
    width: 20%;
    margin: -11px auto 20px;
    border: 0;
    border-bottom: 1px solid #b89129; }

.whisky a {
    display: inline-block;
    padding: 10px 15px;
    margin: 20px 0;
    background: #b89129;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #b89129; }
.whisky a:hover {
    background: transparent;
    color: #b89129; }

.whisky p a,
.whisky li a,
.whisky blockquote a {
    display: initial;
    color: #b89129;
    margin: 0;
    padding: 0;
    background: transparent;
    font-family: "Lato", sans-serif;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    border: 0; }
.whisky p a:hover,
.whisky li a:hover,
.whisky blockquote a:hover {
    text-decoration: underline; }

.whisky ul {
    list-style-type: none;
    padding-left: 20px; }
.whisky ul li {
    margin-bottom: 10px; }
.whisky ul li:before {
    font-family: FontAwesome;
    content: '\f299';
    color: #b89129;
    margin-right: 5px; }

.whisky blockquote {
    margin: 20px 0 30px;
    border-left: 5px solid #b89129;
    background: rgb(0, 0, 0);
    padding: 20px;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #ffffff;
}

.oferta:after {
    position: absolute;
    top: 8px;
    right: 10px;
    content: "";
    width: 57px;
    height: 47px;
    background: url("../img/promos/oferta.png"); }

.grid-item {
    position: relative;
    height: 460px !important;
    max-height: 460px !important;
    min-height: 460px !important;
    margin-bottom:30px;
    border-bottom:solid 5px #000000;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    transition: .3s ease all;
}
.grid-item:hover {
    border-bottom:solid 5px #b89129;
}
.grid-item__img {
    width: 100%;
    height: 300px;
    min-height: 300px !important;
    max-height: 300px !important;
    overflow: hidden;
    margin: 0 auto;
}
.grid-item__img img {
    height: 100%;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;

    transition: .3s ease all;
    transition: .3s ease all;
}
.grid-item:hover .grid-item__img img {
    height: 130%;
}
.grid-item__info {
    text-align: left;
    position: relative;
}
.grid-item__titulo {
    color: #b89129;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.1em;
    padding: 10px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    transition: .3s ease all;
}
.grid-item:hover .grid-item__titulo {
    color: #000000;
}
.grid-item__titulo > span + p {
    color: #000000;
    font-size: .9em;
    font-weight: 500;
    line-height: 1.1em;
    padding: 10px 0;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    transition: .3s ease all;
}
.grid-item:hover .grid-item__titulo > span + p {
    color: #a9a9a9;
}
.grid-item__precio {
    font-size: 1.8em;
    font-weight: 700;
    color: #000000;
    position: absolute;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    top: -50px;
    padding: 10px;
    background: url(../img/base-precio.png);
    background-size: cover;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    transition: .3s ease all;
}
.grid-item .grid-item__precio span {
    position:relative;
    top: 0px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    transition: .3s ease all;
}
.grid-item:hover .grid-item__precio span:last-child {
    top: -5px;
}
.grid-item__precio .descuento {
    color: #b89129;
    font-size: .8em;
    text-decoration: line-through #000;
    margin-right: 7px;
}
.grid-item__cta {
    position: absolute;
    border: 3px solid rgba(84, 145, 76, 0.8);
    padding: 5px 12px;
    color: rgba(84, 145, 76, 0.8);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.grid-promo-item {
    position: relative;
    width: 370px;
    height: 370px;
    overflow: hidden;
    border-radius: 10px; }
.grid-promo-item__info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
.grid-promo-item__info-wrap:hover {
    padding: 20px; }
.grid-promo-item__info-wrap:hover .grid-promo-item__info {
    border-radius: 10px;
    height: 100%;
    background: #fff;
    color: #353d41; }
.grid-promo-item__info-wrap:hover .grid-promo-item__info-texto {
    height: auto;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
.grid-promo-item__info-wrap:hover .grid-promo-item__info-titulo {
    -webkit-transform: translateY(0px);

    -ms-transform: translateY(0px);
    transform: translateY(0px); }
.grid-promo-item__info-wrap:hover .grid-promo-item__info-claim {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
.grid-promo-item__info-wrap:hover .grid-promo-item__info-cta {
    bottom: 30px; }
.grid-promo-item__info {
    padding: 20px;
    position: relative;
    width: 100%;
    min-height: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background: rgba(84, 145, 76, 0.8); }
.grid-promo-item__info-titulo {
    padding: 0 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1em;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

.grid-promo-item__info-claim {
    margin: 10px 0;
    font-size: 1.2em;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
.grid-promo-item__info-texto {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    margin-bottom: 20px;
    -webkit-transition: all .5s ease, padding .1s;
    -o-transition: all .5s ease, padding .1s;
    transition: all .5s ease, padding .1s; }
.grid-promo-item__info-cta {
    position: absolute;
    bottom: -12px; }
.grid-promo-item__info-cta a {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 1px;
    background: #b89129;
    padding: 8px 15px;
    border-radius: 50px; }
.grid-promo-item__info-cta a:hover {
    background: #b89129;
    color: #fff; }
.grid-promo-item__bg {
    position: absolute;
    top: 0;
    z-index: -1; }

.ver-mas-articulos {
    position: relative;
    height: 460px !important;
    max-height: 460px !important;
    min-height: 460px !important;
    background: #503c07;
    background: url(../img/ver-mas-productos.jpg);
    background-size: contain;
    padding: 40px;
    border-radius: 10px;
}
.ver-mas-articulos .ver-mas-articulos-titulo {
    position: relative;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    background: #b89129;
    border-radius: 10px;
    padding: 10px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    transition: .3s ease all;
}
.ver-mas-articulos:hover .ver-mas-articulos-titulo {
    background: #000000;
    color:#b89129;
}
.ver-mas-articulos .ver-mas-articulos-titulo span {
    width:100%;
}
.ver-mas-articulos .ver-mas-articulos-titulo span:first-child {
    margin-top:50px;
}
.ver-mas-articulos .ver-mas-articulos-titulo span:first-child p:first-child {
    font-size:1.5em;
    margin: 0;
    font-weight:500;
    color:black;
    line-height: 1.3em;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    transition: .3s ease all;
}
.ver-mas-articulos:hover .ver-mas-articulos-titulo span:first-child p:first-child {
    color:white;
}
.ver-mas-articulos .ver-mas-articulos-titulo span:first-child p:last-child {
    font-size:1.6em;
    margin: 0;
    font-weight:bold;
    line-height: 1.3em;
}
.ver-mas-articulos .ver-mas-articulos-titulo span:last-child {
    font-size:10em;
    font-weight:bolder;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #a57e15;
    color:#b89129;
}
.ver-mas-articulos:hover .ver-mas-articulos-titulo span:last-child {
    -webkit-text-stroke-color: #b89129;
    color:#000000;
}
.detalle-oferta {
    text-align: center;
    padding: 5px;
}
.row.galeria-nosotros .col-xs-12.col-sm-3 {
    padding:0
}
.galeria-item__img {
    width: 293px;
    height: 225px;
    overflow: hidden;
}

.cabecera {
    padding: 40px 0;
    margin-top: 100px;
    height: 40vh;
}
._articulo section.cabecera {
    margin-bottom: 0;
}
.cabecera p {
    margin: 0; }
.cabecera-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 30vh;
    top: 0;
}
.cabecera-wrap div {
    position: relative;
    bottom: -20%;
}
.cabecera-wrap div h1, .cabecera-wrap div p {
    font-size:3.5em;
    color:white;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0; }

.breadcrumbs .bread {
    font-family: "Montserrat", sans-serif;
    list-style: none;
    font-size: .9em;
    text-align: right; }

.breadcrumbs .bread li {
    display: inline-block; }

.breadcrumbs .bread li a {
    display: initial;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff; }
.breadcrumbs .bread li a:hover {
    border-bottom: 1px solid #b89129; }

.breadcrumbs .bread li i {
    margin: 0 2px 0 4px;
    color: #b89129; }

.breadcrumbs .bread li span {
    text-transform: capitalize;
    color: #fff; }

/*PRELOADER*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000000001;
    width: 100%;
    height: 100%;
    text-align: center; }

#loading-animation {
    width: 220px;
    height: 160px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute; }

.cssload-container {
    width: 100%;
    height: 100px;
    text-align: center; }

.cssload {
    /*width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 6px solid $color-base;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;*/
    animation: cssload-spin 450ms infinite linear;
    -o-animation: cssload-spin 450ms infinite linear;
    -ms-animation: cssload-spin 450ms infinite linear;
    -webkit-animation: cssload-spin 450ms infinite linear;
    -moz-animation: cssload-spin 450ms infinite linear; }

/*@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/
/*FLEXSLIDER*/
.slider {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 100%;
    height: 100vh;
    top: 5px;
}
.slider .flexslider {
    position: relative;
    display: inline-block;
    z-index: 1;
    float: left;
    margin: 0;
    padding: 0;
    border: 0px;
    width: 100%;
    height: 100vh;
}
.slider .flexslider .slides {
    position: relative;
    display: inline-block;
    z-index: 1;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
}
.slider .flexslider .slides li {
    height: 100vh;
}
.slider .flexslider .slides li:after {
    content:"";
    display:block;
    width:100%;
    height: 100vh;
    background: url(../img/fondo-banner.png);
    z-index: 2;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: -25px;
}
.slider .flexslider .slides li img{
    position:absolute;
    width:auto;
    max-width: initial;
    height: 100vh;
    z-index: 1;
}
.slider .flexslider .flex-caption {
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 35%;
    right: 15%;
    width: 30%;
    color: #fff;
}
.slider .flexslider .flex-caption .titulo-caption {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4em;
    line-height: 1em;
}
.slider .flexslider .flex-caption .titulo-caption:after {
    height: 1px;
    background: #000; }
.slider .flexslider .flex-caption p {
    margin: 20px 0 40px; }
.slider .flexslider .flex-control-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    display: inline-block;
    z-index: 100000;
    bottom: 10px;
    left: 50%;
    text-align: center;
    width: 50%;
    margin-left: -25%; }
.slider .flexslider .flex-control-nav li {
    position: relative;
    display: inline-block;
    z-index: 1;
    float: none;
    margin: 0;
    padding: 0 5px; }
.slider .flexslider .flex-control-nav li a {
    display: inline-block;
    background: #fff;
    text-indent: -999999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 15px;
    height: 15px;
    cursor: pointer; }
.slider .flexslider .flex-control-nav li a:hover {
    background: #b89129; }
.slider .flexslider .flex-control-nav li a.flex-active {
    background: #b89129; }


header {
    width: 100%;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    z-index: 99999999999999999999999999;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
}

.header.fixed {
    width: 100%;
    z-index: 99;
    padding: 20px 0 0;
    -webkit-transform: translateY(-51px);
    -ms-transform: translateY(-51px);
    transform: translateY(-51px);
}
.header.fixed .box-logo {
    margin-top: 5px;
    margin: 4px 0 20px; }


.header.fixed .box-logo img {
    width: 75%; }

.topbar.supertopbar {
    background: #000000;
    padding:8px 0
}

.topbar {
    background: #b89129;
    color: #fff; }
.topbar-item--left [class^='topbar'] {
    margin-right: 10px; }
.topbar-item--right [class^='topbar'] {
    margin-left: 10px; }
.topbar-wrap, .topbar-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: .95em;
}
.topbar-wrap h1,
.topbar-wrap p, .topbar-item h1,
.topbar-item p {
    margin: 0;
    font-size: 1em; }
.topbar-wrap a, .topbar-item a {
    display: inline-block;
    padding: 5px 0;
}
.topbar-tlf {
    font-weight: 700;
    font-size: 1.3em; }
.topbar-tlf i {
    margin-right: 5px; }
.topbar-tlf a {
    padding: 7px; }
.topbar-tlf a:hover {
    background: #b89129;
    color: #222; }
.topbar-user a {
    padding: 5px 8px;
}
.topbar-user a:hover {
    background: #b89129;
    color: #222; }
.topbar-lang {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
.topbar-lang img {
    margin-right: 5px; }
.topbar-lang i {
    margin-left: 5px; }
.topbar-lang .dropdown-menu {
    text-transform: initial; }

.midbar {
    padding: 5px 0 14px;
    background: url(../img/fondo-header.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.midbar-wrap, .midbar-item, .midbar-cesta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: end;
}
.midbar-wrap-logo, .midbar-item-logo, .midbar-cesta-logo {
    width: 245px;
    height: 60px;
    overflow: hidden; }
.midbar-menu {
    margin-right: 10px;
    text-transform: uppercase; }
.midbar-menu a {
    margin: 5px 10px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    color: #ffffff;
    font-weight: 700;
}
.midbar-menu a:hover {
    color: #000000;
}

.midbar-menu a:nth-child(2) {
    margin-left: 0px;
}

.midbar-search button {
    color: #7c7c7c;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 2px solid rgba(124, 124, 124, 0.3);
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
.midbar-search button:hover {
    background: #b89129;
    color: #fff;
    border: 2px solid #b89129; }

.midbar-search button:focus {
    outline: 0; }

.midbar-search.js_search {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 1px 10px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    color: #ffffff;
    font-weight: 700;
}
.midbar-search button {
    color: #ffffff !important;
    width: 35px;
    height: 35px;
    border: none;
}

.midbar-cesta-icon {
    background: #b89129;
    padding: 10px 13px;
    border-radius: 50%;
    margin-right: 20px;

    color: #fff;
    font-size: 1.5em; }

.midbar-logo {
    width: 135px;
    height: 81px;
}
.midbar-logo img {
    width: 100%;
    height: auto;
}

.lowbar {
    background: #b89129; }
.lowbar-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    padding-right: 200px;
}
.lowbar-wrap h2 {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
}
.lowbar-wrap a {
    display: inline-block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #b89129;
    letter-spacing: 1px;
    height: auto;
    line-height: 20px;
    padding: 5px 10px 15px 12px;
    font-size: 1em;
    font-weight: bolder;
}
.lowbar-wrap a i {
    margin-left: 5px;
    color: black;
}
.dropdown {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: -4px;
}
.dropdown:hover {
    background: #b89129;
    color: black;
    border-radius: 10px 10px 0 0;
}
.dropdown:hover h2 > a {
    color: black;
}
.dropdown:hover > a {
    color: black;
}
.dropdown-menu {
    top: 96%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    border-top: 3px solid #b89129;
}
.dropdown-menu a {
    text-align: left;
    text-transform: none; }
.lowbar .dropdown-menu a:hover {
    background: #b89129; }
.dropdown-mega {
    position: static; }
.dropdown-mega-menu {
    top: 94%; }
.dropdown-mega-menu li {
    display: inline-block; }
.dropdown-mega-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px; }
.dropdown-mega-item__titulo {
    padding: 8px 0 3px;
    border-bottom: 1px solid #b89129;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3em; }
.dropdown-mega-item__titulo p {
    margin: 0; }
.dropdown-mega-item__links a {
    display: block;
    color: #222;
    text-align: left;
    text-transform: none;
    padding: 8px 5px; }
.dropdown-mega-item .mega-item-titulo {
    color: #b89129; }
.dropdown-mega-item .mega-item-titulo:hover {
    background: transparent;
    color: #b89129; }

a.creaciones-a-medida {
    background: black;
    position: absolute;
    right: 0;
    top: -13px;
    padding: 5px 10px 1px;
    height: auto;
    border-radius: 0 0 10px 10px;
    border: solid 3px #b89129;
    border-top: 0;
    cursor: pointer;
    font-size:.7em;
}
a.creaciones-a-medida:hover {
    background: #b89129;
    color:black;
}
a.creaciones-a-medida img {
    position:relative;
    width:30px;
}
a.creaciones-a-medida:hover img {
    mix-blend-mode: difference;
}

.js_nivel2 {
    display: none; }

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none; }
footer {
    background: black url(../img/fondo-footer.jpg);
    background-position: center;
    position:relative;
    float:left;
    width:100%;
    overflow: hidden;
}
.footer-item__menu.menu-footer {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 20px 0;
}
.footer-item__menu.menu-footer a {
    border-left: solid 1px #000;
    padding: 0 10px;
    color:black;
    font-size:1.3em
}


.footer-item__menu.menu-footer a:first-child  {
    border-left:none
}

.footer-item__menu.textos-legales {
    padding: 20px;
}

.footer-item__menu.textos-legales a {
    padding: 0 10px;
    border-left: solid 1px #fff;
    color:white;
}

.footer-item__menu.textos-legales a:first-child {
    border-left:none
}
footer .container, footer .content-newsletter {
    position:relative;
    z-index: 3;
}
footer .content-newsletter .container {
    position:relative;
    z-index: 3;
    top: 25px;
}
.content-newsletter .text-center {
    color:white;
    margin-top: 30px;
}
.content-newsletter .text-center > span {
    font-size:2em;
}
footer .content-newsletter .text-center p {
    font-size:1.2em;
    color: #b89129;
    margin-bottom: 30px;
}

footer .newsletter {

    width: 600px;
    margin: auto;
}
footer .newsletter .form-group {
    position:relative;
}
footer .newsletter .form-group button {
    position:absolute;
    top:0;
    right:0;
    height:50px;
    width:50px;
    border:none;
    border-radius: 0;
    font-size: 1.3em;
    padding: 10px 16px;
}
footer .newsletter .form-group button:after {
    display:none;
}
footer .newsletter .form-control {
    height: 50px;
    border-radius: 0;
    border: none;
}
footer .fondo-footer {
    display:block;
    width:100%;
    height: 510px;
    position:absolute;
    bottom: 5px;
    left: 0;
    background: url(../img/fondo-footer.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.footer-item__img {
    width: 245px;
    height: 60px;
    overflow: hidden; }

.footer-item__texto {
    margin: 10px 0 30px;
    text-align: center;
}
.footer-item__texto a {
    display:block;
    font-size:2em;
    color:black;
    font-weight:bolder;
}
.footer-item__texto hr {
    width: 20%;
    margin: 20px 0;
    border: 0;
    border-bottom: 1px solid #b89129; }

.footer-item__info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.footer-item__info-icono {
    margin-right: 10px;
    color: #b89129;
    font-size: 1.5em; }

.footer-item__social {
    margin-top: 50px;
    text-align: center;
}
.footer-item__social a {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 45px;
    color: #ffffff;
    font-size: 2.7em;
}
.footer-item__social a:hover {
    color: #000000;
}

.footer-item__titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 1.3em;
    color: #b89129; }
.footer-item__titulo hr {
    width: 40%;
    margin: 15px 0;
    border: 0;
    border-bottom: 1px solid #b89129; }

.footer-item__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-item__menu a {
    margin-bottom: 7px;
}
.footer-item__menu a:hover {
    color: #ffffff;
}
.footer-item__menu.textos-legales a:hover {
    color: #000000;
}

.subfooter {
    margin-top: 0px;
    background: #b37f00;
    padding: 15px 0;
    color: #fff;
    z-index: 2;
    position: relative;
}
.subfooter p {

    margin: 0; }
.subfooter-copy {
    font-weight: 700;
    text-align: center;
}
.subfooter-copy a {
    color: #000000;
}
.subfooter-copy a:hover {
    color: #353d41; }

/*ESTILO MODALS REGISTRO*/
.modal-open .modal {
    z-index: 99999999999;
}

.modal-body {
    background: black;
}
.modal-body input {
    height: 40px;
    border: 1px solid #b89129; }
.modal-body .btnc {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
.modal-body .btnc:hover {
    background: transparent; }

.modal.modalForm .modalForm-parraf a {
    text-decoration: underline;
    font-family: "Lato", sans-serif;
    color: #b89129; }


.modal.modalForm .modalForm-parraf {
    font-size: 13px;
    font-family: "Lato", sans-serif;
    color: #e8f0fe;
}

.voucher-content input, #form_usuario_registrado input, #form_usuario_nuevo input, #form_recordar_clave input, #localidades select, #provincias select, #form_te_llamamos2 input {
    border-radius: 0px !important; }

#form_te_llamamos2 input {
    margin-bottom: 15px; }

#form_te_llamamos2 input::-webkit-input-placeholder {
    color: #666 !important; }

.voucher-content input:focus, #form_usuario_registrado input:focus, #form_usuario_nuevo input:focus, #form_recordar_clave input:focus, #form_te_llamamos2 input:focus {
    border: 2px solid #b89129 !important; }

.btn-volver-modal {
    color: #db120a !important;
    outline: 0;
    padding: 0;
    margin-bottom: 15px; }

.modal.modalForm .modalForm-title, .modalAvisamos .modalForm-title, .modal__htmlTitle {
    margin-top: 20px;
    border-bottom: none;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #b89129;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    padding: 0;
}


.js_modal_Te_Llamamos p {
    margin-bottom: 15px; }

.close-modal {
    position: initial;
    color: white;
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.close-modal:hover {
    color: #b89129;
}

.js-cupon .modal-dialog {
    width: 950px; }
.js-cupon .modal-dialog .modal__contenido {
    margin-top: 15px; }
.js-cupon .modal-dialog .box-img-modal {
    width: 430px;
    height: 330px;
    overflow: hidden; }
.js-cupon .modal-dialog .box-img-modal img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
.js-cupon .modal-dialog .modalForm-title {
    font-size: 30px; }

.js-cupon form {
    margin-top: 25px; }
.js-cupon form input {

    width: 80%;
    float: left;
    border: 2px solid #999; }
.js-cupon form button {
    color: #006699;
    font-size: 18px;
    margin: 8px; }
.js-cupon form .polPriv-label {
    background-color: #999; }
.js-cupon form .polPriv input[type=checkbox]:checked + label {
    background-color: #f2f2f2;
    color: #0099cc !important; }
.js-cupon form .polPriv input[type=checkbox]:checked + label:after {
    color: #db120a; }

.js-cupon .logo-modal {
    width: 40%;
    margin: auto;
    display: block;
    margin-top: 15px; }

#recordar_alert_ko, #warning-alert {
    text-align: center; }

.modal .titulo h2 {
    margin: 0 !important; }

.error404 {
    padding: 250px 20px;
    text-align: center;
}
.error404__titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 8em;
    font-weight: 700;
    color: #b89129;
    line-height: 1em;
}
.error404__texto {
    font-size: 1.2em; }
.error404__cta {
    margin-top: 60px;
    color: #fff; }
.error404__cta a:hover {
    background: transparent;
    color: #353d41; }

.marcas {
    padding-bottom: 185px; }

.marcas-carrusel-item {
    padding: 30px 100px 50px; }
.marcas-carrusel-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.marcas-carrusel-item__img {
    margin-right: 30px; }

.slick-dots .slick-active button {
    background: #b89129; }

.slick-dots li button:before {
    content: ''; }

.slick-dots li button {
    background: #b89129;
    border-radius: 50%; }



.hitos-item {
    text-align: center;
    color: #fff;
    text-align: left;
}
body._contacto .hitos-item {
    border-left: solid #b89129;
    padding-left: 20px;
}
.hitos-item__icono {
    display: inline-block;
    padding: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}
.hitos-item__icono img {
    width: 90%;


    height: auto;
}
.hitos-item__icono i {
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hitos-item__titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 700;
}

.valores-wrap {
    margin-top: 30px; }

.valores-item {
    position: relative;
    margin-bottom: 60px; }
.valores-item__titulo {
    font-family: "Yellowtail", cursive;
    color: #b89129;
    font-size: 2em; }

.valores-item--arrow1:after,
.valores-item--arrow2:after,
.valores-item--arrow3:after,
.valores-item--arrow4:after {
    position: absolute;
    content: '';
    width: 127px;
    height: 61px;
    background: url("../img/valores/valores-arrow.png"); }

.valores-item--arrow1:after {
    top: 0;
    right: -60px; }

.valores-item--arrow2:after {
    bottom: -50px;
    right: -60px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);

    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-filter: FlipV;
    filter: FlipV;
    -ms-filter: "FlipV"; }


.valores-item--arrow3:after {
    top: 0;
    left: -60px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH"; }

.valores-item--arrow4:after {
    bottom: -20px;
    left: -60px;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1); }

.valores-wrap--tar {
    text-align: right; }

.valores-item--bg {
    width: 100%;
    height: 400px; }

.testimonios {
    position: relative;
    background: white;
    overflow: hidden;
}
.textos-testimonios {
    margin-right: 40px;
}
.testimonios-carrusel-item {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    background: black url(../img/fondo-comentarios.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 30px 0;
}
.testimonios-carrusel-item__img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto;
    border: solid 5px #000000;
    position: relative;
    top: -15px;
    background: black;
}
.testimonios-carrusel-item__titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    color: #b89129;
}
.testimonios-carrusel-item__texto {
    padding: 0%;
}
.testimonios-carrusel-item__texto p {
    margin-top:30px;
    font-size:1.1em;
    font-style: italic;
}

.carousel-arrows .test-prev,
.carousel-arrows .test-next {
    position: absolute;
    top: 40%;
    text-align: center;
    list-style-type: none;
    background: #b89129;
    border: 2px solid #b89129;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.carousel-arrows .test-prev:hover,
.carousel-arrows .test-next:hover {
    background: #000000;
    cursor: pointer; }

.carousel-arrows .test-prev {
    left: -5%;
}

.carousel-arrows .test-next {
    right: -5%;
}

.blog-main {
    margin-bottom: 100px; }
.blog-main .titulo {
    margin-bottom: 60px; }
.blog-item {
    overflow: hidden;
    border-radius: 10px;
    margin-top: 10px;
    height: 450px;
    min-height: 450px;
    position: relative;
}
body._noticia .blog-item {
    height: auto;
    min-height: auto;
}
.info-noticia {
    position: absolute;
    top: 40%;
    background: black;

    color: white;
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    right: 0;
    padding: 5%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-item:hover .info-noticia {
    top: 30%;
}
.blog-item__img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.blog-item__img img {
    position: relative;
    width: auto;
    /* height: 100%; */
}
.blog-item__img a {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(84, 145, 76, 0.9);
    opacity: 0; }
.blog-item__img a:hover {
    opacity: 1; }
.blog-item__img span {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    border-bottom: 1px solid #b89129; }

.blog-item__titulo {
    font-size: 1.6em;
    line-height: 1em;
    overflow:hidden;
    margin-bottom: 0px;
}
body._noticia .blog-item__titulo {
    margin-bottom: 50px;
}
.blog-item__titulo h2 {
    font-size: 1.4em; }
.blog-item__titulo a:hover {
    color: #b89129; }
.blog-item__titulo:after {
    content: "";
    display: block;
    width: 110%;
    height: 2px;
    background: url(../img/linea-punteada-amarilla.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-item__fecha {
    text-transform: uppercase;
    margin: 20px 0 10px;
    font-size: 1.2em;
    position: absolute;
    height: 50px;
    top: -70px;
    background: #b89129;
    left: 0%;
    padding: 10px;
}

.blog-item__fecha {
    text-transform: uppercase;
    margin: 20px 0 10px;
    font-size: 1.2em;
    position: absolute;
    height: 60px;
    top: -80px;
    background: #b89129;
    left: 0%;
    padding: 5px 10px;
}
.blog-item__fecha span {
    width:100%;
    display:block
}
.blog-item__fecha span:first-child {
    width:100%;
    display:block;
    font-size: 1.8em;
    font-weight: 600;
    height: auto;
    line-height: 1em;
}

.blog-item__texto span {
    display: block;
    width: 100%;
    height: auto !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-item__cta {
    text-align: right;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #b89129;
    margin-top: 20px; }
.blog-item__cta:hover {
    color: #b89129; }
.blog-item__cta i {
    margin-right: 5px;
    color: #b89129; }

.blog-single .blog-item__titulo h1 {
    font-size: 2em; }

.blog-single .blog-item__img {
    width: 770px;
    height: 270px; }

body._blog-single .blog-single .blog-item__img {
    width: 770px;
    height: 400px; }

.blog-single .blog-item__texto ul {
    padding: 0; }

.blog-single .blog-item__cta {
    margin-top: 80px;
    color: #353d41;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.blog-single .blog-item__cta i {
    color: #353d41;
    margin-right: 5px; }
.blog-single .blog-item__cta a {
    width:auto; }
.blog-single .blog-item__cta a:hover {
    background: transparent; }

.blog-aside-item {
    padding: 10px;
    border-radius: 0px 5px 5px 0px;
    border: 1px dashed #b89129;
    border-left: 15px solid #b89129;
    color: #353d41;
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-aside-item__titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 15px; }
.blog-aside-item__titulo i {
    margin-left: 5px;
    color: #b89129; }
.blog-aside-item__links a {
    display: block;
    margin-bottom: 10px; }
.blog-aside-item__links a:hover {
    color: #b89129; }

.paginador {

    margin: 70px 0 0px;
    text-align: center;
    font-size: 20px; }

.paginador li {
    display: inline-block; }

.paginador a {
    padding: 15px;
    color: #b89129;
    font-size: 16px; }

.paginador a:hover {
    color: #b89129; }

.paginador .activa span {
    padding: 12px 16px;
    background: #b89129;
    color: #fff; }

.faq-info .whisky {
    margin-bottom: 40px; }

.panel {
    border: 1px solid #b89129;
    margin-bottom: 20px !important; }

.panel-heading {
    padding: 0;
    background: #b89129 !important; }
.panel-heading a {
    display: block;
    padding: 10px 12px;
    font-family: "Montserrat", sans-serif;
    color: #fff; }
.panel-heading a i {
    float: right; }



.faq-aside-item {
    border-radius: 5px;
    padding: 20px 20px 40px;

    border: 1px solid #b89129;
    text-align: center;

    color: #fff; }
.faq-aside-item__icono {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;

    background: #fff;
    color: #b89129;
    font-size: 3em; }
.faq-aside-item__titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 1.3em; }
.faq-aside-item__texto {
    margin: 15px 0 30px; }
.faq-aside-item__cta {
    color: #353d41; }
.faq-aside-item__cta a:hover {
    background: transparent;
    color: #fff; }

.contacto-form input:not([type=checkbox]),
.contacto-form textarea {
    width: 100%;
    margin-bottom: 20px;
    border: navajowhite;
    border-left: 4px solid #b89129;
    border-bottom: 1px dashed #000000;
    position:relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.contacto-form input:not([type=checkbox]):hover,
.contacto-form textarea:hover {
    width: 100%;
    margin-bottom: 20px;
    border: navajowhite;
    border-left: 4px solid #b89129;
    border-bottom: 1px dashed #b89129;
    position:relative;
}

.contacto-form input:not([type=checkbox]) {
    height: 40px;
    padding-left: 5px; }

.contacto-form textarea {
    padding: 5px;
    height: 200px; }

.contacto-form label a {
    color: #b89129; }
.contacto-form label a:hover {
    color: #b89129; }

.contacto-form button {
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
.contacto-form button:hover {
    background: transparent; }




.gc-icon {
    color: #b89129;
    border: 1px solid #b89129; }

.glass-case {
    height: 600px !important; }

.articulo-info-item {
    margin-bottom: 10px; }
.articulo-info-item span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
.articulo-info-item .whisky {
    font-size: 1.2em; }

.precios-ficha {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    top: -50px;
    z-index: 10;
}
.precios-ficha .actual {
    font-size: 2.1em; }
.precios-ficha .anterior {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    color: #666;
    font-size: 16px; }
.precios-ficha .anterior:after {
    position: absolute;
    position: absolute;
    display: block;
    margin: 0;
    width: 60px;
    height: 2px;
    background: #b89129;
    content: ""; }

.js_atributos_ficha {
    height: 45px; }


.box-spinner {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 20px 0;
}
.box-spinner .spinner {
    display: inline-block;
    width: 100%;
}
.box-spinner .spinner input {
    float: left;
    width: 45%;
    height: 45px;
    font-size: 18px;
    text-align: center;
    margin: 0;
    border: 1px solid rgba(84, 145, 76, 0.5); }
.box-spinner .spinner .ui-spinner {
    display: inline-block;
    width: 100%; }
.box-spinner .spinner .ui-spinner .ui-spinner-button {
    width: 50px;
    height: 45px;
    font-size: 14px;
    text-align: center;

    position: relative;
    display: inline-block;
    background: rgb(184, 145, 41);
    float: left;

    outline: none;
    margin-left: 5px;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -os-transition: .3s ease all;
    -ms-transition: .3s ease all;
}
.box-spinner .spinner .ui-spinner .ui-spinner-button .btn-menos,
.box-spinner .spinner .ui-spinner .ui-spinner-button .input-group-btn-vertical {
    float: left; }
.box-spinner .spinner .ui-spinner .ui-spinner-button:hover {
    opacity: .8;
    cursor: pointer; }
.box-spinner .spinner .ui-spinner .ui-spinner-button .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #666; }
.box-spinner .spinner .ui-spinner .ui-spinner-down {
    background: #ddd; }

.addthis_inline_share_toolbox {
    padding: 10px 0;
}

.box-agregar {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 20px 0;
}
.box-agregar .btn-agregar {
    text-transform: uppercase;
    color: #353d41;
    background: #b89129;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1em;
    border: 3px solid #b89129;
    border-radius: 50px;
    padding: 9px 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 46px;
    width: 100%;
    float: left;
    margin-right: 5px;
    position: relative;
}
.box-agregar .btn-agregar:hover {
    background: transparent; }
.box-agregar .btn-agregar i:before {
    font-size: 18px; }
.box-agregar .disabled {
    background: #bbb;
    cursor: not-allowed; }

.no-stock {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    background: #f5f5f5;

    padding: 15px 15px 35px;
    border: 2px solid #eee; }
.no-stock .box-agregar {
    width: 100%; }
.no-stock .box-agregar .btn-agregar {
    text-transform: uppercase;
    color: #fff;
    background: #b89129;
    font-size: 1em;
    border: 3px solid #b89129;
    padding: 10px 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 60%;
    float: none;
    margin: auto;
    transition: all .3s ease; }
.no-stock .box-agregar .btn-agregar:hover {
    background: none;
    color: #b89129; }
.no-stock .box-agregar .btn-agregar i {
    margin-right: 5px; }
.no-stock p {
    font-size: 18px;
    margin: 0 0 5px; }
.no-stock p span {
    color: #b89129; }
.no-stock .fa-envelope-o {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 2px; }

.listado-filtro {margin-bottom: 40px;overflow: auto;}
.listado-filtro form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.listado-filtro form label {
    margin-right: 5px; }
.listado-filtro form select {
    padding: 2px;
    border: 2px solid #b89129;
    border-radius: 5px; }
.listado-filtro form select:focus {
    outline: 0; }
.listado-filtro-item {
    margin-right: 15px;
}

.familia-grid-item__img {
    border-radius: 5px;
    position: relative;
    width: 370px;
    height: 200px;
    overflow: hidden; }
.familia-grid-item__img a {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
}
.familia-grid-item__img a:hover {
    opacity: 1; }
.familia-grid-item__img span {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;

    border-bottom: 1px solid #b89129; }

.familia-grid-item__titulo {
    margin-bottom: 10px;
    border-bottom: 2px solid #b89129; }
.familia-grid-item__titulo h2 {
    margin: 20px 0 5px;
    line-height: 1em; }
.familia-grid-item__titulo h2 a:hover {
    color: #b89129; }

.legales a {
    color: #b89129; }

.mobile {
    display: none !important; }

/*-------------*/
@media screen and (max-width: 1024px) {
    .desktop {
        display: none; }
    .mobile,
    .js_nivel2 {
        display: inline-block !important; }
    .sec-mobile {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        text-align: center; }
    .left {
        float: left; }
    .right {
        float: right; }
    .sec-mobile .mobilelogo {
        position: relative;
        display: inline-block;
        z-index: 1;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 320px; }
    .sec-mobile button {
        position: relative;
        display: inline-block;
        z-index: 1;
        float: none;
        margin: 0 10px;
        padding: 0;
        border: 0px;
        background: transparent;
        color: #b89129;
        font-size: 25px;
        vertical-align: top; }
    .midbar-item--cesta {
        display: none; }
    .open-menu,

    .open-informacion,
    .open-search,
    .open-user,
    .open-cesta {
        background: #b89129;
        border: none;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 15px;
        height: 37px;
        width: 100%;
        border-bottom: 1px solid #fff; }
    .open-menu:focus,
    .open-informacion:focus,
    .open-search:focus,
    .open-user:focus,
    .open-cesta:focus {
        outline: 0; }
    .open-cesta {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .js_menu,
    .js_informacion,

    .js_search,
    .js_user,
    .js_cesta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: normal;
        -webkit-justify-content: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        position: fixed;
        z-index: 10000;
        float: none;
        padding: 0px;
        width: 300px;

        height: 100vh;
        right: -102%;
        background: #fff;

        top: 0px;
        overflow-y: auto;
        -webkit-box-shadow: -8px 0px 90px 0px rgba(0, 0, 0, 0.43);
        -moz-box-shadow: -8px 0px 90px 0px rgba(0, 0, 0, 0.43);
        box-shadow: -8px 0px 90px 0px rgba(0, 0, 0, 0.43);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease; }
    .js_menu div,
    .js_informacion div,
    .js_search div,
    .js_user div,
    .js_cesta div {
        width: 100%; }
    .js_menu.open,
    .js_informacion.open,
    .js_search.open,
    .js_user.open,
    .js_cesta.open {
        right: 0px; }
    button.open-cesta i {
        position: relative;
        display: inline-block;
        z-index: 1;
        float: left;
        margin: 0px;
        padding: 0 10px; }
    button.open-cesta .js-shCart-qty {
        position: absolute;
        display: inline-block;
        z-index: 1;
        float: none;
        margin: 0;
        padding: 0;
        left: 28px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        line-height: 1.375rem;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;

        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;

        background-clip: padding-box;
        font-size: 10px;

        font-size: 0.625rem;
        background: #b89129;
        color: #fff; }
    button.open-cesta .js-shCart-totalCesta {
        position: relative;
        display: inline-block;
        z-index: 1;
        float: left;
        margin: 0px;
        padding: 0px 10px;
        font-size: 15px;
        font-size: 0.9375rem; }
    .dropdown,
    .dropdown-mega {
        position: relative !important; }
    .midbar-menu {
        margin-right: 0; }
    .js_nivel2 {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        width: 47px;
        height: 47px;
        line-height: 47px;
        background: #b89129;
        color: #fff;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 15px;
        border: none;
        z-index: 9; }
    .js_nivel2:after {
        content: '\f078';
        font-family: "FontAwesome";
        font-size: 15px; }
    .nivel2 {
        width: 100%;
        position: relative;
        padding: 0;
        list-style-type: none;
        margin-top: 7px;
    }
    .nivel2 li {
        position: relative;
        width: 100%; }
    .nivel2 li a {
        width: 100%;
        height: 100%;
        padding: 15px;
        display: block;
        width: 100%;
        background: #ffffff;
        font-weight: normal;
        font-size: 1.3em;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .dropdown-menu {
        top: 0%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 0;
        border-top: 1px solid #ffffff;
    }
    .dropdown:hover {
        border-radius:0;
    }
    .nivel2 li a:hover {
        color: #000000;
        background: #fff; }
    .midbar-menu a {
        color: #676767;
    }
    .midbar-menu a:nth-child(2) {
        margin-left: 10px;
    }
    body._nosotros .seccion {
        margin-top: 30px;
    }
    body._faq .seccion {
        margin-top: 30px;
    }
    body._contacto .seccion {
        margin-top: 30px;
    }
    .row.galeria-nosotros .padding-custom {
        padding: 0;
    }
    .row.galeria-nosotros .padding-custom .galeria-item__img {
        width: 100%;
    }
    body._contacto .contacto-form {
        padding-bottom: 40px;
    }
    .glass-case {
        height: 360px !important;
    }
    .articulo-info {
        padding-bottom: 30px;
    }
    .topbar.supertopbar {
        padding: 4px 0;
    }
    .topbar-wrap h1, .topbar-wrap p, .topbar-item h1, .topbar-item p {
        font-size: .7em;
    }
    .titulo h2 {
        font-size: 19px;
    }
    .blog-single .blog-item__titulo h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-6 {
        width: 50%; }
    .col-xxs-12 {

        width: 100%; }
    .hidden-xxs {
        display: none; } }
