@charset "UTF-8";

@import url("cuadratico.min.css");

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

* {
    box-sizing: border-box;    
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none !important;
}
*:before,
*:after {
    box-sizing: border-box;
}
body {
    font-family: 'Lato', helvetica, arial;
    font-size: 16px;
    font-weight: 400;
    color: #3A3A3A;
    background-color: #fff;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
p {
    margin: 0 0 21px 0;
}
strong {
    font-weight: 700;
}
figure {
    margin: 0;
}
a {
    color: #0d73f0;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.aviso {
    border: 1px solid #3A3A3A;
    font-size: 18px;
    line-height: 21px;
    padding: 15px;
    text-align: center;
}
.naranja {
    color: #F87700;
}
.aviso.naranja {
    border-color: #F87700;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    max-width: 960px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.container.grande,
main.container {
    max-width: 1440px;
}
main.container {
    padding-top: 55px;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.ico {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/* Cabecera */
.cabecera-top {
    background-color: #3A3A3A;
}
.cabecera-top > .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 41px;
}
.cabecera-top-info {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 12px;
    line-height: 1.1em;
    display: flex;
    align-items: center;
}
.cabecera-top-info > span {
    display: block;
    padding: 0 10px;
}
.cabecera-content {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #EBEBEB;
}
.cabecera-content > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cabecera-logo {
    display: block;
}
.cabecera-tools {
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 200px;
    text-align: right;
}
.cabecera-tools li {
    display: inline-block;
}
.cabecera-tools li + li {
    margin-left: 20px;
}
.cabecera-tools li a {
    color: #3A3A3A;
}
.cabecera-tools li.bag {
    position: relative;
}
.cabecera-tools li.lleno a {
    color: #B9BD58;
}
.cabecera-tools li.bag span {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #fff;
    display: block;
    background: #f00;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    border-radius: 50%;
}

.head-fixed .cabecera-top {
    margin-bottom: 83px;
}
.head-fixed .cabecera-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.cabecera-buscador {
    display: none;
    position: absolute;
    top: 124px;
    right: 0;
    width: 100%;
    background: rgba(58, 58, 58, .8);
    padding: 25px 0;
    z-index: 20;
}
.head-fixed .cabecera-buscador {
    position: fixed;
    top: 83px;
}
.cabecera-buscador .form-control {
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
}
@media (max-width: 680px) {
    .cabecera-top-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .cabecera-top-info > span {
        padding: 0;
    }
    .cabecera-buscador {
        top: 111px;
    }
    .cabecera-tools li {
        font-size: 25px;
    }
}
@media (max-width: 375px) {
    .cabecera-tools li + li {
        margin-left: 10px;
    }
}
/* Cabecera End */

/* Idiomas */
.idiomas {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 20px;
}
.idioma-activo {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 1em;
}
.idioma-activo span {
    vertical-align: middle;
}
.idioma-activo::after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.lista-idiomas {
    visibility: hidden;
    opacity: 0;
    padding: 8px 25px 10px 25px;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #3a3a3a;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: visibility .25s, opacity .25s, -webkit-transform .25s;
    transition: visibility .25s, opacity .25s, transform .25s;
}
.lista-idiomas li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    line-height: 1em;
    transition: color .25s;
}
.lista-idiomas li a:hover {
    color: #aaae01;
    text-decoration: none;
}
.lista-idiomas.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* Idiomas End */

/* Hamburger */
.hamburger {
    position: absolute;
    top: 21px;
    left: 20px;
    width: 42px;
    height: 42px;
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    border: 0;
    margin: 0; 
    overflow: visible;
    line-height: 52px;
    text-align: center;
}
.hamburger-box {
    width: 32px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 32px;
    height: 4px;
    background-color: #3A3A3A;
    position: absolute;
    border-radius: 4px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}     
/* Hamburger End */

#btn-offcanvas,
#offcanvas-overlay {
    display: none;
}

@media (min-width: 1081px) {
    /* Menu */
    .menu-lista {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .menu-lista > li {
        display: inline-block;
        margin: 0 9px;
        padding: 9px 0;
    }
    .menu-lista > li a,
    .menu-lista > li span {
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        color: #3A3A3A;
        line-height: 1em;
        padding: 8px 0;
        border-bottom: 2px solid transparent;
    }
    .menu-lista > li a:hover,
    .menu-lista > li span {
        border-bottom-color: #3A3A3A;
    }
    .menu-lista > li.submenu {
        position: relative;
    }
    .menu-lista > li.submenu > a::after {
        content: " ";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
    .menu-lista > li.submenu > ul {
        visibility: hidden;
        opacity: 0;    
        position: absolute;
        top: 100%;
        left: 50%;
        padding: 16px 20px;
        margin: 0;
        list-style: none;
        background-color: #fff;
        border: 1px solid #EBEBEB;
        z-index: 2;
        -webkit-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px);
        -webkit-transition: visibility .25s, opacity .25s, -webkit-transform .25s;
        transition: visibility .25s, opacity .25s, transform .25s; 
    }
    .menu-lista > li.submenu:hover > ul,
    .menu-lista > li.submenu > ul.show {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .menu-lista > li.submenu > ul > li {
        white-space: nowrap;
    }
    /* Menu End */
}

/* Titulos */
.titulo-seccion {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}
.titulo-base {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 26px 0;
    line-height: 1.1em;
}
.titulo-generico,
.intro h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 55px 0;
    line-height: 1.1em;
    text-align: center;
}
.resumen.fijo {
    margin-left: 120px;
}
h2.numero {
    display: none;
}
.form-titulo h4 {
    margin: 0;
}
.form-group {
    margin-bottom: 15px;
}
/* Titulos End */

/* Cuerpo */
.cuerpo {
    flex: 1 1 auto;
}
.separa-top {
    margin-top: 70px;
}
.separa-top-mas {
    margin-top: 120px;
}
.separa-bottom {
    margin-bottom: 50px;
}
.inicial {
    padding-top: 55px;
}
.destacado,
blockquote {
    font-size: 20px;
    color: #B9BD58;
    text-align: center;
    max-width: 740px;
    margin: 0 auto 30px auto;
    line-height: 1.2;
}
.img-responsive img {
    display: block;
    max-width: 100%;
    height: auto;
}
.box {
    border: 2px solid #DFDFDF;
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 50px;
}
.box.box-contacto {
    border: 1px solid #C0C0C0;
    padding: 0;
    text-align: left;
}
.box.box-contacto .contacto-form {
    padding: 50px;
}
.box .top {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #C0C0C0;
    position: relative;
    margin-bottom: 30px;
}
.box .top .close {
    position: absolute;
    top: -3px;
    right: 0;
    cursor: pointer;
}
.box h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.contacto-datos {
    flex: 0 0 325px;
    background: url(../img/contacto.jpg) no-repeat top center;
    position: relative;
}
.contacto-datos .contacto-datos-direccion {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
}
.contacto-datos .contacto-datos-direccion figure {
    padding-bottom: 15px;
}
.contacto-datos .contacto-datos-direccion figure img {
    display: block;
    margin: auto;
}
.contacto-datos .contacto-datos-direccion p {
    padding-left: 30px;
}
@media (max-width: 1080px) {
    .contacto-datos {
        display: none;
    }
}
@media (max-width: 767px) {
    .box.box-contacto .contacto-form {
        padding: 30px;
    }
}
/* Cuerpo End */

/* Galeria */
.galeria-contenido {
    padding: 0;
    margin: 0 -5px 21px -5px;
    list-style: none;
    display: flex;
    align-items: stretch;
}
.galeria-contenido li {
    padding: 5px;
}
.galeria-contenido .col-sm-50 {
    flex: 0 0 25%;
    max-width: 25%;
}
.galeria-contenido .col-sm-100 {
    flex: 0 0 50%;
    max-width: 50%;
} 
/* Galeria End */

/* Slider Banner */
.banner-home {
    padding-bottom: 28px;
}
.banner-home .swiper-slide {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.banner-home .slider-claim {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 380px;
}
.banner-home > .swiper-pagination-bullets {
	bottom: 0;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #3A3A3A;
}
.swiper-pagination-bullet {
	width: 9px;
	height: 9px;
}
.banner-home .slider-claim .title {
    font-size: 54px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    max-width: 650px;
    margin-bottom: 10px;    
}
.banner-home .slider-claim .subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    max-width: 650px;
    line-height: 1.1;
}
/* Slider Banner End */

/* Home */
.infoconimagen {
    margin-top: 150px;
    margin-bottom: 130px;
    display: flex;
    align-items: stretch;
}
.infoconimagen-img {
    flex: 0 0 48.1522%;
    margin: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.infoconimagen-txt {
    padding: 25px 0 25px 30px;
}
.infoconimagen a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #B9BD58;
    border: none;
    padding: 12px 20px;
    line-height: 1.2;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}
.infoconimagen a:hover {
    background-color: #848824;
}
.banner-info {
    position: relative;
    margin: 100px 0;
    background-image: url(../img/banner-info.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-info::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}
.banner-info-content {
    position: relative;
    font-size: 18px;
    width: 100;
    max-width: 720px;
    padding: 100px 20px;
    margin: auto;
    color: #fff;
    z-index: 1;
    text-align: center;
    line-height: 1.2em;
}
.banner-info-titulo {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.05em;
    margin: 0 0 20px 0;
}
/* Home */

/* Listado */
.productos-grid {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.productos-grid-item {
    flex: 0 0 25%;
    max-width: 25%;    
    padding: 0 15px 30px 15px;
}
.triple .productos-grid-item {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
}
.productos-grid-item .producto {
    height: 100%;
    cursor: pointer;
    padding: 10px 10px 20px 10px;
    border-radius: 4px;
    transition: box-shadow 0.2s;
}
.productos-grid-item .producto-img {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.productos-grid-item .producto-img img {
	display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.productos-grid-item .producto-info {
    margin-top: 15px;
    text-align: center;
}
.productos-grid-item .nombre {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #3A3A3A;
    margin-bottom: 4px;
}
.precio {
    font-size: 16px;
    font-weight: 700;
    color: #3A3A3A;
    white-space: nowrap;
}
.oferta .precio {
    text-decoration: line-through;
    font-weight: 400;
    vertical-align: middle;
}
.producto-detalle .precio {
    font-size: 20px;
    font-weight: 900;
}
.producto-detalle.oferta .precio {
    font-weight: 400;
}
.oferta-precio {
    color: #BD494A;
    font-weight: 700;
    vertical-align: middle;
    margin: 0 5px;
    white-space: nowrap;
}
.producto-detalle .oferta-precio {
    font-size: 20px;
    font-weight: 900;
}
.oferta-stick {
    color: #fff;
    background-color: #BD494A;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.25em 8px;
    vertical-align: middle;
}
.producto-detalle .oferta-stick {
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    padding: 8px 15px;
}
.productos-grid-item .producto:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3);
}
.categorias-grid {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -11px;
    padding: 0;
    list-style: none;
}
.categorias-grid-item {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding: 0 11px;
}
.categorias-grid-item .categoria {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
    height: 100%;
    cursor: pointer;
}
.categorias-grid-item .categoria-img {
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.categorias-grid-item .categoria-img img {
	display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.categorias-grid-item .categoria-info .nombre {
    display: block;
    margin: 25px 0 20px 0;
    font-size: 17px;
    font-weight: 700;
    color: #3A3A3A;
}
.categorias-grid-item .categoria .btn {
    margin-top: auto;
}
/* Listado End */

/* Detalle */
.producto-detalle {
    display: flex;
    flex-direction: row-reverse;
}
.producto-detalle .btn-carrito-menos {
    border: 1px solid #b6b6b6;
    background: #fff;
    width: 45px;
    height: 55px;
    background: #ececec;
    border-right: none;
}
.producto-detalle .btn-carrito-mas {
    border: 1px solid #b6b6b6;
    background: #fff;
    width: 45px;
    height: 55px;
    background: #ececec;
    border-left: none;
    margin-left: -4px;
}
.producto-detalle-galeria {
    flex: 0 0 435px;
    max-width: 435px;
}
.producto-detalle-galeria .gallery-top .img-responsive {
    margin: auto;
}
.producto-detalle-galeria .gallery-thumbs {
    margin-top: 20px;
}
.producto-detalle-galeria .gallery-thumbs .swiper-slide {
    height: 100px;
    cursor: pointer;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.producto-detalle-info {
    flex: 1 1 auto;
    padding-left: 30px;
}
.producto-info-titulo {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1;
}
.producto-precio {
    vertical-align: middle;
}
.oferta-center {
    vertical-align: middle;
    display: inline-block;
}
.producto-iva {
    font-size: 12px;
    margin-top: 11px;
}
.oferta-center .producto-iva {
    padding-left: 8px;
    margin-top: 0;
    text-align: left;
    display: block;
}
.producto-addcart {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 35px;
}
.producto-addcart .btn-conversion {
    flex: 0 0 calc(100% - 164px);
    min-width: calc(100% - 164px);
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
}
.input-cantidad {
	display: inline-block;
	width: 50px;
	min-height: 55px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #C0C0C0;
    margin-left: -4px;
    -webkit-appearance: none;
    border-radius: 0;
}
.producto-descripcion {
    margin-top: 25px;
}
.producto-entradilla {
    margin-top: 15px;
    margin-bottom: 25px;   
}
.producto-descripcion p:last-child {
    margin-bottom: 0;
}
.producto-descripcion-complemento {
    margin-top: 28px;
    line-height: 1.4em;
}
.producto-detalle-info .btn-default {
    margin-top: 28px;
}
.producto-formas-pago {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 0 0 0;
    margin: 28px -5px 0 -5px;
    list-style: none;
    border-top: 1px solid #C0C0C0;
}
.producto-formas-pago li {
    flex: 1 1 auto;
    max-width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin: 7px 5px;
}
.producto-formas-pago li .ico {
    font-size: 25px;
    margin-right: 6px;
}
.producto-formas-pago li.bizum .ico {
    width: 74px;
    height: 22px;
}
.producto-botones {
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    margin: auto;
}
.producto-botones button.btn-carro {
    display: inline-block;
    vertical-align: 12px;
    margin-left: 5px;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
}
.producto-botones svg.button-add {
    vertical-align: -6px;
    padding-right: 5px;
}
.bloque-recomendados svg.button-add {
    vertical-align: -3px;
    padding-right: 5px;
}
.producto-detalle svg.button-add {
    vertical-align: -3px;
    margin-right: 5px;   
}
.producto-botones .btn-carrito-menos,
.producto-botones .btn-carrito-mas {
    display: block;
    float: left;
    width: 30px;
    height: 35px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    text-align: center;
    border: 1px solid #d0d0d0;
    background: #d0d0d0;
    font-size: 20px;
    font-weight: bold;
    color: #3A3A3A;
}
.producto-botones .form-control.cantidad {
    display: block;
    float: left;
    width: 40px;
    height: 35px;
    text-align: center;
    border: 1px solid #d0d0d0;
    color: #3A3A3A;
    font-size: 16px;
}
.cantidades-content {
    display: inline-block;
    overflow: hidden;
}
.bloque-recomendados {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloque-recomendados-item {
    display: flex;
    align-items:
    center;
    padding: 0 20px;
}
.bloque-recomendados-item figure {
    padding: 10px;
}
.bloque-recomendados-item figure img {
    max-height: 102px;
}
.bloque-recomendados-item-datos {
    text-align: left;
    padding: 10px;
}
.bloque-recomendados-item-nombre {
    display:block;
    padding-bottom: 5px;
}
.bloque-recomendados-item-nombre a {
    color: #3A3A3A;
}
.bloque-recomendados-item-cantidades {
    display: flex;
    padding-top: 20px;
}
.bloque-recomendados .cantidades {
    display: flex;
    padding-left: 20px;
}
.bloque-recomendados-item-cantidad {
    padding: 0 10px 0 0;
}
.bloque-recomendados .btn-carrito-menos {
    border: 1px solid #b6b6b6;
    background: #fff;
    width: 39px;
    height: 39px;
    background: #ececec;
    border-right: 0;
}
.bloque-recomendados .btn-carrito-mas {
    border: 1px solid #b6b6b6;
    background: #fff;
    width: 39px;
    height: 39px;
    margin-left: -4px;
    background: #ececec;
}
.bloque-recomendados-item-cantidad .input-cantidad,
.bloque-recomendados-input-cantidad {
    min-height:0;
    width: 62px;
    height: 39px;
}
.bloque-recomendados-item-cantidades .btn-carro,
.bloque-recomendados-btn-carro {
    font-size: 14px;
    line-height: 16px;
}

.bloque-recomendados .btn-carrito-mas svg,
.bloque-recomendados .btn-carrito-menos svg,
.carro-container .btn-carrito-mas svg,
.carro-container .btn-carrito-menos svg {
    margin-left: -4px;
}

@media (max-width: 992px) {
    .bloque-recomendados-item {
        display: block;
    }
    .bloque-recomendados-item figure {
        display: block;
        padding: 0;
    }
    .bloque-recomendados-item-datos {
        display: block;
        text-align: center;
        padding-bottom: 25px;
    }
}
@media (max-width: 840px) {
    .producto-botones button.btn-carro span {
        display: none;
    }
    .producto-botones svg.button-add {
        padding-right: 0;
    }
}
@media (max-width: 760px) {
    .bloque-recomendados {
        display: block;
    }
    .bloque-recomendados-item-cantidades {
        text-align: center;
        margin: auto;
        width: 267px;
    }
    .bloque-recomendados .cantidades {
        width: 290px;
        margin: auto;
        padding-left: 0;
    }
}
@media (max-width: 710px) {
    .producto-botones button.btn-carro span {
        display: inline-block;
    }
    .producto-botones svg.button-add {
        padding-right: 5px;
    }
}

@media (max-width: 550px) {
    .producto-botones button.btn-carro span {
        display: none;
    }
    .producto-botones svg.button-add {
        padding-right: 0;
    }
}

@media (max-width: 470px) {
    .producto-botones button.btn-carro {
        height: 45px;
        vertical-align: 18px;
    }
    .producto-botones button.btn-carro span {
        display: inline-block;
    }
    .producto-botones svg.button-add {
        padding-right: 5px;
    }
    .producto-botones .btn-carrito-menos,
    .producto-botones .btn-carrito-mas {
        width: 40px;
        height: 45px;
    }
    .producto-botones .form-control.cantidad {
        width: 50px;
        height: 45px;
    }
    .modal-content {
        padding: 10px;
    }
    .modal-content button,
    .modal-content a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bloque-recomendados-item {
        padding: 0;
    }
    .bloque-recomendados-item-datos {
        padding: 10px 0;
    }
}
/* Detalle End */

/* Seguimiento */
.content-seguimiento table.tabla {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
.content-seguimiento table.tabla td {
    padding: 10px;
    border: 1px solid #ccc;
}
.content-seguimiento table.tabla thead td {
    background: #e0e0e0;
    font-weight: bold;
}
.content-seguimiento table.tabla tbody td {
    background: #f0f0f0;
}
.content-seguimiento .tabla_seguimiento {
    height: 110px;
}
ul.seguimiento {
    list-style: none;
    overflow: hidden;
    text-align: center;
    padding: 30px 0 0 0;
}
ul.seguimiento li {
    position: relative;
    display: inline-block;
    margin-left: -4px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 0 0 100px;
}
ul.seguimiento li:first-child {
    padding-left: 0;
}
ul.seguimiento li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #b3b3b3;
    left: 0;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
}
ul.seguimiento li.ok:after {
    background: #4fc500;
}
ul.seguimiento li i {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    border: 2px solid #b3b3b3;
    font-size: 50px;
    line-height: 100px;
    color: #b3b3b3;
    border-radius: 50%;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    background: #f0f0f0;
}
ul.seguimiento li i svg {
    width: 50px;
    height: 50px;
}
ul.seguimiento li.ok {
    color: #4fc500;
    font-weight: bold;
}
ul.seguimiento li.ok i {
    border-color: #4fc500;
    color: #fff;
    background: #4fc500;
    font-weight: normal;
}
@media (max-width: 991px) { 
    ul.seguimiento li {
        padding: 0 0 0 50px;
    }
}
@media (max-width: 820px) {
    ul.seguimiento li i {
        width: 80px;
        height: 80px;
        font-size: 40px;
        line-height: 80px;
    }
    ul.seguimiento li i svg {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .tabla_seguimiento {
        height: auto;
    }
}
@media (max-width: 690px) {
    ul.seguimiento li {
        padding: 0 0 0 30px;
    }
    ul.seguimiento li i {
        width: 75px;
        height: 75px;
        font-size: 35px;
        line-height: 75px;
    }
    ul.seguimiento li i svg {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 590px) {
    ul.seguimiento {
        display: none;
    }
}
/* Seguimiento end */

/* Feedback slider */
.feedback-slider {
    padding-bottom: 25px;
    margin-top: 80px;
}
.feedback-item {
    position: relative;
    text-align: center;
    font-size: 15px;
    line-height: 1.8em;
}
.feedback-item .ico {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 25px;
}
.feedback-slider > .swiper-pagination-bullets {
    bottom: 0;
}
.carrito-botonera .btn-back {
    margin-top: 0 !important;
}
@media (max-width: 1080px) {
    .carrito-botonera .btn-back {
        float: left;
        margin-bottom: 0;
    }
    .carrito-botonera .btn-checkout {
        float: right;
        margin-bottom: 0;
    }
}
@media (max-width: 470px) {
    .carrito-botonera .btn-back,
    .carrito-botonera .btn-checkout {
        float: none;
        display: block;
        margin-bottom: 20px;
    }
}
/* Feedback slider End */

/* Swiper */
.swiper-button-next,
.swiper-button-prev {
	color: #3A3A3A;
}
.swiper-slide-thumb-active {
    -webkit-box-shadow: inset 0px 0px 0px 1px #3A3A3A;
    -moz-box-shadow: inset 0px 0px 0px 1px #3A3A3A;
    box-shadow: inset 0px 0px 0px 1px #3A3A3A;    
}
/* Swiper End */

/* Imagenes cierre */
.imagenes-cierre {
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 125px 0 0 0;
    list-style: none;
}
.imagenes-cierre li {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    overflow: hidden;
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
}
/* Imagenes cierre End */

/* Form */
label.error {
    top: 15px;
    right: 20px;
}
.privacidad label.error {
    top: 0;
}
textarea {
    resize: vertical;
}
input.form-control {
    -webkit-appearance: none;
}
.form-control {
    display: block;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px 0 0 0;
    height: auto;
    font-size: 16px;
    background-color: #fff;
    -webkit-appearance: none;
}
.form-control.cantidad {
    margin: 0;
}
textarea.form-control {
    height: 150px;
    resize: vertical;
}
select.form-control {
    cursor: pointer;
    background: #fff url(../img/select.png) repeat-y right;
}
.form-cuenta .botones {
    padding-top: 22px;
}
.relative {
    position: relative;
}
.form-group.relative .form-control {
    padding: 18px 10px 6px 10px;
    margin: 0;
}
.form-group.relative .label {
    position: absolute;
    pointer-events: none;
    top: 14px;
    left: 23px;
    transition: 0.2s ease all;
    font-weight: normal;
    color: #333332;
    font-size: 16px;
    line-height: 16px;
}
.form-control:focus ~ .label,
.form-control:not(:placeholder-shown) ~ .label {
    top: 7px;
    left: 21px;
    opacity: 1;
    font-size: 12px;
    line-height: 12px;
    color: #646464;
}
.suma {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
ul.cuenta {
    margin-bottom: 20px;
}
/* Form End */

/* Botones */
.button {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3A3A3A;
    border: none;
    padding: 12px 20px;
    line-height: 1.2;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;  
}
.button:hover {
    background-color: #000;
}
.btn,
.btn-checkout {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #B9BD58;
    border: none;
    padding: 12px 20px;
    line-height: 1.2;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}
.btn:hover,
.btn-checkout:hover {
    background-color: #848824;
}
.btn.basico {
    color: #3A3A3A;
    border: 1px solid #3A3A3A;
    background-color: #fff;
}
.btn.basico:hover {
    background-color: #e6e6e6;
}
.btn-default {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    background-color: #3A3A3A;
}
.btn-default:hover {
    background-color: #000;
}
.btn.small {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: none;
    font-weight: normal;
}
/* Botones End */

/* Pie */
.pie {
    color: #fff;
    padding: 70px 0;
    margin-top: 70px;
    background-color: #B9BD58;
}
.home .pie {
    margin-top: 0;
}
.pie > .container {
    display: flex;
    justify-content: space-between;
}
.pie-menu-wrapper {
    display: flex;
}
.pie-menu {
    padding: 0;
    margin: 0 0 22px 0;
    list-style: none;
    font-size: 15px;
}
.pie-menu-wrapper div + div {
    margin-left: 85px;
}
.pie-menu li.titulo {
    font-weight: 700;
    margin-bottom: 25px;
}
.pie-menu li {
    line-height: 1.2em;
}
.pie-contacto-webs a,
.pie-menu li a {
    display: inline-block;
    color: #fff;
    padding: 3px 0;
    transition: color .15s;
}
.pie-contacto-webs a:hover,
.pie-menu li a:hover {
    color: #5A5E12;
}
.pie-contacto-direccion {
    font-size: 15px;
    font-style: normal;
    margin: 30px 0 20px 0;
}
.pie-contacto-comunicacion {
    font-size: 15px;
    margin-bottom: 20px;
}
.pie-contacto-comunicacion a {
    display: block;
    color: #fff;
}
.pie-contacto-comunicacion a:first-child {
    font-weight: 700;
}
.pie-contacto-webs {
    font-size: 15px;
}
.pie-contacto-webs a {
    color: #fff;
}
.pie-cierre {
    margin-top: 60px;
    padding-top: 28px;
    border-top: 1px solid #ACB04D;
    overflow: hidden;
}
.logos-pie {
    list-style: none;
    display: flex;
    align-items: flex-end;
    margin: 0;
    padding: 0;
}
.logos-pie > li {
    margin-right: 40px;
}

/* Pie End */

/* Social */
.menu-social {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 -4px;
}
.menu-social li {
    display: inline-block;
    padding: 0 4px;
}
.menu-social li a {
    font-size: 33px;
    display: inline-block;
    color: #fff;
    transition: color .2s;
}
.menu-social li a:hover {
	color: #5A5E12;
}
/* Social End */

/* Powered */
.powered {
    float: right;
    display: block;
    position: relative;
    width: 45px;
    height: 18px;
    overflow: hidden;
    transition: width .3s;
}
.powered-svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    fill: #DADD8C;
    transition: right .3s, fill .5s;
}
.powered .texto {
    opacity: 0;
    transition: opacity .7s;
}
.powered .simbolo {
    transform: translateX(100px);
    opacity: 0;
    transition: transform .3s, opacity .3s;
}
.powered .simbolo_ee,
.powered .simbolo_b {
    transform: translateX(25px);
}
.powered .simbolo_a {
    transform: translateX(37px);
}
.powered .simbolo_e {
    transform: translateX(50px);
}
.powered .simbolo_d {
    opacity: 1;
    transform: translateX(50px);
}
.powered .simbolo_l {
    opacity: 1;
    transform: translateX(37px);
}
.powered .simbolo_w {
    width: 19px;
    opacity: 1;
    transform: translateX(25px);
}
.powered .simbolo_punto {
    opacity: 1;
    transform: translateX(0);
}
.powered:hover {
    width: 171px;
}
.powered:hover .powered-svg {
    fill: #fff;
}
.powered:hover .simbolo {
    opacity: 1;
    transform: translateX(4px);
}
.powered:hover .simbolo_punto {
    opacity: 0;
    transform: translateX(4px);
}
.powered:hover .texto {
    opacity: 1;
}
/* Powered End */

@media (max-width: 1080px) {
    #btn-offcanvas {
        display: block;
    }
    #offcanvas-overlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        cursor: pointer;
        z-index: 3;
        overflow: hidden;
    }
    body.offcanvas {
        height: 100%;
        overflow: hidden;
    }
    .cabecera-logo {
        padding-left: 60px;
    }    

    /* Menu */
    .menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -250px;
        width: 250px;
        background: rgba(255,255,255,1);
        overflow: auto;
        z-index: 9;
        padding: 0;
        border-left: 1px solid #E2E2E2;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        transition: transform 500ms ease;
    }
    body.offcanvas .menu {
        -webkit-transform: translate3d(250px,0,0);
        -moz-transform: translate3d(250px,0,0);
        -ms-transform: translate3d(250px,0,0);
        transform: translate3d(250px,0,0);
    }
    .menu-lista {
        padding: 25px 0 0 0;
        margin: 0;
        list-style: none;
    }
    .menu-lista > li + li {
        padding: 0;
        border-top: 1px solid #C0C0C0;
    }
    .menu-lista li a,
    .menu-lista li span {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #3A3A3A;
        text-decoration: none;
        padding: 10px 20px;
    }
    .menu-lista > li.submenu > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-lista > li.submenu > a::after {
        content: " ";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
    .menu-lista > li.submenu > ul {
        display: none;
        padding: 0 0 0 20px;
        margin: 0;
        list-style: none;
    }
    .menu-lista > li.submenu > ul.show {
        display: block;
    } 
    .menu-lista > li.submenu > ul a,
    .menu-lista > li.submenu > ul span {
        display: block;
        font-size: 16px;
        font-weight: 700;
        padding: 6px 12px;
        border-left: 2px solid #3A3A3A;
    }     
    /* Menu End */

    .cabecera-tools {
        min-width: 0;
    }
}

@media (max-width: 880px) {
    .cuadruple .productos-grid-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .producto-detalle {
        flex-direction: column-reverse;
    } 
    .producto-detalle-galeria {
        flex: 0 0 auto;
        max-width: none;
    }    
    .producto-detalle-info {
        margin-top: 40px;
        padding: 0;
        text-align: center;
    }
    .producto-addcart {
        max-width: 455px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 755px) {
    .infoconimagen {
        display: block;
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .infoconimagen-img {
        padding-bottom: 60%;
        margin-left: -20px;
        margin-right: -20px;
    }
    .infoconimagen-txt {
        padding: 30px 15px;
    }         
    .pie > .container {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }
    .pie-right {
        margin-bottom: 32px;
        text-align: center;
    }
    .pie-menu-wrapper {
        display: block;
        margin-bottom: 28px;
    }
    .pie-menu-wrapper div + div {
        margin-left: 0;
        margin-top: 28px;
    }
    .pie-menu li.titulo {
        font-weight: 700;
        margin-bottom: 10px;
    }
    .pie-cierre {
        margin-top: 30px;
    }
    .logos-pie {
        justify-content: center;
    }
    .logos-pie > li {
        margin: 0 20px;
    }

    .powered {
        float: none;
        display: block;
        margin: auto;
        width: auto;
        overflow: visible;
        text-align: center;
    }
    .powered-svg {
        position: static;
        top: auto;
        right: auto;
    }
    .powered .texto {
        opacity: 1;
    }
    .powered .simbolo {
        opacity: 1;
        transform: translateX(4px);
    }
}

@media (max-width: 700px) {
    .banner-home .slider-claim {
        height: 300px;
    } 
    .banner-home .slider-claim .title {
        font-size: 38px;
        font-weight: 400;
    } 
    .banner-home .slider-claim .subtitle {
        font-size: 16px;
    }          
    .triple .productos-grid-item {
        flex: 0 0 50%;
        max-width: 50%;
    }    
    .banner-info-titulo {
        font-size: 42px;
    }
}

@media (max-width: 680px) {    
    .categorias-grid {
        display: block;
    }
    .categorias-grid-item {
        flex: none;
        max-width: none;
    }
    .categorias-grid-item + .categorias-grid-item {
        margin-top: 30px;
    }
    .cabecera-top > .container {
        justify-content: space-between;
    }
    .cabecera-top-info {
        padding-left: 0;
        padding-right: 0;
    }
    .hamburger {
        top: 15px;
        left: 15px;
    }   
    .cabecera-logo {
        width: 220px;
        padding-left: 50px;
    }           
}

@media (max-width: 495px) {
    .galeria-contenido {
        flex-wrap: wrap;
    }
    .galeria-contenido .col-sm-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .galeria-contenido .col-sm-100 {
        flex: 0 1 100%;
        max-width: none;
    }    
}

@media (max-width: 470px) {
    .cuadruple .productos-grid-item,
    .triple .productos-grid-item {
        flex: 0 1 100%;
        max-width: none;
    } 
}

@media (max-width: 370px) {
    .cabecera-top > .container,  
    .cabecera-content > .container {
        padding-left: 10px;
        padding-right: 10px;
    }    
    .hamburger {
        top: 7px;
        left: 12px;
    }   
    .cabecera-logo {
        width: 190px;
        padding-left: 52px;
    }    
    .cabecera-top-info {
        font-size: 13px;
    }
}

/* IE Fix */
.ie .banner-home .slider-claim .title,
.ie .banner-home .slider-claim .subtitle {
    width: 100%;
}
.ie .categorias-grid-item .categoria-info {
    width: 100%;
}
.ie .producto-detalle-galeria .gallery-thumbs .swiper-slide {
    width: 101px;
    margin-right: 10px;
}
/* IE Fix End */

.flechas-pasarela {
  animation: flechas-animadas 1s infinite;
}
.tarjeta-pasarela {
  animation: girar-tarjeta 1s infinite;   
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 45px;
}
.lds-ellipsis div {
  position: absolute;
  top: 15px;
  width: 21px;
  height: 21px;
  border: 5px solid #E8E8E8;
  border-radius: 50%;
  background: #E8E8E8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(4) {
  left: 0;
  background: #14a6df;
  animation: lds-ellipsis1 1.8s infinite;
}
.lds-ellipsis div:nth-child(1) {
  left: 0;
}
.lds-ellipsis div:nth-child(2) {
  left: 28px;
}
.lds-ellipsis div:nth-child(3) {
  left: 55px;
}

.shake-element {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: translate(28px, 0);
  }
  75% {
    transform: translate(56px, 0);
  }
  100% {
    transform: translate(56px, 0) scale(0);
  }
}

@keyframes flechas-animadas {
  0% {
    transform: rotate(0);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(-360deg);
    transform-origin: 50% 50%;
  }
}

@keyframes girar-tarjeta {
  0% {
    transform: rotateY(0);
    transform-origin: 50% 50%;
  }
  50% {
    transform: rotateY(180deg);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotateY(0);
    transform-origin: 50% 50%;
  }
}