/*
* Developed by Juan Ayup, juan@ayup.com.ar
* Copyright © 2011-2015 Juan Ayup
* See README.developer for details
*/
/* globales */

/* fonts */
.cursive,
.galada {
	font-family: 'Galada', cursive;
}
.hero .titulo,
.serif,
.minion {
	font-family: 'minion-pro-medium', serif;
}
#encabezado .menu,
.myanmar {
	font-family: 'myanmar-text-regular', sans-serif;
}
.sans,
.myriad {
	font-family:"myriad-pro-regular";
}

/* color */
:root {
	--main-color: #91bbad;
	--action-color: #064006;
}


.inicio .cuerpo a,
#encabezado .menu a:hover,
#encabezado .menu .activo_hoja > a,
.apartado .cuerpo a,
.menu_lateral .activo > a,
.verde {
	color: var(--main-color) !important;
}
/* #encabezado .menu ul li.destacar_fondo:hover, */
#encabezado .destacar_barra > :before,
html,
.fondo_verde {
	background-color: var(--main-color);
}
div#encabezado,
.borde_verde {
	border-color: var(--main-color);
}
.filete {
	text-decoration-color: var(--main-color) !important;
}
.fondo_verde .filete {
	text-decoration-color: white !important;
}
#producto .descripcion a,
.rojo {
	/* color: #f598a4 !important; */
	color: #064006 !important;
}
.before_rojo:before {
	/* background-color: #f598a4; */
	background-color: var(--action-color);
}
.gris {
	color: #555555;
}
.fondo_gris {
	background-color: #eeeeee;
}
.disabled,
.grisado {
	color: #878c9b !important;
}
.complementario {
	background-color: #fafafa;
}
._fademe {
	opacity: 0;
	position: relative;
	left: 10vw;
	margin-right: -10vw;
	transition: opacity .5s, left .5s, margin-right .5s;
	transition-timing-function: ease-in-out;
}
._fademe.in {
	opacity: 1;
	left: 0;
	margin-right: 0;
}
._fademe.in.out {
	opacity: 0;
	left: -10vw;
}
/* estructura */
html {
	overflow-x: hidden;
}
body {
	color: #2e3036;
	background-color: white;
	position: relative;
	scroll-behavior: smooth;
}
body > div {
	position: relative;
}

/* encabezado.php */
#encabezado {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 15px solid transparent;
	margin-bottom: 40px;
	background: white;
	z-index: 100;
	transition: top .5s;
}
.skiptranslate:not([style*="display: none"]) + #encabezado {
	top: 40px;
}
.marco_items {
	/* position: sticky;
	top: 0;
	right: 1.5vw;
	float: right;
	margin-bottom: -70px;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 38px;
	padding: 16px 0;
	z-index: 500; */
}
.boton_items {
	display: inline-block;
	vertical-align: middle;
	height: 38px;
	width: 38px;
	line-height: 0px;
	padding: 19px 0;
	text-align: center;
	color: white !important;
	position: relative;
	background-image: url(/img/cesta.png);
	background-size: contain;
}
#encabezado .menu {
	font-size: 1.6rem;
	line-height: 2.2rem;
}
#encabezado .lateral {
	line-height: 38px;
	padding: 20px 10px 6px 0 ;
	text-align: right;
}
#encabezado .lateral img {
	width: 38px;
	height: 38px;
	vertical-align: middle;
	margin-right: 1vw;
	position: relative;
	z-index: 2;
}
/* pie.php */
#pie .legales a {
	display: block;
}
#pie .redes a {
	/* display: block; */
}
#pie .logo {
	margin-bottom: 40px;
}
#pie .medio img {
	height: 25px;
	margin-top: 20px;
}
#pie .medio {
	float: left;
	width: 33.3%;
	margin: 0 0 40px;
}
/* #cuerpo, #pie {
	opacity: 0;
} */
/*hero.php*/
.hero {
	background: center;
	background-size: cover;
	height: 50vw;
}
.hero .textos {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* inicio.php */
.inicio {
}
.inicio .banda {
	line-height: 1.1;
	margin: 60px 0;
}
.inicio .titulo {
	font-size: 2.8rem;
	line-height: 4.2rem;
}
.inicio .filete {
	/* position: relative; */
	text-decoration: underline;
}
.inicio .filete:after {
	/* content: "";
	position: absolute;
	height: 4px;
	width: 100%;
	top: 40px;
	left: 0; */
}
.inicio .filete::first-line {
}
.inicio .cuerpo {
	white-space: pre-line;
	margin-top: 20px;
	line-height: 2.6rem;
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.inicio .imagen {
	margin-bottom: 30px;
}
.inicio .row {
	margin-bottom: 60px;
}
.inicio .fondo_verde a {
	color: white !important;
	text-decoration: underline;
}
.inicio .alma .titulo {
	padding-top: 20px;
}
.inicio .alma .cuerpo {
	padding-bottom: 20px;
}
.inicio .alma .imagen {
}

.inicio .destacados,
.inicio .mini_nav,
.inicio .listado,
.inicio #categoria .productos,
.inicio #categoria .row {
	margin-bottom: 0;
}
/* categoria.php */
#categoria .hero .titulo {
	color: white;
	font-weight: bold;
	text-shadow: #777777 0 0 25px;
	text-align: center;
}
#categoria .cuerpo {
	font-size: 2rem;
	line-height: 2.8rem;
	margin: 60px 0;
}
#categoria {
	margin-bottom: 60px;
}
#categoria .productos,
#categoria .barra_lateral {
	margin-bottom: 60px;
	padding-top: 60px;
}
#categoria .flotante {
	font-size: 3rem;
	color: #222222;
}
#categoria .mini_nav {
	font-size: 1.6rem;
	line-height: 2.4rem;
}
#categoria .mini_nav .enlace {
	padding: 6px 20px 6px 20px;
	position: relative;
	float: left;
}
#categoria .mini_nav .enlace:before {
	content: url(/img/flecha_abajo.svg);
	display: block;
	position: absolute;
	top: 12px;
	left: -6px;
	width: 14px;
	height: 8px;
	transform: rotate(270deg);
}
#categoria .mini_nav .boton {
	padding: 6px 0 6px 30px;
	position: relative;
}
#categoria .mini_nav .boton:before {
	content: url(/img/flecha_abajo.svg);
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 8px;
}
#categoria .mini_nav .pliegue {
	display: none;
	position: absolute;
	top: 0;
	left: 35px;
	background: white;
	z-index: 10;
}
#categoria .mini_nav .pliegue a {
	display: block;
	padding: 6px 20px 6px 10px;
}
#categoria .mini_nav .pliegue a:hover {
	text-decoration: underline;
}
.producto .caja:before {
	background-color: #f6f7fb;
}
.producto .caja img {
}
.producto .caja .destaques {
	padding: 10px 15px;
	font-size: 1.4rem;
	line-height: 2.3rem;
}
.producto .caja .imagen {
	position: absolute;
	top: 12.5%;
	left: 12.5%;
	height: 75%;
	width: 75%;
	transition: all .5s;
}
.producto .caja:hover .imagen {
	top: 9%;
	left: 9%;
	height: 82%;
	width: 82%;
}
.producto .caja .imagen img {
	max-height: 100%;
	max-width: 100%;
	transition: * .5s;
}
.producto .datos {
	height: 123px;
}
.producto .datos > div {
	padding-top: 15px;
	font-size: 1.8rem;
	line-height: 2.4rem;
}
.producto .precio .tachado {
	color: #888888;
	text-decoration: line-through;
}

.apartado .titulo,
.apartado .cuerpo {
	margin: 60px 0;
}
.apartado .titulo {
	font-size: 3rem;
	line-height: 3.6rem;
}
.apartado .cuerpo {
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.apartado .cuerpo h2 {
	margin-bottom: -14px;
}
.apartado .cuerpo a:hover {
	text-decoration: underline;
}

#scroll_top {
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.5s, opacity .5s, bottom .5s;
}

/* producto.php */
/****************************************************************/
#producto .swiper {
	width: 100vmin;
	height: 100vmin;
	margin: 0 -15px;
	--swiper-navigation-color: var(--main-color);
	--swiper-pagination-color: var(--main-color);
	--swiper-pagination-bullet-size: 15px;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	/* background-color: #f6f7fb; */
	background-color: white;
	transition: all .5s;
}
#producto .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
	left: 50%;
	padding: 10px;
	width: auto;
	transform: translateX(-50%);
}
#producto .swiper-slide {
	overflow: hidden;
}
#producto .swiper-slide img {
	/* transition: transform .3s ease .2s !important; */
}
#producto .swiper-slide img:hover {
	/* transition: transform-origin .3s linear 0s, transform .5s ease .75s; */
}
#producto .descripcion .nombre {
	font-size: 2.6rem;
	line-height: 3.6rem;
	margin-bottom: 14px;
}
#producto .descripcion .precio {
	font-size: 2.4rem;
	line-height: 4rem;
}
#producto .descripcion .precio .tachado {
	color: #878c9b;
}
#producto .descripcion .cuerpo {
	margin: 15px 0;
	font-size: 1.4rem;
	line-height: 2.3rem;
}
#producto .descripcion .leyenda {
	padding: 16px 0;
	font-size: 2rem;
	line-height: 2.8rem;
}
#producto .cantidad input {
	text-align: center;
}
#producto #agrupado,
#producto #variante_id {
	display: block;
	font-size: 2rem;
	line-height: 2rem;
	padding: 7px 10px;
	margin-bottom: 4px;
	border-color: #ccc;
	background-color: #fff;
	border-radius: 4px;
}
#producto .descripcion .agotado {
	font-size: 3.2rem;
	line-height: 4rem;
}
#producto #agrupado,
#producto #variante_id,
#producto .cantidad {
	margin: 10px 0;
}
#producto #agrupado,
#producto #variante_id,
#producto .cantidad,
#producto .submit {
	width: 250px;
}
/*
#producto .hero_producto {
	position: relative;
	background: #f6f7fb;
	height: 100vh;
	padding: 0 25px;
}
#producto .nav {
}
#producto .nav .migas {
	margin-left: -10px;
	margin-right: -10px;
	min-width: 300px;
}
#producto .nav .nombre {
	pointer-events: none;
	margin-top: 10px;
	font-size: 2.6rem;
	line-height: 3.6rem;
	margin-bottom: 14px;
}
#producto .hero_producto .drag {
    cursor: grab;
}
#producto .hero_producto .celda {
	width: 100%;
	height: 100%;
}
#producto .hero_producto .celda img {
	display: block;
	max-height: 75%;
	max-width: 95%;
}
#producto .descripcion .flotante {
	width: 0;
	height: 0;
}
#producto .descripcion .comprar {
	min-width: 250px;
	margin: 2px 0;
}
#producto .descripcion .texto {
	padding: 16px 15px;
}
#producto .descripcion .titulo {
	margin: 30px 0 15px;
	font-size: 3rem;
	line-height: 3.6rem;
}
#producto .container-fluid > .row {
margin: 0 -5px;
}
*/
#producto .tambien_compraron {
	font-size: 2rem;
	line-height: 2.8rem;
}

/* migas.php */
.migas {
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 2.3rem;
}
.migas,
.migas a {
    color: #878c9b;
}
.migas li + li:before {
	content: "";
    display: inline-block;
    position: relative;
    left: 2px;
    width: 10px;
    height: 9px;
    background-image: url(/img/flecha.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1.125rem;
    color: #878c9b;
}
.migas li {
	display: inline-block;
}
.migas span,
.migas a {
	padding: 10px;
}
.migas .activo {
}
.boton {
	cursor: pointer;
}

/* cesta.php */
#cesta {
	font-size: 1.4rem;
	line-height: 2.3rem;
}
#cesta .pie,
#cesta .subtotal,
#cesta .item {
	padding-top: 20px;
	padding-bottom: 20px;
}
#cesta .subtotal,
#cesta .item {
	border-top: 1px solid #dadde5;
}
#cesta .item .miniatura {
	width: 200px;
	height: 200px;
	padding: 6px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #f6f7fb;
	text-align: center;
	line-height: 188px;
}
#cesta .item .miniatura img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#cesta .cantidad input {
	text-align: center;
}
#cesta .mensaje {
	margin-bottom: 15px;
}
#cesta .acciones {
	margin-bottom: 60px;
}
/* pago.php */
#pago .boton {
	padding-top: 17px;
	padding-bottom: 17px;
}
#pago .boton .carrito {
	opacity: .85;
}
#pago .boton:hover .carrito {
	opacity: 1;
}
#pago .boton .carrito:before {
	content: url(/img/carrito.svg);
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
	height: 19px;
	float: left;
}
#pago .boton .carrito:after {
	content: '  >';
	white-space: pre;
}
#pago .boton .total {
	font-size: 1.8rem;
	line-height: 1.8rem;
}
#pago .pliegue .items {
	padding: 21px 0;
}
#pago .item {
	padding-top: 14px;
}
#pago .item .miniatura {
	position: relative;
	width: 64px;
	height: 64px;
	background-color: #f6f7fb;
	text-align: center;
	line-height: 64px;
	border-radius: 8px;
	margin-bottom: -64px;
}
#pago .item .miniatura:after {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 8px;
}
#pago .item .miniatura img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#pago .item .cantidad {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 12px;
	line-height: 21px;
	padding: 0 7px;
	background-color: rgba(114,114,114,0.9);
}
#pago .item .nombre {
	padding-left: 88px;
	line-height: 64px;
}
#pago .item .monto {
	line-height: 64px;
}
#pago .item .monto span,
#pago .item .nombre span {
	display: inline-block;
	vertical-align: middle;
}
#pago .resumen .total,
#pago .resumen .subtotal {
	padding: 21px 0;
}
#pago .resumen .total .precio {
	font-size: 2.4rem;
	line-height: 2.4rem;
}
#pago .principal {
	padding-bottom: 60px;
}
#pago .migas {
	color: black;
	margin-bottom: 21px;
}
#pago .caja {
	padding: 12px 15px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
#pago .caja .rotulo {
	margin-bottom: 4px;
}
#pago .caja .filete_top {
	padding-top: 12px;
	margin-top: 12px;
}
#pago .input {
	margin: 12px 0;
	position: relative;
}
#pago .input > select,
#pago .input > input {
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 13px 11px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	display: block;
	width: 100%;
	background: white !important;
	transition: padding .4s;
}
#pago .input > label {
	display: none;
	position: absolute;
	top: 5px;
	left: 11px;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
#pago .input > .lleno {
	padding: 21px 11px 5px;
}
#pago .input > .lleno + label {
	/* display: block; */
}
#pago .disabled {
	pointer-events: none;
}
#pago .volver {
	display: inline-block;
	margin-top: 21px;
}
#pago .volver:before {
	content: "<  ";
	white-space: pre;
}
.filete_top {
	border-top: 1px solid #e6e6e6;
}
.filete_bottom {
	border-bottom: 1px solid #e6e6e6;
}
.icono_fijo {
	position: absolute;
	top: 0;
	right: 0;
}
.icono_16 {
	display: block;
	margin: 15px;
	width: 16px;
	height: 16px;
	color: white;
	background-color: #919191;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	font-size: 13px;
}
.boton.flipflop + .pliegue,
.boton.abrir + .pliegue {
	display: none;
}

textarea {
	padding: 1.6rem;
	font-size: 1.8rem;
	background: #f6f7fb;
	border: none;
	height: 9.6rem;
	width: 100%;
	line-height: 2.1rem;
	color: inherit;
}
:focus:not(.focus-visible) {
    outline: none;
}
#google_translate_element {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 100;

}
#google_translate_element .goog-te-gadget-simple {
	position: relative;
	border-color: transparent;
	padding: 0;
	border: none;
	height: 20px;
}
#google_translate_element .goog-te-gadget-simple:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: white url(/img/banderas.png) right center no-repeat;
	z-index: 2;
}

#goog-gt-tt, .goog-te-balloon-frame {
	display: none !important;
}
.goog-text-highlight {
	background-color: transparent !important;
	box-shadow: none !important;
}

/* accion */
input[type=button],
input[type=submit],
button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#pago .accion {
	/* color: #311e21; */
	color: white;
	margin-top: 15px;
}
#pago .accion:before {
	/* background-color: #f06a7b; */
}
/****************************************************************/
.accion input {
	border: none;
	background: none;
	padding: 15px 30px;
	position: relative;
	text-align: center;
}
.accion:before {
	display: block;
	border-radius: 4px;
}
.accion {
	position: relative;
	display: inline-block;
	box-sizing: content-box;
	border: 5px solid transparent;
	margin: 0 -5px;
}
.accion.disabled {
	opacity: .5 !important;
}
.accion .disabled {
	color: #eee !important
}
/********************************* responsive *********************************/
.input-group .form-control {
	padding: 6px;
}
.form-control {
	color: inherit;
}
.navbar {
	border: none;
}
.navbar-collapse  {
	border: none;
	z-index: 90;
}
.navbar-toggle {
	z-index: 100;
	float: none;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 15px;
}
.navbar-toggle .icon-bar:before,
.navbar-toggle .icon-bar:after,
.navbar-toggle .icon-bar {
	background: #000;
}
/*0001*/
/********* xs *********/
@media (max-width: 767px) {
	/*
		#producto .hero_producto {
			min-height: 75vh;
		}
	*/
	#encabezado .lateral > :first-child img {
		margin-left: -2vw;
	}
	.inicio .banda {
		font-size: 4.5rem;
	}
	#cesta .item .cantidad {
		height: 200px;
		line-height: 200px;
	}
	#cesta .item .cantidad .input-group {
		position: relative;
		top: 200px;
		margin-top: -34px;
	}
	#cesta .eliminar {
		clear: left;
	}
	#cesta .precio:before {
		float: left;
		display: inline-block;
		width: 50%;
		font-weight: 500;
		content: attr(alt);
	}
	#cesta .subtotal .rotulo {
		text-align: right;
	}
}

/*0010*/
/********* sm *********/
@media (min-width: 768px) and (max-width: 991px) {
	/*
		#producto .hero_producto {
			min-height: 700px;
		}
	*/

	.inicio .banda {
		font-size: 5rem;
	}
	#cesta {
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.inicio .imagen.parallax {
		height: 0;
		padding: 0 0 50%;
	}
}

/*0011*/
/********* xs,sm *********/
@media (max-width: 991px) {
	/*
		#producto .hero_producto .nav {
			position: absolute;
			top: 0;
			left: 25px;
			z-index: 10;
		}
		#producto .hero_producto .nav .migas {
			z-index: 10;
		}
	*/

	.marco_items {
		/* margin-bottom: 0; */
	}
	#encabezado .logo,
	#encabezado .lateral {
		height: 60px;
		margin: 5px 0;
	}
	#encabezado .logo img {
		max-height: 95%;
		max-width: 100%;
	}
	#encabezado .navbar-toggle {
		background: rgba(0,0,0,0);
		transition: background-color 1s;
		border-radius: 0;
	}
	#encabezado.scrolled .navbar-toggle {
		/* background: rgba(0,0,0,.2); */
	}
	#encabezado .navbar-toggle {
		/* margin-top: 9px;
		margin-right: 0; */
		/* transition: background-color 1s; */
	}
	/* #encabezado.scrolled .navbar-toggle .icon-bar {
		background-color: #ffffff;
	} */
	.navbar-collapse {
		float: none;
		position: fixed;
		top: 0;
		right: -280px;
		margin: 0 !important;
		height: 100vh;
		max-height: unset !important;
		width: 280px;
		padding: 30px 15px 0;
		background: white;
		color: black;
		transition: right 1s;
	}
	.navbar-collapse.in {
		right: 0;
	}
	.navbar-nav {
		margin: 0;
	}
	#encabezado .menu .boton {
		position: absolute;
		top: 7px;
		right: 0;
		font-size: 2rem;
		line-height: 2rem;
		transition: transform .5s;
	}
	#encabezado .menu .boton.abierto {
		transform: rotate(45deg);
	}
	#encabezado .menu .boton:before {
		content: none;
	}
	#encabezado .menu > li {
		padding: 8px 0;
	}
	#encabezado .menu li a {
		margin: 4px 0;
		font-size: 1.6rem;
		line-height: 16px;
		padding: 4px 10px;
		display: block;
	}
	#encabezado .menu li a:hover {
		background: unset;
	}
	#encabezado .menu > li + li {
		border-top: 1px solid rgba(0,0,0,.08);
	}
	#encabezado .menu li > ul {
		margin-left: 10px;
	}
	.destacar_barra > a:before {
		top: -3px;
		bottom: unset;
		height: 24px;
	}
	.menu .destacar_barra > a:before {
		left: -15px;
	}
	.menu ul .destacar_barra > a:before {
		left: -25px;
	}
	.menu ul ul .destacar_barra > a:before {
		left: -35px;
	}
	.menu ul ul ul .destacar_barra > a:before {
		left: -45px;
	}
	#pie .legales,
	#pie .redes {
		margin: 30px 0;
		line-height: 2;
		text-align: center;
	}
	#pie .redes a {
		margin: 20px 0;
	}
	#pie .redes a img {
		margin-left: 15px;
	}
	.inicio .hero,
	.apartado .hero,
	#categoria .hero {
		height: 50vmax;
	}
	#categoria .mini_nav .pliegue a + a {
		margin-top: 7px;
	}
	.inicio .imagen {
		padding: 0;
	}
	.inicio .imagen img {
		width: 100%;
	}
	.inicio .alma .fondo {
		padding: 0 300px;
		margin: 0 -300px;
	}
	#categoria .hero .titulo {
		font-size: 5rem;
	}
	.barra_lateral{
		display: none;
	}
	.apartado .titulo,
	.apartado .cuerpo {
		padding: 0 15px;
	}
	.parallax {
		height: 50vw;
		background-position: 50%;
		background-size: auto 150%;
		transition: background-position .2s;
	}
	.parallax .marco,
	.parallax img {
		display: none;
	}
	.hero.parallax {
		background-size: auto 105%;
	}
}

/*0100*/
/********* md *********/
@media (min-width: 992px) and (max-width: 1199px) {
	#encabezado .menu {
		font-size: 1.2rem;
	}
	.nav > li + li {
		margin-left: 4px;
	}
	.inicio .banda {
		font-size: 6rem;
	}
	#categoria .hero .titulo {
		font-size: 6rem;
	}
	.inicio .alma .imagen img {
		margin-top: -1vw;
	}
}

/*0101*/

/*0110*/
/********* sm,md *********/
@media (min-width: 768px) and (max-width: 1199px) {
}

/*0111*/
/********* xs,sm,md *********/
@media (max-width: 1199px) {
}

/*1000*/
/********* lg *********/
@media (min-width: 1200px) {
	#encabezado .menu {
		font-size: 1.6rem;
	}
	.nav > li + li {
		margin-left: 3px;
	}
	.inicio .banda {
		font-size: 7rem;
	}
	#categoria .hero .titulo {
		font-size: 7rem;
	}
	.inicio .alma .imagen img {
		margin-top: -60px;
	}
}

/*1001*/
/*1010*/
/*1011*/

/*1100*/
/********* md,lg *********/
@media (min-width: 992px) {
	#producto .migas {
		margin-top: 0;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	#producto .descripcion .nombre {
		font-size: 5rem;
		line-height: 7rem;
	}
	#producto .descripcion .leyenda {
		font-size: 3.6rem;
		line-height: 5.1rem;
	}
	/*
		#producto .hero_producto {
			-webkit-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;
			transform-style: preserve-3d;
		}
		#producto .hero_producto .nav {
			position: absolute;
			top: 50%;
			left: 0;
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);
			width: 25%;
			margin-left: 60px;
			z-index: 10;
		}
		#producto .nav .nombre {
			font-size: 5rem;
			line-height: 7rem;
			z-index: 4;
		}
		#producto .hero_producto .carrusel {
			z-index: 2;
		}
		#producto .hero_producto .celda {
			width: 60%;
			margin: 0 2.5%;
		}
		#producto .hero_producto .celda img {
			max-height: 75%;
			max-width: 75%;
		}
		#producto .hero_producto:before {
			content: "";
			pointer-events: none;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			width: 33.333%;
			background: linear-gradient(90deg,#f6f8fb,hsla(0,0%,100%,0));
			z-index: 3;
		}
		#producto .hero_producto:after {
			content: "";
			pointer-events: none;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			width: 33.333%;
			background: linear-gradient(270deg,#f6f8fb,hsla(0,0%,100%,0));
			z-index: 3;
		}
		.descripcion.row.equal_height {
			display: flex;
			display: -webkit-flex;
			flex-wrap: wrap;
		}
		#producto .descripcion .espacio {
			height: 100%;
		}
		#producto .descripcion .flotante {
			position: -webkit-sticky;
			position: sticky;
			bottom: 0;
			left: 0;
		}
		#producto .flotante > div {
			margin-bottom: 60px;
		}
		#producto .descripcion .titulo {
			font-size: 3rem;
			line-height: 3.6rem;
		}
	*/
		#producto .tambien_compraron {
			font-size: 3.6rem;
			line-height: 5.1rem;
		}

	#google_translate_element {
		right: 60px;
	}
	.marco_items {
		/* top: 71px;
		right: 40px;
		width: 80px;
		height: 80px;
		margin-bottom: -80px;
		padding: 20px 0;
		line-height: 40px; */
	}
	.boton_items {
		height: 40px;
		width: 40px;
		line-height: 2px;
		padding: 19px 0;
	}
	#encabezado {
		/* height: 237px; */
		height: 100px;
		/* transition: height .5s; */
	}
	.scrolled > #encabezado {
		/* height: 100px; */
		background-color: rgba(255, 255, 255, 0.96);
	}
	#encabezado .container-fluid {
		height: 100%;
	}
	#encabezado .row {
		height: 100%;
	}
	#encabezado .logo img {
		max-width: 90%;
		max-height: 90%;
	}
	#encabezado .logo,
	#encabezado .lateral {
		height: 100%;
	}
	#encabezado .lateral {
		line-height: 40px;
		padding: 32px 3vw 13px 0;
		transition: padding .5s;
	}
	.scrolled > #encabezado .lateral {
		/* padding: 32px 60px 13px 0; */
	}
	#encabezado .lateral img {
		width: 40px;
		height: 40px;
		margin-right: 1.3vw;
	}
	#encabezado .lateral #items {
		margin-right: -20px;
	}
	#encabezado .destacar_filete:after {
		left: 10px;
		right: 10px;
	}
	#encabezado .menu {
		/* padding: 86px 0; */
		padding: 25px 0 10px;
		position: relative;
		z-index: 20;
		transition: padding .5s;
	}
	.scrolled > #encabezado .menu {
		/* padding: 25px 0 10px; */
	}
	#encabezado .menu .boton {
		display: none;
	}
	#encabezado .menu .pliegue {
		display: block;
	}
	#encabezado .menu li,
	#encabezado .menu a {
		position: relative;
	}
	#encabezado .menu > li > a {
		top: 0;
		padding: 15px 10px;
		transition: top .5s;
	}
	#encabezado .menu > li:hover > a {
		top: -5px;
	}
	#encabezado .menu > li > a:hover {
		background: none;
	}
	#encabezado .menu ul {
		background: rgba(255,255,255,.9);
		position: absolute;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s linear 0.5s, opacity .5s;
	}
	#encabezado .menu ul li:hover {
		background: white;
	}
	#encabezado .menu li:hover > ul {
		transition-delay:0s;
		visibility: visible;
		opacity: 1;
	}
	#encabezado .menu li > ul {
		top: 0;
		left: 100%;
		margin-left: 4px;
	}
	#encabezado .menu > li > ul {
		left: 0;
		top: 100%;
	}
	#encabezado .menu ul a {
		margin: 0 15px;
		padding: 10px;
		white-space: nowrap;
		display: block;
	}
	#encabezado .menu .activo {
		background: white;
	}
	#encabezado .menu .activo > a{
		color: var(--main-color) !important;
	}
	.destacar_filete:after {
		background: var(--main-color);
	}
	#pie .redes {
		float: right;
		clear: both;
	}
	#pie .redes a {
		margin: 20px 0;
	}
	#pie .redes a img {
		margin-left: 14px;
	}
	.inicio .hero,
	.apartado .hero,
	#categoria .hero {
		height: 458px;
	}
	.inicio .imagen .marco {
		width: 50vw;
	}
	.inicio .imagen .marco img {
		max-width: 100%;
	}
	.inicio .imagen .marco.derecha {
		text-align: right;
	}
	.inicio .imagen .marco.izquierda {
		float: right;
	}
	.inicio .imagen .marco.centro {
		width: 100%;
		text-align: center;
	}
	.inicio .artesania .titulo {
		margin-right: 20%;
	}
	.inicio .artesania .imagen .marco {
		/* width: 50vw; */
	}
	.inicio .local .titulo,
	.inicio .local .cuerpo {
		text-align: center;
	}
	.inicio .local .imagen img {
		/* margin-top: -45px; */
		/* width: 50vw; */
	}
	.inicio .alma .titulo,
	.inicio .alma .cuerpo {
		text-align: center;
	}
	.inicio .alma .imagen img {
		float: left;
		max-width: 48vw;
	}
	.inicio .diversidad .titulo,
	.inicio .diversidad .cuerpo {
		margin-left: 20px;
	}
	.inicio .diversidad .titulo {
		text-align: center;
	}
	.inicio .diversidad .imagen img {
		/* width: 50vw; */
	}
	.inicio .sitio .titulo,
	.inicio .sitio .cuerpo {
		text-align: center;
	}
	.inicio .sitio .imagen {
		text-align: center;
	}
	.inicio .sitio .imagen img {
		max-width: 70%;
	}
	.inicio .alma .fondo {
		padding: 0 3000px;
		margin: 0 -3000px;
	}
	#pie .legales,
	#pie .redes {
		line-height: 2;
	}
	#categoria .cuerpo {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	#categoria .row.equal_height {
	  display: flex;
	  display: -webkit-flex;
	  flex-wrap: wrap;
	}
	#categoria .barra_lateral .espacio {
		height: 100%;
		margin-bottom: -90px;
	}
	#categoria .barra_lateral .flotante {
		position: -webkit-sticky;
		position: sticky;
		bottom: 60px;
		left: 0;
	}
	#categoria .menu_lateral .boton {
		position: absolute;
		top: 0;
		right: 0;
		font-weight: bold;
	}
	#categoria .menu_lateral .boton.abierto {
		transform: rotate(45deg);
	}
	#categoria .mini_nav .pliegue {
		top: -27px;
	}
	.flotante > .boton:before {
		content: '+';
		display: inline-block;
		margin-right: .3em;
		transition: transform .5s;
	}
	.flotante > .boton.abierto:before {
		transform: rotate(45deg);
	}
	.flotante .pliegue {
		display: none;
	}
	#categoria .menu_lateral {
		font-size: 2rem;
		line-height: 1.4;
		background: rgba(255, 255, 255, 0.75);
		padding: 10px;
	}
	#categoria .menu_lateral #seccion_6 {
		display: none;
	}
	#categoria .menu_lateral li > ul {
		margin-left: 5px;
	}
	#categoria .menu_lateral li > a {
		transition: transform .5s;
		display: inline-block;
	}
	#categoria .menu_lateral li > a.link:hover {
		transform: translate3d(6px,0,0);
	}
	#categoria .menu_lateral li > a.boton:hover {
		transform: scale(1.5);
	}
	#categoria .menu_lateral li > a.boton.abierto:hover {
		transform: rotate(45deg);
	}
	.producto .caja .destaques {
		padding: 10px 20px;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	#scroll_top {
		right: 60px;
		bottom: 40px;
	}
	.scrolled #scroll_top {
		transition-delay:0s;
		visibility: visible;
		opacity: 1;
		bottom: 60px;
	}
	.scrolled #scroll_top:hover {
		opacity: .85;
	}
	.apartado .cuerpo {
	    font-size: 1.8rem;
	    line-height: 3rem;
	}
	.destacar_barra > a:before {
		left: -15px;
	}
	.destacar_filete > a:before {
		display: none;
	}
	.imagen.parallax {
		background: none !important;
	}
	.imagen.ampliable img {
		transition: transform .5s;
	}
	.imagen.ampliable img:hover {
		transform: scale(1.05);
	}
	.inicio .hero.parallax {
		/* height: 50vw; */
		background-position: 50%;
		background-size: 150%;
		transition: background-position .2s;
	}
	.inicio .alma .titulo {
		padding-top: 10px;
	}
	.inicio .alma .cuerpo {
		padding-bottom: 10px;
		margin-bottom: 0;
		line-height: 22px;
		margin-top: -22px;
	}
	.row.mover_izquierda {
		position: relative;
		transition: left .5s;
		left: 0;
		padding-left: 1000px;
		padding-right: 1000px;
		margin-left: -1015px;
		margin-right: -1015px;
	}
	.row.mover_izquierda:hover {
		left: -10vh;
	}
	.row.mover_derecha {
		position: relative;
		transition: left .5s;
		left: 0;
	}
	.row.mover_derecha:hover {
		left: 10vh;
	}
	#cesta {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	#pago .row.equal_height {
	  display: flex;
	  display: -webkit-flex;
	  flex-wrap: wrap;
	}
	#pago .resumen {
		display: block !important;
	}
	#pago .principal {
		border-right: 1px solid #e6e6e6;
	}
	#pago .pliegue:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 1000px;
		background-color: #fafafa;
	}
}

/*1110*/
/********* sm,md,lg *********/
@media (min-width: 768px) {
	#producto .swiper {
		width: 50vw;
		height: 50vw;
		margin: 0 0 -50vw;
	}
	#producto .swiper-slide:hover img {
		transition: transform .8s ease .5s !important;
	}
	#producto .vacante {
		height: 50vw;
	}
	#producto .descripcion {
		padding-left: 30px;
	}
	#producto .descripcion .precio {
		font-size: 3.6rem;
	}
	#producto .descripcion .cuerpo {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	#producto .swiper .lupa {
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		background: url('/img/lupa.svg') center no-repeat;
		background-size: 50%;
		z-index: 100;
		color: red;
		cursor: pointer;
	}
	#producto .swiper.full {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		/* margin: 0; */
	}
	#producto .swiper.full .swiper-zoom-container,
	#producto .swiper.full img {
		transform: none !important;
	}
	#producto .swiper.full .lupa {
		background-image: url(/img/cruz.svg);
	}

	#cesta .container {
		margin-left: 15px;
	}
	#cesta .item .descripcion {
		line-height: 60px;
		/* overflow-x: hidden; */
	}
	#cesta .item .miniatura {
		margin-bottom: -60px
	}
	#cesta .item .nombre {
		width: 100%;
		padding-left: 80px;
		padding-right: 15px;
	}
	#cesta .item .nombre span {
		white-space: pre;
	}
	#cesta .item .miniatura {
		display: inline-block;
		vertical-align: middle;
		width: 60px;
		height: 60px;
		padding: 6px;
		float: left;
		line-height: 48px;
	}
	#cesta .item .miniatura img {
		max-height: 48px;
		max-width: 48px;
	}
	#cesta .item .nombre,
	#cesta .item .nombre span {
		display: inline-block;
		vertical-align: middle;
	}
	#cesta .item .cantidad .input-group {
		margin-top: 13px;
	}
	#cesta .item .eliminar,
	#cesta .item .monto {
		padding-top: 18px;
	}
	#cesta .mensaje .pliegue {
		position: absolute;
		top: 100%;
		left: 0;
		width: 75%;
		z-index: 10;
	}
	#cesta .pie .leyenda {
		font-weight: bold;
		text-align: right;
	}
}
