/* CABECERA */
.cabecera {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 30px;
	z-index: 5;
}

body.inicio .cabecera {
	position: absolute;
}

.cabecera:before {
	content: '';
	position: absolute;
	bottom: -2.5px;
	left: 0;
	right: 0;
	height: 5px;
	background: url('../img/web/horizontal.png') no-repeat center left;
}

body.inicio .cabecera:before {
	content: none;
}

.cabecera .superior {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

body.inicio .cabecera .superior:before {
	content: '';
	position: absolute;
	bottom: -.5px;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--luto25);
}

.cabecera .superior .izquierda .logo {
	display: block;
}

.cabecera .superior .izquierda .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.cabecera .superior .derecha .botones {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}

.cabecera .superior .derecha .botones .boton {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	font-size: 1.65em;
	font-weight: 300;
	line-height: 25px;
}

.cabecera .superior .derecha .botones .boton:last-child {
	margin-right: 0;
}

body.inicio .cabecera .superior .derecha .botones .boton {
	margin-right: 10px;
	padding: 0 30px;
	border-radius: 10px;
	line-height: 50px;
	background: var(--fondo_2);
}

.cabecera .superior .derecha .iconos {
	display: inline-block;
	vertical-align: middle;
}

.cabecera .superior .derecha .iconos .desplegar_buscar {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 50px;
	font-size: 0;
	background: url('../img/web/buscar.svg') no-repeat center;
}

body.inicio .cabecera .superior .derecha .iconos .desplegar_buscar {
	width: unset;
	height: 40px;
	margin-right: 20px;
	padding-left: 50px;
	padding-right: 10px;
	border-bottom: 2.5px dotted var(--blanco);
	font-size: 1.65em;
	font-weight: 300;
	line-height: 40px;
	color: var(--blanco);
	background: url('../img/web/buscar_w.svg') no-repeat center left 10px;
}

.cabecera .superior .derecha .iconos .usuario {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}

body.inicio .cabecera .superior .derecha .iconos .usuario {
	margin-right: 20px;
}

.cabecera .superior .derecha .iconos .usuario .desplegar_usuario {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url('../img/web/usuario.svg') no-repeat center;
}

body.inicio .cabecera .superior .derecha .iconos .usuario .desplegar_usuario {
	width: unset;
	height: 40px;
	padding-left: 50px;
	padding-right: 10px;
	border-bottom: 2.5px dotted var(--blanco);
	font-size: 1.65em;
	font-weight: 300;
	line-height: 40px;
	color: var(--blanco);
	background: url('../img/web/usuario_w.svg') no-repeat center left 10px;
}

.cabecera .superior .derecha .iconos .minicesta {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.cabecera .superior .derecha .iconos .minicesta .desplegar_minicesta {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url('../img/web/minicesta.svg') no-repeat center;
}

body.inicio .cabecera .superior .derecha .iconos .minicesta .desplegar_minicesta {
	width: unset;
	height: 40px;
	padding-left: 50px;
	padding-right: 10px;
	border-bottom: 2.5px dotted var(--blanco);
	font-size: 1.65em;
	font-weight: 300;
	line-height: 40px;
	color: var(--blanco);
	background: url('../img/web/minicesta_w.svg') no-repeat center left 10px;
}

.cabecera .superior .derecha .iconos .minicesta .unidades {
	position: absolute;
	top: -15px;
	left: 10px;
	width: 20px;
	border-radius: 100%;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	color: var(--negro);
	background: var(--fondo_2);
	cursor: pointer;
}

.cabecera .inferior {
	padding-top: 40px;
}

.cabecera .inferior ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.cabecera .inferior ul li {
	position: relative;
	display: block;
	padding-bottom: 5px;
}

.cabecera .inferior ul li.sel:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 2.5px dotted var(--negro);
}

.cabecera .inferior ul li a {
	display: block;
	font-size: 1.65em;
	font-weight: 300;
	line-height: 25px;
	color: var(--negro);
}

body.inicio .cabecera .inferior ul li a {
	color: var(--blanco);
}

/* BANNERS SUPERIORES */
.superiores {
	position: relative;
}

.superiores .banner {
	position: relative;
	display: none;
	height: 900px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.superiores .banner:first-child {
	display: block;
}

.superiores .banner:before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(at center, transparent, var(--sombra50), var(--sombra75));
	z-index: 1;
}

.superiores .banner .texto {
	position: absolute;
	bottom: 100px;
	left: 50px;
	right: 50px;
	display: block;
	max-width: calc(50% - 50px);
	z-index: 2;
}

.superiores .banner .texto .titulo {
	display: block;
	font-family: var(--fuente_titulos);
	font-size: 10em;
	font-weight: 600;
	line-height: 1em;
	color: var(--blanco);
}

/* CATEGORÍAS DESTACADAS */
.destacadas {
	padding: 100px 0;
}

.destacadas .superior .titulo {
	display: block;
	width: calc(50% - 10px);
	font-family: var(--fuente_titulos);
	font-size: 5em;
	font-weight: 600;
	line-height: 1em;
}

.destacadas .superior .descripcion {
	width: calc(50% - 10px);
	margin-top: 30px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 25px;
}

.destacadas .superior .descripcion p {
	margin: 0;
}

.destacadas .inferior {
	margin-top: 60px;
}

.destacadas .inferior .item_destacada {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 15px);
	margin-right: 20px;
}

.destacadas .inferior .item_destacada:nth-of-type(4n) {
	margin-right: 0;
}

.destacadas .inferior .item_destacada .imagen {
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.destacadas .inferior .item_destacada .imagen img {
	display: block;
	width: 100%;
	height: auto;
}

.destacadas .inferior .item_destacada .texto {
	margin-top: 30px;
}

.destacadas .inferior .item_destacada .texto .titulo {
	display: block;
	font-size: 1.65em;
	line-height: 25px;
	color: var(--negro);
}

.destacadas .inferior .item_destacada .texto .descripcion {
	display: block;
	display: -webkit-box;
	height: 60px;
	margin-top: 15px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 20px;
	color: var(--negro);
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* PRESENTACIÓN */
.presentacion {
	padding: 50px 0;
	background: var(--fondo_3);
}

.presentacion .interior {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 50px;
	background: url('../img/web/vertical.png') no-repeat top center;
}

.presentacion .interior:before {
	content: '';
	position: absolute;
	top: -2.5px;
	left: 0;
	right: 0;
	height: 5px;
	background: url('../img/web/horizontal.png') no-repeat center left;
}

.presentacion .interior:after {
	content: '';
	position: absolute;
	bottom: -2.5px;
	left: 0;
	right: 0;
	height: 5px;
	background: url('../img/web/horizontal.png') no-repeat center left;
}

.presentacion .interior .imagen {
	width: calc(50% - 50px);
	margin-right: 150px;
	border-radius: 10px;
	overflow: hidden;
}

.presentacion .interior .imagen img {
	display: block;
	width: 100%;
	height: auto;
}

.presentacion .interior .texto {
	width: 625px;
}

.presentacion .interior .texto .titulo {
	display: block;
	font-size: 1.65em;
	line-height: 25px;
}

.presentacion .interior .texto .descripcion {
	margin-top: 15px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 20px;
}

.presentacion .interior .texto .descripcion p {
	margin: 0;
	margin-bottom: 15px;
}

.presentacion .interior .texto .descripcion p:last-child {
	margin-bottom: 0;
}

.presentacion .interior .texto .boton {
	display: block;
	width: fit-content;
	margin-top: 30px;
	padding: 0 30px;
	border-radius: 10px;
	font-size: 1.65em;
	font-weight: 300;
	line-height: 50px;
	color: var(--negro);
	background: var(--fondo_2);
}

/* ÍTEM DEL PRODUCTO */
.item_producto {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 15px);
	margin-top: 40px;
	margin-right: 20px;
}

.item_producto:nth-of-type(1),
.item_producto:nth-of-type(2),
.item_producto:nth-of-type(3),
.item_producto:nth-of-type(4) {
	margin-top: 0;
}

.item_producto:nth-of-type(4n) {
	margin-right: 0;
}

.item_producto .imagen {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.item_producto .imagen img {
	display: block;
	width: 100%;
	height: auto;
}

.item_producto .texto {
	margin-top: 20px;
}

.item_producto .texto .titulo {
	display: block;
	font-size: 1.45em;
	line-height: 20px;
	color: var(--negro);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.item_producto .texto .marca {
	display: block;
	margin-top: 20px;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 15px;
	color: var(--negro);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.item_producto .texto .precios {
	margin-top: 20px;
}

.item_producto .texto .precios .precio {
	display: inline-block;
	vertical-align: top;
	font-size: 1.45em;
	line-height: 20px;
}

.item_producto .texto .precios .precio_anterior {
	display: inline-block;
	vertical-align: top;
	font-size: 1.45em;
	line-height: 20px;
	text-decoration: line-through;
}

.item_producto .texto .precios .precio_anterior:before {
	content: '-';
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}

.item_producto .texto .stock {
	display: block;
	margin-top: 20px;
	font-size: 1.45em;
	line-height: 20px;
}

.item_producto .oferta {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 60px;
	padding: 20px 0;
	border-radius: 100%;
	font-size: 1.45em;
	line-height: 20px;
	text-align: center;
	color: var(--blanco);
	background: var(--moka);
}

.item_producto .novedad {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 60px;
	padding: 20px 0;
	border-radius: 100%;
	font-size: 1.45em;
	line-height: 20px;
	text-align: center;
	color: var(--negro);
	background: var(--fondo_2);
}

/* CARRUSEL */
.carrusel {
	padding: 100px 0;
}

.carrusel .superior .titulo {
	display: block;
	width: calc(50% - 10px);
	font-family: var(--fuente_titulos);
	font-size: 5em;
	font-weight: 600;
	line-height: 1em;
}

.carrusel .superior .descripcion {
	width: calc(50% - 10px);
	margin-top: 30px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 25px;
}

.carrusel .superior .descripcion p {
	margin: 0;
}

.carrusel .inferior {
	position: relative;
	margin-top: 60px;
}

.carrusel .inferior .owl-nav {
	position: absolute;
	bottom: calc(100% + 60px);
	right: 0;
}

.carrusel .inferior .owl-nav [class^="owl-"] {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	border-radius: 10px;
	background: var(--fondo_2);
}

.carrusel .inferior .owl-nav .owl-next {
	margin-right: 0;
	transform: scaleX(-1);
}

.carrusel .inferior .owl-nav [class^="owl-"]:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background: url('../img/web/navegacion.svg') no-repeat center;
	transform: translate(-50%, -50%);
}

.carrusel .inferior .item_producto {
	display: none;
}

.carrusel .inferior .item_producto:nth-of-type(1),
.carrusel .inferior .item_producto:nth-of-type(2),
.carrusel .inferior .item_producto:nth-of-type(3),
.carrusel .inferior .item_producto:nth-of-type(4) {
	display: inline-block;
}

.carrusel .inferior .owl-item .item_producto {
	display: block;
	width: auto;
	margin-right: 0;
}

/* BANNERS INFERIORES */
.inferiores {
	position: relative;
}

.inferiores .banner {
	position: relative;
	display: none;
	vertical-align: top;
	width: 50%;
	height: 820px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.inferiores .banner:nth-of-type(1),
.inferiores .banner:nth-of-type(2) {
	display: inline-block;
}

.inferiores .banner:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: radial-gradient(at center, transparent, var(--sombra75));
    z-index: 1;
}

.inferiores .banner .texto {
	position: absolute;
	bottom: 50px;
	left: 50px;
	right: 50px;
	display: block;
	max-width: calc(100% - 100px);
	z-index: 2;
}

.inferiores .banner .texto .titulo {
	display: block;
	font-family: var(--fuente_titulos);
	font-size: 6.5em;
	font-weight: 600;
	line-height: 1em;
	color: var(--blanco);
}

.inferiores .banner .texto .subtitulo {
	display: block;
	max-width: 400px;
	margin-top: 15px;
	font-size: 1.45em;
    font-weight: 300;
    line-height: 25px;
	color: var(--blanco);
}

.inferiores .banner .texto .boton {
	display: block;
	width: fit-content;
	margin-top: 30px;
	padding: 0 30px;
	border-radius: 10px;
	font-size: 1.65em;
	font-weight: 300;
	line-height: 50px;
	color: var(--negro);
	background: var(--fondo_2);
}

/* MARCAS */
.marcas {
	padding: 100px 0;
	background: var(--fondo_4);
}

.marcas .superior .titulo {
	display: block;
	width: calc(50% - 10px);
	font-family: var(--fuente_titulos);
	font-size: 5em;
	font-weight: 600;
	line-height: 1em;
}

.marcas .superior .descripcion {
	width: calc(50% - 10px);
	margin-top: 30px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 25px;
}

.marcas .superior .descripcion p {
	margin: 0;
}

.marcas .inferior {
	position: relative;
	margin-top: 60px;
	padding: 20px 110px;
}

.marcas .inferior:before {
	content: '';
	position: absolute;
	top: -2.5px;
	left: 0;
	right: 0;
	height: 5px;
	background: url('../img/web/horizontal.png') no-repeat center left;
}

.marcas .inferior:after {
	content: '';
	position: absolute;
	bottom: -2.5px;
	left: 0;
	right: 0;
	height: 5px;
	background: url('../img/web/horizontal.png') no-repeat center left;
}

.marcas .inferior .owl-nav [class^="owl-"] {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: var(--fondo_2);
	transform: translate(0, -50%);
}

.marcas .inferior .owl-nav .owl-next {
	left: auto;
	right: 0;
	transform: translate(0, -50%) scaleX(-1);
}

.marcas .inferior .owl-nav [class^="owl-"]:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background: url('../img/web/navegacion.svg') no-repeat center;
	transform: translate(-50%, -50%);
}

.marcas .inferior .item_marca {
	display: inline-block;
	vertical-align: top;
	margin-right: 60px;
}

.marcas .inferior .item_marca:last-child {
	margin-right: 0;
}

.marcas .inferior .item_marca img {
	display: block;
	width: auto;
	height: 100px;
}

/* FAQS */
.faqs {
	padding: 100px 0;
	background: var(--fondo_3);
}

.faqs .superior .titulo {
	display: block;
	width: calc(50% - 10px);
	font-family: var(--fuente_titulos);
	font-size: 5em;
	font-weight: 600;
	line-height: 1em;
}

.faqs .superior .descripcion {
	width: calc(50% - 10px);
	margin-top: 30px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 25px;
}

.faqs .superior .descripcion p {
	margin: 0;
}

.faqs .inferior {
	margin-top: 60px;
}

.faqs .inferior .item_faq {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	margin-top: 20px;
	margin-right: 20px;
	padding: 20px 0;
	padding-left: 30px;
	padding-right: 60px;
	border-radius: 10px;
	background: url('../img/web/mas.svg') no-repeat top 20px right 20px;
	box-shadow: 0 0 0 1.5px var(--moka); inset;
	cursor: pointer;
}

.faqs .inferior .item_faq:nth-of-type(1),
.faqs .inferior .item_faq:nth-of-type(2) {
	margin-top: 0;
}

.faqs .inferior .item_faq:nth-of-type(2n) {
	margin-right: 0;
}

.faqs .inferior .item_faq.desplegado {
	background-image: url('../img/web/menos.svg');
}

.faqs .inferior .item_faq .pregunta {
	display: block;
	font-size: 1.45em;
	line-height: 25px;
}

.faqs .inferior .item_faq .respuesta {
	display: none;
	margin-top: 15px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 25px;
}

.faqs .inferior .item_faq .respuesta p {
	margin: 0;
	margin-bottom: 15px;
}

.faqs .inferior .item_faq .respuesta p:last-child {
	margin-bottom: 0;
}

/* ACTUALIDAD */
.actualidad {
	padding: 100px 0;
}

.actualidad .superior .titulo {
	display: block;
	width: calc(50% - 10px);
	font-family: var(--fuente_titulos);
	font-size: 5em;
	font-weight: 600;
	line-height: 1em;
}

.actualidad .superior .descripcion {
	width: calc(50% - 10px);
	margin-top: 30px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 25px;
}

.actualidad .superior .descripcion p {
	margin: 0;
}

.actualidad .inferior {
	margin-top: 60px;
}

.actualidad .inferior .item_actualidad {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 15px);
	margin-right: 20px;
}

.actualidad .inferior .item_actualidad:nth-of-type(4n) {
	margin-right: 0;
}

.actualidad .inferior .item_actualidad .imagen {
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.actualidad .inferior .item_actualidad .imagen img {
	display: block;
	width: 100%;
	height: auto;
}

.actualidad .inferior .item_actualidad .texto {
	margin-top: 30px;
}

.actualidad .inferior .item_actualidad .texto .fecha {
	display: block;
	font-size: 1.65em;
	line-height: 25px;
}

.actualidad .inferior .item_actualidad .texto .titulo {
	display: -webkit-box;
	height: 60px;
	margin-top: 15px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 20px;
	color: var(--negro);
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.actualidad .inferior .item_actualidad .texto .boton {
	display: block;
	width: fit-content;
	margin-top: 30px;
	padding: 0 30px;
	border-radius: 10px;
	font-size: 1.65em;
	font-weight: 300;
	line-height: 50px;
	color: var(--negro);
	background: var(--fondo_2);
}

/* PIE */
.pie {
	background: var(--moka);
}

.pie .superior {
	padding: 100px 0;
	text-align: center;
	background: url('../img/web/pie.png') no-repeat center;
}

.pie .superior .newsletter .titulo {
	font-family: var(--fuente_titulos);
	font-size: 3.5em;
	line-height: 1em;
	color: var(--crema);
}

.pie .superior .newsletter form {
	position: relative;
	width: 500px;
	margin: 0 auto;
	margin-top: 60px;
}

.pie .superior .newsletter form .campo {
	position: relative;
}

.pie .superior .newsletter form .campo:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--crema);
}

.pie .superior .newsletter form .campo input {
	display: block;
	width: 100%;
	height: 60px;
	padding-top: 20px;
	padding-right: 55px;
	line-height: 60px;
	letter-spacing: .25em;
	color: var(--blanco);
	background: none;
}

.pie .superior .newsletter form .campo input::-webkit-input-placeholder {
	color: var(--blanco);
}

.pie .superior .newsletter form .campo input:-moz-placeholder {
	color: var(--blanco);
}

.pie .superior .newsletter form .campo input::-moz-placeholder {
	color: var(--blanco);
}

.pie .superior .newsletter form .campo input:-ms-input-placeholder {
	color: var(--blanco);
}

.pie .superior .newsletter form .boton {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: var(--fondo_2);
}

.pie .superior .newsletter form .boton:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background: url('../img/web/newsletter.svg') no-repeat center;
	transform: translate(-50%, -50%);
}

.pie .superior .newsletter form .checks {
	margin-top: 30px;
}

.pie .superior .newsletter form .checks .check {
	font-size: 1em;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: .25em;
	color: var(--blanco);
}

.pie .superior .newsletter form .checks .check label {
	padding-left: 25px;
}

.pie .superior .newsletter form .checks .check label:before {
	width: 15px;
	height: 15px;
	box-shadow: 0 0 0 1.5px var(--crema) inset;
}

.pie .superior .newsletter form .checks .check input[type="checkbox"]:checked + label:before {
	background: url('../img/web/minicheck.svg') no-repeat center var(--crema);
}

.pie .superior .enlaces {
	margin-top: 80px;
}

.pie .superior .enlaces ul {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-right: 60px;
	padding: 0;
	text-align: left;
}

.pie .superior .enlaces ul:last-child {
	margin-right: 0;
}

.pie .superior .enlaces ul li {
	display: block;
	margin-bottom: 10px;
}

.pie .superior .enlaces ul li:last-child {
	margin-bottom: 0;
}

.pie .superior .enlaces ul li span {
	display: block;
	padding-bottom: 30px;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: .25em;
	color: var(--blanco);
}

.pie .superior .enlaces ul li a {
	display: block;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: .25em;
	color: var(--blanco);
}

.pie .superior .redes {
	margin: 0;
	margin-top: 60px;
	padding: 0;
}

.pie .superior .redes li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.pie .superior .redes li:last-child {
	margin-right: 0;
}

.pie .superior .redes li a {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.pie .superior .redes li a.x {
	background-image: url('../img/web/x_w.svg');
}

.pie .superior .redes li a.youtube {
	background-image: url('../img/web/youtube_w.svg');
}

.pie .superior .redes li a.instagram {
	background-image: url('../img/web/instagram_w.svg');
}

.pie .superior .redes li a.facebook {
	background-image: url('../img/web/facebook_w.svg');
}

.pie .superior .informacion {
	margin: 0;
	margin-top: 60px;
	padding: 0;
}

.pie .superior .informacion li {
	display: block;
	margin-bottom: 5px;
	line-height: 1em;
	letter-spacing: .25em;
	color: var(--blanco);
}

.pie .superior .informacion li:last-child {
	margin-bottom: 0;
}

.pie .superior .informacion li a {
	color: inherit;
}

.pie .inferior {
	position: relative;
	padding: 42.5px 0;
	background: var(--crema);
	z-index: 2;
}

.pie .inferior .copyright {
	display: block;
	float: left;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 15px;
}

.pie .inferior .sgm {
	display: block;
	float: right;
	font-size: 1.25em;
	line-height: 15px;
	color: var(--negro);
}

/* PRODUCTOS */
.productos {
	padding-top: 50px;
	padding-bottom: 100px;
}

.productos .superior .titulo {
	display: block;
	font-size: 3.5em;
	line-height: 1em;
}

.productos .medio {
	margin-top: 15px;
}

.productos .medio .izquierda {
	float: left;
    width: calc(50% - 10px);
}

.productos .medio .izquierda .segmentos a,
.productos .medio .izquierda .segmentos span {
	display: inline-block;
	vertical-align: top;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 20px;
	color: var(--negro);
}

.productos .medio .izquierda .segmentos span {
	margin: 0 10px;
}

.productos .medio .izquierda .descripcion {
    margin-top: 30px;
    font-size: 1.45em;
    font-weight: 300;
    line-height: 25px;
}

.productos .medio .izquierda .descripcion p {
	margin: 0;
}

.productos .medio .derecha {
	float: right;
}

.productos .medio .derecha .filtrar {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}

.productos .medio .derecha .filtrar .desplegar_filtrar {
	display: block;
	padding-right: 20px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 20px;
	background: url('../img/web/filtrar.svg') no-repeat center right;
}

.productos .medio .derecha .filtrar .desplegable_filtrar {
	position: absolute;
	top: calc(100% + 10px);
	right: -30px;
	display: none;
	min-width: 300px;
	padding: 30px;
	border-radius: 10px;
	background: var(--fondo_5);
	z-index: 5;
	white-space: nowrap;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .titulo {
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	font-size: 1.45em;
	font-weight: 500;
	line-height: 20px;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .titulo:before {
	content: '';
	position: absolute;
	bottom: -2.5px;
	left: 0;
	right: 0;
	height: 5px;
	background: url('../img/web/horizontal.png') no-repeat center left;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .cerrar_filtrar {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/web/cerrar.svg') no-repeat center;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros {
	max-height: 300px;
	overflow-y: auto;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros::-webkit-scrollbar {
	width: 15px;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros::-webkit-scrollbar-track {
	background: transparent;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros::-webkit-scrollbar-thumb {
	border-left: 10px solid transparent;
	background-clip: content-box;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro {
	margin-bottom: 30px;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro:last-child {
	margin-bottom: 0;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro .subtitulo {
	position: relative;
	display: block;
	padding-right: 30px;
	font-size: 1.45em;
	font-weight: 500;
	line-height: 20px;
	cursor: pointer;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro .subtitulo:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	background: url('../img/web/filtro.svg') no-repeat center;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro .subtitulo.desplegado:before {
	transform: scaleY(-1);
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro ul {
	margin: 0;
	padding: 0;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro .subtitulo ~ ul {
	display: none;
	margin-top: 30px;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro ul li {
	display: block;
	margin-bottom: 10px;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro ul li:last-child {
	margin-bottom: 0;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro ul li a {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 1.45em;
	line-height: 20px;
	color: var(--negro);
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro ul li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	box-shadow: 0 0 0 1.5px var(--negro) inset;
}

.productos .medio .derecha .filtrar .desplegable_filtrar .filtros .filtro ul li.sel a:before {
	background: url('../img/web/check_w.svg') no-repeat center var(--negro);
}

.productos .medio .derecha .ordenar {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.productos .medio .derecha .ordenar .desplegar_ordenar {
	display: block;
	padding-right: 20px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 20px;
	background: url('../img/web/ordenar.svg') no-repeat center right;
}

.productos .medio .derecha .ordenar .desplegable_ordenar {
	position: absolute;
	top: calc(100% + 10px);
	right: -30px;
	display: none;
	min-width: 300px;
	padding: 30px;
	border-radius: 10px;
	background: var(--fondo_5);
	z-index: 5;
	white-space: nowrap;
}

.productos .medio .derecha .ordenar .desplegable_ordenar .titulo {
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	font-size: 1.45em;
	font-weight: 500;
	line-height: 20px;
}

.productos .medio .derecha .ordenar .desplegable_ordenar .titulo:before {
	content: '';
	position: absolute;
	bottom: -2.5px;
	left: 0;
	right: 0;
	height: 5px;
	background: url('../img/web/horizontal.png') no-repeat center left;
}

.productos .medio .derecha .ordenar .desplegable_ordenar .cerrar_ordenar {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/web/cerrar.svg') no-repeat center;
}

.productos .medio .derecha .ordenar .desplegable_ordenar ul {
	margin: 0;
	padding: 0;
}

.productos .medio .derecha .ordenar .desplegable_ordenar ul li {
	display: block;
	margin-bottom: 20px;
}

.productos .medio .derecha .ordenar .desplegable_ordenar ul li:last-child {
	margin-bottom: 0;
}

.productos .medio .derecha .ordenar .desplegable_ordenar ul li a {
	display: block;
	font-size: 1.45em;
	line-height: 20px;
	color: var(--negro);
}

.productos .medio .derecha .ordenar .desplegable_ordenar ul li.sel a {
	padding-left: 20px;
	background: url('../img/web/check.svg') no-repeat center left;
}

.productos .inferior {
	margin-top: 60px;
}

.productos .inferior .vacio {
	font-size: 1.65em;
	line-height: 25px;
}

.productos .inferior .vacio p {
	margin: 0;
}

.seo {
	padding: 100px 0;
	background: var(--fondo_3);
}

.seo .titulo {
	display: block;
	font-family: var(--fuente_titulos);
	font-size: 5em;
	font-weight: 600;
	line-height: 1em;
}

.seo .descripcion {
	margin-top: 30px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 25px;
}

.seo .descripcion p,
.seo .descripcion ul,
.seo .descripcion ol {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

.seo .descripcion p:last-child,
.seo .descripcion ul:last-child,
.seo .descripcion ol:last-child {
	margin-bottom: 0;
}

.seo .descripcion ol {
	counter-reset: contador;
}

.seo .descripcion ul li,
.seo .descripcion ol li {
	display: block;
	margin-bottom: 5px;
}

.seo .descripcion ol li {
	counter-increment: contador;
}

.seo .descripcion ul li:last-child,
.seo .descripcion ol li:last-child {
	margin-bottom: 0;
}

.seo .descripcion ul li:before {
	content: '- ';
}

.seo .descripcion ol > li:before {
	content: counter(contador) ' - ';
}

.seo .descripcion a {
	text-decoration: underline;
	color: inherit;
	word-break: break-all;
	transition: all 250ms linear;
}

.seo .descripcion h2 {
	margin-bottom: 15px;
	font-size: 35px;
	font-weight: 400;
	line-height: 1em;
}

.seo .descripcion h2:last-child {
	margin-bottom: 0;
}

.seo .descripcion h3 {
	margin-bottom: 15px;
	font-size: 16.5px;
	font-weight: 400;
	text-transform: uppercase;
}

.seo .descripcion h3:last-child {
	margin-bottom: 0;
}
